Pranav C
d74a14e650
Merge pull request #9477 from nocodb/nc-fix/email-template
...
Nc fix/email template
2024-09-13 11:21:44 +05:30
Pranav C
43189def38
refactor: update mention template
...
Signed-off-by: Pranav C <pranavxc@gmail.com >
2024-09-13 11:19:34 +05:30
Pranav C
370f72d442
fix: use html escape syntax in ejs template
2024-09-12 07:22:27 +00:00
Pranav C
485c8fabb2
fix: use html escape syntax in ejs template
2024-09-12 07:22:27 +00:00
Pranav C
ba5a191b33
Nc feat/missing api v2 ( #9454 )
...
* feat: add workspace and project apis in swagger
* feat: add auth and user apis in swagger
* refactor: add cloud icon for cloud only apis
* refactor: add missing schema and remove unnecessary apis from list
* fix: replace xc-auth with xc-token
* Update swagger-v2.json
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2024-09-12 12:49:34 +05:30
Mert E.
df1d43999a
fix: swagger UI blank page ( #9475 )
...
* fix: swagger-ui - if token missing in localstorage redirect to signin page
* fix: import statement correction
---------
Co-authored-by: Pranav C <pranavxc@gmail.com >
2024-09-12 12:47:53 +05:30
Anbarasu
363f18300b
Merge pull request #9467 from nocodb/nc-fix/default-value-for-rollup
2024-09-12 11:44:42 +05:30
Pranav C
b072e93ad6
fix: Post update extract new id since composite key can be changed in update ( #9453 )
...
* fix: post update extract new id since composite key can be changed in update
* fix: update bulkupdate
2024-09-12 09:38:54 +05:30
Anbarasu
98998b7a84
Merge pull request #9469 from nocodb/nc-fix/at-button-ph
2024-09-11 21:05:20 +05:30
navi
0eaac685ec
New translations en.json (Russian) ( #9466 )
2024-09-11 21:01:45 +05:30
mertmit
6e8750886d
fix: handle missing col options for button
2024-09-11 14:17:48 +00:00
Pranav C
e34cd9ba37
Merge pull request #9468 from nocodb/nc-docs/v2-meta-api-reorg
...
Nc docs/v2 meta api reorg
2024-09-11 18:22:05 +05:30
DarkPhoenix2704
f7bf923e34
fix: add default value for rollup
2024-09-11 08:46:13 +00:00
Anbarasu
936032881e
fix: aggregation not working in mariadb ( #9462 )
...
* fix: aggregation not working in mariadb
* fix: pr review changes
2024-09-11 13:41:33 +05:30
Raju Udava
fc66a0e4c1
Update swagger-v2.json
2024-09-11 08:11:14 +00:00
Raju Udava
9c99874bde
Update swagger-v2.json
2024-09-11 08:11:14 +00:00
Raju Udava
7757663999
docs: swagger updage for meta api reorg
2024-09-11 08:11:14 +00:00
Ramesh Mane
9a0b34eab8
fix(nc-gui): implement display of decimal values with trailing zeros using toFixed() ( #9464 )
2024-09-11 09:18:45 +05:30
Pranav C
ca174aadb3
refactor: allow DB_QUERY_LIMIT_MIN value upto 1 ( #9458 )
2024-09-10 22:33:52 +05:30
Pranav C
b871c01692
fix: Proper column meta null value handling ( #9452 )
...
* fix: proper null meta value handling
* refactor: optional chaining not required since parseProp always returns a non-null value
2024-09-10 20:18:50 +05:30
Anbarasu
31ab5e32e1
Merge pull request #9457 from nocodb/nc-aggregation-coalesce
2024-09-10 19:36:04 +05:30
Pranav C
745d6857e1
Merge pull request #9459 from nocodb/nc-refactor/tel
...
refactor: Event related modules
2024-09-10 15:42:45 +05:30
Ramesh Mane
ecb72e37fa
Merge pull request #9455 from nocodb/nc-feat/ai-initial-migrations
...
feat: integrations follow-up migration
2024-09-10 15:37:02 +05:30
Pranav C
f9f205cc8d
refactor: review changes and lint
2024-09-10 09:45:53 +00:00
Pranav C
be39067ec1
refactor: event related modules
2024-09-10 09:45:53 +00:00
Pranav C
78c1762784
refactor: nocoExecute ( #9456 )
2024-09-10 14:34:07 +05:30
mertmit
9b21a12ca9
feat: integrations follow-up migration
...
Signed-off-by: mertmit <mertmit99@gmail.com >
2024-09-10 10:13:38 +03:00
DarkPhoenix2704
05b7857701
fix: refactor pg attachment query fix: apply coalesce for all numerical aggregation
2024-09-10 07:00:22 +00:00
sioutisc
3b12268a35
issue#9417 fix text to numerical type conversion ignores negatives ( #9418 )
...
Co-authored-by: Christos Sioutis <christos.sioutis@sioutech.com >
2024-09-09 14:43:23 +05:30
navi
a784c10eee
New Crowdin updates ( #9443 )
...
* New translations en.json (French)
* New translations en.json (German)
* Update de.json
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2024-09-09 14:42:49 +05:30
Pranav C
2c2cad4aac
Merge pull request #9447 from nocodb/nc-fix/miscellaneous
...
Nc fix/miscellaneous
2024-09-09 12:49:35 +05:30
navi
db5444a3e1
Auto upstall docs ( #9448 )
...
* docs : update auto-upstall docs
* docs : update auto-upstall docs
2024-09-09 09:23:29 +05:30
Pranav C
3d3f97800b
Merge pull request #9441 from nocodb/nc-fix/custom-knex-condition
...
fix: Handle date object as value and avoid treating it as nested condition
2024-09-06 15:19:24 +05:30
Pranav C
9997741635
fix: xcCodition - handle date object as value and avoid treating it as nested condition
2024-09-06 09:12:31 +00:00
navi
ed886c15e0
Merge pull request #9435 from nocodb/fix/ssl
...
fix: default options overriding ssl config
2024-09-05 10:54:01 +01:00
Anbarasu
2b11c4251c
Merge branch 'develop' into fix/ssl
2024-09-05 15:13:23 +05:30
DarkPhoenix2704
896f80d45e
fix: default options overriding ssl config
2024-09-05 15:12:18 +05:30
navi
8c419ebb57
New Crowdin updates ( #9426 )
...
* New translations en.json (Italian)
* Update source file en.json
* 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)
* 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 (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 >
* Update fr.json
* Update he.json
* Update source file en.json
---------
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com >
2024-09-05 13:02:26 +05:30
Anbarasu
ddb102b4e8
feat: add today shortcut for Date related fields ( #9425 )
...
* fix: document today's date shortcut
* fix: update keyboard bindings
* fix: update keybinding
* fix: date time cell copypaste
2024-09-05 09:27:52 +05:30
Pranav C
245e75d5b3
Merge pull request #9432 from nocodb/fix/readme
...
update : refactor auto-upstall and installation methods
2024-09-05 00:47:49 +05:30
Naveen MR
564a207c1a
update : refactor auto-upstall and installation methods
2024-09-05 00:46:36 +05:30
navi
9f411ace31
Merge pull request #9430 from nocodb/fix/update-url
...
fix: update auto-upstall url
2024-09-04 09:15:14 +01:00
DarkPhoenix2704
124a1f8402
fix: update url
2024-09-04 13:42:13 +05:30
Pranav C
221dd07972
Merge pull request #9428 from nocodb/fix/i18n-param-missing
...
fix: Missing id param in i18n language file
2024-09-04 12:54:37 +05:30
Pranav C
c38a8eec6f
refactor: change fieldId to generic id
...
Signed-off-by: Pranav C <pranavxc@gmail.com >
2024-09-04 12:17:31 +05:30
Pranav C
40b83f0f75
fix: signout method call correction
...
Signed-off-by: Pranav C <pranavxc@gmail.com >
2024-09-04 12:13:56 +05:30
Pranav C
41cd0e6a91
fix: missing id param in i18n language file ( #3732 )
...
Signed-off-by: Pranav C <pranavxc@gmail.com >
2024-09-04 11:58:13 +05:30
Pranav C
81286124c3
fix: handle numeric as float in postgres
2024-09-04 06:01:01 +00:00
Pranav C
852fd0e295
fix: if json string is invalid avoid trying to save on enter key press
2024-09-04 06:01:01 +00:00
Pranav C
fb9213f140
refactor: avoid redirecting to signin page if public page
2024-09-04 06:01:01 +00:00