Wing-Kam Wong
|
ab090838ce
|
fix(nocodb): add missing next() in public.middleware.tes
|
2 years ago |
Wing-Kam Wong
|
3dfe2e41c4
|
fix(nocodb): add static public directory
|
2 years ago |
Wing-Kam Wong
|
e590cb245a
|
refactor(nocodb): move public to src/public
|
2 years ago |
Wing-Kam Wong
|
231df22ca1
|
fix(nocodb): move the logic to Noco.ts
|
2 years ago |
dependabot[bot]
|
652acfde13
|
chore(deps): bump socket.io-parser in /packages/nocodb
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.3)
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
dependabot[bot]
|
9bb892c3e8
|
chore(deps): bump socket.io-parser in /packages/nc-gui
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.1 to 4.2.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.1...4.2.3)
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Raju Udava
|
b5f5d54663
|
Update development-setup.md : Easter egg developer menu
|
2 years ago |
Wing-Kam Wong
|
d298a195cc
|
fix(nocodb): cater cases where baseId is not required
|
2 years ago |
Wing-Kam Wong
|
3e9d6c7ae7
|
fix(nocodb): include baseId in appendToList
|
2 years ago |
Wing-Kam Wong
|
37bb1bba14
|
fix(nocodb): include base_id in cache key
|
2 years ago |
Raju Udava
|
3f25a4230c
|
test: pg & mysql commands for backend
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Wing-Kam Wong
|
1494887ed3
|
chore: local sdk path
|
2 years ago |
wingkwong
|
d4bf48762c
|
[create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
|
2 years ago |
starbirdtech383
|
ef2d03f52b
|
chore: clean up image build script and bug fix with packaging
|
2 years ago |
Wing-Kam Wong
|
7629363050
|
fix(nc-gui): incorrect shared form logic
|
2 years ago |
Wing-Kam Wong
|
bb3a5f7a35
|
chore: local sdk path
|
2 years ago |
wingkwong
|
3c7904a639
|
[create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
|
2 years ago |
Wing-Kam Wong
|
5a140ea2a9
|
fix(nocodb): incorrect public path for docker
|
2 years ago |
Pranav C
|
fecc12a33e
|
chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
pranavxc
|
912f3399b0
|
[create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
|
2 years ago |
Pranav C
|
e05594a110
|
refactor: convert to es6 module syntax
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
e067174eea
|
fix: read env file
closes #5673
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
4e8ced1a7a
|
chore: lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
c7ade1f554
|
refactor: replace hardcoded meta table name with enum
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
0b1e1fec42
|
chore: add sentry
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
69d74be3d1
|
fix: load config from appInitService
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
bb81e54441
|
fix: move app init to a service
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
33ee5e85e3
|
fix: on app init read jwt secret from store
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
ad1757b13b
|
Revert "refactor: timezone"
|
2 years ago |
Wing-Kam Wong
|
46c64b58ea
|
enhancement(nc-gui): allow formula callee name case-insensitive
|
2 years ago |
Wing-Kam Wong
|
c1796a78f5
|
enhancement(sdk): allow formula callee name case-insensitive
|
2 years ago |
Wing-Kam Wong
|
d5122cf7af
|
enhancement(nocodb): allow formula callee name case-insensitive
|
2 years ago |
Wing-Kam Wong
|
7fab949ab6
|
chore: sdk local path
|
2 years ago |
wingkwong
|
1a8794b8af
|
[create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
|
2 years ago |
Wing-Kam Wong
|
088c12b352
|
fix(nocodb): add missing Param filterParentId
|
2 years ago |
Wing-Kam Wong
|
d5262c1e9c
|
fix(nocodb): revise filterId to string type
|
2 years ago |
Wing-Kam Wong
|
99996d7fe8
|
chore(nc-gui): lint
|
2 years ago |
Wing-Kam Wong
|
6af4f7bce7
|
fix(nocodb): plugin input type
|
2 years ago |
Wing-Kam Wong
|
fe3443ec72
|
fix(nc-gui): timeAgo logic
|
2 years ago |
Pranav C
|
8d2b551bf4
|
fix: check value is defined or not
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
8390829b35
|
refactor: add missing middleware
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
2afd6caa4b
|
fix(gui): search input field width issue, option create based on click event
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
4cde516103
|
Revert "fix(gui): set default inject value"
This reverts commit d2abe4489f .
|
2 years ago |
navi
|
f439400fe9
|
New translations en.json (Bengali, India)
|
2 years ago |
navi
|
ec1570f944
|
New translations en.json (Hindi)
|
2 years ago |
navi
|
47202cdeed
|
New translations en.json (Latvian)
|
2 years ago |
navi
|
31f1e3f007
|
New translations en.json (Croatian)
|
2 years ago |
navi
|
b87bfd3cfa
|
New translations en.json (Thai)
|
2 years ago |
navi
|
0ff0af3e33
|
New translations en.json (Indonesian)
|
2 years ago |
navi
|
74a6a09655
|
New translations en.json (Portuguese, Brazilian)
|
2 years ago |