nick-delirium
11f9b865cf
tracker: 16.1.3 with network proxy fix
2025-04-16 11:39:17 +02:00
nick-delirium
ced855568f
tracker: drop mentions of lint-staged
2025-04-15 14:42:55 +02:00
nick-delirium
c196736c3c
tracker: 16.1.2 networkProxy bump
2025-04-14 13:30:37 +02:00
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
586472c7dd
ui: bump tab tooltip delay
2025-04-01 17:16:25 +02:00
nick-delirium
ecb192f16e
tracker: hoist deps to root level
2025-04-01 11:49:39 +02:00
nick-delirium
264444c92a
tracker: setup bun workspaces for tracker/assist
2025-04-01 11:35:42 +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
685741f039
tracker: yarn -> bun
2025-03-31 11:15:38 +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
293382ea85
tracker: 16.1.1
2025-03-27 09:34:12 +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
nick-delirium
28dea3b225
tracker: release 16.1.0
2025-03-25 15:17:43 +01:00
Andrey Babushkin
666643a6ae
Improve tracker perfomance ( #3208 )
...
* fix(helm): add CORS config to Assist ingress
Configure CORS headers and debug session information for the Assist
service's ingress to ensure proper cross-origin requests handling and
improved debugging capabilities.
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
* increase perfomance ticker and remove empty batches
* add commit
* updated Changelog
---------
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
Co-authored-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-03-25 15:08:49 +01:00
nick-delirium
1e57c90449
networkProxy: auto sanitize sensitive tokens
2025-03-25 14:52:43 +01:00
Andrey Babushkin
5a410e63b3
Update batch writer ( #3205 )
...
* fix(helm): add CORS config to Assist ingress
Configure CORS headers and debug session information for the Assist
service's ingress to ensure proper cross-origin requests handling and
improved debugging capabilities.
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
* add timestamp to prepare method
* update test
---------
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
Co-authored-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-03-24 17:25:09 +01:00
nick-delirium
5bbd7cff10
tracker: change nodebound warn level
2025-03-24 15:09:03 +01:00
nick-delirium
6f172d4f01
tracker: keep spaces, remove data from page location msg
2025-03-24 15:09:03 +01:00
nick-delirium
829e1c8bde
tracker: fix jest config, update test cases
2025-03-24 15:09:03 +01:00
nick-delirium
e7d309dadf
tracker: "secure by default" mode; 16.1.0
2025-03-24 15:09:03 +01:00
nick-delirium
4bac12308a
tracker: secure mode for sanitizer settings
2025-03-24 15:09:03 +01:00
nick-delirium
49f98967d6
ui: fixes for onboarding ui
2025-03-24 14:27:37 +01:00
Andrey Babushkin
a8e47e59ad
Update batch writer ( #3198 )
...
* fix(helm): add CORS config to Assist ingress
Configure CORS headers and debug session information for the Assist
service's ingress to ensure proper cross-origin requests handling and
improved debugging capabilities.
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
* add timestamp to prepare method
---------
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
Co-authored-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-03-24 12:42:05 +01:00
Mehdi Osman
4b3ad60565
Revert transport to websocket only
2025-03-22 13:55:45 -04:00
Andrey Babushkin
a1337faeee
combine in 1 line ( #3191 )
2025-03-21 15:19:32 +01:00
nick-delirium
7e065ab02f
tracker: 16.0.3, fix local spritemap parsing
2025-03-21 15:10:00 +01: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
nick-delirium
ed3e553726
tracker: assist 11.0.1 changelog
2025-03-18 16:36:10 +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
9aca716e6b
tracker: 16.0.2 fix str dictionary keys
2025-03-17 11:25:54 +01:00
nick-delirium
221bee70f5
ui: add hash to css filenames
2025-03-13 11:45:22 +01:00
Andrey Babushkin
6852d63cdb
fix localised errors ( #3117 )
2025-03-07 17:58:00 +01:00
Alexander
6dc3dcfd4e
feat(proto): removed a part of deprecated messages (min supported tracker version is 6.0.0)
2025-03-06 13:49:18 +01:00
nick-delirium
a1989eb574
tracker: 16.0.1 changelog
2025-03-06 09:38:58 +01:00
nick-delirium
69d1d88600
tracker: 16.0.1-beta
2025-03-05 16:51:27 +01:00
nick-delirium
ceb40992cc
tracker: export tracker App type from entry.ts
2025-03-05 15:56:53 +01:00
nick-delirium
1ab7d0ad7f
tracker: introduce singleton approach for tracker
2025-03-05 15:56:53 +01:00
nick-delirium
2ee535f213
tracker: move domparser location inside observer
2025-03-05 15:56:53 +01:00
nick-delirium
0ba1382c16
tracker: fix spritemap parser, add svgdoc cache
2025-03-05 15:56:53 +01:00
nick-delirium
95a5037abf
tracker: fix up formatting, changelog
2025-03-03 17:07:46 +01:00