Salim B
db342f50cd
doc: tweak env var section
6 months ago
Salim B
2e503348c3
fix: only use Litestream with default SQLite DB
6 months ago
Salim B
30fe1f0ff6
chore: use `COPY --link` in Dockerfiles
...
cf. https://docs.docker.com/reference/dockerfile/#copy---link
6 months ago
Salim B
75bfcbbfbc
chore: make Dockerfiles more idiomatic
6 months ago
Salim B
8ad3624b24
fix: make start scripts more robust
6 months ago
Salim B
ac7112963b
feat: expose Litestream configuration
6 months ago
Salim B
439a94f94e
refactor: ensure litestream binary is on PATH
6 months ago
Pranav C
a173afb2f4
chore: update sdk path
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
6 months ago
pranavxc
4240ab0aaa
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
6 months ago
Pranav C
ed5b2ddfef
chore: lint
6 months ago
Pranav C
472431217b
fix: condition correction
6 months ago
Pranav C
a55a5466dd
fix: nested webhook filter related issues
6 months ago
Pranav C
f8851c7b52
fix: lock logical op for filter group as well
6 months ago
Pranav C
e1547af31b
fix: external source adding issue
6 months ago
Pranav C
8bcc87e059
fix: extract locked state among visible filters(exclude deleted filters which is not synced)
6 months ago
Pranav C
3c37971fc1
fix: updating logicalOp
6 months ago
Pranav C
844507e01f
fix: Extract primary key value properly when table missing auto-incremented/auto-generated primary key ( #8480 )
...
* fix: extract from insertobject if pk is not ai/ag
* fix: pass auto increment column
* refactor: remove unnecessary if case
6 months ago
Pranav C
5b2ba2cb7e
Nc fix/attachments ( #8478 )
...
* fix: sanitize attachment input properly & throw if invalid
* fix: looked up attachments
* fix: avoid extra slash on attachment path
---------
Co-authored-by: mertmit <mertmit99@gmail.com>
6 months ago
Anbarasu
af48ec4146
fix: workspace details not loading in admin panel ( #8475 )
6 months ago
navi
35d44ca81b
New Crowdin updates ( #8472 )
...
* 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)
* Update source file en.json
6 months ago
Anbarasu
6c4d0482e3
fix: user management followup ( #8458 )
...
* fix(nocodb): image upload
* fix(nc-gui): invite workspace error
* feat: bug fixes(wip)
* fix(nocodb): incorrect members list
* fix(nc-gui): update row size
* fix(nc-gui): some more changes
* fix(nc-gui): show image
* chore: cleanup
6 months ago
navi
3e54226059
New Crowdin updates ( #8457 )
...
* New translations en.json (French)
* New translations en.json (Chinese Simplified)
* New translations en.json (Spanish)
* New translations en.json (Italian)
* New translations en.json (Korean)
* New translations en.json (Polish)
* New translations en.json (English)
* Update source file en.json
* 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 (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)
* Update source file en.json
6 months ago
Salim B
373ba0d396
refactor: avoid unfavorable tar -> untar in container image ( #8439 )
...
* fix: avoid undesirable tar -> untar in container image
* fix: apply shellcheck suggestions
* fix: copy production code to proper dir
---------
Co-authored-by: mertmit <mertmit99@gmail.com>
6 months ago
Raju Udava
ed822d0b4e
Update packages/noco-docs/docs/060.table-operations/080.download.md
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
Raju Udava
ae950c25eb
Update packages/noco-docs/docs/060.table-operations/080.download.md
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
Pranav C
42bae93508
refactor: simplified version of encode
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
6 months ago
Anbarasu
fb67cafde7
feat: remove calendar top bar ( #8379 )
...
* feat: remove calendar top bar
* fix: remove debug logs
* fix: update styles
* fix: update styles
* fix: posthog telementry
* fix: calendar tests
* fix: updates ui
* test: reorder options
* fix: month view - use local time with timezone
* fix: update styles and move components fix: tests
* fix: update styles and move components
* fix: update styles
* test: fix tests
* fix: update toolbar styles
* fix: failing tests
* fix: cmd f search shortcut
* fix: change side menu sizes
* fix: calendar test corrections
* fix(nc-gui): update size logic
* fix(nc-gui): update styles
* fix(nc-gui): update some more styles
* fix(nc-gui): update toolbar styles
* fix(nc-gui): update select component
* fix: update styles
* fix: calendar test
* fix: ux changes
* fix: final changes
* fix: calendar tests
6 months ago
Pranav C
79c5a23831
fix: sanitise workspace/base name in invite email
6 months ago
Raju Udava
d376d26be3
docs: downlaod csv
6 months ago
Ramesh Mane
7a08488c30
Nc fix/expanded for UI changes ( #8452 )
...
* fix(nc-gui): expanded form new UI changes setup
* fix(nc-gui): update expanded form fields panel style
* fix(nc-gui): update expanded form header
* fix(nc-gui): update expanded form footer
* fix(nc-gui): update expanded form comment section
* fix(nc-gui): expanded form comment section ui changes
* fix(nc-gui): incorrect duplicate icon
* fix(nc-gui): add table icon & title in expanded form header
* fix(nc-gui): allow multiline comment display in expanded form
* fix(nc-gui): add column header menu & edit column option in exapanded form
* fix(nc-gui): updated header cell component
* fix(nc-gui): update field context menu for expanded form
* fix(nc-gui): expanded form column duplidate issue
* fix(nc-gui): pr review changes
* fix(nc-gui): update expanded form field menu option icon & text
* fix(nc-gui): expanded form field rename, show hidden field data update issue
* fix(nc-gui): small changes
* fix(nc-gui): update comment section
* fix(nc-gui): show expanded form field menu only if user has the permission
* fix(nc-gui): add expanded form comment input shadow
* fix(nc-gui): hide expanded form field menu options in mobile screen
* fix(nc-gui): use drawer insted of modal for expanded form in mobile view
* fix(nc-gui): expanded form responsive issue
* fix(nc-gui): expanded form skeleton issue
* fix(nc-gui): some review comments
* fix(nc-gui): increase font size of field label from expanded form
* fix(nc-gui): reduce expanded form field width
* fix(nc-gui): add comment and audit icons
* fix(nc-gui): comment box style
* fix(nc-gui): some pr review comments
* fix(nc-gui): add tooltip for navigation btns
* fix(nc-gui): expanded form field menu placement issue
* fix(nc-gui): add box shodow on expanded form input boxes
* fix(nc-gui): reduce height of field icon from expanded form
* fix(nc-gui): expanded form test fail issue
* chore(nc-gui): lint
* fix(nc-gui): role access test fail issue
* fix(nc-gui): review changes
* fix(nc-gui): small changes
* fix(nc-gui): overflow issue
* fix(nc-gui): navigation btn style issue
* fix(nc-gui): expanded form field row max width
* fix(nc-gui): update comment item user name color and font weight
* fix(nc-gui): increase comment input box padding
6 months ago
Ramesh Mane
d372228080
Nc fix: Misc Design Fixes II ( #8461 )
...
* fix(nc-gui): team & settings tab ui fixes
* fix(nc-gui): update sidebar base text color on hover and selected state
* fix(nc-gui): sidebar base, table menu height issue
* fix(nc-gui): sidebar view menu alignment issue
* fix(nc-gui): sidebar view menu height and active state color
* fix(nc-gui): update global search ui
* fix(nc-gui): grid row hover style update
* fix(nc-gui): topbar font weight issue
* fix(nc-gui): team & setting tab user list margin top issue
* fix(nc-gui): workspace icon color issue
* fix(test): update global search test cases
6 months ago
Rohit
fd3e5b21ac
Nc fix/expanding rows for view ( #8423 )
...
* fix: handle the case when sharedView is not set
* chore: revert file change
6 months ago
Pranav C
5e1dd6231d
fix: shared form pagination related issues ( #8451 )
6 months ago
Raju Udava
c4dc2ac163
fix(nc-gui): form desciption update issue ( #8454 )
...
Co-authored-by: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com>
6 months ago
navi
7cf0b25d09
New Crowdin updates ( #8447 )
...
* Update source file en.json
* New translations en.json (Turkish)
* New translations en.json (Latvian)
* 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 (Japanese)
* New translations en.json (Dutch)
* New translations en.json (Norwegian)
* 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)
* Update en.json
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
6 months ago
Anbarasu
1616c6bbb4
fix: load workspace roles on activeWorkspaceId changes ( #8445 )
6 months ago
navi
4abc515db6
New Crowdin updates ( #8442 )
...
* 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)
6 months ago
Raju Udava
43b8006a5a
fix: avoid focus to rich text unless it is expanded ( #8438 )
...
Co-authored-by: mertmit <mertmit99@gmail.com>
6 months ago
Raju Udava
e4e9d2e7f1
Nc fix/duplicate link ( #8422 )
...
* fix: link duplicate (self reference)
* fix: avoid iterating source twice
* fix: duplicate self-referencing oo & hm
* fix: self-referencing mm for tables with bt
---------
Co-authored-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: mertmit <mertmit99@gmail.com>
6 months ago
navi
ab99a7667e
New Crowdin updates ( #8431 )
...
* 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)
* Update source file en.json
6 months ago
Chavy
db08da11a2
fix(nc-gui): Translation issue - Search members ( #8433 )
6 months ago
Ramesh Mane
f85240848d
Nc feat/form validation ( #8409 )
...
* feat(nc-gui): custom validation setup
* fix(nc-gui): custom validation table rounded issue
* fix: add custom field validation type
* fix(nc-gui): updated custom validator
* feat(nc-gui): custom validation working state
* fix(nc-gui): udpate default warning msg
* chore(nc-gui): lint
* fix(nc-gui): grayed out errors if input is focused
* fix(nc-gui): input ring issue
* fix(nc-gui): increase max height of validator select dropdown
* fix(nc-gui): validator select dropdown item text color
* fix(nc-gui): regex validation condition update
* fix(nc-gui): add missing string validation types
* fix(nc-gui): remove unwanted code
* fix(nc-gui): move custom validation to ee
* refacor(nc-gui): form view code
* refactor(nc-gui): separate out formviewstore for ce & ee
* fix(nc-gui): move all validations to another file
* feat(nc-gui): add validation input component
* feat(nc-gui): add time, month types
* fix(nc-gui): add form field limit validations
* fix(nc-gui): add limit link record validation
* fix(nc-gui): add phonenumber & url validation type
* feat(nc-gui): add email, url & phone number validators
* fix(nc-gui): non working phone, email, url validation
* chore(nc-giu): lint
* feat(nc-gui): add attchment type validation
* chore(nc-gui): lint
* fix(nc-gui): add form field validation in shared form
* fix(nc-gui): add form field validation in shared form oss
* fix(nc-gui): oss validation conflict
* fix(nc-gui): enter number validation function
* fix(nc-gui): add config validators
* fix(nc-gui): validation config error handling
* fix(nc-gui): placeholder issue
* fix(nc-gui): custom validation config error handling
* fix(nc-gui): allow negative value validation
* fix(nc-gui): add tooltip for required field switch
* fix(nc-gui): refactor field validation from builder side
* chore(nc-gui): lint
* fix(nc-gui): update number validation logic
* fix(nc-gui): rating field alignment issue
* fix(nc-gui): small changes
* fix(nc-gui): required field validation issue
* fix(nc-gui): allow click on title to enable field config
* feat(nc-gui): business email validation support
* fix(nc-gui): add remove image btn in cell itself
* fix(nc-gui): small changes
* fix(nc-gui): survey form required field validation issue
* fix(nc-gui): error field border issue
* fix(nc-gui): currency validation input cell prefix issue
* fix(nc-gui): remove console
* chore(nc-gui): lint
* fix: information text
* fix(nc-gui): remove contains & doesn't contain option from phone number custom validation
* fix(nc-gui): attachment merge conflict
* fix(nc-gui): attachment cell expand btn size
* fix(nc-gui): PR review changes
* fix(nc-gui): lint
* fix(nc-gui): updated form config heading text color
* fix(nc-gui): small changes
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
6 months ago
Raju Udava
d6a3ea49a0
chore: skip build tar & untar step from dockerfile ( #8440 )
...
Co-authored-by: Pranav C <pranavxc@gmail.com>
6 months ago
Anbarasu
ceefe5cff9
feat: sort groups by records count ( #8436 )
...
* feat: group-by count sort
* fix: refactor
* fix: add new row requires manual pageload
* fix: use + for ascending sort
* fix: use tilde instead of count
* fix: groupby sort count not working in shared view
* fix: update group row count
* fix: remove imports
6 months ago
mertmit
8e57d854ac
feat: source inline rename
6 months ago
mertmit
056fb915bb
fix: show info button on hover
6 months ago
mertmit
31a4d02ba6
fix: styling of data sources list
6 months ago
mertmit
673bc35108
feat: increase number of sources per base
6 months ago
Pranav C
5be970b505
fix: check sortable.el defined or not before invoking destroy method ( #8416 )
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
6 months ago
navi
34a0003961
New Crowdin updates ( #8418 )
...
* 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)
* Update source file en.json
6 months ago