Pranav C
37b55639fd
Merge pull request #8292 from nocodb/nc-docs/auth-token
...
docs: auth token
7 months ago
Rohit T P
06a672c43e
fix: fixed coderabbitai suggestions
7 months ago
Rohit T P
7022858358
chore: added i/o formatting for help script
7 months ago
Raju Udava
1de84033a4
docs: auth token
7 months ago
Rohit T P
41feefb37a
feat: generate help.sh to manage installed nocobd
7 months ago
Rohit T P
7d4b872e06
chore: refactored code to avoid multipe if conditions
7 months ago
Pranav C
4e51cd6569
fix: typo correction
7 months ago
Pranav C
7e84ee39a1
fix: include count query with clear cache
7 months ago
Pranav C
3dad9e64c2
refactor: exclude page info in response if previous request missing page info
7 months ago
Pranav C
0cbc56464e
fix: handle pagination offset in gui
7 months ago
Pranav C
1f1319a38c
refactor: count fallback in singleQuery
7 months ago
Rohit T P
e915ee2aea
feat: added multiple nocodb instance option
7 months ago
Rohit T P
586f715d4f
chore: upgrade from docker-compose to docker compose
7 months ago
Pranav C
5c6f934472
Merge pull request #8281 from nocodb/nc-feat/meta-v3-apis
...
Nc feat/meta v3 apis
7 months ago
Rohit T P
656d003d52
feat: Added advanced options
7 months ago
Ramesh Mane
4263acbdc4
fix(nc-gui): allow user to search members by email as well as username ( #8289 )
...
* fix(nc-gui): allow user to search members by email as well as username
* fix(nocodb): oss allow user to search members by email as well as username
7 months ago
Mert E
9245ffb332
fix: include group by column in response ( #8283 )
...
* fix: include group by column in response
Signed-off-by: mertmit <mertmit99@gmail.com>
* fix: add new record if grouped by checkbox
Signed-off-by: mertmit <mertmit99@gmail.com>
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
7 months ago
navi
8cd000046e
New Crowdin updates ( #8246 )
...
* New translations en.json (English)
* Update source file en.json
* New translations en.json (Thai)
* 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
7 months ago
Pranav C
60da4ab82f
refactor: use update method for modifying partial data in cache
7 months ago
Pranav C
3a33c0e791
refactor: migration name correction
7 months ago
Pranav C
c520cc6f34
refactor: duplicate methos name
7 months ago
Pranav C
1c5defb26f
refactor: migration name update
7 months ago
Pranav C
4bda004613
refactor: update cache only after metadb change
7 months ago
Pranav C
579b64f5b7
feat: ajv validation
7 months ago
Pranav C
40f2de51b5
fix: missing imports
7 months ago
Pranav C
87877b7c7b
fix: bring missing types
7 months ago
Pranav C
cac6bd9ae6
fix: types
7 months ago
Pranav C
388e2505eb
fix: add context in response and test correction
7 months ago
Pranav C
d3f90f3700
fix: migration corrections
7 months ago
Pranav C
a86939119c
feat: add calendar view column in migration
7 months ago
Pranav C
2096c0fcb6
refactor: schema correction
7 months ago
Pranav C
8cf94ab581
refactor: bring clear singleQuery cache block
7 months ago
Pranav C
f33c19c285
feat: unit test and swagger doc
7 months ago
Pranav C
4d15dd6cfc
feat: view columns api
7 months ago
Pranav C
7fe3ebc53f
feat: add index from view columns - WIP
7 months ago
Lisa VC
134fc3d0cc
docs: fixed some errors in documentation ( #8261 )
7 months ago
Pranav C
d237b14dfa
fix: if object proto doesn't have `toString` method implemented then use stringify it using JSON stringify ( #8260 )
7 months ago
Pranav C
c6afb4d7b5
Merge pull request #8276 from nocodb/nc-fix/unit-test-pg
...
fix: unit test pg
7 months ago
Raju Udava
d1b8da3fbe
fix: audit sans payload
7 months ago
Raju Udava
21667de78a
fix: unit test pg
7 months ago
Ramesh Mane
9cc1f3cb30
Nc Fix: UI improvements - left sidebar ( #8244 )
...
* fix(nc-gui); update toolbar menu text grom GroupBy to Group
* fix(nc-gui): move sidebar base, table expand icon to the right side
* fix(nc-gui): sidebar base, table, view menu options padding issue
* fix(nc-gui): add background color for row on hover in grid view
* fix(nc-gui): reduce width of index column
* fix(nc-gui): on hover grid row bg opacity issue
* fix(nc-gui): reduce font size and grid cell height
* fix(nc-gui): sidebar view menu alignment issue on mobile screen
* fix(nc-gui): reduce font size
* fix(nc-gui): set column default width to 180px
* fix(nc-gui): keep only sidebar changes & revert all other changes
* fix(nc-gui): change table icon
* fix(nc-gui): trim base, table, view title while saving it
* fix(nc-gui): increate left sidebar max width
* fix(nc-gui): show truncated base/table/view name until standard end
* fix(nc-gui): oss sidebar base menu options alignment issue
* fix(nc-gui): use valid classname
* fix(nc-gui): sidebar external db source menu ui fixes
* fix(nc-gui): small changes
* chore(nc-gui): lint
* fix(nc-gui): pw test fail issue
* fix(nc-gui): trim title while creating base, table, view
* fix(nc-gui): some of the sidebar pw test fail issues
* fix(test): sidebar test fail issue
* fix(test): projectCollaboration test fail issue
* fix(nc-gui): change font size of view menu option view mode chip text
* fix(nc-gui): grayed out create view dropdown plus icon color
* fix(nc-gui): grayed out table icon and reduce width of default view context menu
* fix(nc-gui): remove copyright text from user menu
* fix(nc-gui): chevron icon and show/hide sidebar icon should be gray in color
7 months ago
Anbarasu
1bfefd8638
fix: update cmd K styles ( #8269 )
7 months ago
Ramesh Mane
6c62cfec67
Nc fix: Groupby pagination layout shift and hide loading text from groupby header ( #8267 )
...
* fix(nc-gui): groupby pagination layout shift issue if pagination is loading
* fix(nc-gui): hide pagination loading text from gropby header
* fix(nc-gui): add new cell grid row width issue
7 months ago
Ramesh Mane
4bbabda3a7
fix(nc-gui): group by header is not sticky if we scroll down more than screen height(100vh) ( #8264 )
7 months ago
Ramesh Mane
5f7a298778
Nc fix(nc-gui): On Add Field/Edit Field in form view - pre-select the placeholder field name ( #8255 )
...
* fix(nc-gui): focus & select title text on addOrEdit modal open in form builder
* refactor(nc-gui): focus add or edit field placeholder input code
7 months ago
Pranav C
6ed6aab6ac
Merge pull request #8248 from nocodb/nc-enable-webhook-body
...
Nc enable webhook body
7 months ago
Anbarasu
c39b30d311
fix: Expanded Record Fields ( #8250 )
...
* fix: expanded record display field is messed up
* fix: delete modal
7 months ago
Anbarasu
fdd2884da6
fix: calendar datetime overlap fix ( #8247 )
...
* fix: some perf fixes
* fix: date time overlap issue
* fix: show hidden records count
7 months ago
Raju Udava
31621732c0
docs: webhook body usage
7 months ago
Pranav C
76068c3b51
refactor: enable webhook body
7 months ago