Ramesh Mane
cc525e3418
fix(nc-gui): MFE options color change issue ( #7891 )
8 months ago
Pranav C
f9c3939c15
Merge pull request #7890 from nocodb/revert-7845-nc-feat/share-ui
...
Revert "feat(nc-gui): new share ui"
8 months ago
navi
629ea3cf7a
Merge pull request #7889 from nocodb/nc-fix/scroll-behavior
...
Nc fix/scroll behavior
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
Pranav C
4ccf470dda
Merge pull request #7875 from nocodb/nc-fix/snippet-with-v2-api
...
fix: api-snippet-v2
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
IFGGit
872d5b7894
chore(deps): Add integrity for the xlsx tarball ( #7835 )
...
We are building nocodb using pnpm2nix-nzbr [1], and that library
requires all dependencies to have integrities.
And it's more secure anyway, since if someone hijacks that website
and replaces that tarball with something malicious, pnpm will refuse
to use that.
[1]: https://github.com/nzbr/pnpm2nix-nzbr
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
Pranav C
f9301269e5
Merge pull request #7861 from nocodb/executable-build
...
chore: downgrade sqlite version for executable
8 months ago
Pranav C
6426d86097
chore: downgrade sqlite version for executable
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
8 months ago
github-actions[bot]
65b583abf6
Merge pull request #7859 from nocodb/release/0.204.5
8 months ago
pranavxc
4dfe35c4c8
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
8 months ago
github-actions[bot]
7efeba7f09
Merge pull request #7858 from nocodb/develop
8 months ago
Ramesh Mane
2899d957ac
fix(nc-gui): lint errors ( #7857 )
8 months ago
Ramesh Mane
2cd0a1c74a
Nc feat/survey form v2 ( #7843 )
...
* fix(nc-gui): survey form v2 setup
* fix(nc-gui): survey form ui updated
* fix(nc-gui): survery form ui changes for oss
* chore(nc-gui): lint
* chore(nc-gui): lint
* chore(nc-gui): revert unrelated changes
* test(nc-gui): update pw test of survey form
* fix(nc-gui): update survey form according to new design
* fix(nc-gui): add survey form slide animation
* fix(nc-gui): hide survey form pagination in first slide
* fix(nc-gui): optimize shared form for mobile screen
* chore(nc-gui): lint
* fix(nc-gui): pw test fail issue
* fix(nc-gui): some of the pr review changes
* fix(nc-gui): add placeholder for datetime related fields
* fix(nc-gui): allow upload same file next time
* fix(nc-gui): gallery image display issue nocodb/nocodb/issues/7851
* chore(nc-gui): lint
* fix(nc-gui): survey form ui changes for oss
* fix(nc-gui): use i18n for survey form
* fix(nc-gui): use keydown space for date, datetime fields to open modal in survey form
8 months ago
Pranav C
41f1d66ef6
Merge pull request #7856 from nocodb/nc-fix/7844-aqlite-filepath
...
fix: Sync both filename and connection.filename when updating SQLite datasource
8 months ago
Pranav C
e0c0557039
fix: sync both filename and connection.filename when updating sqlite datasource
8 months ago
iron3oxide
417f17a113
fix: Correct typo in swagger response definition ( #7849 )
...
Change "BadReqeust" to "BadRequest"
closes #7848
8 months ago
Anbarasu
96edbeea2d
Merge pull request #7854 from nocodb/nc-fix/7850-create-table-bug
...
fix: disable default source menu/action options if it's disabled
8 months ago
Anbarasu
4b11f4ebe2
Merge pull request #7855 from nocodb/nc-fix/browser-console-warnings
...
Nc fix/browser console warnings
8 months ago
Anbarasu
031d261a1d
fix(nc-gui): Update offset of LinkedRecords in accordance with links and unlinks ( #7841 )
...
* fix(nc-gui): update links
* fix(nc-gui): update offset
* fix(nc-gui): offset reset
* fix: offset issue
* fix: loading state not working
* fix: tests
* fix: failign tests
* fix: update offset if same or greater than count
8 months ago
navi
8edad3be55
New Crowdin updates ( #7852 )
...
* 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)
8 months ago
Ramesh Mane
4058f34dc2
fix(nc-gui): use withDefaults insted of directly assigning default props value in defineProps call
8 months ago
Ramesh Mane
491e8f3cac
fix(nc-gui): pr review changes
8 months ago
Ramesh Mane
4551d1c620
fix(nc-gui): small changes
8 months ago
Ramesh Mane
47a08e9e60
fix(nc-gui): Cannot read properties of undefined (reading 'id')
8 months ago
Ramesh Mane
c0add74a1f
fix(nc-gui): Invalid prop: type check failed for prop "saml". Expected Object, got Undefined
8 months ago
Ramesh Mane
68ba6a78e6
fix(nc-gui): Missing required prop: "baseId"
8 months ago
Ramesh Mane
cb7a7ec84f
fix(nc-gui): Type '"sm"
8 months ago
Ramesh Mane
1d0edbd48e
fix(nc-gui): Failed to resolve component: AccountUserManagement
8 months ago
Ramesh Mane
d89eee8bb7
fix(nc-gui): Invalid prop: type check failed for prop "baseRole".
8 months ago
Ramesh Mane
5695241e59
fix(nc-gui): Type '"sm"' is not assignable to type 'NcButtonSize
8 months ago
Ramesh Mane
c01458ee51
fix(nc-gui): pr review changes
8 months ago
Ramesh Mane
67801754c0
fix(nc-gui): some browser console warnings
8 months ago
Ramesh Mane
5e0c842ae3
fix(nc-gui): monaco editor, Invalid prop: type check failed for prop "modelValue"
8 months ago
Ramesh Mane
642d5ed61f
fix(nc-gui): Missing required prop: "isEdit"
8 months ago
Ramesh Mane
747ff66528
fix(nc-gui): Invalid prop: type check failed for prop "value". Expected Number with value 0, got String with value "0"
8 months ago
Ramesh Mane
d0790d329d
fix(nc-gui): Invalid prop: type check failed for prop "gutter"
8 months ago