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
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
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
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
Mehdi Osman
4b3ad60565
Revert transport to websocket only
2025-03-22 13:55:45 -04: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
Andrey Babushkin
7365d8639c
updated widget link ( #3158 )
...
* updated widget link
* fix calls
* updated widget url
2025-03-18 11:07:09 +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
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
1d31900c9f
fix ui: fixes for permissions in assist and devtools
2024-05-28 17:22:29 +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
nick-delirium
2423a0e2b3
fix(tracker): fix for assist peer reconnection strategy
2024-02-12 16:45:01 +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
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
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
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
393ec10178
feat(tracker): socketHost to support electron ws
2023-12-05 17:22:18 +01:00
nick-delirium
c97b1959be
feat(tracker): socketHost to support electron ws
2023-12-05 16:50:57 +01:00
nick-delirium
3a1fb49866
fix(tracker): fix assist build
2023-12-01 09:45:22 +01:00
Delirium
cc34356294
[wip] user testing ui/tracker ( #1520 )
...
* feat(ui): some design mocks
* fix(ui): some fixes for stuff
* feat(ui): test overview page layout
* feat(ui): fix placeholder
* feat(ui): answers table modal
* feat(tracker): user testing module in tracker
* fix(tracker): add "thank you" section, refactor file to make it readable
* fix(tracker): naming
* fix(tracker): naming
* fix(tracker): some refactorings for user testing modd
* feat(tracker): export assist vers to window obj, add recorder manager for user testing
* feat(tracker): refactor UT file
* feat(tracker): add recording delay for UT module
* feat(tracker): dnd for UT widget
* fix(tracker): changelog for assist
* fix(tracker): cover ut with tests
* fix(tracker): update package scripts to include testing before releasing packages
* fix(UI): fix uxt routes
* feat(ui): uxt store
* feat(ui): uxt store connection
* feat(ui): some api connections for utx
* feat(ui): some api connections for utx
* feat(ui): some api connections for utx
* feat(ui): api connections
* feat(ui): api connections
* feat(ui): api connections
* feat(ui): api connections
* feat(ui): utx components for replay
* feat(ui): utx components for replay
* feat(ui): make events shared
* feat(ui): final fixes
2023-11-29 12:22:30 +01:00
Delirium
07046cc2fb
feat: canvas support [assist] ( #1641 )
...
* feat(tracker/ui): start canvas support
* feat(tracker): slpeer -> peerjs for canvas streams
* fix(ui): fix agent canvas peer id
* fix(ui): fix agent canvas peer id
* fix(ui): fix peer removal
* feat(tracker): canvas recorder
* feat(tracker): canvas recorder
* feat(tracker): canvas recorder
* feat(tracker): canvas recorder
* feat(ui): canvas support for ui
* fix(tracker): fix falling tests
* feat(ui): replay canvas in video
* feat(ui): refactor video streaming to draw on canvas
* feat(ui): 10hz check for canvas replay
* feat(ui): fix for tests
* feat(ui): fix for tests
* feat(ui): fix for tests
* feat(ui): fix for tests cov
* feat(ui): mroe test coverage
* fix(ui): styling
* fix(tracker): support backend settings for canvas
2023-11-21 11:22:54 +01:00
nick-delirium
811dcc8c8c
chore(tracker): fix assist build and version ingestion
2023-10-27 17:00:47 +02:00
nick-delirium
6fdbf16963
fix(ui): fix sticky cookie for assist
2023-10-25 15:18:42 +02:00
nick-delirium
5b9d63cb55
fix(tracker): some fixes for assist
2023-10-04 10:39:11 +02:00
nick-delirium
2eb3a39491
fix(tracker): some fixes for call event
2023-10-02 15:58:36 +02:00
nick-delirium
3ca7737b71
fix(ui): fix remote control event
2023-10-02 14:21:45 +02:00
nick-delirium
78e3e8a554
fix(tracker): remove console logs
2023-06-07 15:40:59 +02:00
nick-delirium
1a9cbe5ed1
fix(tracker): fix annotation call typo; fix control reset on page reload
2023-06-07 13:10:45 +02:00
Delirium
2ed4bba33e
feat(tracker/ui): support for multi tab sessions ( #1236 )
...
* feat(tracker): add support for multi tab sessions
* feat(backend): added support of multitabs
* fix(backend): added support of deprecated batch meta message to pre-decoder
* fix(backend): fixed nil meta issue for TabData messages in sink
* feat(player): add tabmanager
* feat(player): basic tabchange event support
* feat(player): pick tabstate for console panel and timeline
* fix(player): only display tabs that are created
* feat(player): connect performance, xray and events to tab state
* feat(player): merge all tabs data for overview
* feat(backend/tracker): extract tabdata into separate message from batchmeta
* fix(tracker): fix new session check
* fix(backend): remove batchmetadeprecated
* fix(backend): fix switch case
* fix(player): fix for tab message size
* feat(tracker): check for active tabs with broadcast channel
* feat(tracker): prevent multiple messages
* fix(tracker): ignore beacons from same tab, only ask if token isnt present yet, add small delay before start to wait for answer
* feat(player): support new msg struct in assist player
* fix(player): fix some livepl components for multi tab states
* feat(tracker): add option to disable multitab
* feat(tracker): add multitab to assist plugin
* feat(player): back compat for tab id
* fix(ui): fix missing list in controls
* fix(ui): optional list update
* feat(ui): fix visuals for multitab; use window focus event for tabs
* fix(tracker): fix for dying tests (added tabid to writer, refactored other tests)
* feat(ui): update LivePlayerSubHeader.tsx to support tabs
* feat(backend): added tabs support to devtools mob files
* feat(ui): connect state to current tab properly
* feat(backend): added multitab support to assits
* feat(backend): removed data check in agent message
* feat(backend): debug on
* fix(backend): fixed typo in message broadcast
* feat(backend): fixed issue in connect method
* fix(assist): fixed typo
* feat(assist): added more debug logs
* feat(assist): removed one log
* feat(assist): more logs
* feat(assist): use query.peerId
* feat(assist): more logs
* feat(assist): fixed session update
* fix(assist): fixed getSessions
* fix(assist): fixed request_control broadcast
* fix(assist): fixed typo
* fix(assist): added missed line
* fix(assist): fix typo
* feat(tracker): multitab support for assist sessions
* fix(tracker): fix dead tests (tabid prop)
* fix(tracker): fix yaml
* fix(tracker): timers issue
* fix(ui): fix ui E2E tests with magic?
* feat(assist): multitabs support for ee version
* fix(assist): added missed method import
* fix(tracker): fix fix events in assist
* feat(assist): added back compatibility for sessions without tabId
* fix(assist): apply message's top layer structure before broadcast call
* fix(assist): added random tabID for prev version
* fix(assist): added random tabID for prev version (ee)
* feat(assist): added debug logs
* fix(assist): fix typo in sessions_agents_count method
* fix(assist): fixed more typos in copy-pastes
* fix(tracker): fix restart timings
* feat(backend): added tabIDs for some events
* feat(ui): add tab change event to the user steps bar
* Revert "feat(backend): added tabIDs for some events"
This reverts commit 1467ad7f9f .
* feat(ui): revert timeline and xray to grab events from all tabs
* fix(ui): fix typo
---------
Co-authored-by: Alexander Zavorotynskiy <zavorotynskiy@pm.me>
2023-06-07 10:40:32 +02:00
nick-delirium
c313119363
change(tracker): add new events for assist; assist 5.0.2
2023-03-17 15:32:43 +01:00
nick-delirium
c57846eab3
fix(tracker): fix typo
2023-02-17 13:04:00 +01:00
nick-delirium
c8eded225f
fix(tracker): fix screen recording import
2023-02-15 17:10:31 +01:00
sylenien
7c12c6683e
change(tracker): testing theory for assist; 4.1.5
2022-12-09 10:00:26 +01:00
sylenien
f784ba5351
change(tracker): move common vars to top of the initialization
2022-12-08 14:35:03 +01:00
sylenien
df3600fb9e
change(tracker): peer hack for some users
2022-12-07 15:38:09 +01:00
sylenien
c04042a0b5
change(tracker): change recording stop logic
2022-11-30 11:46:57 +01:00
sylenien
1e23ff8400
fix(ui): fix assist agent info
2022-11-30 11:46:57 +01:00
sylenien
f0ae152e00
change(ui/tracker): some code ref after review
2022-11-30 11:46:57 +01:00
sylenien
660c196ae2
change(tracker): some code fixes for review
2022-11-30 11:46:57 +01:00