renovate[bot]
99e47d38f1
chore(renovate): Update patch ( #7905 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 months ago
Mert E
ef917e5c72
chore: increase timeout for running fe & be ( #7928 )
...
Signed-off-by: mertmit <mertmit99@gmail.com>
8 months ago
Ramesh Mane
d153eb839a
fix(nc-gui): form attachment visibility issue on upload ( #7929 )
8 months ago
Mert E
b28877360c
fix: formula error on field title update ( #7924 )
...
* fix: avoid stringifying null with stringifyMetaProp
* fix: move updating formulas to a function
8 months ago
Ramesh Mane
7b9ff71f56
Nc feat(nc-gui): disable webhook bulk events while editing webhook ( #7914 )
...
* feat(nc-gui): disable webhook bulk events while editing webhook instead of removing it from dropdown
* fix(nc-gui): add missing condition in webhook edit event options
* fix(nc-gui): disable webhook bulk op events in v1 only
* fix(nc-gui): make webhook parameter tab as current tab by default
8 months ago
navi
df8582c9e0
New Crowdin updates ( #7892 )
...
* Update source file en.json
* New translations en.json (French)
* 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 (Turkish)
* New translations en.json (Ukrainian)
* 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)
* New translations en.json (French)
* 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 (Turkish)
* New translations en.json (Ukrainian)
* 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)
* Update source file en.json
* New translations en.json (French)
* 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 (Turkish)
* New translations en.json (Ukrainian)
* 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)
* fix: overwrites
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>
8 months ago
IFGGit
c0ccb1cdf0
fix(nc-gui): Hide Members tab for base when user doesn't have newUser permission ( #7922 )
8 months ago
Mert E
af49ed346f
feat: errors v2 ( #7916 )
...
* feat: NcBaseErrorv2
* feat: move existing errors to v2 (WIP)
* feat: use functions instead of replace for templates
* feat: use v2 for database errors
* feat: experimental extraction for non-matched db errors
* feat: improved error message formats
* test: NcBaseErrorv2
* fix: move string casting to handler
8 months ago
Ramesh Mane
34cc8197d4
Nc fix: Form view bug fixes ( #7899 )
...
* fix(nc-gui): show inline form field validation errors
* fix(nc-gui): display inline validation error in shared form and form builder
* fix(nc-gui): shared form default value issue
* fix(nc-gui): limit option spell mistake
* fix(nc-gui): form title update issue when toggle between grid & form view
* fix(nc-gui): form banner & logo display issue on upload
* chore(nc-gui): lint
* fix(nc-gui): show error message on press non numeric keys in numeric field
* fix(nc-gui): add key for form banner and logo
* fix(nc-gui): show currency suffix only in form
* fix(nc-gui): edit column default value input height issue
* fix(nc-gui): form checkbox field enter keypress should navigate to next question in survey form
* fix(nc-gui): escape should blur focus field in survey form
* fix(nc-gui): add currency code suffix in form view currency field
* chore(nc-gui): lint
* fix(nc-gui): add percent suffix in form view percent field
* fix(nc-gui): survey form pw test fail issue
* fix(nc-gui): filter pw test fail issue
* fix(nc-gui): add missing classname in oss
* fix(nc-gui): survey form ui break issue
* fix(nc-gui): update oss survey form file
* fix(nc-gui): in survey form branding text color should be dynamic based on form bg color
* chore(nc-gui): lint
* fix(nc-gui): ai pr review changes
* fix(nc-gui): pr review changes #2555
* fix(nc-gui): use handler instead on ternery condition
8 months ago
Ramesh Mane
141a288704
Nc fix(nc-gui): Use `control` key instead of `ctrl` from useMagicKeys ( #7921 )
...
* fix(nc-gui): use control key instead of ctrl from useMagicKeys
* chore(nc-gui): lint
* chore(nc-gui): lint
8 months ago
Pranav C
fbd25b7e9d
fix: avoid adding extra dot
8 months ago
Pranav C
fbe1e9a209
fix: params correction
8 months ago
Pranav C
8a8f0d78bb
feat: use actual filename with appended random string
8 months ago
Pranav C
36f74470c5
fix: attachment unique filename
8 months ago
Pranav C
13ee192f85
fix: http method name correction
8 months ago
Pranav C
be4a2d6135
fix: avoid appending additional `jpeg` when filename ends with `jpg`
8 months ago
Pranav C
0e13bff899
Nc feat/one to one ( #7915 )
...
* feat: one-to-one relation - wip
* feat: one-to-one relation
* feat: one-to-one relation - link, unlink, list, excluded list, single query
* fix: pass proper fk value
* feat: add non-single-query support
* feat: filter, sort and delete
* fix: ui - keep only one as linked record in ui - similar to bt
* fix: initial column name correction
* fix: field modal related fixes
* fix: nested insert related bugs
* fix: nested insert corrections
* fix: formula support
* fix: delete cell data
* fix: invalid offset issue
* fix: form submit issue
* fix: return first element - oo relation
* fix: Lookup column rendering
* fix: add link api correction
* fix: sort and group by menu correction
* chore: lint
* refactor: spacing between radio buttons
* fix: undo/redo support with delete key
* fix: formula related issues
* fix: duplicate related issues
* fix: ui label and icon color
* chore: lint
* chore: reset page if offset is beyond offset(temporary solution)
* refactor: suggested review changes
* refactor: suggested review changes
* chore: lint
* fix: missing await
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: add comments
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: Pranav C <pranavxc@gmail.com>
8 months ago
Pranav C
028a11a6aa
Post-release : Sync master with develop branch ( #7918 )
...
* [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
* chore: downgrade sqlite version for executable
Signed-off-by: Pranav C <pranavxc@gmail.com>
* [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
* [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
* Sync master with develop branch (#7909 )
* [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
* chore: downgrade sqlite version for executable
Signed-off-by: Pranav C <pranavxc@gmail.com>
* [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
* chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: pranavxc <pranavxc@users.noreply.github.com>
* chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: pranavxc <pranavxc@users.noreply.github.com>
8 months ago
Pranav C
76851e7890
fix: typo correction
8 months ago
Pranav C
90a1336793
fix: add migration in list
8 months ago
Pranav C
ef0a912814
feat: add option to block user
8 months ago
Pranav C
54547634e8
fix: reset children excluded list offset when changing filter query
8 months ago
Pranav C
db7f68c9a3
fix: reset children excluded list offset when closing the modal to avoid unexpected behaviour
8 months ago
Pranav C
6fa953708f
Sync master with develop branch ( #7909 )
...
* [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
* chore: downgrade sqlite version for executable
Signed-off-by: Pranav C <pranavxc@gmail.com>
* [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
* chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: pranavxc <pranavxc@users.noreply.github.com>
8 months ago
pranavxc
87d25f16b2
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
8 months ago
Pranav C
7ba5724385
Sync master with develop branch ( #7909 )
...
* [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
* chore: downgrade sqlite version for executable
Signed-off-by: Pranav C <pranavxc@gmail.com>
* [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
* chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: pranavxc <pranavxc@users.noreply.github.com>
8 months ago
pranavxc
48b757c6c4
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
8 months ago
Pranav C
2ad17f1e86
fix: include full version data or base users in cache
8 months ago
renovate[bot]
b2d13ee6ab
chore(renovate): Update patch ( #7831 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 months ago
աӄա
d2bcb12921
fix(nc-gui): incorrect maxAttachmentSize ( #7900 )
8 months ago
Salim B
3a7d4c6b3f
docs: `NC_MAX_ATTACHMENTS_ALLOWED` ( #7894 )
...
see https://github.com/nocodb/nocodb/pull/4820
8 months ago
dependabot[bot]
077d1564d2
chore(deps): bump follow-redirects in /packages/noco-docs ( #7883 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 months ago
Ramesh Mane
cc525e3418
fix(nc-gui): MFE options color change issue ( #7891 )
8 months ago
Raju Udava
41f294db7b
Revert "feat(nc-gui): new share ui ( #7845 )"
...
This reverts commit f3c626abc3
.
8 months ago
mertmit
d96a42adae
fix: replace scroll with auto for horizontal scrollbars
8 months ago
mertmit
75c7819fff
fix: use important to avoid typesense override
8 months ago
mertmit
424b299b31
fix: replace windicss y scroll with auto
8 months ago
mertmit
441d129334
fix: change y scroll behavior
8 months ago
IFGGit
62414238ca
fix(nc-gui): Hide Rename, Delete, Add record buttons when user doesn't have necessary permissions ( #7871 )
...
* fix(nc-gui): Remove tableRename, tableDelete from org level role permissions
For hiding Rename and Delete buttons in table context menu.
* fix(nc-gui): Hide Add record button when user doesn't have dataInsert permission
8 months ago
Anbarasu
f3c626abc3
feat(nc-gui): new share ui ( #7845 )
...
* feat(nc-gui): new share ui
* fix(nc-gui): hide view, base tab when opened from base
* fix(nc-gui): update prefill form labels
* fix(nc-gui): invite user to base
* fix(playwright): update share tests
* fix(nc-gui): enable shared base edit access in oss
* fix(nc-gui): truncate text if overflows
* fix(nc-gui): show tooltips if truncated
* fix(nc-gui): animate icons
* fix(playwright): oss tests fix
* fix(nc-gui): review changes
* fix(nc-gui): minor changes
* fix(nc-gui): update tabs
* fix(nc-gui): update translation
* fix(nc-gui): update heading size
* feat(nc-gui): support sharing any views from share modal
* fix(nc-gui): review changes
* fix(nc-gui): pr review changes
8 months ago
Raju Udava
1048fe90a4
fix: include viewId as query param
8 months ago
Raju Udava
4c4bd240a8
fix: api-snippet-v2
8 months ago
Ramesh Mane
fe02007f5a
Nc fix(nc-gui): select type fields default value update issue ( #7864 )
...
* fix(nc-gui): select type fields default value update issue
* chore(nc-gui): lint
* fix(nc-gui): pr review changes #2535
* fix: remove null assertion
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
8 months ago
Anbarasu
7dbd824a15
fix(nocodb): comment update not working for other users ( #7873 )
8 months ago
Ramesh Mane
bfd59264e7
feat(nc-ui): swap pagination shortcuts arrowUp & arrowDown ( #7865 )
8 months ago
navi
d95b9def0b
New Crowdin updates ( #7863 )
...
* New translations en.json (French)
* 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 (Turkish)
* New translations en.json (Ukrainian)
* 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)
8 months ago
Salim B
953217a59f
Tweak terminology ( #7866 )
8 months ago
Pranav C
b0c1f1e1c7
Post-release master to develop sync ( #7862 )
...
* [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
* chore: downgrade sqlite version for executable
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: pranavxc <pranavxc@users.noreply.github.com>
8 months ago
pranavxc
4dfe35c4c8
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
8 months ago
Ramesh Mane
2899d957ac
fix(nc-gui): lint errors ( #7857 )
8 months ago