ToolJet/server/migrations
Akshay a958b37cef
Feature: Group level permissions and related fixes (#1204)
* add column app_create to group_permissions table

* add app create column to group permission entity

* backfill app_create permission as true for admin group

* add app delete permissions to group permissions

* update group permissions entity for app delete

* add ability to set group level permission for app creation

* refactor and fix app clone and imports

* fix created by user on homepage

* fix spinner on import

* update seeds service to set group level permission

* fix rollback query

* fix imported/cloned app timestamps

* honor logged in user permissions at UI

* remove console log

* fix data query id being replaced on import

* replace data query id within app versions on import
2021-10-25 14:05:32 +05:30
..
1625814801415-MaybeCreateExtension.ts Enable pgcrypto extension (#516) 2021-08-17 11:32:53 +05:30
1625814801416-CreateOrganizations.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801417-CreateUsers.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801419-CreateApps.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801420-CreateAppVersions.ts Endpoint for fetching app versions 2021-07-23 20:21:24 +05:30
1625814801421-CreateCredentials.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801422-CreateFolders.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801423-CreateFolderApps.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801424-CreateMetadata.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801425-CreateOrganizationUsers.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801426-CreateAppUsers.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801427-CreateDataSources.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801428-CreateDataQueries.ts Policies and tests for running queries 2021-07-24 11:43:21 +05:30
1625814801429-CreateDataSourceUserOauth2s.ts Porting rails migrations to typeORM 2021-07-22 23:42:06 +05:30
1625814801430-UpdateDefinitionsForEvents.ts Multi-events for action buttons, query params option for Go-to-app action (#560) 2021-08-26 20:33:59 +05:30
1629971478272-UpdateDefinitionsForTableActionEvent.ts Multi-events for action buttons, query params option for Go-to-app action (#560) 2021-08-26 20:33:59 +05:30
1630003364070-TurnOnSSLForEveryPostgresDataSource.ts Support Enabling/Disabling SSL for postgres connection (#619) 2021-08-28 09:12:12 +05:30
1632382322381-CreateGroupPermissions.ts Feature: User access management 🔥 (#918) 2021-10-11 20:45:58 +05:30
1632383798339-CreateUserGroupPermissions.ts Feature: User access management 🔥 (#918) 2021-10-11 20:45:58 +05:30
1632384954344-CreateAppGroupPermissions.ts Feature: User access management 🔥 (#918) 2021-10-11 20:45:58 +05:30
1632468258787-PopulateUserGroupsFromOrganizationRoles.ts Feature: User access management 🔥 (#918) 2021-10-11 20:45:58 +05:30
1633370361564-SetShowBulkSelectorToTrue.ts Bulk selection for table widget 🔥 2021-10-05 12:37:17 +05:30
1633431766605-SetHighlightSelectedRowToFalseForExistingTables.ts Selected row should be highlighted for table widget (#902) 2021-10-05 19:36:30 +05:30
1634724636255-AddAppCreateAndAppDeleteToGroupPermissions.ts Feature: Group level permissions and related fixes (#1204) 2021-10-25 14:05:32 +05:30
1634729050892-BackfillAppCreateAndAppDeletePermissionsAsTruthyForAdminGroup.ts Feature: Group level permissions and related fixes (#1204) 2021-10-25 14:05:32 +05:30
1634848932643-SetTableCellSpacingToCompact.ts Feature/cell types (#1194) 2021-10-22 07:49:51 +05:30