Pranav C
ef1febbe8b
fix: null handling
5 months ago
Pranav C
757cd4ec15
test: unit test corrections
5 months ago
Pranav C
c48b3da8f9
test: corrections
5 months ago
Pranav C
d967388881
fix: check column is associated with any link before deleting
5 months ago
Pranav C
fdf42d269c
test: unit test
5 months ago
Pranav C
aa8aeb97bf
feat: update new data link api
5 months ago
Pranav C
94f8651c35
fix: groupby - interbase link/lookup
5 months ago
Pranav C
4eb9260120
fix: belongs to link delete issue
5 months ago
Pranav C
fee1e9545a
fix: one-to-one excluded list issue
5 months ago
Pranav C
0ee27e716c
feat: relation across bases
5 months ago
Pranav C
b2d8b9ffca
fix: move fk column delete inside condition block
5 months ago
Pranav C
47b68a4454
refactor: avoid nested blocks
5 months ago
Pranav C
f3381252ff
fix: avoid deleting foreign key when it's a custom link
5 months ago
Pranav C
00ead02e08
fix: reload meta after link creation
5 months ago
Pranav C
6155444885
feat: custom relation - WIP
5 months ago
Mert E
b8c3139933
fix: missing pk for user junction table ( #8973 )
5 months ago
Ramesh Mane
7577fddcb3
Nc fix: prevent commentor/viewer from enabling hidden columns ( #8971 )
...
* fix(nc-gui): show proper error msg instead of harcoded text
* fix(nc-gui): disable show field switch is user don't have permission
* fix(nc-gui): hide hidden field for commenter/viewer role
* fix(nc-gui): hide groupby option in local mode
* fix(nc-gui): groupby issue in shared view if grouping field is hidden
* fix(nc-gui): show pagination even if total no pages is 1
* fix(nc-gui): show hidden grouping field in shared view
* chore(nc-gui): type mistake
* fix(nc-gui): show/hide all columns in local mode issue
* fix(nc-gui): pw test fail issue
* fix(nc-gui): hide/show field local mode save issue
5 months ago
Raju Udava
827f9390b0
fix: use update method for soft delete ( #8967 )
...
* fix: use update method for soft delete
* fix: remove unnecessary argument
---------
Co-authored-by: mertmit <mertmit99@gmail.com>
5 months ago
Mert E
44722688e9
fix: avoid checking names cross-source ( #8954 )
5 months ago
Ramesh Mane
140091558c
fix(nocodb): record insert with blank details issue
5 months ago
Ramesh Mane
2c9715872a
fix(nocodb): wrap repeated code in a function and use it
5 months ago
Ramesh Mane
bee9200718
fix(nocodb): update if condition
5 months ago
Ramesh Mane
bc5f8a5177
fix(nocodb): provide modal instead of modal id
5 months ago
Ramesh Mane
a05ce47cdc
fic: added after inset audit record data
5 months ago
Ramesh Mane
2fc3aa976b
fix(nocodb): trigger remove link audit logs first then add link log
5 months ago
Ramesh Mane
7d026cf99d
fix: small changes
5 months ago
Ramesh Mane
fbac698edc
fix(nocodb): test fail issue
5 months ago
Ramesh Mane
86fade00f1
fix: ai pr review changes
5 months ago
Ramesh Mane
5fd8d789cd
fix(nocodb): backend crash issue
5 months ago
Ramesh Mane
0c6c695e43
fix(nc-gui): remove console
5 months ago
Ramesh Mane
3db9dbc367
fix(nocodb): bt cell copy paste row audit udpate
5 months ago
Ramesh Mane
5ddee03e8d
fix(nc-gui): bt cell audit logs update
5 months ago
Ramesh Mane
039aec6a68
fix(nc-gui): update unlinked hm cell upon adding already added link record in another cell
5 months ago
Ramesh Mane
8ae2003bc6
fix(nc-gui): on adding/removing link update another table audit logs
5 months ago
Ramesh Mane
e9ddc95c6c
fix(nocodb); add audit details for links cell update
5 months ago
Ramesh Mane
e148abcb03
fix(nocodb): add user email & display_name in req.user while using api xc-token auth
5 months ago
Anbarasu
64a66b48a0
feat: attachments by url, webcam ( #8921 )
...
* fix: attachment fixes
* feat: support camera, local rewrite uploads feat: url, wip
* fix: upload url
* fix: import useAttachmentCell
* fix: handle invalid urls, edge cases
* fix: handle stopping all active streams
* fix: styling
* fix: styling
* fix: tests correction
* fix: bulk updates tests
* fix: thumbnail support, fix: icons for all fix: url with redirect not working fix: overflow issue fix: scope style modals fix: expanded form design broken
* fix: clear all active streams
* fix: mirror camera
* fix: update colors fix: enable upload-via-url in shared views
* fix: upload-via url
* fix: typo
* fix: update styles fix: added localization fix: issues with camera
* fix: update translation
* fix: show error inline fix: icon hover effect not working fix: reuse media stream
* fix: slowui
* fix: don't load if the filetype does not starts with image/video
* fix: translation
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
5 months ago
Ramesh Mane
d60eb16eaa
fix(unit-test): udpate kanban view unit test
5 months ago
Ramesh Mane
ce521ad3c6
fix(nocodb): sort columns same as other views while creation of kanban view
5 months ago
github-actions[bot]
bc6f66aae8
chore: update sdk path
5 months ago
mertmit
193a29f7bf
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
5 months ago
Anbarasu
87d1cc4fd1
fix: ui acl issue ( #8916 )
5 months ago
Anbarasu
da150f8efd
Feat: support createdAt, updatedAt, formula for calendar ( #8904 )
...
* feat: support system datetime cols for calendar view
* feat: formula support
* fix: custom priority sort fix: error if formula is invalid
* fix: coderabbit suggestions
* fix: selectedDate not updating
5 months ago
Anbarasu
bd00e8e243
feat: groupby aggregation ( #8838 )
...
* feat: groupby aggregation
* fix: reload data
* fix(nc-gui): fix: better aggregate update condition
* fix(nc-gui): limit api aggregation calls
* fix(nocodb): aggregation api refactor feat(nocodb): bulk aggregate apis
* feat(nocodb): update swagger.json fix(nocodb): parse aggregation json feat(nocodb): public endpoint
* fix: get first res
* fix: swagger bugs
* fix: integrate bulk aggregation
* fix(nc-gui): bulk agg not triggering in shared view
* fix(nc-gui): avoid agg load inside table in groupby
* fix(nc-gui): issue when key is decimal
* fix(nc-gui): trigger aggregate before ui update
* fix(nc-gui): update triggering bulk api calls
* fix(nc-gui): custom label in pagination
* test: unit tests
* chore: move to ee
* fix: gui separation
* fix: pagination gui
* fix: summary flicker
* fix: pr review
* fix: groupby pagination
* fix: aggregation alias handling
* fix: agg not updating
* fix: expanded-form broken
* fix: unit tests
* fix: playwright tests
* fix: playwright tests
* fix: user select, groupby tests
* fix: groupby inner pagination alignment
* fix: stddev sqlite value
* fix: review changes
* fix: ui flicker
5 months ago
Mert E
aa47e4a176
fix: long base_id issue ( #8884 )
...
* fix: long base_id issue
* refactor: variable names
5 months ago
Mert E
3df5929fed
fix: webhook delete & update payload ( #8897 )
5 months ago
Mert E
fb213eee0e
feat: export as on background ( #8890 )
...
* feat: csv export job
* fix: duplicate job
* feat: csv export job final
* feat: data export extension POC
* feat: data export final
* fix: extensions & scroll
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
5 months ago
Ramesh Mane
b224397656
fix: Audit records only available for super user ( #8882 )
...
* fix(nc-gui): audit record access issue for oss base creator
* fix(nocodb): use user created_at instead of project user created_at
* fix(nc-gui): show comment from start instead of bottom
* fix(nc-gui): enable record audit logs for all user roles
* fix: enable comment & audit list for viewer
* fix(nc-gui): enable grid row comment count
* fix(nc-gui): update empty comment state text
* chore(nc-gui): lint
* Update en.json
* chore(nc-gui): lint
* fix(nc-gui): remove padding and add hover effect in audit record logs
* fix(nc-gui): comment/audit user role info issue
* fix(test): update share base comment drawer test case
* fix(nc-gui): record audit item line height issue
* fix(nc-gui): truncate record comment/audit user name
* fix(nc-gui): text truncate issue
* fix(nc-gui): update base user map on updating base user role
* fix(nc-gui): update grid row count on adding/removing comment
* fix(nc-gui): skip loading row audits in ee & after adding/updating comment
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
5 months ago
Mert E
d82727a065
fix: insert user from group by ( #8889 )
5 months ago
Raju Udava
b816541609
fix: avoid passing bt flag from user payload ( #8877 )
...
Co-authored-by: mertmit <mertmit99@gmail.com>
5 months ago