Commit Graph

4559 Commits

Author SHA1 Message Date
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
Daniel Stoyanoff
54bab04b3c #3982 - Write logs as part of health check in case the status is ERROR or WARN to help investigating issues easier (#3993)
Co-authored-by: Daniel <daniel.s@appgr8.com>
2021-02-10 09:37:21 -05:00
rijkvanzanten
82f9af67e0 Validate field update payload
Fixes #3928
2021-02-09 18:45:21 -05:00
Rijk van Zanten
e6fa07dba8 Allow field creation with just field/type combo (#3990)
Fixes #3926
2021-02-09 18:43:25 -05:00
Rijk van Zanten
df22a58c6a Update in-app docs (#3989)
* Fix root redirect

* Fix html in headings

* Add graphql syntax mode

* Install markdown-it + plugins

* Fix file copying on mac

* Replace md rendering engine

* Fix wrong links in guides

* Scroll to top on every route change

* Update in-app links

* Fix home redirect

* Fix deep-linking paths

* Add to reference

* Fix nested group scoping

* Fix open path reference
2021-02-09 18:31:25 -05:00
Ben Haynes
e1d36706aa migration docs 2021-02-09 16:52:04 -05:00
Ben Haynes
081c32cc38 update docs link 2021-02-09 13:28:13 -05:00
rijkvanzanten
6e0e708553 Merge branch 'main' of github.com:directus/directus into main 2021-02-08 18:05:59 -05:00
rijkvanzanten
3dd8fa69a7 Fix logo overflow 2021-02-08 18:05:54 -05:00
Ben Haynes
66d594fc5f less intrusive warning 2021-02-08 17:52:51 -05:00
Rijk van Zanten
f3cb3ddc2b Fix query param handling in file interface (#3977)
Fixes #3944
2021-02-08 17:44:36 -05:00
Ben Haynes
239c021f12 Updates to API Reference 2021-02-08 17:31:07 -05:00
Rijk van Zanten
d9717c1df7 Navigate back to parent folder on file save/delete-and quit (#3976)
Fixes #3909
2021-02-08 16:57:38 -05:00
andriusign
c00e89a8c0 Allow to pass custom URL for user invitation (#3972)
* Allow to pass custom URL for invitation to enable verification of user's email on custom Frond-End page (other than Directus Admin page).

* Update api/src/services/users.ts

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

* Update api/src/services/users.ts

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

* Update api/src/services/users.ts

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

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-02-08 16:39:11 -05:00
andriusign
f79a9bebc0 Update users.md (#3974) 2021-02-08 16:36:29 -05:00