Commit Graph

10250 Commits

Author SHA1 Message Date
Ramesh Mane
4e51491fb4 fix(nc-gui): update audit logs query params 2024-06-24 08:28:52 +00:00
Ramesh Mane
58b2551be6 fix(nc-gui): show audit logs tab only if user has permission 2024-06-24 08:28:52 +00:00
Ramesh Mane
2a0b44f12a fix(nc-gui): display audit logs in modal for user how have only base creator access 2024-06-24 08:28:52 +00:00
Ramesh Mane
f46aa6415b fix(nc-gui): use base user list while base audit filter is enabled 2024-06-24 08:28:52 +00:00
Ramesh Mane
d3109c4a1c feat(nc-gui): add custom date range filter support 2024-06-24 08:28:51 +00:00
Ramesh Mane
acdd894b2c feat(nc-gui): filter audit logs base on date range 2024-06-24 08:28:51 +00:00
Ramesh Mane
84a308d97d fix(nc-gui): pr review changes 2024-06-24 08:28:51 +00:00
Ramesh Mane
7cad89e2b0 fix(nc-gui): remove search audit input 2024-06-24 08:28:51 +00:00
Ramesh Mane
46e8e59a74 fix(nc-gui): add search option in dropdown 2024-06-24 08:28:51 +00:00
Ramesh Mane
15b8e4172c feat(nc-gui): add sort audit logs support 2024-06-24 08:28:51 +00:00
Ramesh Mane
af7407d98f fix(nc-gui): show only available audit types 2024-06-24 08:28:50 +00:00
Ramesh Mane
e3327dd052 fix(nc-gui): update base audit logs table 2024-06-24 08:28:50 +00:00
Ramesh Mane
3c1b51751e feat(nc-gui): allow search 2024-06-24 08:28:50 +00:00
Ramesh Mane
45b848a5a3 feat(nc-gui): audit logs filters 2024-06-24 08:28:50 +00:00
Ramesh Mane
4921eccd9e feat(nc-gui): add audit logs filters 2024-06-24 08:28:50 +00:00
Ramesh Mane
fa907501cd chore(nc-gui): remove unwanted code 2024-06-24 08:28:50 +00:00
Ramesh Mane
64dcccccfc fix(nc-gui): display base name and user name in audit logs table 2024-06-24 08:28:50 +00:00
Ramesh Mane
ab21279e79 fix(nc-gui): update NcPagination page size logic 2024-06-24 08:28:50 +00:00
Ramesh Mane
f9c869c6df fix(nc-gui): add audit logs pagination loader 2024-06-24 08:28:50 +00:00
Ramesh Mane
72dad6d58e fix(nc-gui): add expanded row audit modal 2024-06-24 08:28:49 +00:00
Ramesh Mane
f57a8574c3 fix(nc-gui): update audit table 2024-06-24 08:28:49 +00:00
Ramesh Mane
069336ba80 feat(nc-gui): workspace audit api setup 2024-06-24 08:28:49 +00:00
Anbarasu
b7acf202e8 feat: Field aggregation (#8786)
* feat: basic ui for aggregation

* feat: update aggregation in ui

* feat: aggregation api implementation

* feat: attachment aggregation.ts

* fix: some changes

* fix: rebase

* feat: aggregation for links, rollup, ltar, formula, lookup

* fix: type errors

* fix: move from data-alias controller, service to data-table service, controller

* chore: inline docs for aggregations

* fix: handle edge cases

* fix: ui bugs

* feat: working ui aggregation

* fix: minor issue

* fix: rollup and links fix count

* fix: handle ID Column

* fix: minor fixes

* fix: update aggregation on data change

* fix: round to 2 decimal places

* fix: stddev computation error replace with stddev_pop

* fix: use pg age function

* feat: new record layout

* fix: shared view aggregations

* feat: aggregations based on formula result

* fix: temp pagination

* feat: ncpagination v2

* feat: ncpagination v2

* fix: playwright tests

* fix: pending changes

* fix: failing tests

* feat: mysql2 aggregations

* fix: build

* fix: record count

* fix: cleanup

* fix: disable count aggregation

* feat: expiremental sqlite3 aggregation

* fix: mysql2 median

* fix:minor issues

* refactor: rename column to column_query fix: remove default aggregations fix: disable aggregation for specific dbtype and Foreign Key

* fix: remove unwanted else case

* fix: aggregation not loading

* fix: rebase

* fix: rebase

* fix: pagination fixed height

* fix: respect locked mode for aggregations

* fix: pagination component

* fix: pagination component

* fix: replace Math.random
2024-06-24 11:55:54 +05:30
Raju Udava
c747a63971 Nc fix/shared view opt query (#8833)
* fix: use opt-query for shared view

* fix: avoid duplicate api call if page size different from default

---------

Co-authored-by: Pranav C <pranavxc@gmail.com>
2024-06-23 17:51:10 +05:30
navi
7cbf3dd5f5 New Crowdin updates (#8828)
* 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)

* New translations en.json (Hungarian)

* Update source file en.json
2024-06-23 10:28:21 +05:30
Mert E
69466209fd fix: missing setup for barcode & qr columns (#8829) 2024-06-22 20:00:52 +03:00
Ramesh Mane
5dda4c7d37 Nc fix: misc UI fixes (#8827)
* fix(nc-gui): external source text bold issue

* fix(nc-gui): make new record btn sticky to left in groupby

* fix(nc-gui): add some padding after add column header btn

* fix(nc-gui): links cell margin issue

* fix(nc-gui): groupby table footer issue

* chore(nc-gui): lint

* fix(test): pw test fail issue

* fix(test): pw test fail issue

* fix(test): remove only from test
2024-06-22 20:28:26 +05:30
Pranav C
119b38c194 Merge pull request #8826 from nocodb/nc-fix/misc-bugs
Nc fix/misc bugs
2024-06-22 14:32:32 +05:30
Ramesh Mane
b5d8902175 Nc fix: Formula modal UI/UX (#8825)
* fix(nc-gui): small changes

* fix(nc-gui): formula suggestion popover visibility issue in MFE

* fix(nc-gui): console warnings

* fix(nc-gui): formula field madal width issue

* fix(nc-gui): formula fun or field empty state
2024-06-22 12:13:54 +05:30
Pranav C
7358dd80bc fix: pass base prop (#8824) 2024-06-22 10:23:17 +05:30
navi
a38292a43c New Crowdin updates (#8816)
* 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)

* New translations en.json (Hungarian)

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-06-22 07:07:11 +05:30
Pranav C
e6b3137de6 fix: dblclick column edit restriction (#8822) 2024-06-22 06:53:49 +05:30
Pranav C
d4e5ede2d3 Nc feat/Readonly source followup (#8795)
* feat: allow partial column update (GUI)

* feat: allow partial column update (backend)

* refactor: swagger schema description correction

* feat: allow edit from multi field editor

* fix: allow meta update in api level

* fix: add tooltip and docs link

* fix: multi field editor corrections

* fix: allow table meta update

* fix: allow table meta update

* fix: allow column validation update

* fix: block adding new option directly from cell

* fix: add tooltip for column menu options

* refactor: tooltips

* test: replace index with count as parameter

* fix: corrections

* refactor: hint text update
2024-06-21 20:44:40 +05:30
Raju Udava
be38b8f2f5 chore: add support for hungarian
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-06-21 20:13:13 +05:30
infeeeee
35c5a7e1eb Add Hungarian language to enums.ts (#8803) 2024-06-21 20:07:13 +05:30
Ramesh Mane
09e2e1817a fix(nc-gui): single select default value option update issue on adding new option from MFE (#8819) 2024-06-21 20:04:16 +05:30
Ramesh Mane
2fdc4cf532 fix(nc-gui): calendar sidebar issue 2024-06-21 09:10:13 +00:00
Pranav C
94916344c4 fix: when remove user from base update base_roles in state 2024-06-21 07:30:15 +00:00
Pranav C
29c06ef627 fix: skip smtp check in cloud 2024-06-21 07:30:15 +00:00
Ramesh Mane
67882a44de fix(nc-gui): qr & barcode visibility issue if value is 0 2024-06-20 10:21:21 +00:00
Ramesh Mane
9ec424cff0 fix(nc-gui): member count issue (#8797) 2024-06-19 20:54:59 +05:30
Anbarasu
dcf0896505 fix: comments of prev row loading in ui (#8799) 2024-06-19 20:54:16 +05:30
navi
ac038ebd38 New Crowdin updates (#8789)
* New translations en.json (English)

* 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)

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-06-19 13:12:22 +05:30
Pranav C
cd735c9be3 fix: pass source reference 2024-06-18 19:06:19 +00:00
Pranav C
e125832a1b refactor: add tooltip for disabled ui datatype 2024-06-18 19:06:19 +00:00
Pranav C
c5a1047d0b fix: show RO option for all type of sources 2024-06-18 19:06:19 +00:00
Pranav C
091ec733b4 test: disable datatype in dropdown if schema RO 2024-06-18 19:06:19 +00:00
Pranav C
652a1676d8 test: extract title from base in context 2024-06-18 19:06:19 +00:00
Pranav C
17bbfd3532 fix: permission correction 2024-06-18 19:06:19 +00:00
Raju Udava
e1174bbf72 chore: tooltip update 2024-06-18 19:06:19 +00:00