Commit Graph

30 Commits

Author SHA1 Message Date
Ramesh Mane
586770522e chore(nc-gui): lint 2025-07-15 14:57:07 +00:00
Ramesh Mane
bb4e03cddb fix(nc-gui): show usermaycharge alert message only if use has to pay for next seat 2025-07-15 12:41:31 +00:00
Ramesh Mane
d8933dc448 fix(nc-gui): dont show additional charges may apply msg if user has unlimited users plan 2025-07-15 12:41:31 +00:00
Ramesh Mane
173c8b7e7e fix(nc-gui): update external source access badge 2025-06-30 07:52:15 +00:00
Ramesh Mane
3c124511d1 fix(nc-gui): additional charges may apply for new user alert display issue 2025-06-30 07:52:14 +00:00
Raju Udava
4f5630d4d3 chore: fix label 2025-06-17 14:28:46 +00:00
Pranav C
707f177ff0 fix: add user exist check for workspace as well 2025-06-04 12:48:03 +00:00
Pranav C
7586e4c1bc refactor: font and label 2025-06-04 12:48:03 +00:00
Pranav C
b8653e9afd feat: handle existing user scenario in frontend 2025-06-04 12:48:03 +00:00
Pranav C
82018be13b fix: handle v1 errors 2025-06-04 12:48:03 +00:00
Ramesh Mane
6ea88df519 fix(nc-gui): check payment is enabled or not 2025-05-28 15:24:54 +00:00
Pranav C
187ba74715 fix: hide warning message in on-prem 2025-05-28 15:24:54 +00:00
Ramesh Mane
637210985b fix(nc-gui): add warning alert while adding user in paid plan 2025-04-19 08:12:15 +00:00
Ramesh Mane
0c93e45529 fix(nc-gui): auto scroll to all plan section issue if user comes from use invite modal 2025-04-17 15:36:04 +00:00
Ramesh Mane
9b2e105284 fix(nc-gui): role selector badge click area issue 2025-04-17 15:36:03 +00:00
Ramesh Mane
d3c20f2701 fix(nc-gui): refactor payment beta feature flag check 2025-04-15 05:53:30 +00:00
Ramesh Mane
60c6317dcb feat(nc-gui): block record add on limit execeed 2025-04-15 05:53:18 +00:00
Ramesh Mane
e9dc8c082a chore(nc-gui): lint 2025-04-15 05:53:17 +00:00
Ramesh Mane
d94bcdbc30 fix(nc-gui): show limit exceeds modal on user role change 2025-04-15 05:53:17 +00:00
Ramesh Mane
5b332d8f4f fix(nc-gui): invite user dlg 2025-04-15 05:53:17 +00:00
omahs
4ee7a349b9 fix: typos 2025-03-28 19:42:33 +01:00
Ramesh Mane
4af6670b1c fix(nc-gui): add members input ui changes 2025-03-17 19:42:58 +00:00
DarkPhoenix2704
0bd2e8c668 fix: lint 2025-01-10 16:11:08 +00:00
Raju Udava
b5f3473a86 fix: set-6 2025-01-02 12:04:05 +00:00
Ramesh Mane
98bfc9c8f3 fix(nc-gui): update workspace icon issue from admin panel 2024-11-20 17:11:12 +00:00
Pranav C
a0d87c5a4b Nc feat/user management (#9219)
* feat: api changes for user management

* refactor: gift banner behaviour change

* feat: user management api and ui changes

* feat: introduce invited_by info

* test: verify roles by checking datasource tab since access settings page will be available for all users now

* feat: allow owner role update only if there is more than one owner exist

* fix: role update behaviour correction

* fix: base owner invite issue

* fix: reload user roles state on changing roles of active user

* refactor: show disabled button if not avail

* refactor: hide dropdown and action menu options based on roles

* refactor: migration file name

* refactor: disable or hide option based on number of owners

* refactor: hide user list in shared base

* fix: review correction
2024-08-14 16:42:30 +05:30
Anbarasu
55425f57de feat: Notifications (#8622)
* feat: notifications wip

* feat: wip

* feat: longpoll and notifications.controller.ts

* feat: longpoll and notifications.controller.ts

* feat: enable email notifications

* fix: notification styles and list

* fix: update swagger feat: connect poller to frontend

* fix: minor ui corrections

* feat: move notifications to ee feat: scroll to commentId fix: polling fail on network error fix: unreadcount not updating fix: add workspace to comment mention event

* fix: pubsub for notifications

* fix: warning maxListeners

* fix: update ui

* fix: minor fixes

* chore: move pub-sub to redis folder

* fix: update ui and schema feat: optimistic comment update and create

* fix: row empty during inital load causing row not loading

* fix: build

* fix: some updated

* fix: minor ui corrections

* fix: manage local state manually for interactivity

* fix: remove prev notifcation data

* fix: review comments

* fix: code rabbit comments

* fix: code rabbit comments

* feat: delete notifications

* fix: code rabbit comments

* fix: row RowMeta manipulation fix: overflow notifications

* fix: invalid offset

* fix: updated widths

* fix: tests

* fix: playwright

* feat: resolved by comments

* feat: update layout

* fix: wait 5 seconds before polling start, after polling starts, reload the notifications

* fix: bug fixes

* fix: disable long polling for playwright

* fix: update migration

* fix: lint

* fix: code rabbit comments

* fix: resolve tooltip

* feat: resolve ee

* fix: build failing

* fix: review comments

* fix: dependency synx

* fix: update notification style
2024-06-07 11:40:54 +05:30
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
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