Andrey Babushkin
055ff8f64a
Assist remote canvas control ( #3287 )
...
* refactor(searchStore): reformat filterMap function parameters (#3166 )
- Reformat the parameters of the filterMap function for better readability.
- Comment out the fetchSessions call in clearSearch method to avoid unnecessary session fetch.
* Increment frontend chart version (#3167 )
Co-authored-by: GitHub Action <action@github.com>
* refactor(chalice): cleaned code
fix(chalice): fixed session-search-pg sortKey issue
fix(chalice): fixed CH-query-formatter to handle special chars
fix(chalice): fixed /ids response
* feat(auth): implement withCaptcha HOC for consistent reCAPTCHA (#3177 )
* feat(auth): implement withCaptcha HOC for consistent reCAPTCHA
This commit refactors the reCAPTCHA implementation across the application
by introducing a Higher Order Component (withCaptcha) that encapsulates
captcha verification logic. The changes:
- Create a reusable withCaptcha HOC in withRecaptcha.tsx
- Refactor Login, ResetPasswordRequest, and CreatePassword components
- Extract SSOLogin into a separate component
- Improve error handling and user feedback
- Standardize loading and verification states across forms
- Make captcha implementation more maintainable and consistent
* feat(auth): support msaas edition for enterprise features
Add msaas to the isEnterprise check alongside ee edition to properly
display enterprise features. Use userStore.isEnterprise in SSOLogin
component instead of directly checking authDetails.edition for
consistent
enterprise status detection.
* Increment frontend chart version (#3179 )
Co-authored-by: GitHub Action <action@github.com>
* feat(assist): improved caching mechanism for cluster mode (#3180 )
* Increment assist chart version (#3181 )
Co-authored-by: GitHub Action <action@github.com>
* ui: fix table column export
* Increment frontend chart version
* fix(auth): remove unnecessary captcha token validation (#3188 )
The token validation checks were redundant as the validation is already
handled by the captcha wrapper component. This change simplifies the
password reset flow while maintaining security.
* Increment frontend chart version (#3189 )
Co-authored-by: GitHub Action <action@github.com>
* ui: onboarding fixes
* ui: fixes for onboarding ui
* Increment frontend chart version
* feat(helm): add TOKEN_SECRET environment variable
Add TOKEN_SECRET environment variable to HTTP service deployment and
generate a random value for it in vars.yaml.
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
* fix(GraphQL): remove unused useTranslation hook (#3200 ) (#3206 )
Co-authored-by: PiRDub <pirddeveloppeur@gmail.com>
* Increment frontend chart version
* chore(http): remove default token_string
scripts/helmcharts/openreplay/charts/http/scripts/entrypoint.sh
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
* fix(dashboard): update filter condition in MetricsList
Change the filter type comparison from checking against 'all' to
checking against an empty string. This ensures proper filtering
behavior when filtering metrics in the dashboard component.
* Increment frontend chart version
* ui: shrink icons when no space, adjust player area for events export … (#3217 )
* ui: shrink icons when no space, adjust player area for events export panel, fix panel size
* ui: rm log
* Increment frontend chart version
* refactor(chalice): changed user-journey
* Increment chalice chart version
* refactor(auth): separate SSO support from enterprise edition
Add dedicated isSSOSupported property to correctly identify when SSO
authentication is available, properly handling the 'msaas' edition
case separately from enterprise edition checks. This fixes SSO
visibility in the login interface.
* Increment frontend chart version
* UI patches (28.03) (#3231 )
* ui: force getting url for location in tabmanagers
* Assist add turn servers (#3229 )
* fixed conflicts
* add offers
* add config to sicket query
* add config to sicket query
* add config init
* removed console logs
* removed wrong updates
* fixed conflicts
* add offers
* add config to sicket query
* add config to sicket query
* add config init
* removed console logs
* removed wrong updates
* ui: fix chat draggable, fix default params
---------
Co-authored-by: nick-delirium <nikita@openreplay.com>
* ui: fix spritemap generation for assist sessions
* ui: fix yarnlock
* fix errors
* updated widget link
* resolved conflicts
* updated widget url
---------
Co-authored-by: Andrey Babushkin <55714097+reyand43@users.noreply.github.com>
Co-authored-by: Андрей Бабушкин <andreybabushkin2000@gmail.com>
* fix(init): remove duplicate clone
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
* Increment assist chart version
* Increment frontend chart version
* ui: add old devtool filters
* ui: filter keys
* Increment frontend chart version
* ui: fix modules mapper
* ui: fix modules label
* Increment frontend chart version
* ui: fix double fetches for sessions
* Increment frontend chart version
* pulled updates (#3254 )
* Increment frontend chart version (#3255 )
Co-authored-by: GitHub Action <action@github.com>
* Increment assist chart version (#3256 )
Co-authored-by: GitHub Action <action@github.com>
* feat(chalice): added for_spot=True for authenticate_sso (#3259 )
* Increment chalice chart version (#3260 )
Co-authored-by: GitHub Action <action@github.com>
* Assist patch canvas (#3265 )
* add agent info to assist and tracker
* removed AGENTS_CONNECTED event
* Increment frontend chart version (#3266 )
Co-authored-by: GitHub Action <action@github.com>
* Increment assist chart version (#3267 )
Co-authored-by: GitHub Action <action@github.com>
* resolved conflict
* removed comments
* add global method support
* fix errors
* remove wrong updates
* remove wrong updates
* add onDrag as option
---------
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
Co-authored-by: Shekar Siri <sshekarsiri@gmail.com>
Co-authored-by: Mehdi Osman <estradino@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Taha Yassine Kraiem <tahayk2@gmail.com>
Co-authored-by: Alexander <zavorotynskiy@pm.me>
Co-authored-by: nick-delirium <nikita@openreplay.com>
Co-authored-by: rjshrjndrn <rjshrjndrn@gmail.com>
Co-authored-by: PiRDub <pirddeveloppeur@gmail.com>
2025-04-14 11:25:17 +02:00
Andrey Babushkin
553e3f6045
Assist fix canvas clearing ( #3276 )
...
* add stop canvas socket event
* change tracker version
* removed comments
2025-04-07 14:10:31 +02:00
Andrey Babushkin
b55b9e5515
Assist fix canvas stream ( #3263 )
...
* add agent info to assist and tracker
* removed AGENTS_CONNECTED event
2025-04-03 18:06:09 +02:00
Andrey Babushkin
af7b46516f
Assist fix canvas stream ( #3261 )
...
* add agent info to assist and tracker
* removed AGENTS_CONNECTED event
2025-04-03 16:14:46 +02:00
nick-delirium
b2fcd7094b
tracker: patch for potential empty call_end msg #3249
2025-04-01 11:05:42 +02:00
Andrey Babushkin
f3b98dad8a
updated version ( #3253 )
2025-03-31 18:09:27 +02:00
Andrey Babushkin
c27213c65d
add test turn ( #3236 )
...
* add test turn
* removed stun
* add ice candidates buffer and removed config to another socket event
* removed config from NEW_AGENTS
* changed WEBRTC_CONFIG event receiver
* fixed error
* fixed errors
* add buffer cleaning
2025-03-31 18:00:27 +02:00
nick-delirium
0bbde3e75a
tracker: assist 11.0.4; pass peer creds
2025-03-28 17:55:26 +01:00
Andrey Babushkin
421b3d1dc5
Assist add turn servers ( #3229 )
...
* fixed conflicts
* add offers
* add config to sicket query
* add config to sicket query
* add config init
* removed console logs
* removed wrong updates
* fixed conflicts
* add offers
* add config to sicket query
* add config to sicket query
* add config init
* removed console logs
* removed wrong updates
* ui: fix chat draggable, fix default params
---------
Co-authored-by: nick-delirium <nikita@openreplay.com>
2025-03-28 16:27:01 +01:00
nick-delirium
ac35bf5179
tracker: assist 11.0.3 clicks fix
2025-03-26 17:47:14 +01:00
nick-delirium
eb610d1c21
tracker: fix remote control clicks on svg
2025-03-26 17:42:27 +01:00
Mehdi Osman
4b3ad60565
Revert transport to websocket only
2025-03-22 13:55:45 -04:00
nick-delirium
3cdfe76134
ui: add sessionId header for AssistManager.ts
2025-03-21 10:18:33 +01:00
nick-delirium
39855651d5
ui: use polling for first request
2025-03-21 09:52:00 +01:00
nick-delirium
13bd3d9121
tracker: add sessId header for assist polling
2025-03-20 12:13:40 +01:00
nick-delirium
15d427418d
tracker: fix autogen version
2025-03-18 16:37:09 +01:00
Andrey Babushkin
7365d8639c
updated widget link ( #3158 )
...
* updated widget link
* fix calls
* updated widget url
2025-03-18 11:07:09 +01:00
nick-delirium
d43bc3a2e9
tracker: fix tests, release 16.0 + 11.0 (assist)
2025-02-28 10:34:53 +01:00
Andrey Babushkin
fd76f7c302
Migrate to webrtc ( #3051 )
...
* resolved conflicts
* resolved conflicts
* translated comments
* changed console.log message lang
* changed console to logs
* implementing conference call
* add isAgent flag
* add webrtc handlers
* add conference call
* removed conference calls
* fix lint error
---------
Co-authored-by: Andrey Babushkin <a.babushkin@lemon-ai.com>
2025-02-27 10:12:27 +01:00
nick-delirium
423d9cb671
tracker: bump assist minor v
2024-11-22 14:17:27 +01:00
nick-delirium
544457016a
tracker: ready for 15.0.0
2024-11-18 14:36:12 +01:00
nick-delirium
61e15b62ef
tracker: porting 14.x.x patches
2024-11-12 15:14:57 +01:00
nick-delirium
0002950e3c
tracker: port 14.0.10 changes to 15.0.0 timeline
...
tracker 14.0.10, fixes memory leaks, iframe tracking stability, etc
change map/set to weakmap/set where possible, check canvas observers on time intervals and destroy peers; run node list maintainer every 30 sec (50ms ticks)
tracker: better crossdomain check; angularMode -> forceNgOff toggle
potential performance fixes for 14.x.x iframe tracking
2024-10-18 13:17:01 +02:00
nick-delirium
719a102996
tracker fix crossdomain tracking issues (timestamps, duping, restarts); 14.0.10 beta
2024-10-08 14:30:04 +02:00
nick-delirium
524069a318
fix dependency for assist
2024-07-17 09:17:20 +02:00
nick-delirium
1bac14ca96
rm husky stuff
2024-07-09 17:47:56 +02:00
nick-delirium
1d31900c9f
fix ui: fixes for permissions in assist and devtools
2024-05-28 17:22:29 +02:00
nick-delirium
947fd07d51
fix ui: fix recording display
2024-05-28 14:52:26 +02:00
Delirium
5b48d391d5
feat tracker: open peer connection dynamically on call ( #2197 )
...
* feat tracker: open peer connection dynamically on call
* feat ui: move agent name trigger above peer init
* fix ui: adjust max amount of reconnections to wait for peer init
2024-05-24 17:43:22 +02:00
Delirium
297be2bc9c
feat ui/tracker: add compression to assist plugin ( #2186 )
...
* feat ui/tracker: add compression to assist plugin
* fix: changelog, package.json changes etc
* feat tracker: split big batches in addition to compression
2024-05-24 16:49:48 +02:00
Delirium
538af09cc8
fix(tracker): fix multi canvas streaming ( #1945 )
...
* fix(tracker): fix multi canvas streaming
* fix(tracker): fix canvas streaming
* fix(ui): fix canvas receiver interaction waiter
* fix(ui): remove console log
2024-03-12 15:32:40 +01:00
Delirium
7c2db1d67c
fix(tracker): fix asist canvas layer ( #1923 )
2024-03-01 12:08:50 +01:00
nick-delirium
2423a0e2b3
fix(tracker): fix for assist peer reconnection strategy
2024-02-12 16:45:01 +01:00
nick-delirium
4165823e91
fix(tracker): 12 0 1, changelogs
2024-02-12 11:31:03 +01:00
nick-delirium
84496b9438
fix(tracker): typo; changelog
2024-02-07 18:01:34 +01:00
nick-delirium
3c12a0fcab
fix(tracker): potential fix for assist warn?
2024-02-06 15:53:07 +01:00
nick-delirium
3ada6aeb42
feat(tracker): v12 release
2024-01-29 09:42:08 +01:00
nick-delirium
463ca8f908
fix(ui): some t&w fixes
2024-01-23 14:26:34 +01:00
nick-delirium
1796b08a87
fix(tracker): expose canvas tracking restart method, remove context creation in assist
2024-01-11 17:03:57 +01:00
nick-delirium
1609a6f55a
fix(tracker): scan node tree for canvas on start
2024-01-11 15:05:51 +01:00
Delirium
5e21d88e8c
feat(tracker): Msg buffering and conditional recording ( #1775 )
...
* feat(tracker) start message buffering support
* feat(tracker): buffered recordings
* feat(tracker): buffered recordings timedelay adjust
* fix(tracker): condition manager
* fix(tracker): conditions handlers
* fix(tracker): conditions
* fix(tracker): pre-fetch feature flags and conditions, fix naming and dnt check repeating
* fix(tracker): fix conditions fetch
* feat(tracker): test coverage for conditionsManager
* feat(tracker): some api connections
* feat(tracker): fix projid in session info
* feat(tracker): added fetch req status condition, partially added offline recording, type fixes
* fix(tracker): fix tests
* fix(tracker): fix network req c
* fix(tracker): fix conditions test
* feat(ui): conditional recording ui
* fix(tracker): fix prestart callbacks
* feat(ui): conditions ui and api stuff
* feat(ui): fix ?
* fix(tracker): map raw db response in tracker
* fix(tracker): fix condition processing, add cond name to trigger event, change unit tests
* fix(tracker): simplify mapping, rename functions
* fix(tracker): change toggler design, change network request condition
* fix(tracker): some formatting
* fix(tracker): reformat logging
* fix(ui): rm console log
2024-01-09 13:18:26 +01:00
nick-delirium
7a5e2be138
fix(tracker): fix assist tarcker v
2024-01-02 17:23:48 +01:00
nick-delirium
18ac7c6685
fix(tracker): rewrite logs to use tracker logger instead of plain console
2024-01-02 10:23:48 +01:00
nick-delirium
429d0b1f24
feat(tracker): exponential reconnections for assist
2023-12-18 11:25:30 +01:00
nick-delirium
96ebc93432
fix(tracker): fix ut.test.ts
2023-12-13 11:14:29 +01:00
nick-delirium
106e9d0695
feat(tracker) update assist session with uxt id
2023-12-11 09:59:33 +01:00
nick-delirium
78a790e59b
fix(tracker): move uxtid to sessioninfo in assist
2023-12-08 16:13:04 +01:00
nick-delirium
7c8bbb38a2
feat(tracker): include uxt in assist query
2023-12-08 15:24:01 +01:00
nick-delirium
ce9c2fd21b
feat(tracker): release 11.0.0 / a7.0.0
2023-12-06 12:16:06 +01:00
nick-delirium
393ec10178
feat(tracker): socketHost to support electron ws
2023-12-05 17:22:18 +01:00