Pranav C
0ee27e716c
feat: relation across bases
4 months ago
Pranav C
b2d8b9ffca
fix: move fk column delete inside condition block
4 months ago
Pranav C
47b68a4454
refactor: avoid nested blocks
4 months ago
Pranav C
f3381252ff
fix: avoid deleting foreign key when it's a custom link
4 months ago
Pranav C
00ead02e08
fix: reload meta after link creation
4 months ago
Pranav C
6155444885
feat: custom relation - WIP
4 months ago
Pranav C
fa0f7f0d05
feat: custom relation
4 months ago
Pranav C
826905ca49
feat: custom link creation
4 months ago
Ramesh Mane
11e9672b52
fix(nc-gui): add new row btn width issue ( #8989 )
4 months ago
Mert E
b8c3139933
fix: missing pk for user junction table ( #8973 )
4 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
Anbarasu
1f4af34f9f
fix: add telementry to cmd+j ( #8981 )
5 months ago
navi
77bb2b961e
New translations en.json (Portuguese, Brazilian) ( #8982 )
5 months ago
Anbarasu
a09c8a4087
fix: enable toc in docs ( #8983 )
5 months ago
navi
e95eb204d3
chore : Group the env variables and remove the ones that are not nece… ( #8977 )
...
* chore : Group the env variables and remove the ones that are not necessary.
* chore : Group the env variables and remove the ones that are not necessary.
* chore : Group the env variables and remove the ones that are not necessary.
5 months ago
Ramesh Mane
1fc030ea27
fix(nc-gui): sidebar width issue if user hide & reload page ( #8972 )
5 months ago
navi
ea512fd540
New Crowdin updates ( #8968 )
...
* Update source file en.json
* New translations en.json (French)
* New translations en.json (Turkish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Latvian)
* 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 (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* 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 (Ukrainian)
* 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 (Hindi)
* New translations en.json (Bengali, India)
* New translations en.json (Hungarian)
* i18n: revert case sensitive changes
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
---------
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
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
Raju Udava
dce7bf8502
Nc chore/menu titles ( #8961 )
...
* fix: menu items
* test: fix menu item name change
* fix: menu items in expand record, kanban & mfe
5 months ago
Raju Udava
c44c4ae7b5
docs: remove EAN from supported barcode type ( #8955 )
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
5 months ago
navi
3857d7e9ac
New Crowdin updates ( #8953 )
...
* New translations en.json (French)
* New translations en.json (Turkish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Latvian)
* 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 (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* 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 (Ukrainian)
* 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 (Hindi)
* New translations en.json (Bengali, India)
* New translations en.json (Hungarian)
* chore: case fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
---------
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
5 months ago
Raju Udava
6ac1425b3c
docs: import csv ( #8952 )
...
* docs: import csv
* docs: fix link
5 months ago
Ramesh Mane
5cfe0f781b
Nc feature: Import CSV - skip field mapping during import ( #8915 )
...
* fix(nc-gui): import csv changes
* fix(nc-gui): tooltip alignment issue
* fix(nc-gui): duplicate table name issue
* fix(nc-gui): uncheck auto select field type checkbox
* fix(nc-gui): skip field mapping during csv import
* chore(nc-gui): lint
* fix(nc-gui): small changes
* fix(nc-gui): remove auto mapping option
* fix(test): update import excel test cases
* fix(nc-gui): review changes
* fix(nc-gui): quick import modal width issue
* fix(nc-gui): w.replace is not a function
5 months ago
Ramesh Mane
b56c585572
fix: load expnaded form row on cliking on bt, ltar cell chip ( #8950 )
...
* fix(nc-gui): load expnaded form row on cliking on bt, ltar cell chip
* fix(nc-gui): chip content alignment issue
5 months ago
navi
b7b86b601c
New Crowdin updates ( #8951 )
...
* New translations en.json (French)
* New translations en.json (Turkish)
* New translations en.json (Chinese Simplified)
* New translations en.json (Latvian)
* 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 (Finnish)
* New translations en.json (Hebrew)
* New translations en.json (Italian)
* New translations en.json (Japanese)
* 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 (Ukrainian)
* 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 (Hindi)
* New translations en.json (Bengali, India)
* New translations en.json (Hungarian)
5 months ago
dependabot[bot]
45491de47b
chore(deps): bump braces from 3.0.2 to 3.0.3 in /packages/noco-docs ( #8725 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 months ago
Mert E
40622297d0
feat: use text for SingleLineText & URL ( #8933 )
5 months ago
Ramesh Mane
bfbe3ff915
Merge pull request #8901 from nocodb/nc-fix/audit-related-fixes
...
Nc fix: Audit related fixes
5 months ago
Ramesh Mane
3ce5674968
chore(nc-gui): lint
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
bba72a08fe
fix(nc-gui): reload audit & scroll in real time
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
e50e236014
fix(nc-gui): pasteCol is not defined #3287
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
Ramesh Mane
aca5658cbb
Merge pull request #8914 from nocodb/test/mfe
...
test: disable MFE tests for SQLite & MySQL
5 months ago