* added select all option
* added default value
* removed space for linter
* refactoring: combined emits
* removed unnecessary prefix
* added option to remove all at once
* linter
* Drop support for deselect
* I HAVE OPINIONS
* Revert addition of remove event
* Some more opinions
* Refactor other uses of v-field-list
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* fix .default is not a function errors
* use workaround
* use workaround for the other plugins as well
* upgrade rollup plugin commonjs and terser
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* update: Use explicit endpoint instead of Cloudinary Admin API to avoid
reaching rate limit of 500 requests / hour
* update: Sign the Contributor License Agreement
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* link redirect param to continue param of oauth
* redirect to the link of continue param
* add github username to contributors.yml
* save the file to run lint stage
* Resolve redirect on continue-as; fix redirect query param
* Clean up names
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* Support for re-sending user invites. Close#1799
* Reuse getUserByEmail in user service.
* Add mockImplementation to spies on ItemsServices
* Signed contributors list.
* Fix invite tests
* Fix comments
---------
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* Fix too many SQL Variables
* run linter
* Use lodash' chunk instead of custom for loop
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* Add register and update hooks for oauth2 and openid drivers
* Add register and update hooks for ldap and saml drivers
* Update contributors.yml
Add username nicam to contributors.yml
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* docs: add local development setup instructions
* docs: move and simplify docs, and add reference in contributing
* docs: remove m1 reference to non-office docker image
* Update readme.md
* Remove note about volta since we've removed it from the package.json
* Adjust notes
* Quick update of the commands
---------
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* Make inputs in Translation-String Dialog fullwidth and change translation input field from input -> input-multiline.
* Update contributors.yml
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* Adds ability to verify JWT with meaningful errors
* Fix tests
* Apply verify JWT to accept invitation
* Update per review
* Add joselcvarela to contributors
He's a core team member; already signed the CLA outside of GH
---------
Co-authored-by: Brainslug <br41nslug@users.noreply.github.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
* Fix paths of imports
* Process not-found.vue as ts
To prevent the following error from 'vue-tsc':
error TS6504: File '/Users/pascal/Development/directus/app/src/modules/insights/routes/not-found.vue.js' is a JavaScript file. Did you mean to enable the 'allowJs' option?
Note: We could also enable 'allowJS' but since this is the only js file
this seems to be a more fitting fix
* Drop hljs language definition for GraphQL (now in core)
* Enhance bug reporting from within the app
* Simplify simplify simplify
---------
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>