Commit Graph

584 Commits

Author SHA1 Message Date
Pranav C
4f0f38d953 feat: remove signup link from signup page if invite only signup enabled 2023-11-21 14:16:43 +05:30
Pranav C
0ab5e2de26 refactor: add rel tag when opening links in new tab using _blank 2023-11-08 09:52:16 +00:00
Muhammed Mustafa
b0c723c2ae fix: Account settings page i18n fix 2023-11-07 05:58:44 +00:00
Pranav C
5765e8de81 fix: cleanup continueAfterSignIn from localstorage after getting the value
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-10-31 16:28:59 +05:30
աɨռɢӄաօռɢ
1696ec55a2 chore(nc-gui): lint 2023-10-22 23:26:10 +08:00
Muhammed Mustafa
a856d4bb18 Merge remote-tracking branch 'origin/develop' into fix/i18n 2023-10-20 17:45:00 +05:30
Raju Udava
4135d92894 fix: review corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-13 12:44:07 +05:30
mertmit
7a1599551f fix: load model meta once per navigation 2023-10-11 00:44:58 +00:00
mertmit
31839dcd9f fix: better ux for duplicate shared base 2023-10-10 17:12:43 +00:00
mertmit
4d8c149fab feat: copy shared base 2023-10-10 09:59:46 +00:00
Reenphy George
edff143139 Merge branch 'develop' into fix/i18n 2023-10-09 13:58:04 +05:30
reenphygeorge
4a5d1c29ec fix(nc-gui): fix i18n for surveys and dlgs 2023-10-09 13:50:47 +05:30
reenphygeorge
9bd231bf40 fix(nc-gui): i18n for aettings and page 2023-10-09 00:28:15 +05:30
sreehari jayaraj
92d926168a fix: removed scrollbar 2023-10-07 11:46:20 +05:30
mertmit
5ed804b417 feat: continue after signin 2023-10-03 20:26:42 +05:30
WK Wong
8f09668d0f fix(nc-gui): lint issues 2023-10-03 11:31:26 +08:00
WK Wong
55259c89b9 chore(nc-gui): lint 2023-10-03 11:24:03 +08:00
Pranav C
e790abdbaf refactor: rename project and base
- Rename `Project`  => `Base`
- Rename `Base` => `Source`
- Remove `db` from data/meta api endpoints
- Add backward compatibility for old apis
- Migrations for renaming table and columns

Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-10-02 23:52:18 +05:30
Muhammed Mustafa
0fd561c67f fix: Removed manual state clearing on logout 2023-10-02 11:43:03 +00:00
sreehari jayaraj
b35973929a fix: form view ui fix 2023-09-30 19:48:17 +05:30
WK Wong
9a6b34483a Merge branch 'develop' into fix/frm 2023-09-30 18:49:43 +08:00
WK Wong
bc6e694c4a fix(nc-gui): lint issues 2023-09-30 18:41:56 +08:00
sreehari jayaraj
709704f71a fix: input border 2023-09-30 14:03:57 +05:30
sreehari jayaraj
0fd9c2b31f fix: text area expand on click 2023-09-30 12:39:39 +05:30
sreehari jayaraj
e4cf30f58a fix: nc button ui and word wrap 2023-09-30 12:39:39 +05:30
sreehari jayaraj
959d6f1bc8 fix: form view line breaking 2023-09-30 12:39:39 +05:30
Raju Udava
4f9d066b10 Merge pull request #6459 from nocodb/feat/ser
feat: redesign user management page
2023-09-30 10:35:14 +05:30
Muhammed Mustafa
1452afb7f4 fix: Fixed shared view password localisation 2023-09-29 19:32:39 +05:30
Muhammed Mustafa
ccdfcaa7fb Merge remote-tracking branch 'origin/develop' into fix/i8n-2 2023-09-29 17:05:48 +05:30
Muhammed Mustafa
5a15c5d305 fix: i18n for Signup page 2023-09-29 16:59:05 +05:30
Muhammed Mustafa
7fc45b1bf1 fix: i18n for Shared Form View 2023-09-29 16:53:17 +05:30
sreehari jayaraj
cd7bceaa6c fix: transaltions 2023-09-29 12:50:27 +05:30
sreehari jayaraj
024e4f6ada fix: refactor user list 2023-09-29 12:33:44 +05:30
sreehari jayaraj
fb756df2f6 fix: better form validation 2023-09-29 12:33:23 +05:30
sreehari jayaraj
853c35799a feat: moved reset password to client side 2023-09-29 12:32:59 +05:30
sreehari jayaraj
1806ff9132 fix: table ui base design and refactor type errros 2023-09-29 12:30:35 +05:30
mertmit
bd76d3e32d fix: various things
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-09-29 09:40:23 +05:30
Muhammed Mustafa
8d969908f3 fix: i18n for Profile page, token page and main accounts page 2023-09-28 16:14:08 +05:30
Muhammed Mustafa
7663ef9f14 feat: Added logic to auto close and open sidebar on mobile view based on if view is open, imrpoved nodes of sidebar in mobile, and workspace menu handles for mobile view 2023-09-25 13:39:09 +00:00
Muhammed Mustafa
f6948d8564 fix: Fixed tests issues with view sidebar removal 2023-09-23 12:03:57 +05:30
mertmit
b2eadae74f fix: refactor isUIAllowed and move to useRoles composable 2023-09-19 12:12:36 +00:00
mertmit
a930f7d242 fix: revise frontend acl 2023-09-19 12:12:35 +00:00
Muhammed Mustafa
9312b195e4 fix(nocohub): Added user profile to OSS 2023-09-19 07:45:20 +00:00
Pranav C
74dd4a5aec fix: missing scrollbar in shared view
closes #6276

Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-09-17 00:30:27 +05:30
Muhammed Mustafa
a81abcf7c8 fix(nc-gui): Fixed Sidebar projectnode ctx menu 2023-09-14 11:56:06 +05:30
mertmit
85aaabe2cc chore(nc-gui): lint error and warnings
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-09-12 15:23:22 +03:00
mertmit
eb60a02535 fix: test errors
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-09-06 09:51:17 +03:00
mertmit
8ab47b1109 fix: various stuff
Signed-off-by: mertmit <mertmit99@gmail.com>
2023-09-06 09:51:17 +03:00
Pranav C
25052648d6 fix: shared form view height and vertical padding
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-09-01 16:14:34 +05:30
Pranav C
6123727deb fix: missing scrollbar in shared view
closes #6276

Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-09-01 13:23:01 +05:30