mertmit
2c2925a183
fix: add root references with storage adapter
4 months ago
mertmit
b979e87ef7
fix: use origin path or url for not found
4 months ago
mertmit
95eb661a5b
fix: null check before replacing path
4 months ago
mertmit
f35896e785
fix: add mimetype to temp table
4 months ago
mertmit
8254284c63
fix: lock confirmation for migration jobs
4 months ago
mertmit
420076ddf2
feat: migrate existing attachments
4 months ago
mertmit
be8b9efd83
chore: bump glob package
4 months ago
mertmit
d785297fdf
fix: use anonymous for shared view entries
4 months ago
mertmit
8b0b73062d
fix: missing clear file references calls
4 months ago
mertmit
efbcacced2
fix: use title instead of column name for old data
4 months ago
mertmit
e98b8f29a5
fix: process attachments only if provided
4 months ago
mertmit
52394849ef
fix: duplicate attachment column
4 months ago
mertmit
2348c55580
fix: update attachment state on update
4 months ago
mertmit
5880a6d484
feat: support bulk delete all
4 months ago
mertmit
1db651a3a0
feat: restrict attachments bulk update
4 months ago
mertmit
958a1f96ed
fix: small bug with at import UI
4 months ago
mertmit
cf25ee430a
fix: user id for at import
4 months ago
mertmit
518181ffcc
fix: file size on upload via url
4 months ago
mertmit
f04949baa6
feat: attachment handling for duplicate model
4 months ago
mertmit
f43307e0cd
feat: attachment clean up job
4 months ago
mertmit
5bd95f9d66
fix: clear file references on model delete
4 months ago
mertmit
6f4f1e39b9
feat: clear file references on schema delete
4 months ago
mertmit
256f5c1b5b
feat: file references & generic data operations
4 months ago
navi
4020b11c47
New translations en.json (Japanese) ( #9197 )
4 months ago
Anbarasu
828c4b8e04
feat: configure S3 acl from envs ( #9192 )
...
* feat: configure S3 acl from envs
* fix: s3 cloud acl
4 months ago
navi
18f83a2d26
New Crowdin updates ( #9196 )
...
* New translations en.json (French)
* New translations en.json (Japanese)
* New translations en.json (Ukrainian)
* New translations en.json (Hungarian)
* New translations en.json (Finnish)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Hebrew)
* New translations en.json (Italian)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Bengali, India)
4 months ago
Pranav C
9eebdf5870
fix: if static literal sort by using a static integer number ( #9194 )
4 months ago
Ramesh Mane
5fbab165e5
Nc fix/integration minor changes ( #9184 )
...
* fix(nc-gui): reduce font weight of connection name col cell
* fix(nc-gui): show spinner in edit source modal while loading integration
* fix(nc-gui): show loading spinner in create source, create/edit connection modal
* fix(nc-gui): monor changes
* chore(nc-gui): lint
* fix(nc-gui): remove extra integration pagemode check condition
* fix(nc-gui): update ds test case
* feat(nc-gui): add AI integration category
* fix: move syncDataType and IntegrationCategoryType enum to noco-sdk
* fix(nc-gui): cleanup unused code
* fix(nc-gui): integration list modal open issue from create source modal
* chore(nc-gui): lint
* fix(nc-gui): prevent unnecessarily load integration api calls
* fix(nc-gui): handle reset integration data on base change
* fix(nc-gui): add missing sync pr changes
4 months ago
Pranav C
cb8a942d67
fix: Integration delete related bugs ( #9189 )
...
* fix: use knex directly to get source list since it requires custom condition
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: add missing root scope for MetaService
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: invalid integration id handling
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: bring integration unit tests for OSS
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: if NcError throw as it is
Signed-off-by: Pranav C <pranavxc@gmail.com>
* test: use read api instead of list
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: Pranav C <pranavxc@gmail.com>
4 months ago
navi
1413236ea6
New translations en.json (Chinese Simplified) ( #9190 )
4 months ago
Pranav C
f169c7be1b
Merge pull request #9187 from nocodb/nc/b2bc44a0
...
chore: post-release sync
4 months ago
github-actions[bot]
36a619667b
chore: update sdk path
4 months ago
github-actions[bot]
b2bc44a0c5
Merge pull request #9186 from nocodb/release/0.252.0
4 months ago
pranavxc
a531a1d9ae
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
4 months ago
github-actions[bot]
50a1b952c6
Merge pull request #9185 from nocodb/develop
4 months ago
Pranav C
9d8b59e2fb
Merge pull request #9183 from nocodb/docs/fix-links
...
fix: docs link
4 months ago
Raju Udava
cfcfd9aa69
fix: docs link
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
4 months ago
Ramesh Mane
3315369278
Nc fix(nc-gui): Hide pre-filled fields form submit issue ( #9182 )
...
* fix(nc-gui): prefilled hidden field form submit issue
* fix(nc-gui): filter undefined validation fields
* fix(nc-gui): use optional chaining while accessing nested object
* fix(nc-gui): pr review changes
* chore(nc-gui): lint
4 months ago
Anbarasu
a68f17e8e6
fix: s3 add forcePathStyle config ( #9137 )
...
* fix: s3 add forcePathStyle config
* fix: patch path when force_path_style is enabled
4 months ago
Pranav C
8a2366536e
refactor: sidebar banner ui corrections ( #9181 )
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
4 months ago
Ramesh Mane
353241123b
fix(nc-gui): show empty state if integration search list is empty ( #9178 )
4 months ago
Ramesh Mane
5fe1be1d8a
test(nc-gui): fix user management flaky test ( #9180 )
4 months ago
Pranav C
34e1902aa1
Merge pull request #9176 from nocodb/misc
...
Miscellaneous bug fixes and improvements
4 months ago
Pranav C
0c9b6ec325
fix: send api response
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
4 months ago
Pranav C
99871a6b4c
refactor: replace confirm dialog with ncmodal component
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
4 months ago
Dov Benyomin Sohacheski
6378c25b30
🖱 Add `title` attribute to `AdvancedOptions.vue` on mouse hover ( #9132 )
...
* 🖱 Add `title` attribute to `AdvancedOptions.vue` on mousehover
* 🏷 Add label slot
4 months ago
Pranav C
f8b8bcd02b
refactor: review comments and lint
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
4 months ago
navi
f96a91270b
New Crowdin updates ( #9177 )
...
* New translations en.json (French)
* New translations en.json (Japanese)
* New translations en.json (Ukrainian)
* New translations en.json (Hungarian)
* New translations en.json (Finnish)
* New translations en.json (Spanish)
* New translations en.json (Arabic)
* New translations en.json (Czech)
* New translations en.json (Danish)
* New translations en.json (German)
* New translations en.json (Basque)
* New translations en.json (Hebrew)
* New translations en.json (Italian)
* New translations en.json (Korean)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* New translations en.json (Polish)
* New translations en.json (Portuguese)
* New translations en.json (Russian)
* New translations en.json (Slovak)
* New translations en.json (Slovenian)
* New translations en.json (Swedish)
* New translations en.json (Turkish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Chinese Traditional)
* New translations en.json (English)
* New translations en.json (Vietnamese)
* New translations en.json (Portuguese, Brazilian)
* New translations en.json (Indonesian)
* New translations en.json (Persian)
* New translations en.json (Thai)
* New translations en.json (Croatian)
* New translations en.json (Latvian)
* New translations en.json (Hindi)
* New translations en.json (Bengali, India)
4 months ago
Pranav C
7795f0405d
fix: invalidate all refresh token and populate a new token for current session on password change
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
4 months ago
Pranav C
0c8dfa1e0b
feat: banner
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
4 months ago