Commit Graph

4573 Commits

Author SHA1 Message Date
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
rijkvanzanten
1464e690cd Fix init command in CLI
Fixes #4017
2021-02-11 18:07:19 -05:00
Rijk van Zanten
26812ca05b New Crowdin updates (#4001)
* New translations en-US.yaml (Ukrainian)

* New translations en-US.yaml (Ukrainian)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Turkish)

* New translations en-US.yaml (Polish)

* New translations en-US.yaml (Norwegian)

* New translations en-US.yaml (Dutch)

* New translations en-US.yaml (Lithuanian)

* New translations en-US.yaml (Italian)

* 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 (Catalan)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Romanian)

* New translations en-US.yaml (Spanish)

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

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

* New translations en-US.yaml (Estonian)

* New translations en-US.yaml (Vietnamese)

* New translations en-US.yaml (Indonesian)

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

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

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

* Update source file en-US.yaml
2021-02-11 17:32:10 -05:00
rijkvanzanten
351a6991dd Fix field name validation on field update 2021-02-11 14:46:53 -05:00
rijkvanzanten
9ec8f0d973 v9.0.0-rc.35 v9.0.0-rc.35 2021-02-11 13:23:59 -05:00
rijkvanzanten
161ab125b1 Remove api dependency from app 2021-02-11 13:23:09 -05:00
rijkvanzanten
29e72fe1d2 Update package-lock 2021-02-11 13:21:07 -05:00
rijkvanzanten
533b235920 Prevent cyclical dependency between app/api 2021-02-11 13:17:06 -05:00
Rijk van Zanten
1064d10296 Fix file imports now that vetur supports monorepos (#4016) 2021-02-11 13:08:59 -05:00
Rijk van Zanten
b7d87e581a System permissions for app access (#4004)
* 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
2021-02-11 12:50:56 -05:00
Pablo Zehle
8c1402fb88 Update api-endpoints.md (#4012)
Line 62, .readByQuery({ sort: 'name', fields: <needs to be an array> })
Added the array implementation as a string will fail.
2021-02-11 10:07:23 -05:00
Ben Haynes
cc38da1314 unused docs page 2021-02-10 16:06:15 -05:00
Rijk van Zanten
9f206f9241 Update items.md 2021-02-10 11:41:41 -05:00
Rijk van Zanten
41240fae14 Revert patch on fields root (#3994)
Fixes #3991
2021-02-10 09:51:10 -05:00
Rijk van Zanten
402c3cae68 New translations en-US.yaml (Indonesian) (#3992) 2021-02-10 09:40:09 -05:00