* 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>
* If no undefined collection, use item as relative url
* Only navigate if item is set
* Added Gerard Lamusse (u12206050)
---------
Co-authored-by: Brainslug <br41nslug@users.noreply.github.com>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
* Upgrade tinymce
* Omit 'skin_url' instead of setting it to false
The option expect a string value. Instead of setting it to 'false' we
can just completly omit it.
Otherwise we get the following warning:
> Invalid value passed for the skin_url option. The value must be a string.
Although not explicitly mentioned in the migration doc, the stricter check / warning has
probably been introduced with v6.
* Disable pasting of images
From
https://www.tiny.cloud/docs/tinymce/6/migration-from-5x/#plugins-paste:
> A paste default has changed. The paste_data_images option now defaults to true.
> When paste was a plugin, this option was, by default, set to false, which prevented images being pasted from the local machine
* Update toolbar option names
---------
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>