* chore(nocodb): add fk_parent_column_id in filter schema
* feat(nocodb): form view field level filter support
* fix(nc-gui): add migration for `fk_parent_column_id` filter property
* fix: add support to fetch all view filters
* fix(nc-gui): filter castType issue
* fix(nc-gui): form field title autofocus issue
* fix(nc-gui): small changes
* fix(nc-gui): update local form view filter on updating filter
* fix(nc-gui): add validate field visibility function
* fix(nc-gui): toggle eye icon based on field conditional visibility
* fix(nc-gui): show tooltip on hover form field visibility icon
* fix(nc-gui): show unique errors
* fix(nc-gui): sort form view field issue
* fix(nc-gui): add error handleling in form conditional field
* fix(nc-gui): validate field on reorder
* fix(nc-gui): disable add new filter if form field is first
* fix(nc-gui): disable undo redo filters in form view
* fix(nc-gui): move form filter class to ee
* fix(nc-gui): prevent unwanted api call on form field select
* fix(nc-gui): remove unwanted console
* feat(nc-gui): shared form view conditional fields
* fix(nc-gui): form filter cache issue
* fix(nc-gui): delete form filters by fk_parent_col_id
* fix(nc-gui): form view duplicate filters
* fix(nc-gui): column meta copy issue while duplicating form view
* fix(nc-gui): review changes
* docs: show on conditions
* fix(nc-gui): remove merge conflict code part
* fix(nc-gui): show first validation error in visible form columns on hover over config error
* fix(nc-gui): form view filter validate link field issue
* fix(nc-gui): duplicate form column filters on duplicating table
* fix(nc-gui): rename form field filters label to conditions
* fix(nc-gui): minor changes
* chore(nc-gui): lint
* fix(nocodb): migration conflict issue
* fix(nc-gui): currency field ui issue in filter input
* fix(nc-gui): rating field overflow issue in filter menu
* fix(nc-gui): form conditional field oss visibility issue
* test(nc-gui): form conditional field test
* fix(nc-gui): typo error
* chore(nc-gui): lint
* fix(nc-gui): filter input width issue
* fix: pw test fail issue
* fix(nc-gui): update pw test
* fix(nc-gui): show field field config error in form field list
* fix(nc-gui): grayed out form field list icon color
* fix(nc-gui): give precedence to hidden pre-filled fields over conditional fields
* fix(nocodb): use string type instead of any
* fix(nocodb): typo mistake
* fix(nocodb): use stringifyMetaProp instead of JSON.stringify
* fix(nc-gui): remove lazy loading from child components of form field settings
* fix(nc-gui): increase gap between plus & delete btn from group filter menu
* fix(nc-gui): max callstack issue after adding group filter from form view
* fix(nc-gui): increase min width of filter dropdown in form view
* chore(nc-gui): lint
* fix(nc-gui): required virtual field validation issue in shared form
* fix(nc-gui): delete conditionally hidden field data while submiting form
* fix(nc-gui): handle bt or oo cell conditional field validation issue
* chore(nc-gui): lint
* fix(nc-gui): new is utils file function name conflicts
* fix(nc-gui): remove console
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix(nc-gui): min max width of extension
* fix(nc-gui): extension panel colors and padding issue
* fix(nc-gui): extension list item header ui changes
* feat(nc-gui): add search extension functionality in marketplace modal
* fix(nc-gui): extension details modal ui changes
* fix(nc-gui): truncate extension name
* feat(nc-gui): search extension in sidebar
* fix(nc-gui): extension modal overflow issue
* fix(nc-gui): set min width for extension sidebar
* chore: change min & max width for pane
* fix(nc-gui): truncate add extension btn text
* fix(nc-gui): add hide extensions btn inside sidebar
* fix(nc-gui): padding issue
* chore(nc-gui): added comment to debug in staging
* fix(nc-gui): sidebar fluctuation issue on changing table
* fix(nc-gui): base extension load issue
* fix(nc-gui): show only icons in toolbar menu if their is no enough space
* fix(nc-gui): pr review changes
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix(nc-gui): bulk update field header issue
* test: add custom validation test cases
* test: add custom validation test cases
* test: custom validation all type test cases
* test: add email, phone number validation test cases
* test: fix form fill textarea issue
* test: add form validation shared view test cases
* test: add survey form custom validation test cases
* test: add limit to range survery form test cases
* test: add attachment validation survey form test cases
* chore(nc-gui): lint
* 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>
- 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>