Commit graph

228 commits

Author SHA1 Message Date
Jonathan Griffin
167d94b763 add openreplay user extension and ui friendly permission values 2025-05-30 14:18:49 +02:00
Jonathan Griffin
34bbde13c1 update token generation for automatic refresh with okta 2025-05-30 14:18:49 +02:00
Jonathan Griffin
7dd7389d3b handle permissions and project keys 2025-05-30 14:18:49 +02:00
Jonathan Griffin
920fdd3455 add filtering 2025-05-30 14:18:49 +02:00
Jonathan Griffin
891a0e31c1 fix users.name error and handle role/project interactions 2025-05-30 14:18:49 +02:00
Jonathan Griffin
8bdbf7ef95 map groups to roles instead of having separate groups table 2025-05-30 14:18:49 +02:00
Jonathan Griffin
d3a9a50892 Revert "update mapping for userType and role"
This reverts commit 245dc68fcf189cef86bba760a9b415a10746b6fc.
2025-05-30 14:18:49 +02:00
Jonathan Griffin
c37b1e79d4 update mapping for userType and role 2025-05-30 14:18:49 +02:00
Jonathan Griffin
7af24f59c3 add many-to-many relationship between groups and users 2025-05-30 14:18:49 +02:00
Jonathan Griffin
eccb753c3c restructure files 2025-05-30 14:18:49 +02:00
Jonathan Griffin
a5ddf786d4 add group to resource_type 2025-05-30 14:18:49 +02:00
Jonathan Griffin
23d696b407 add patch endpoint for groups 2025-05-30 14:18:49 +02:00
Jonathan Griffin
54b8ccb39c add patch endpoint for users 2025-05-30 14:18:49 +02:00
Jonathan Griffin
b0531ef223 at users.updated_at, handle queries with multiple attributes, remove dead code 2025-05-30 14:18:49 +02:00
Jonathan Griffin
9057637b84 added groups endpoints and reformatted code 2025-05-30 14:18:49 +02:00
Jonathan Griffin
ebeff746cb added new fields to user endpoints 2025-05-30 14:18:49 +02:00
Jonathan Griffin
d0a1e894d6 add externalId, name, and displayName for scim user 2025-05-30 14:18:49 +02:00
Jonathan Griffin
62736ff29b clean up files 2025-05-30 14:18:49 +02:00
Jonathan Griffin
464b9b1b47 reformat files and remove unnecessary imports 2025-05-30 14:18:49 +02:00
Jonathan Griffin
a8d36d40b5 remove Group endpoints as they don't seem required 2025-05-30 14:18:49 +02:00
Jonathan Griffin
6bee490312 update PUT /Users endpoint 2025-05-30 14:18:49 +02:00
Jonathan Griffin
2cbac647b8 remove optional PATCH /Users endpoint 2025-05-30 14:18:49 +02:00
Jonathan Griffin
5a31d1b93f update DELETE /Users endpoint to use tenancy and to soft delete 2025-05-30 14:18:49 +02:00
Jonathan Griffin
4371fec38e update POST /Users to use tenancy and not consider soft delete 2025-05-30 14:18:48 +02:00
Jonathan Griffin
bcfa421b8f update GET Users api to be minimal working rfc version 2025-05-30 14:18:48 +02:00
Jonathan Griffin
13f46fe566 update schemas to match more closely with rfc docs 2025-05-30 14:18:48 +02:00
Jonathan Griffin
7661bcc5e8 add ServiceProviderConfig endpoint 2025-05-30 14:18:48 +02:00
Jonathan Griffin
f0b397708d add 403 error for resourcetypes and schemas 2025-05-30 14:18:48 +02:00
Jonathan Griffin
ab8069a986 make scim constant file 2025-05-30 14:18:48 +02:00
Jonathan Griffin
cb0d6840bf add Schemas endpoint 2025-05-30 14:18:48 +02:00
Jonathan Griffin
59a7206161 add ResourceType endpoints 2025-05-30 14:18:48 +02:00
Pavel Kim
cd70633d1f [Draft] add auth flow with JWT 2025-05-30 12:00:52 +02:00
Pavel Kim
937e4d244c Fix pagination and implement all patch group methods 2025-05-30 12:00:52 +02:00
Pavel Kim
e13008c006 Support reactivation of users 2025-05-30 12:00:52 +02:00
Pavel Kim
fc357facf7 Add user/group SCIM endpoints 2025-05-30 12:00:52 +02:00
Taha Yassine Kraiem
fa9c4d3398 fix(chalice): fixed search sessions for EE 2025-05-23 11:20:44 +02:00
Taha Yassine Kraiem
92feaa3641 fix(chalice): fixed notes API 2025-05-22 13:03:01 +02:00
Taha Yassine Kraiem
70d2bbd9b9 refactor(chalice): refactored notes 2025-04-24 14:51:23 +02:00
Shekar Siri
384866621c change(api): router to search with pagination schema 2025-03-10 19:15:26 +01:00
Taha Yassine Kraiem
af4a344c85 fix(chalice): fix multi-refresh token
fix(chalice): fix spot multi-refresh token
2025-03-10 13:14:39 +01:00
Taha Yassine Kraiem
c40e32d624 refactor(chalice): refactored dynamic routs 2025-03-10 12:02:03 +01:00
Kraiem Taha Yassine
9bb93d5daa
fix(chalice): fixed get error details (#3084) 2025-03-04 15:20:51 +01:00
Kraiem Taha Yassine
4e54bced9c
fix(chalice): added get note by id (#3069) 2025-02-27 18:30:44 +01:00
Kraiem Taha Yassine
c07ad14ffc
Dev (#3053)
* fix(chalice): support wrong payload for user-journey drill-down

* fix(chalice): ignore event's MV for v1.22
refactor(DB): ignore event's MV for v1.22

* fix(chalice): fixed EE metrics
2025-02-21 15:21:22 +01:00
Kraiem Taha Yassine
659aa7495f
fix(chalice): fixed assist record (#3045) 2025-02-19 13:48:44 +01:00
Kraiem Taha Yassine
118412d4ab
Dev (#3027)
* fix(chalice): fixed EE code afer refactoring

* fix(chalice): fixed sourcemaps presign URL

* fix(chalice): working on a fix for reversed user-journey
2025-02-12 14:48:38 +01:00
Kraiem Taha Yassine
afb08cfe6d
fix(chalice): fixed EE sessions search for mobile projects (#3010)
refactor(chalice): enhanced sessions search payload validation
2025-02-05 18:50:14 +01:00
Kraiem Taha Yassine
cb8d87e367
Dev (#3003)
* refactor(chalice): upgraded dependencies
refactor(crons): upgraded dependencies
refactor(alerts): upgraded dependencies

* fix(chalice): fixed boarding

* fix(chalice): fixed assign session

* refactor(assist-stats): upgraded dependencies

* fixed(assist-stats): fixed import issue

* fix(chalice): changed env vars

* fix(chalice): fixed search sessions for EE
2025-02-04 19:06:10 +01:00
Kraiem Taha Yassine
82ab91bc25
Dev (#2906)
* refactor(chalice): removed errors status
refactor(chalice): removed errors viewed
refactor(chalice): removed errors favorite
refactor(DB): removed errors viewed
refactor(DB): removed errors favorite

* refactor(chalice): ignore hide excess for Path Finder as it will be done in UI
2024-12-23 18:34:57 +01:00
Kraiem Taha Yassine
a654e30df2
Dev (#2866)
* refactor(chalice): refactored errors

* refactor(chalice): refactored metrics/cards/dashboards
refactor(chalice): refactored sessions
refactor(chalice): refactored sourcemaps
2024-12-12 12:37:39 +01:00