Commit Graph

16 Commits

Author SHA1 Message Date
Pranav C
6d79d0e750 chore: cleanup 2025-04-24 23:09:10 +00:00
Pranav C
de3997aa7d test: convert error logs to string 2025-04-24 23:09:08 +00:00
Pranav C
d6fe09e0a5 test: add delay 2025-04-24 23:09:08 +00:00
Pranav C
982ae1c809 test: saml metadata - switch to xml tab before filling 2025-04-24 23:09:08 +00:00
Pranav C
299ceb187c test: saml metadata loading correction 2025-04-24 23:09:08 +00:00
Pranav C
2ee3edee58 Nc feat/user management (#8369)
* fix: source filter

Signed-off-by: mertmit <mertmit99@gmail.com>

* feat: sso cloud apis - WIP

* feat: admin panel menu option

* feat: UI integration - WIP

* feat: UI integration - SSO

* feat: domain verification

* feat: workspace upgrade and sso page - WIP

* feat: domain adding and verification - WIP

* feat: domain adding and verification

* fix: domain validation corrections

* chore: lint

* feat(nc-gui): organization settings page

* feat(nc-gui): organization members page

* fix(nc-gui): some more changes

* fix(nc-gui): refactor collaborators ui

* feat(nc-gui): dashboard ui

* feat(nc-gui): bases page

* feat(nocodb): wired up ui and apis. wip

* fix(nc-gui): some more fixes

* fix(nc-gui): move ws to org immediately after creation

* fix(nc-gui): some more bug fixes

* feat(nocodb): transfer workspace ownership

* fix(nc-gui): load roles if baseId is provided in prop

* fix(nc-gui): show only org workspaces

* fix(nc-gui): some more fixes

* fix(nc-gui): rename base

* fix(nc-gui): invite fixes

* feat: restrict access to org level user(SSO login)

* fix: include org and client info in token

* fix: include org and client info in refresh token

* refactor: minor ui corrections

* refactor: add a generic component for copying

* refactor: ui correction and cleanup

* fix: refresh token update

* fix: ui corrections

* fix: if user signin using unverified domain show error in sso page rather than showing the json with error

* fix: for all sso related exceptions redirect to sso ui page with error

* chore: lint

* fix: show admin panel option only for user who have permission

* fix: redirect to sso login page on logout based on current user info

* test: sso - playwright test

* fix: duplicate attribute

* test: playwright

* fix: missing import

* test: playwright - WIP

* test: playwright - Cloud sso login flow

* fix: error handling

* test: playwright - sso auth flow tests

* fix: show upgrade option only for workspace owner

* test: user invite tests corrections

* test: user invite tests corrections

* test: user management correction

* test: playwright - use regex for path match

* fix: delete existing provider if any

* test: combine sso tests to run serially

* test: playwright - title name correction

* test: playwright - reset sso client from sso tests only

* test: playwright - page navigation correction

* refactor: by default navigate to org settings page on org creation and disable org image upload

* refactor: reverify domain after 7 days and update role names to avoid confusion between  org and cloud org roles

* fix: corrections

* fix: show org level roles in members section

* refactor: disable org update by default

* test: unit tests for org admin apis

* chore: lint

* fix: review comments

* chore: lint and cleanup

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
Co-authored-by: mertmit <mertmit99@gmail.com>
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
2024-05-01 11:39:22 +05:30
Pranav C
a1712b8967 test(playwright): classname correction 2024-02-15 19:38:12 +00:00
Pranav C
54a99bdf2f test(playwright): add CRUD test 2024-02-15 19:38:11 +00:00
DarkPhoenix2704
030fdf5c42 fix(nc-gui): kebab case 2024-02-07 12:26:54 +00:00
DarkPhoenix2704
dc8bc67b48 fix(nc-gui): refactor validator 2024-02-07 12:26:54 +00:00
Pranav C
6a0c752a65 test: add retry mechanism for count check 2024-02-07 12:26:51 +00:00
Pranav C
e86d483797 test: wait until redirect url generates 2024-02-07 12:26:51 +00:00
Pranav C
bc51fd23fe test: improve selector to wait until pre-population of client 2024-02-07 12:26:51 +00:00
Pranav C
6bb9439df1 test: playwright - OpenID auth flow test 2024-02-07 12:26:49 +00:00
Pranav C
c698d27fb1 test: playwright - SAML auth flow test 2024-02-07 12:26:49 +00:00
DarkPhoenix2704
a8df151c17 feat(test): playwright for saml, oidc 2024-02-07 12:26:47 +00:00