* 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
* 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>
* feat(nc-gui): set tab title for view
* feat(nc-gui): update tab title as per view title
* fix(nc-gui): shared view ui break issue
* feat(nc-gui): update shared form view tab title as per form heading
* chore(nc-gui): lint
* fix(nc-gui): tab title update issue when switching from base to view
* feat(nc-gui): form field in right pannel setup
* fix(nc-gui): inline form field reorder issue
* fix(nc-gui): make edit form field right panel scrollable
* fix(nc-gui): form field limit option hide btn focus box shadow style issue
* fix(nc-gui): add support to edit form column in form view builder
* feat(nc-gui): added form field header menu dropdown
* fix(nc-gui): tab issue in form builder
* feat(nc-gui): add support to edit column from form builder itself
* fix(nc-gui): wrong virtual cell icon in column delete modal
* feat(nc-gui): column edit, hide, delete option in form builder field settings
* fix(nc-gui): move all form field settings radio btns to the right side
* chore(nc-gui): lint
* chore(nc-gui): lint errors
* chore(nc-gui): lint
* fix(nc-gui): update 'change icon color' text case
* fix(nc-gui): small changes
* fix(nc-gui): form builder side panel field div key issue
* fix(nc-gui): form view outsideclick fild toggle issue
* chore(nc-gui): lint
* fix(nc-gui): hide select dropdown in value is selected and show if value is not selected
* fix(nc-gui): suggested review changes
* fix(nc-gui): make form field rich text options sticky at bottom
* chore(nc-gui): lint
* fix(nc-gui): small changes
* fix(nc-gui): lazy import richtext component
* fix(nc-gui): set the max height for form rich text fields
* fix(nc-gui): move form settings switch inputs to the right side
* fix(nc-gui): move form select type field layout option to appearance settings section
* fix(nc-gui): select form active field text on focus
* fix(nc-gui): form rich text element menu option tabindex issue
* fix(nc-gui): form search field input autofill issue
* fix(nc-gui): update position of rich text menu option of form description
* feat(nc-gui): adjustable form view sidebar width
* chore(nc-gui): lint
* fix(nc-gui): typo mistake
* fix(nc-gui): PR review changes