* Add migration
* Add sort field to relation types
* Remove sortfield options in favor of relationship
* Add sort field configuration to relational setup
* Save m2a sortfield on the correct row
* Add default sort field to system data
* add more ignore pattern for git
* fix#4188 by applying a special flag for unsaved item and build a predictable sort
* revert the change for api/.gitignore
* Rely on editsAtStart in value check instead of unsaved flag
Co-authored-by: Jian Liao <jianliao@adobe.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* add more ignore pattern for git
* fix#4146 by waiting until junctionRowMap got filled
* fix#4146 by waiting until junctionRowMap got filled
* revert local gitingore change
Co-authored-by: Jian Liao <jianliao@adobe.com>
* Adding actions interface
* Do not use v-button-group
* Add open in new window; Use injected values instead of $parent
* Simplify and rename interface
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* Add file library integration for WYSIWYG interface
* Fix typing; Prevent selecting non-image on image field
* Allow imageToken in the interface; addTokenToURL() replace token if presents
* Add file library integration for WYSIWYG interface
* Fix typing; Prevent selecting non-image on image field
* Allow imageToken in the interface; addTokenToURL() replace token if presents
Co-authored-by: Nitwel <nitwel@arcor.de>
* 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