nick-delirium
|
ced855568f
|
tracker: drop mentions of lint-staged
|
2025-04-15 14:42:55 +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
|
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
|
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
|
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 |
|
Andrey Babushkin
|
6852d63cdb
|
fix localised errors (#3117)
|
2025-03-07 17:58:00 +01:00 |
|
nick-delirium
|
ceb40992cc
|
tracker: export tracker App type from entry.ts
|
2025-03-05 15:56:53 +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
|
fbfd0a9854
|
tracker: fix singletab initialization
|
2025-01-27 15:00:35 +01:00 |
|
Delirium
|
6882c62a32
|
Better network sanitizer (#2969)
* tracker: improve network sanitization
* ui: fix hl image gen
* tracker: rm sanitizer thing
|
2025-01-24 14:06:34 +01:00 |
|
nick-delirium
|
423d9cb671
|
tracker: bump assist minor v
|
2024-11-22 14:17:27 +01:00 |
|
PiRDub
|
d409b41ddb
|
chore(peerDeps): fix @openreplay/tracker min version (#2772)
|
2024-11-22 14:15:58 +01:00 |
|
nick-delirium
|
a538546d62
|
tracker: update deps, fix tests, fix default lib for ts
|
2024-11-18 16:37:02 +01:00 |
|
nick-delirium
|
544457016a
|
tracker: ready for 15.0.0
|
2024-11-18 14:36:12 +01:00 |
|
nick-delirium
|
3f6d944553
|
tracker: upgrade sockets client
|
2024-11-18 11:55:17 +01:00 |
|
nick-delirium
|
99a83fab5e
|
tracker: release assist v
|
2024-11-15 11:07:13 +01:00 |
|
nick-delirium
|
61e15b62ef
|
tracker: porting 14.x.x patches
|
2024-11-12 15:14:57 +01:00 |
|
Delirium
|
fdefe31cf3
|
global string dictionary support (#2652)
* making new msg type, support on frontend and tracker
* finish adding support for new dictionary for ui
* update branch
|
2024-10-30 15:31:26 +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
|
42eb4b5040
|
tracker doc fix
|
2024-07-31 09:42:12 +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 |
|
Sudheer Salavadi
|
fa0276c1b2
|
Blank state of cards, and colors
|
2024-07-08 14:54:03 +05:30 |
|
nick-delirium
|
a2a721673d
|
fix ui: fix ws modal height, add new shortcut to copy, fix new site type ios -> mobile
|
2024-07-01 15:55:32 +02:00 |
|
Delirium
|
960da9f037
|
Tracker 14.x.x changes (#2240)
* feat tracker: add document titles to tabs
* feat: titles for tabs
* feat tracker: send initial title, parse titles better
* feat ui: tab name styles
* feat tracker: update changelogs
* fix tracker: fix tests
* fix tracker: fix failing tests, add some coverage
* fix tracker: fix failing tests, add some coverage
* Heatmaps (#2264)
* feat ui: start heatmaps ui and tracker update
* fix ui: drop clickmap from session
* fix ui: refactor heatmap painter
* fix ui: store click coords as int percent
* feat(backend): insert normalized x and y to PG
* feat(backend): insert normalized x and y to CH
* feat(connector): added missing import
* feat(backend): fixed different uint type issue
* fix tracker: use max scrollable size for doc
* fix gen files
* fix ui: fix random crash, remove demo data generator
* fix ui: rm some dead code
---------
Co-authored-by: Alexander <zavorotynskiy@pm.me>
* fix tracker: add heatmap changelog to tracker CHANGELOG.md
* fix tracker: fix peerjs version to 1.5.4 (was 1.5.1)
* fix document height calculation
* Crossdomain tracking (#2277)
* feat tracker: crossdomain tracking (start commit)
* catch crossdomain messages, add nodeid placeholder
* click scroll
* frame placeholder number -> dynamic
* click rewriter, fix scroll prop
* some docs
* some docs
* fix options merging
* CHANGELOG.md update
* checking that crossdomain will not fire automatically
* simplify func declaration
* update test data
* change clickmap document height calculation to scrollheight (which should be true height)
---------
Co-authored-by: Alexander <zavorotynskiy@pm.me>
|
2024-06-24 13:49:26 +02:00 |
|
Delirium
|
7a2f95d766
|
feat ui: new audio player for multiple tracks etc (#2261)
* feat ui: new audio player for multiple tracks etc
* fix ui: cleanup, fix speed control
|
2024-06-10 17:56:25 +02:00 |
|
nick-delirium
|
ab3a82db4b
|
feat tracker: release tracker v13
|
2024-05-30 14:10:15 +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 |
|