Commit Graph

149 Commits

Author SHA1 Message Date
Ramesh Mane
4e51491fb4 fix(nc-gui): update audit logs query params 2024-06-24 08:28:52 +00:00
Ramesh Mane
58b2551be6 fix(nc-gui): show audit logs tab only if user has permission 2024-06-24 08:28:52 +00:00
Ramesh Mane
2a0b44f12a fix(nc-gui): display audit logs in modal for user how have only base creator access 2024-06-24 08:28:52 +00:00
Ramesh Mane
f46aa6415b fix(nc-gui): use base user list while base audit filter is enabled 2024-06-24 08:28:52 +00:00
Ramesh Mane
d3109c4a1c feat(nc-gui): add custom date range filter support 2024-06-24 08:28:51 +00:00
Ramesh Mane
acdd894b2c feat(nc-gui): filter audit logs base on date range 2024-06-24 08:28:51 +00:00
Ramesh Mane
84a308d97d fix(nc-gui): pr review changes 2024-06-24 08:28:51 +00:00
Ramesh Mane
7cad89e2b0 fix(nc-gui): remove search audit input 2024-06-24 08:28:51 +00:00
Ramesh Mane
46e8e59a74 fix(nc-gui): add search option in dropdown 2024-06-24 08:28:51 +00:00
Ramesh Mane
15b8e4172c feat(nc-gui): add sort audit logs support 2024-06-24 08:28:51 +00:00
Ramesh Mane
af7407d98f fix(nc-gui): show only available audit types 2024-06-24 08:28:50 +00:00
Ramesh Mane
e3327dd052 fix(nc-gui): update base audit logs table 2024-06-24 08:28:50 +00:00
Ramesh Mane
3c1b51751e feat(nc-gui): allow search 2024-06-24 08:28:50 +00:00
Ramesh Mane
45b848a5a3 feat(nc-gui): audit logs filters 2024-06-24 08:28:50 +00:00
Ramesh Mane
4921eccd9e feat(nc-gui): add audit logs filters 2024-06-24 08:28:50 +00:00
Ramesh Mane
fa907501cd chore(nc-gui): remove unwanted code 2024-06-24 08:28:50 +00:00
Ramesh Mane
64dcccccfc fix(nc-gui): display base name and user name in audit logs table 2024-06-24 08:28:50 +00:00
Ramesh Mane
f9c869c6df fix(nc-gui): add audit logs pagination loader 2024-06-24 08:28:50 +00:00
Ramesh Mane
72dad6d58e fix(nc-gui): add expanded row audit modal 2024-06-24 08:28:49 +00:00
Ramesh Mane
f57a8574c3 fix(nc-gui): update audit table 2024-06-24 08:28:49 +00:00
Ramesh Mane
069336ba80 feat(nc-gui): workspace audit api setup 2024-06-24 08:28:49 +00:00
Ramesh Mane
50f287f215 Nc Refactor: dialog modals (#8743)
* fix(nc-gui): update view create modal for grid & kanban

* fix(nc-gui): update calendar view create modal

* feat(nc-gui): add support to select gallery cover image while creating/duplicating view

* fix(nc-gui): update view icon size in view create modal

* fix(nc-gui): add input shadow effect

* refactor(nc-gui): dlg ui

* chore(nc-gui): lint

* fix(nc-gui): small changes

* fix(nc-gui): review changes

* chore: revert display message

* chore: lint

* fix(nc-gui): truncate field name

* fix(nc-gui): ignore empty lines at the end in form view #3104

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-06-15 07:08:27 +05:30
Anbarasu
af48ec4146 fix: workspace details not loading in admin panel (#8475) 2024-05-15 12:33:48 +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
Ramesh Mane
d372228080 Nc fix: Misc Design Fixes II (#8461)
* fix(nc-gui): team & settings tab ui fixes

* fix(nc-gui): update sidebar base text color on hover and selected state

* fix(nc-gui): sidebar base, table menu height issue

* fix(nc-gui): sidebar view menu alignment issue

* fix(nc-gui): sidebar view menu height and active state color

* fix(nc-gui): update global search ui

* fix(nc-gui): grid row hover style update

* fix(nc-gui): topbar font weight issue

* fix(nc-gui): team & setting tab user list margin top issue

* fix(nc-gui): workspace icon color issue

* fix(test): update global search test cases
2024-05-11 20:06:11 +05:30
Anbarasu
1616c6bbb4 fix: load workspace roles on activeWorkspaceId changes (#8445) 2024-05-10 14:33:21 +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
08dfcfa7d6 fix: type issues (#8413) 2024-05-06 19:10:07 +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
4263acbdc4 fix(nc-gui): allow user to search members by email as well as username (#8289)
* fix(nc-gui): allow user to search members by email as well as username

* fix(nocodb): oss allow user to search members by email as well as username
2024-04-17 12:36:09 +05:30
Ramesh Mane
9cc1f3cb30 Nc Fix: UI improvements - left sidebar (#8244)
* fix(nc-gui); update toolbar menu text grom GroupBy to Group

* fix(nc-gui): move sidebar base, table expand icon to the right side

* fix(nc-gui): sidebar base, table, view menu options padding issue

* fix(nc-gui): add background color for row on hover in grid view

* fix(nc-gui): reduce width of index column

* fix(nc-gui): on hover grid row bg opacity issue

* fix(nc-gui): reduce font size and grid cell height

* fix(nc-gui): sidebar view menu alignment issue on mobile screen

* fix(nc-gui): reduce font size

* fix(nc-gui): set column default width to 180px

* fix(nc-gui): keep only sidebar changes & revert all other changes

* fix(nc-gui): change table icon

* fix(nc-gui): trim base, table, view title while saving it

* fix(nc-gui): increate left sidebar max width

* fix(nc-gui): show truncated base/table/view name until standard end

* fix(nc-gui): oss sidebar base menu options alignment issue

* fix(nc-gui): use valid classname

* fix(nc-gui): sidebar external db source menu ui fixes

* fix(nc-gui): small changes

* chore(nc-gui): lint

* fix(nc-gui): pw test fail issue

* fix(nc-gui): trim title while creating base, table, view

* fix(nc-gui): some of the sidebar pw test fail issues

* fix(test): sidebar test fail issue

* fix(test): projectCollaboration test fail issue

* fix(nc-gui): change font size of view menu option view mode chip text

* fix(nc-gui): grayed out create view dropdown plus icon color

* fix(nc-gui): grayed out table icon and reduce width of default view context menu

* fix(nc-gui): remove copyright text from user menu

* fix(nc-gui):  chevron icon and show/hide sidebar icon should be gray in color
2024-04-15 09:11:12 +05:30
Ramesh Mane
1b8c47e2b0 Nc fix(nc-gui): allow copy paste email id from gmail in team & settings, for example, abc <abc@gmail.com> (#7963)
* fix(nc-gui): allow copy paste email id from gmail

* fix(nc-gui): skip display error & add only valid emails if user copy paste bulk emails in team & settings invite input element

* fix(nc-gui): add a comment explaining the regex pattern for email validate/extract

* fix(nc-gui): allow copy paste emailid from gmail in team & settings oss

* fix(nc-gui): add support to extract email from pasted string in email cell if accept only email is true
2024-03-27 00:36:57 +05:30
Raju Udava
41f294db7b Revert "feat(nc-gui): new share ui (#7845)"
This reverts commit f3c626abc3.
2024-03-18 18:29:15 +05:30
Anbarasu
f3c626abc3 feat(nc-gui): new share ui (#7845)
* feat(nc-gui): new share ui

* fix(nc-gui): hide view, base tab when opened from base

* fix(nc-gui): update prefill form labels

* fix(nc-gui): invite user to base

* fix(playwright): update share tests

* fix(nc-gui): enable shared base edit access in oss

* fix(nc-gui): truncate text if overflows

* fix(nc-gui): show tooltips if truncated

* fix(nc-gui): animate icons

* fix(playwright): oss tests fix

* fix(nc-gui): review changes

* fix(nc-gui): minor changes

* fix(nc-gui): update tabs

* fix(nc-gui): update translation

* fix(nc-gui): update heading size

* feat(nc-gui): support sharing any views from share modal

* fix(nc-gui): review changes

* fix(nc-gui): pr review changes
2024-03-16 12:12:05 +05:30
Ramesh Mane
491e8f3cac fix(nc-gui): pr review changes 2024-03-13 21:16:15 +00:00
Ramesh Mane
67801754c0 fix(nc-gui): some browser console warnings 2024-03-13 21:16:13 +00:00
Ramesh Mane
e27be408b4 fix(nc-gui): Property workspaceRole was accessed during render but is not defined on instance 2024-03-13 21:16:12 +00:00
navi
9fa914a9ec Merge pull request #7833 from nocodb/nc-feat/new-access-control
feat: base level share
2024-03-13 13:40:55 +00:00
DarkPhoenix2704
6125c2fca3 feat: gui 2024-03-12 11:09:14 +00:00
Ramesh Mane
5baa8da556 fix(nc-gui): revert show base emoji if exist changes 2024-03-12 06:45:01 +00:00
Ramesh Mane
5eabbb77c1 fix(nc-gui): add support to show base emoji if exist 2024-03-12 06:45:00 +00:00
Ramesh Mane
520038c694 feat(nc-gui): assign random base icon color for new base 2024-03-12 06:45:00 +00:00
Ramesh Mane
e4c917d3a4 fix(nc-gui): use colour picker for base icon instead of hue picker 2024-03-12 06:44:59 +00:00
Ramesh Mane
c7a5b139d2 fix(nc-gui): remove lazy loading baseIconColorPicker component 2024-03-12 06:44:58 +00:00
Ramesh Mane
e3308123f7 fix(nc-gui): rename baseColorPicker component name to baseIconColorPicker 2024-03-12 06:44:56 +00:00
Ramesh Mane
79bc28c765 fix(nc-gui): replace base icon from all places except sidebar 2024-03-12 06:44:56 +00:00
Ramesh Mane
3f2d95e08b fix(nc-gui): pr review changes #2326 2024-02-17 06:09:50 +00:00
Ramesh Mane
7cebbc9425 feat(nc-gui): user management placeholder oss 2024-02-17 06:09:49 +00:00
Ramesh Mane
94ab523bb4 feat(nc-gui): invite team placeholder 2024-02-17 06:09:49 +00:00