Commit Graph

4587 Commits

Author SHA1 Message Date
Rijk van Zanten
602be1fd48 Don't try auto-refreshing on access token expiry times > 32bit integers (#4102)
Fixes #4054
2021-02-16 15:25:16 -05:00
YannickMol
7830453cfc Align CORS environment variables between middleware and cos (#4099)
* Align CORS environment variables between middleware and cos

Fixes #4080

* Move CORS environment variables to env.ts
2021-02-16 14:56:09 -05:00
Rage Brahimi
eb90eba4c5 Update example for endpoints to pass error to next (#4098) 2021-02-16 14:35:39 -05:00
YannickMol
927042189c Remove dots when disabled (#4075)
* Remove dots when disabled

Fixes #4038

* Revert "Remove dots when disabled"

This reverts commit 2276023471.

* Update save-options

Fixes #4038

* Remove dots in files and users routes

* Remove :disabled tags
2021-02-16 14:07:09 -05:00
YannickMol
e691c2a911 Update readonly styling for code editor (#4085)
Fixes #3365
2021-02-16 13:56:15 -05:00
Adrian Dimitrov
335c3eab57 Update system fields default displays (#4089) 2021-02-16 13:44:26 -05:00
YannickMol
983d667343 Update links in docs (#4091) 2021-02-16 13:34:16 -05:00
Rijk van Zanten
be8fdd03f9 New Crowdin updates (#4090)
* New translations en-US.yaml (French)

* New translations en-US.yaml (French)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Estonian)

* New translations en-US.yaml (Estonian)
2021-02-16 13:02:01 -05:00
rijkvanzanten
b3d0e2bcea v9.0.0-rc.38 v9.0.0-rc.38 2021-02-16 12:05:34 -05:00
rijkvanzanten
09f58eb33d Lock my packages 2021-02-16 12:05:14 -05:00
WoLfulus
813c731d27 Add config override support to env module (#4029)
* add override support for env module

* Override instead of merge w/ config file

* Default to reading .env instead of process.env

* Make env available in process.env

* Add docs for config-files

* Extend note

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-02-16 11:38:07 -05:00
Adrian Dimitrov
9d7dccfac0 Fix readonly colors; Fix font selecting (#4086) 2021-02-16 11:30:02 -05:00
Jian Liao
f7a9b25e3b fix #4060 by setting array $index (#4077)
Co-authored-by: Jian Liao <jianliao@adobe.com>
2021-02-15 17:22:39 -05:00
YannickMol
8fb5c10544 Update midnight DateTime format (#4076)
Fixes #3870
2021-02-15 17:13:58 -05:00
Rijk van Zanten
308ae3075c New Crowdin updates (#4068)
* New translations en-US.yaml (French)

* New translations en-US.yaml (Lithuanian)

* New translations en-US.yaml (Dutch)

* New translations en-US.yaml (Norwegian)

* New translations en-US.yaml (Polish)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Turkish)

* New translations en-US.yaml (Vietnamese)

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

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

* New translations en-US.yaml (Indonesian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Hungarian)

* New translations en-US.yaml (Swedish)

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

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

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Spanish)

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

* Update source file en-US.yaml

* New translations en-US.yaml (Turkish)

* New translations en-US.yaml (Turkish)
2021-02-15 16:27:49 -05:00
YannickMol
3bbf7f0d8b Add default displays to directus_users (#4069)
Fixes #3971
2021-02-15 16:27:03 -05:00
YannickMol
d6b6821258 Remove button in O2M fields works in readonly mode (#4070)
Fixes #3930
2021-02-15 15:37:47 -05:00
rijkvanzanten
4ec0c1fa5f Default default default value placeholder to "NULL" 2021-02-15 14:05:38 -05:00
rijkvanzanten
b88150c29d Save "null" default value as null
Closes #3190
2021-02-15 14:04:02 -05:00
rijkvanzanten
f11b9c9072 Add accountability to custom endpoint example
Fixes #4043
2021-02-15 13:51:59 -05:00
rijkvanzanten
76f1a387c7 Throw error on reading forbidden collection
Ref #4043
2021-02-15 13:50:44 -05:00
rijkvanzanten
d1ecac4394 Cleanup import 2021-02-15 13:50:17 -05:00
Rijk van Zanten
fa0b09813a Fix warning message in v-text-overflow (#4066)
Fixes #4059
2021-02-15 13:09:19 -05:00
Rijk van Zanten
a5721c2c09 Update digitalocean-app-platform.md 2021-02-15 13:02:45 -05:00
Nitwel
8d0a23e2e6 add clear button to datetime interface (#4064) 2021-02-15 12:58:47 -05:00
Nitwel
e02d36d3a5 add reset button for color interface (#4063) 2021-02-15 12:58:26 -05:00
Nitwel
d1149260e3 add default values to toggle interface (#4062) 2021-02-15 12:53:15 -05:00
Nitwel
953b141245 fix fields not updateable because type is null (#4061) 2021-02-15 12:01:26 -05:00
Nitwel
e1b353b38b fix translation of module names (#4057) 2021-02-15 11:32:36 -05:00
Rijk van Zanten
b5d94a64af New Crowdin updates (#4042)
* New translations en-US.yaml (Hebrew)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)
2021-02-15 10:33:20 -05:00
rijkvanzanten
bb45c7f505 Add note on changing port in installing 2021-02-15 10:19:51 -05:00
Adrian Dimitrov
e4bf978655 Add file library integration for WYSIWYG interface (#3263)
* 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>
2021-02-15 10:15:11 -05:00
Nitwel
a589b9553c Make fields of files either readonly or hide them (#4053)
* make fields of file readonly to hinder confusion

* hide upload fields because duplication of information
2021-02-15 10:10:25 -05:00
Nitwel
6d468fb2bf m2o fix corresponding type not set (#4052)
* m2o fix corresponding type not set

* Update app/src/modules/settings/routes/data-model/field-detail/components/relationship-m2o.vue

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-02-15 10:08:32 -05:00
rijkvanzanten
e3fabe22a4 v9.0.0-rc.37 v9.0.0-rc.37 2021-02-12 18:23:59 -05:00
rijkvanzanten
98b1041d11 Merge branch 'main' of github.com:directus/directus into main 2021-02-12 18:03:35 -05:00
rijkvanzanten
bb8112993e Provide addTokenToURL to extensions
Fixes #3159
2021-02-12 18:02:45 -05:00
YannickMol
82eb035ad4 Allow multiple files in browse (#4037)
* Allow multiple files in browse

Fixes #3490

* Don't allow multiple in a single-file upload context

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-02-12 17:57:15 -05:00
YannickMol
902b760676 Autofocus on name when duplicating field (#4039)
Fixed #3392
2021-02-12 17:55:57 -05:00
rijkvanzanten
e3b39f211f Use overflow helper for text-only displays 2021-02-12 16:48:40 -05:00
rijkvanzanten
1a231ed74f Fix line-height, remove log 2021-02-12 16:41:27 -05:00
Rijk van Zanten
81fc8443df Don't wrap text in nav (#4035)
* Move v-list-item-text to v-text-overflow, use in tables

* Fix type issue
2021-02-12 16:39:17 -05:00
Rijk van Zanten
c440c66461 Trigger search on input and paste (#4034)
Fixes #3792
2021-02-12 15:41:54 -05:00
Rijk van Zanten
62f040b5d8 Warn on usage of __ prefixed fields in GraphQL (#4033)
Fixes #3825
2021-02-12 15:36:11 -05:00
Rijk van Zanten
ee3f5cbad3 Various m2a builder fixes (#4032)
* Fix drawer opening empty item after sort

* Fix null sorting

* Fix sending null for a type in field creation

* Fix sort / edit existing on sorted values in m2a builder

Fixes #4005, fixes #4007

* Remove stray console log
2021-02-12 15:23:23 -05:00
Rijk van Zanten
4ea1e96822 New Crowdin updates (#4024)
* New translations en-US.yaml (German)

* New translations en-US.yaml (German)

* New translations en-US.yaml (German)
2021-02-12 14:06:59 -05:00
Rijk van Zanten
6baea6a69d Update authentication.md 2021-02-12 09:59:19 -05:00
andriusign
d74e121dc2 Add missing invite_url key to inviteSchema. (#4028) 2021-02-12 09:58:16 -05:00
rijkvanzanten
998c0fd148 v9.0.0-rc.36 v9.0.0-rc.36 2021-02-11 18:16:56 -05:00
rijkvanzanten
510cbe4ed4 Fix missing type info 2021-02-11 18:14:55 -05:00