DarkPhoenix2704
6881b1eddd
feat: new trigger nodes
2025-12-15 15:49:43 +00:00
Anbarasu
3767cdbac2
Merge pull request #12732 from kolega-ai/nc-fix/notification-authorization-bypass
2025-12-13 10:04:02 +05:30
Faizan
725321f158
fix(security): add missing await for authorization checks in notifications service
...
The Notification.get() calls in notificationUpdate and notificationDelete methods were missing the await keyword, causing authorization checks to always pass since Promise objects are truthy. This allowed any authenticated user to modify or delete other users' notifications by guessing notification IDs.
Added await to both methods to properly verify notification ownership before allowing updates or deletions.
2025-12-11 14:48:10 +00:00
Ramesh Mane
091dbf5b58
Merge pull request #12709 from nocodb/nc-fix/grid-keyboard-event-trigger-issue
...
fix: keyabord event prevent issue if extension panel is open
2025-12-06 12:02:18 +05:30
Ramesh Mane
bd4a119d55
fix: keyabord event prevent issue if extension panel is open
2025-12-04 08:46:26 +00:00
Raju Udava
737bcc9c67
Merge pull request #12701 from nocodb/nc-fix/attachment-cell-empty-in-mobile
...
fix: Canvas grid attachment cell empty in mobile view
2025-12-02 13:06:06 +05:30
Ramesh Mane
7ce22019ca
fix: Canvas grid attachment cell empty in mobile view
2025-12-02 07:23:14 +00:00
Pranav C
020257c20f
Merge pull request #12677 from nocodb/nc-fix/7296-multiselect-validation
...
Nc fix/7296 multiselect validation
2025-11-22 18:08:46 +05:30
Pranav C
92cdc38c02
fix: trim values in comma-separated input for consistent storage and update value in insert/update object
2025-11-22 10:57:08 +00:00
Pranav C
3f0291cf0c
fix: group or query
2025-11-22 10:57:08 +00:00
Pranav C
dbde40170b
fix: enhance SQL bindings to support leading whitespace in comma-separated values
2025-11-22 10:57:08 +00:00
Pranav C
6509941543
fix: add support to single leading whitespace with value when comma separated multiselect value
2025-11-22 10:57:08 +00:00
Pranav C
c133cc04df
fix: avoid trimming value while validating to avoid saving wrong input value adn always accept correct input
2025-11-22 10:57:08 +00:00
Raju Udava
27c97b8509
Merge pull request #12648 from nocodb/nc-fix/intl-segmenter-issue
...
fix: Intl.Segmenter is not a constructor
2025-11-14 16:32:58 +05:30
Ramesh Mane
2c78312564
chore: install grapheme-splitter library
2025-11-13 14:16:42 +05:30
Ramesh Mane
e9b176a515
revert: unwanted changes
2025-11-13 14:13:51 +05:30
Ramesh Mane
15c7940a59
fix: Intl.Segmenter is not a constructor
2025-11-13 08:19:05 +00:00
Fendy H
070bbc063f
Merge pull request #12645 from nocodb/nc-fix/base-swagger-last-modified
...
fix: last modified by / time is nullable on openapi
2025-11-12 13:03:27 +07:00
Fendy Heryanto
af9e716688
fix: last modified by / time is nullable on openapi
2025-11-10 06:22:33 +00:00
Anbarasu
5f9742c240
Merge pull request #12638 from nocodb/nc-ai-features
2025-11-10 11:48:49 +05:30
DarkPhoenix2704
7b0ec4d5b5
fix: remove isOnPrem Flag
2025-11-10 05:45:59 +00:00
Ramesh Mane
4652df9cdb
Merge pull request #12627 from nocodb/nc-fix/logged-in-info-share-issue-in-shared-base-view
...
fix: Shared Base / ERD / Shared View: LocalStorage token reuse causes unauthorized logged-in access
2025-11-06 00:27:58 +05:30
Ramesh Mane
becb2e65e2
fix(auth): Shared Base / ERD / Shared View: LocalStorage token reuse causes unauthorized logged-in access
2025-11-05 16:18:48 +00:00
Raju Udava
569332926f
Merge pull request #12625 from nocodb/nc-fix/bug-fixes-5-nov
...
fix: sidebar base, table, view reorder not working in safari
2025-11-05 13:16:38 +05:30
Ramesh Mane
d99df3636c
fix: sidebar base, table, view reorder not working in safari
2025-11-05 06:48:18 +00:00
Ramesh Mane
995a8e5d66
Merge pull request #12620 from nocodb/nc-fix/sentry-errors-3-nov
...
Fix: Sentry errors
2025-11-04 11:57:54 +05:30
Ramesh Mane
0057c68bb4
fix(Sentry TypeError): Cannot read properties of undefined (reading 'COUNTRY / PAYS')
2025-11-03 09:42:50 +00:00
Ramesh Mane
519a89e340
fix(Sentry TypeError): ve.split is not a function
2025-11-03 09:42:50 +00:00
Ramesh Mane
3be74c2f95
fix(Sentry TypeError): Cannot read properties of undefined (reading 'fixed')
2025-11-03 09:42:50 +00:00
Raju Udava
5e5d69464c
Merge pull request #12619 from nocodb/nc-fix/copy-from-another-view-btn-position
...
fix(UI): Copy from another view toolbar menu button position issue due to children:flex-none css property on parent div
2025-11-01 14:01:22 +05:30
Ramesh Mane
4e574c927b
chore(nc-gui): lint
2025-11-01 07:09:45 +00:00
Ramesh Mane
5782f57223
fix: user icon intials length config #7194
2025-11-01 07:09:45 +00:00
Ramesh Mane
caf6a8e6a7
fix(UI): Copy from another view toolbar menu button position issue due to children:flex-none css property on parent div
2025-11-01 07:09:45 +00:00
Raju Udava
ce3a1652ee
Merge pull request #12615 from nocodb/nc-fix/select-type-field-options-render-issue-in-edit-modla
...
fix(UI): add threshold distance for infinite select options loading
2025-10-31 17:00:59 +05:30
Ramesh Mane
e21fc89483
fix(nc-gui): add threshold distance for infinite select options loading
2025-10-31 10:37:31 +00:00
Raju Udava
124e551b06
Merge pull request #12614 from nocodb/nc-fix/default-value-question-mark
...
default value is stored as raw
2025-10-31 14:29:47 +05:30
Ramesh Mane
d65103f85c
Merge pull request #12610 from nocodb/nc-feat/copy-ws-id-support
...
Feat: Provide a way to copy workspace id
2025-10-30 14:11:08 +05:30
Ramesh Mane
fdbf798774
fix(nc-gui): add source id in oss sidebar source context menu
2025-10-30 08:02:39 +00:00
Ramesh Mane
92757184de
fix: add copy source id option
2025-10-30 08:02:30 +00:00
Ramesh Mane
0929814a22
fix(nc-gui): add user id in oss user management page
2025-10-30 08:02:28 +00:00
Ramesh Mane
fea685cb3e
feat(nc-gui): add copy user id in memebers tab
2025-10-30 08:02:25 +00:00
Ramesh Mane
80cf8fda30
fix(nc-gui): add workspace id in ws dropdown menu
2025-10-30 08:02:15 +00:00
Fendy Heryanto
2593cbc1fc
default value is stored as raw
2025-10-30 05:18:31 +00:00
Raju Udava
46379e4761
Merge pull request #12607 from nocodb/nc-fix/table-create-on-blank-base-issue
...
Fix: Create Table button from the sidebar doesn't work in blank database
2025-10-29 14:23:30 +05:30
Ramesh Mane
43d5048509
Merge pull request #12608 from nocodb/nc-fix/enable-copy-from-another-view-feature
...
fix(nc-gui): enable copy from another view feature by default
2025-10-29 14:20:09 +05:30
Ramesh Mane
a1c054a1d6
fix(nc-gui): enable copy from another view feature by default
2025-10-29 08:35:38 +00:00
Ramesh Mane
82fd0bac0f
fix(nc-gui): some warning issue
2025-10-29 07:47:16 +00:00
Ramesh Mane
ea522342c3
fix(nc-gui): table create btn not working in oss
2025-10-29 07:47:16 +00:00
Ramesh Mane
8b0b2daafe
fix(nc-gui): add missing baseid prop
2025-10-29 07:47:16 +00:00
Ramesh Mane
b0ed2928f3
Merge pull request #12605 from nocodb/nc-fix/on-korean-text-input-cursor-shift-to-end
...
Fix: Cursor jumps to the end when inserting Korean text in the middle of textarea input if auto-size props added
2025-10-29 11:19:19 +05:30