Commit Graph

27 Commits

Author SHA1 Message Date
Anbarasu
6c4d0482e3 fix: user management followup (#8458)
* fix(nocodb): image upload

* fix(nc-gui): invite workspace error

* feat: bug fixes(wip)

* fix(nocodb): incorrect members list

* fix(nc-gui): update row size

* fix(nc-gui): some more changes

* fix(nc-gui): show image

* chore: cleanup
2024-05-14 12:32:10 +05:30
Mert E
89f0895de3 fix: experimental frontend optimizations (#8427)
* fix: get rid of barrel files

* chore: get rid of explicit imports

* fix: use explicit import for classes and enums

* fix: use explicit import for enum & class & aliases

* fix: build issues
2024-05-08 15:55:09 +05:30
Mert E
838c716a08 fix: sorter UI (#8393)
* feat: use inline sorter instead of dropdown

* chore: lint

* fix: comparison logic for useUserSort
2024-05-04 23:37:58 +05:30
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
Ramesh Mane
441e8b896c fix: added sort on workspace level 2024-01-02 08:15:25 +00:00
Ramesh Mane
5ce0bf4e7a fix: user sort by email issue 2024-01-02 08:15:25 +00:00
Ramesh Mane
d93b548d80 fix: small changes 2024-01-02 08:15:24 +00:00
Ramesh Mane
14c9a7e688 fix: user sort config validator fun 2024-01-02 08:15:24 +00:00
Ramesh Mane
2e83c9b410 feat: added object validator helper function 2024-01-02 08:15:24 +00:00
Ramesh Mane
ee4a354551 fix: update collaborator state issue 2024-01-02 08:15:24 +00:00
Ramesh Mane
2af64adc00 fix: lint erros 2024-01-02 08:15:23 +00:00
Ramesh Mane
dc44350739 fix: user roles sort issue 2024-01-02 08:15:23 +00:00
Ramesh Mane
4407567596 fix: sort user by roles 2024-01-02 08:15:23 +00:00
Ramesh Mane
42ccab07b9 fix: update handleGetSortsData for single level of user sort 2024-01-02 08:15:23 +00:00
Ramesh Mane
06a8dec6e8 fix: array for continue issue - user sort management 2024-01-02 08:15:23 +00:00
Ramesh Mane
838ccacf84 feat: hook and dropdown menu for user sort management 2024-01-02 08:15:23 +00:00
Ramesh Mane
393879d63b fix: user sort by email issue 2023-12-30 12:46:24 +05:30
Ramesh Mane
f8ad8c155d fix: small changes 2023-12-29 16:41:02 +05:30
Ramesh Mane
7bf8f7977a fix: user sort config validator fun 2023-12-29 16:10:26 +05:30
Ramesh Mane
8ee5ba0fdc feat: added object validator helper function 2023-12-29 12:53:19 +05:30
Ramesh Mane
ddd4117239 fix: update collaborator state issue 2023-12-29 12:07:02 +05:30
Ramesh Mane
6020999f85 fix: lint erros 2023-12-28 20:51:09 +05:30
Ramesh Mane
114da7e2c0 fix: user roles sort issue 2023-12-27 09:13:58 +05:30
Ramesh Mane
fcbb1123e9 fix: sort user by roles 2023-12-25 12:02:01 +05:30
Ramesh Mane
a87b8c9bd3 fix: update handleGetSortsData for single level of user sort 2023-12-22 10:47:52 +05:30
Ramesh Mane
b4bc820be2 fix: array for continue issue - user sort management 2023-12-22 02:18:14 +05:30
Ramesh Mane
761e7152a2 feat: hook and dropdown menu for user sort management 2023-12-22 02:03:16 +05:30