Ramesh Mane
dbd2fa066b
fix(nc-gui): some redirection issue
2025-06-30 20:17:35 +05:30
Pranav C
2238fc6783
feat: show no access message if license key limited with 1 workspace
2025-05-13 09:03:12 +00:00
Pranav C
327224923e
feat: redirect to sso signin page if user tried to access sso enabled workspace
2025-04-24 23:09:07 +00:00
mertmit
92636e717f
feat: show upgrade status
2025-04-22 07:16:28 +00:00
mertmit
e0cf1d0988
fix: various
2025-04-18 08:45:18 +00:00
mertmit
7766d9d5c8
feat: upgrade page
2025-04-17 14:16:22 +00:00
Ramesh Mane
707bd7c862
fix(nc-gui): finish page redirection issue
2025-04-05 18:36:55 +03:00
Ramesh Mane
9e7819f584
fix: review changes
2025-04-05 18:36:55 +03:00
mertmit
121e967ec8
feat: manage subscription
2025-04-05 18:36:55 +03:00
mertmit
e4803e5e6d
fix: redirect path
2025-04-05 18:36:55 +03:00
mertmit
ee0286f0bd
feat: billing page and ws based subscriptions
2025-04-05 18:36:55 +03:00
Ramesh Mane
e05e13523a
fix(nc-gui): delete unused file
2025-01-03 19:18:25 +05:30
mertmit
0cf43bb542
fix: avoid storing base url
2025-01-03 19:03:16 +05:30
mertmit
58c84be7ce
feat: avoid hash path on short url
2025-01-03 19:03:16 +05:30
mertmit
35b8b763b0
fix: prioritize redirect middleware
2025-01-03 09:12:00 +00:00
Ramesh Mane
1382eb697e
fix(nocodb): add query params only if it is form and review changes
2025-01-03 09:12:00 +00:00
Ramesh Mane
fc508c6cb1
fix(nc-gui): form prefill issue
2025-01-03 09:12:00 +00:00
Pranav C
12b2b93a9a
fix: missing error handling
2024-11-13 07:30:19 +00:00
Pranav C
382156fab9
fix: clear store values only after redirecting to SignIn page ( #9412 )
2024-09-03 20:00:48 +05:30
Pranav C
33cc226e81
fix: set redirect info to local storage
2024-08-19 17:10:40 +00:00
Mert E
89f0895de3
fix: experimental frontend optimizations ( #8427 )
...
* fix: get rid of barrel files
* chore: get rid of explicit imports
* fix: use explicit import for classes and enums
* fix: use explicit import for enum & class & aliases
* fix: build issues
2024-05-08 15:55:09 +05:30
Pranav C
2ee3edee58
Nc feat/user management ( #8369 )
...
* fix: source filter
Signed-off-by: mertmit <mertmit99@gmail.com >
* feat: sso cloud apis - WIP
* feat: admin panel menu option
* feat: UI integration - WIP
* feat: UI integration - SSO
* feat: domain verification
* feat: workspace upgrade and sso page - WIP
* feat: domain adding and verification - WIP
* feat: domain adding and verification
* fix: domain validation corrections
* chore: lint
* feat(nc-gui): organization settings page
* feat(nc-gui): organization members page
* fix(nc-gui): some more changes
* fix(nc-gui): refactor collaborators ui
* feat(nc-gui): dashboard ui
* feat(nc-gui): bases page
* feat(nocodb): wired up ui and apis. wip
* fix(nc-gui): some more fixes
* fix(nc-gui): move ws to org immediately after creation
* fix(nc-gui): some more bug fixes
* feat(nocodb): transfer workspace ownership
* fix(nc-gui): load roles if baseId is provided in prop
* fix(nc-gui): show only org workspaces
* fix(nc-gui): some more fixes
* fix(nc-gui): rename base
* fix(nc-gui): invite fixes
* feat: restrict access to org level user(SSO login)
* fix: include org and client info in token
* fix: include org and client info in refresh token
* refactor: minor ui corrections
* refactor: add a generic component for copying
* refactor: ui correction and cleanup
* fix: refresh token update
* fix: ui corrections
* fix: if user signin using unverified domain show error in sso page rather than showing the json with error
* fix: for all sso related exceptions redirect to sso ui page with error
* chore: lint
* fix: show admin panel option only for user who have permission
* fix: redirect to sso login page on logout based on current user info
* test: sso - playwright test
* fix: duplicate attribute
* test: playwright
* fix: missing import
* test: playwright - WIP
* test: playwright - Cloud sso login flow
* fix: error handling
* test: playwright - sso auth flow tests
* fix: show upgrade option only for workspace owner
* test: user invite tests corrections
* test: user invite tests corrections
* test: user management correction
* test: playwright - use regex for path match
* fix: delete existing provider if any
* test: combine sso tests to run serially
* test: playwright - title name correction
* test: playwright - reset sso client from sso tests only
* test: playwright - page navigation correction
* refactor: by default navigate to org settings page on org creation and disable org image upload
* refactor: reverify domain after 7 days and update role names to avoid confusion between org and cloud org roles
* fix: corrections
* fix: show org level roles in members section
* refactor: disable org update by default
* test: unit tests for org admin apis
* chore: lint
* fix: review comments
* chore: lint and cleanup
---------
Signed-off-by: mertmit <mertmit99@gmail.com >
Co-authored-by: mertmit <mertmit99@gmail.com >
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com >
2024-05-01 11:39:22 +05:30
Pranav C
1a9ee6fa33
fix: allow shared form in iframe
2024-03-12 06:21:31 +00:00
mertmit
1758af586d
fix: PR requested change
2024-02-20 09:35:45 +00:00
mertmit
cc52829d17
fix: avoid framing other than shared pages
2024-02-20 09:35:45 +00:00
Pranav C
6d4eda06b9
refactor: review suggestions
2024-02-07 12:26:54 +00:00
Pranav C
7c4b8d70bd
refactor: cleanup and lint
2024-02-07 12:26:52 +00:00
Pranav C
6bb9439df1
test: playwright - OpenID auth flow test
2024-02-07 12:26:49 +00:00
Pranav C
c698d27fb1
test: playwright - SAML auth flow test
2024-02-07 12:26:49 +00:00
Pranav C
4861a61207
feat: SAML auth flow
2024-02-07 12:26:43 +00:00
Pranav C
53f42209bb
feat: login with short-lived token
2024-02-07 12:26:43 +00:00
Pranav C
e942ede3dd
refactor: add some comment
2023-11-11 11:11:27 +05:30
Pranav C
8154b05a95
fix: handle if extra prop is missing in response
2023-11-10 11:43:40 +05:30
Pranav C
92b41cac2f
fix: miscellaneous changes
2023-10-09 00:30:49 +05:30
Pranav C
2a88ff83f2
fix: persist the redirection state in localstorage to maintain the value across redirection
2023-10-08 18:51:02 +00:00
mertmit
5ed804b417
feat: continue after signin
2023-10-03 20:26:42 +05:30
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
mertmit
e737e043f1
fix: user role state
2023-09-20 19:11:43 +00:00
mertmit
52adf6168d
fix: super admin access fe
...
Signed-off-by: mertmit <mertmit99@gmail.com >
2023-09-08 14:20:51 +03:00
mertmit
8ab47b1109
fix: various stuff
...
Signed-off-by: mertmit <mertmit99@gmail.com >
2023-09-06 09:51:17 +03:00
Pranav C
33ee9bfa62
feat: Improved UI ( #6222 )
...
* feat: Improved ui (#6156 )
* refactor: revert
Signed-off-by: Pranav C <pranavxc@gmail.com >
feat: shared base
Signed-off-by: Pranav C <pranavxc@gmail.com >
fix: remove duplicate import statement
Signed-off-by: Pranav C <pranavxc@gmail.com >
fix: disable starred & license menu
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
test: fix airtable wait issue
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
test: enable mysql in ci
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
test: fix checkbox order for sqlite
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
test: disable quick tests
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
test: fix dbType env variable for CI
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
test: workspace API access error fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
test: enable SQLite CI CD
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
test: use DB_TYPE env variable
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
test: enable SQLite UT
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
test: isHub cleanup
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
test: add check for EE Timezone spec
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
chore: cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com >
chore: cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com >
test: EE check fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
chore: test correction
Signed-off-by: Pranav C <pranavxc@gmail.com >
chore: sync latest changes
Signed-off-by: Pranav C <pranavxc@gmail.com >
test: set EE=false
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
test: set NC Edition to community in workflow file
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
chore: update sdk build command
Signed-off-by: Pranav C <pranavxc@gmail.com >
refactor: i18n and other changes
Signed-off-by: Pranav C <pranavxc@gmail.com >
feat: new ui
Signed-off-by: Pranav C <pranavxc@gmail.com >
* chore: sync tests
Signed-off-by: Pranav C <pranavxc@gmail.com >
* chore: lint
Signed-off-by: Pranav C <pranavxc@gmail.com >
* fix: shared view/base related bugs
Signed-off-by: Pranav C <pranavxc@gmail.com >
* test: checkbox verification sort order fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* test: fix sqlite reset
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* test: enable selfhosted runners
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* docs: table ops (draft)
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* Docs: screenshots for table-operations.md
* refactor: introduce missing buttons
Signed-off-by: Pranav C <pranavxc@gmail.com >
* fix: get all fields
Signed-off-by: Pranav C <pranavxc@gmail.com >
* test: UT fix- new data API response
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* test: EE is false
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* test: webhook lookup as string in CE
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* fix: include created_at and updated_at
Signed-off-by: Pranav C <pranavxc@gmail.com >
* test: fix UT newDataAPI response for PG
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* fix: separate api for webhook related plugins
Signed-off-by: Pranav C <pranavxc@gmail.com >
* test: msyql filter corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* test: mysql group by test corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* test: fix datatype for rating field in groupby spec for pg
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* test: kanban datatype correction
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* test: column edit for mysql- rating field
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* test: misc fixes
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* test: enable 4 workers
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* test: enable 2 workers per shard only
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* docs: table CRUD
* Rename table-operations.md to table-crud.md
* Create column-crud.md
* docs: row CRUD
* Rename row.md to row-crud.md
* docs: project crud
* docs: toolbar (skeleton)
* refactor: single page UI and bug fixes
Signed-off-by: Pranav C <pranavxc@gmail.com >
* chore: sync tests playwright
Signed-off-by: Pranav C <pranavxc@gmail.com >
* chore: add missing dependency
Signed-off-by: Pranav C <pranavxc@gmail.com >
* feat: single page ui, test corrections
Signed-off-by: Pranav C <pranavxc@gmail.com >
* chore: tests
Signed-off-by: Pranav C <pranavxc@gmail.com >
* test: project rename test correction
Signed-off-by: Pranav C <pranavxc@gmail.com >
* chore: remove only
Signed-off-by: Pranav C <pranavxc@gmail.com >
* test: remove wrong import statement
Signed-off-by: Pranav C <pranavxc@gmail.com >
* fix: delete option not visible in project context menu
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* test: move ws access within isEE()
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* test: fix groupby
* test: groupby fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* docs: signup & landing page
* docs: project crud
* docs: project-crud misc
* docs: toolbar fields
* docs: toolbar / filters
* docs: toolbar / group by
* docs: toolbar / sort
* docs: toolbar / row height
* docs: filters additional options
* docs: file re-order
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* docs: add links to column types
* docs: code snippets
* docs: links
* docs: lookup
* docs: rollup
* docs: formula
* docs: primary key
* docs: display value
* docs: development setup
* docs: swagger
* fix(nc-gui): encodeURIComponent for row id
- closes : #6202
* docs: language
* docs: expanded record
* docs: import airtable
* docs: airtable
* docs: webhook
* docs: revert file rename
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* docs: account settings
* docs: audit
* docs: meta management
* docs: project settings
* docs: shared base
* docs: shared view
* docs: meta sync
* docs: team-auth
* docs: views
* docs: fix URL
* docs: URL corrections
* fix: shared base, view related bugs
Signed-off-by: Pranav C <pranavxc@gmail.com >
* test: EE check for WSaccess
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* test: exclude EE tests
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
* fix: missing project delete
closes #6215
Signed-off-by: Pranav C <pranavxc@gmail.com >
* fix: merge existing project meta if found
closes #6216
Signed-off-by: Pranav C <pranavxc@gmail.com >
* fix: merge existing project meta if found
closes #6216
Signed-off-by: Pranav C <pranavxc@gmail.com >
---------
Signed-off-by: Pranav C <pranavxc@gmail.com >
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com >
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com >
Co-authored-by: Wing-Kam Wong <wingkwong.code@gmail.com >
* refactor: docs and other bug fixes
Signed-off-by: Pranav C <pranavxc@gmail.com >
* feat: populate default project on super admin signup
Signed-off-by: Pranav C <pranavxc@gmail.com >
* fix: include created project details in signup response if avail, missing Dockerfile
Signed-off-by: Pranav C <pranavxc@gmail.com >
* chore: use custom function for resolving ts path aliases
Signed-off-by: Pranav C <pranavxc@gmail.com >
* chore: add missing generate script
Signed-off-by: Pranav C <pranavxc@gmail.com >
* chore: webpack build correction - ts path resolve
Signed-off-by: Pranav C <pranavxc@gmail.com >
---------
Signed-off-by: Pranav C <pranavxc@gmail.com >
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com >
Co-authored-by: mertmit <mertmit99@gmail.com >
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com >
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com >
Co-authored-by: Wing-Kam Wong <wingkwong.code@gmail.com >
2023-08-24 02:58:19 +05:30
Wing-Kam Wong
855d8a2df4
fix(nc-gui): error any and remove content from message.error
2023-03-15 18:58:52 +08:00
Pranav C
eb98bb12ad
fix(gui): when navigate to an auth required page try to populate token using refresh token if user is not logged in
...
Signed-off-by: Pranav C <pranavxc@gmail.com >
2023-02-09 17:29:56 +05:30
Pranav C
319584dd5d
refactor: combine import statements
...
Signed-off-by: Pranav C <pranavxc@gmail.com >
2022-12-27 14:38:33 +05:30
Pranav C
fd8dae40e9
feat(gui): block open google signup if invite only signup enabled
...
re #4618
Signed-off-by: Pranav C <pranavxc@gmail.com >
2022-12-26 17:11:22 +05:30
braks
b4b311b8a7
fix(nc-gui): ref access in auth middleware
2022-11-07 19:38:43 +01:00
braks
90b3da67ab
fix(nc-gui): refactor issues
2022-09-28 13:30:40 +02:00
braks
b5b42c7034
chore(nc-gui): formatting
2022-09-28 13:30:39 +02:00
braks
0d46625cc4
refactor(nc-gui): use single api instance in auth middleware
2022-09-28 13:30:39 +02:00
braks
ea2121fe8b
refactor(nc-gui): use global api instance in middleware
2022-09-28 13:30:39 +02:00