Commit Graph

17 Commits

Author SHA1 Message Date
Rijk van Zanten
b7d87e581a System permissions for app access (#4004)
* Pass relations through schema, instead of individual reads

* Fetch field transforms upfront

* Fix length check

* List if user has app access or not in accountability

* Load permissions up front, merge app access minimal permissions

* Show app access required permissions in permissions overview

* Show system minimal permissions in permissions detail

* Fix app access check in authenticate for jwt use

* Fix minimal permissions for presets

* Remove /permissions/me in favor of root use w/ permissions

* Fix logical nested OR in an AND

* Use root permissions endpoint with filter instead of /me

* Allow filter query on /permissions

* Add system minimal app access permissions into result of /permissions

* Remove stray console log

* Remove stray console.dir

* Set current role as role for minimal permissions

* Fix no-permissions state for user detail

* Add filter items function that allows altering existing result set
2021-02-11 12:50:56 -05:00
Igor Savin
7cddb458cb Run prettier across app and api 2020-12-08 02:22:00 +02:00
rijkvanzanten
8cbdfb409b Use prefetched schema info 2020-11-09 17:13:48 -05:00
rijkvanzanten
528112314d Remove outdated tests, fix imports 2020-11-09 12:29:01 -05:00
rijkvanzanten
a30da7e4c0 Update primary key checks for new versino of schema inspector 2020-11-04 15:18:45 -05:00
rijkvanzanten
23fd029687 Move system collection rows out of DB 2020-10-28 16:26:46 -04:00
rijkvanzanten
48fca55651 Restructure exports for services 2020-09-22 13:16:14 -04:00
rijkvanzanten
9f3e12f8f2 Run prettier 2020-09-08 16:03:38 -04:00
rijkvanzanten
4b5aaaa1ff Rename operation->action, add validate step 2020-08-27 11:56:01 -04:00
rijkvanzanten
4724b95384 Fix sorting on MySQL 2020-08-21 17:09:48 -06:00
rijkvanzanten
bf5b991156 Name count count 2020-08-21 16:40:56 -06:00
rijkvanzanten
ce60b1ab7f Use db default sort to match app output 2020-08-21 15:24:55 -06:00
rijkvanzanten
c4ca868323 Default max sort value to 0 2020-08-21 14:31:00 -06:00
rijkvanzanten
1ba8577a38 Use update permissions explicitly 2020-08-21 12:14:09 -06:00
rijkvanzanten
1ccf1b0ada Add some spacing 2020-08-21 12:06:38 -06:00
rijkvanzanten
3d656e2d68 Finish sort logic 2020-08-21 12:05:53 -06:00
rijkvanzanten
a7e0ebfc11 Start on sort endpoint 2020-08-21 11:29:55 -06:00