Commit Graph

23 Commits

Author SHA1 Message Date
Ramesh Mane
a5507f9242 feat: add german date format support 2025-09-16 08:39:19 +00:00
Ramesh Mane
48d3b42201 fix(nc-gui): review changes 2025-09-10 08:19:28 +00:00
Ramesh Mane
43b2e397e5 fix(nc-gui): Cannot read properties of undefined (reading 'abbreviation') 2025-09-10 08:19:28 +00:00
Ramesh Mane
a5c822bf52 fix(nc-gui): import fn UI error 2025-08-08 07:48:34 +00:00
Ramesh Mane
984287890b fix(nc-gui): duplicate export fn issue 2025-08-08 07:48:33 +00:00
Ramesh Mane
ae10a6c134 fix(nc-gui): webhook logs sidebar ui changes 2025-06-28 16:30:12 +00:00
Ramesh Mane
24db9cb4e3 fix(nc-gui): canvas cell timezone issue and editable cell ui changes 2025-04-22 14:15:57 +00:00
Fendy Heryanto
e264fe03bb use state config for isEeUI 2025-04-22 14:15:56 +00:00
Ramesh Mane
a178bafbcf fix(nc-gui): timezone display issue 2025-04-22 14:15:55 +00:00
Fendy Heryanto
8f20ab191b Squashed commit of the following: 2025-04-22 14:15:55 +00:00
DarkPhoenix2704
35e54404d6 fix: update order 2025-03-11 14:01:37 +00:00
DarkPhoenix2704
98a765a454 fix: sqlite invalid format for DD/MM/YYYY format 2025-03-11 14:01:37 +00:00
Ramesh Mane
cdc51cac7f chore(nc-gui): lint 2025-03-05 14:51:13 +00:00
Ramesh Mane
e02b98d446 feat(sdk): datetime column helper fn 2025-03-05 14:51:12 +00:00
DarkPhoenix2704
c0a9165325 feat: row & cell contexts 2025-02-17 13:10:53 +00:00
Pranav C
676dd6abc9 feat: time format correction 2025-02-04 12:14:36 +00:00
Pranav C
330aef7757 refactor: review comments 2025-02-04 12:14:36 +00:00
Pranav C
a2266ee2c0 feat: format date string as per design 2025-02-04 12:14:35 +00:00
DarkPhoenix2704
0bd2e8c668 fix: lint 2025-01-10 16:11:08 +00:00
Ramesh Mane
906780d9ea fix(nc-gui): show 1y ago if days diff is greater than 360 2024-09-03 06:11:14 +00:00
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
5b968efa2b feat: richtext Comments (#8564)
* feat: richtext Comments

* fix: minor corrections

* fix: minor corrections

* fix: minor corrections

* fix: update carat color

* fix: improved comment upgrader

* fix: coderabbit comment fixes

* fix: update some behaviours

* fix: build

* fix: test flaky

* fix: test flaky

* fix: test failing

* fix: remove tasks list. fix: update enter handling using lists

* fix: update icons

* fix: update dependencies
fix: mysql index name long
fix: generate API.ts
2024-05-25 11:43:06 +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