Commit Graph

5102 Commits

Author SHA1 Message Date
Rijk van Zanten
55e790c725 New Crowdin updates (#8441)
* New translations en-US.yaml (Vietnamese)

* New translations en-US.yaml (French)

* New translations en-US.yaml (French)
2021-09-30 09:20:25 -04:00
renovate[bot]
cb7b6a9108 Update dependency @types/dompurify to v2.3.1 (#8439)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-29 19:04:11 -04:00
renovate[bot]
4c217ba0c7 Update dependency vite to v2.6.1 (#8436)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-29 16:06:59 -04:00
Rijk van Zanten
22cc8a3563 New Crowdin updates (#8421)
* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)
2021-09-29 15:21:02 -04:00
renovate[bot]
7dd8ae845f Update dependency vite to v2.6.0 (#8430)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-29 12:38:03 -04:00
renovate[bot]
bc83050283 Update dependency codemirror to v5.63.1 (#8429)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-29 16:29:11 +00:00
Nitwel
bd791bcb95 use display template for button links (#7546) 2021-09-28 19:18:19 -04:00
Nitwel
d082836e0a Add save and delete shortcuts (#8108)
* add save and delete shortcuts

* Remove delete shortcuts

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-09-28 19:14:59 -04:00
ian
ff315456e8 Fix relative link routing in button links (#8365)
* Fix relative link routing in button links

* Refactor to href for uniformity
2021-09-28 18:59:17 -04:00
ian
ff99d0aad8 Add discard confirmation prompt for project settings (#8373) 2021-09-28 18:58:16 -04:00
renovate[bot]
c6c126f755 Update dependency @types/dompurify to v2.3.0 (#8403)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-28 18:21:35 -04:00
ian
1b92d711d4 Refactor action value from authenticate to login in directus_activity (#8397)
* Refactor action value from authenticate to login in directus_activity

* Fix incorrect where clause in migration

* Add missing authenticate uses

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-09-28 20:59:27 +00:00
ian
7456de19db Remove invalid CSS from presets item view (#8388)
* Remove hinvalid CSS from presets item view

* Set warning colour as interim solution

* Fix whitespace
2021-09-28 14:39:27 -04:00
Nicola Krumschmidt
f555eb80db Fix popper modifier validation error (#8382) 2021-09-28 10:04:22 -04:00
ian
a806dc373a Fix marginTop not implemented in presentation divider (#8379) 2021-09-28 09:52:39 -04:00
rijkvanzanten
afe7b15990 v9.0.0-rc.95 2021-09-27 18:58:22 -04:00
renovate[bot]
480a81fbd1 Update dependency @types/lodash to v4.14.175 (#8361)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-27 22:30:26 +00:00
Nitwel
cf05527f0e Add dedicated "files" interface (#8110)
* add download button for m2m

* create files interface

* Add migration to use new files interface

* Fix linter warnings

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-09-27 22:27:03 +00:00
Rijk van Zanten
636ccf0503 New Crowdin updates (#8360)
* Update source file en-US.yaml

* New translations en-US.yaml (Estonian)

* New translations en-US.yaml (Polish)

* New translations en-US.yaml (Portuguese)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Slovak)

* New translations en-US.yaml (Serbian (Cyrillic))

* New translations en-US.yaml (Swedish)

* New translations en-US.yaml (Turkish)

* New translations en-US.yaml (Ukrainian)

* New translations en-US.yaml (Chinese Traditional)

* New translations en-US.yaml (Portuguese, Brazilian)

* New translations en-US.yaml (Dutch)

* New translations en-US.yaml (Indonesian)

* New translations en-US.yaml (Spanish, Chile)

* New translations en-US.yaml (Thai)

* New translations en-US.yaml (Hindi)

* New translations en-US.yaml (Malay)

* New translations en-US.yaml (Serbian (Latin))

* New translations en-US.yaml (Mongolian)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Afrikaans)

* New translations en-US.yaml (Lithuanian)

* New translations en-US.yaml (Spanish, Latin America)

* New translations en-US.yaml (Slovenian)

* New translations en-US.yaml (Vietnamese)

* New translations en-US.yaml (Chinese Simplified)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Romanian)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Spanish)

* New translations en-US.yaml (Arabic)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Czech)

* New translations en-US.yaml (Danish)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Greek)

* New translations en-US.yaml (Finnish)

* New translations en-US.yaml (Hebrew)

* New translations en-US.yaml (Hungarian)

* New translations en-US.yaml (Japanese)

* New translations en-US.yaml (Georgian)

* New translations en-US.yaml (Persian)
2021-09-27 18:05:43 -04:00
Ben Haynes
6801ccf38e Style updates (#8359)
* badge sizing

* tailored chip padding based on size

* list style update

* round language progress bar

* remove whitespace causing odd gap after field

* complress field management grid

* add yellow to color options, make warning yellow
2021-09-27 17:43:30 -04:00
Aiden Foxx
084c6117b7 Modular authentication (#6942)
* Moved refactoring from LDAP branch

* Moved Auth into packages

* Updated frontend to support custom auth providers and make implementation more flexible

* Fixed exception handling and numerous bugs. Also added provider support to graphql

* Updated frontend to be able to set provider and identifier

* Fixed issue with setting the auth provider in app

* Updated package-lock.json

* Updated package-lock.json

* Cleanup, adding type handling and disabled changing provider

* Added title formatting to SSO links

* Fixed incorrect type export

* Fixed incorrect rc

* Update api/src/services/authentication.ts

* Updated sub-dependencies to rc87

* Fixed linting errors

* Prefer sending provider name as config var

* Pass clone of user info to auth provider instead of reference

* Moved auth from packages into core

* Removed generic login handler

* Fixed graphql complaint

* Moved exception back to api and cleaned up URLs

* Minor tweak

* Pulled across improvements from openid branch

* Fixed fix that wasn't a fix

* Update auth.ts

* Update auth.ts

* Update authentication.ts

* Update login-form.vue

* Regression fixes and cleanup

* Minor flow improvements

* Flipped if and fixed linting warning

* Un-expanded object that didn't need to be expanded!

* Trimmed auth interface for consistency when verifying passwords

* Removed auth-manager, changed login endpoint, broke out SSO links, removed username support, disabled updating external_identifier, generate provider options as part of field generation

* Cleaned up some code comments

* Use named exports in local driver

* Use async defaults for auth abstract class

* Use JSON for auth_data field

* Move session data blob to directus_sessions

* Remove unused export, rename auth->authDriver

* Opinionated changes

* Move login route registration to driver file

* Revert app changes in favor of PR #8277

* Send session token to auth provider and opinionated changes

* Added missing translation

* Fixed empty elements for users without email

* Update api/src/auth/drivers/local.ts

* Move pw verify to local driver, remove CRUD

* Opinions > logical reasoning

* Use session data, cleanup login method on auth serv

* Remove useless null

* Fixed breaking changes from refactor, and fixed build

* Fixed lint warning

* Ignore typescript nonsense

* Update api/src/services/authentication.ts

* Fix provider name passthrough

Co-authored-by: Aiden Foxx <aiden.foxx@sbab.se>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-09-27 17:18:20 -04:00
Rijk van Zanten
b3e8037e36 New Crowdin updates (#8312)
* New translations en-US.yaml (Chinese Simplified)

* New translations en-US.yaml (Chinese Simplified)

* New translations en-US.yaml (Chinese Simplified)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (French)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Danish)

* New translations en-US.yaml (Polish)

* New translations en-US.yaml (Dutch)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Japanese)

* New translations en-US.yaml (Hungarian)

* New translations en-US.yaml (Finnish)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Czech)

* New translations en-US.yaml (Lithuanian)

* New translations en-US.yaml (Arabic)

* New translations en-US.yaml (Spanish)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Indonesian)

* New translations en-US.yaml (Spanish, Chile)

* New translations en-US.yaml (Thai)

* New translations en-US.yaml (Hindi)

* New translations en-US.yaml (Serbian (Latin))

* New translations en-US.yaml (Portuguese, Brazilian)

* New translations en-US.yaml (Estonian)

* New translations en-US.yaml (Chinese Traditional)

* New translations en-US.yaml (Ukrainian)

* New translations en-US.yaml (Turkish)

* New translations en-US.yaml (Swedish)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Chinese Simplified)

* New translations en-US.yaml (Vietnamese)

* New translations en-US.yaml (Slovenian)

* New translations en-US.yaml (Spanish, Latin America)

* Update source file en-US.yaml
2021-09-27 15:09:33 -04:00
Azri Kahar
4c48007549 Debounce app idle tracker autorefresh token (#8337)
* Debounce app autorefresh token process

* Bump debounce time a notch

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-09-27 15:08:43 -04:00
Rijk van Zanten
f5f68417cf Use field key instead of ID for group value (#8349)
* Add migration to replace group ID with group name

* Replace group IDs with field names

* Tweak group interfaces

* Ignore schema export
2021-09-27 15:06:19 -04:00
José Varela
a230a7c2cf Fix panel not assigned on insights (#8346) 2021-09-27 13:20:35 -04:00
Nitwel
550a7f3406 fix input not being masked (#8344) 2021-09-27 11:54:05 -04:00
Azri Kahar
915ff76ffc Fix multiple issues in Data Model view (#8333)
* disable the labels for disabled display templates

* fix color placeholder & field name

* fix singleton field label translation

* fix collections note placeholder translation
2021-09-27 10:10:39 -04:00
José Varela
437e52a47c use user language as first on translations (#8327) 2021-09-26 19:40:56 -04:00
renovate[bot]
d94942320d Update dependency nanoid to v3.1.28 (#8328)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-26 19:39:33 -04:00
renovate[bot]
611f9e1462 Update vue monorepo to v3.2.19 (#8320) 2021-09-25 15:41:36 -04:00
Azri Kahar
44a5ca208a fix target interface for o2m relationship (#8317) 2021-09-25 13:33:36 -04:00
renovate[bot]
3a4e826224 Update dependency @types/lodash to v4.14.174 (#8308) 2021-09-25 11:24:58 -04:00
renovate[bot]
f3f8e5544f Update dependency @vitejs/plugin-vue to v1.9.2 (#8304)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-24 18:14:00 -04:00
renovate[bot]
054023c4a7 Update vue monorepo to v3.2.18 (#8303)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-24 16:47:47 -04:00
Rijk van Zanten
04fa2f3a54 New translations en-US.yaml (Chinese Simplified) (#8295) 2021-09-24 16:32:11 -04:00
renovate[bot]
2e7d640cf9 Update dependency vue to v3.2.17 (#8300)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-24 13:52:29 -04:00
renovate[bot]
ddd0b664a8 Update dependency @vue/compiler-sfc to v3.2.17 (#8299)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-24 13:36:47 -04:00
Pascal Jufer
4bc1c85243 Center content of v-button (#8293)
Seems to got lost in 19f87222dc
2021-09-24 13:36:32 -04:00
Rijk van Zanten
40496d6f41 New Crowdin updates (#8284)
* New translations en-US.yaml (German)

* New translations en-US.yaml (German)

* New translations en-US.yaml (German)

* New translations en-US.yaml (German)

* New translations en-US.yaml (German)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Czech)
2021-09-24 11:56:49 -04:00
Nitwel
08097d9f79 add missing null,nnull and remove unused file (#8285) 2021-09-24 11:56:38 -04:00
Azri Kahar
bc816ceaeb Fix sorting for alias fields (#8278) 2021-09-24 11:26:29 -04:00
Azri Kahar
8af51d852c reinstate v-click-outside event in v-menu (#8256) 2021-09-23 15:53:48 -04:00
renovate[bot]
35cebb0e7e Update dependency @vitejs/plugin-vue to v1.9.1 (#8273)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-23 13:46:51 -04:00
Rijk van Zanten
7ed2579005 New translations en-US.yaml (Bulgarian) (#8270) 2021-09-23 12:19:49 -04:00
Nitwel
b18e0da122 Fix primary key not being passed to v-form (#8260) 2021-09-23 11:43:29 -04:00
renovate[bot]
6d834fa347 Update vue monorepo to v3.2.16 (#8271)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-23 10:33:24 -04:00
Rijk van Zanten
a51cf26d71 New translations en-US.yaml (Italian) (#8266) 2021-09-23 10:01:23 -04:00
renovate[bot]
553f886f61 Update vue monorepo to v3.2.14 (#8251)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-22 18:50:23 -04:00
rijkvanzanten
7e41860cbf v9.0.0-rc.94 2021-09-22 15:53:24 -04:00
Rijk van Zanten
18e5e7d9b3 New translations en-US.yaml (Italian) (#8246) 2021-09-22 15:44:25 -04:00