Commit Graph

5017 Commits

Author SHA1 Message Date
Ben Haynes
757bf8bcbd Fix cropped button icons 2021-04-08 17:05:31 -04:00
Ben Haynes
c503d128cf Slider y offset 2021-04-08 17:05:19 -04:00
Rijk van Zanten
6b742b8cb5 Fix root path in extensions fetching (#4919)
Fixes #4733
2021-04-08 17:04:18 -04:00
rijkvanzanten
5b14a8e715 Fix typo in oas spec output
Fixes #4867
2021-04-08 17:01:14 -04:00
rijkvanzanten
c6d974d998 Fix css var parsing in color display
Fixes #4891
2021-04-08 16:59:22 -04:00
Nitwel
805ea8ba2c Allow for nested fields in sidebar filter (#4723)
* allow for nested fields in sidebar filter

* remove duplicate code and fix deep search
2021-04-08 16:51:37 -04:00
Nitwel
ea7ab2b28d Fix svg overflow (#4719)
* fix svg overflow

* fix max height on svg

* Fix padding in card preview

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-04-08 16:49:41 -04:00
Joonas Palosuo
9c621c6e20 feat: add delete event emitting to fields service (#4840)
* feat: add delete event emitting to fields service

* Inline event scope

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-04-08 16:39:31 -04:00
Nitwel
93f8b7720c Fix translations not working on displays, modules... (#4734)
* generalyze extensions

* replace vue-i18n tranlslations

* replace vue-i18n tranlslations

* add missing commas

* replace translations recursive

* restructure translate

* remove unused i18n

* remove unused i18n

* remove unused i18n

* Remove i18n context in define

* Rename translate util file

* Fix type errors

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-04-08 16:36:55 -04:00
Nitwel
be89f9d77f Add m2m to non sortable fields (#4855)
* remove non existing fields

* add m2m to non sortable fields
2021-04-08 16:08:17 -04:00
Nitwel
6c30f2ec99 Simplify dev env setup (#4845)
* simplify dev env setup

* Recommend bootstrap instead of updating init for prod

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-04-08 16:07:58 -04:00
Nitwel
534c207c48 Render Template load relational data (#4852)
* remove non existing fields

* show relational template on items

* make relational loading cleaner

* Move item templateValues fetching to item detail

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-04-08 16:04:31 -04:00
Rijk van Zanten
b2ae90f25c New Crowdin updates (#4898)
* New translations en-US.yaml (French)

* New translations en-US.yaml (Swedish)
2021-04-08 15:50:55 -04:00
rijkvanzanten
2e5b053d99 Fix app links and old rest references 2021-04-08 15:36:11 -04:00
Rijk van Zanten
18b2fa99c6 API Reference 2.0 (#4916)
* Rework API reference to include GQL

* Almost done

* Finish API reference update

* Remove items nesting on gql in query params

* Update template examples to match

* Add link to files on assets overview
2021-04-08 15:34:31 -04:00
YannickMol
10a1a20074 Hide "Create User" prompt if you don't have create access to role (#4914) 2021-04-08 14:41:40 -04:00
Valentino Stillhardt
408096ed14 Fixed routes with missing end slash (#4911) 2021-04-08 14:40:53 -04:00
Justin H
ebae74b87c fix: deselect button not shown in m2m file interface for non-admin users (#4913) 2021-04-08 14:39:16 -04:00
Ben Haynes
611d5be382 Interface background colors 2021-04-08 13:44:11 -04:00
Ben Haynes
70fa15351c Clean markdon hr style 2021-04-08 13:42:43 -04:00
Ben Haynes
5aea2d236a Merge branch 'main' of https://github.com/directus/directus into main 2021-04-08 12:22:52 -04:00
Ben Haynes
0a3461b6b7 Update favicon from blue to green 2021-04-08 12:22:08 -04:00
YannickMol
f36b464be7 Add close button to permissions detail (#4909) 2021-04-08 11:28:20 -04:00
Ben Haynes
0967bb3e86 Relational arrow alignment 2021-04-08 09:55:14 -04:00
Jakob
183af8dd64 Fix extension path wildcard (#4906) 2021-04-08 09:13:34 -04:00
Evgeny Vlasov
7f72aa796e style: add sans-serif for monospace (#4899) 2021-04-08 09:08:55 -04:00
YannickMol
67040ea4ce Redesign overflowing field on settings page (#4897) 2021-04-07 18:31:58 -04:00
rijkvanzanten
86d232c03c Fix deep args + union resolvers 2021-04-07 14:06:23 -04:00
rijkvanzanten
73f7ac8f3f v9.0.0-rc.55 v9.0.0-rc.55 2021-04-07 13:00:16 -04:00
rijkvanzanten
cdbd6e820b Tweak static handler path for extensions 2021-04-07 12:54:23 -04:00
WoLfulus
1898be9424 Add withCredentials to axios (#4886)
* add no cache and credentials to axios

* remove cache
2021-04-07 12:32:26 -04:00
Nitwel
bf484d39ae fix text overflow on m2o (#4720) 2021-04-07 12:25:04 -04:00
Nitwel
11e191f426 Add /admin to file if in production (#4826)
* add /admin if in production

* Use /admin regardless of env

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-04-07 12:22:24 -04:00
Dustin
632895eb68 Storage: S3 ACL & Content Type (#4694)
* add S3 env config for ACL. pass along file type for S3 upload

* add STORAGE_<LOCATION>_ACL to S3 docs
2021-04-07 12:15:47 -04:00
Nitwel
f9074f539a remove non existing fields (#4849) 2021-04-07 11:55:47 -04:00
Nitwel
3a1530ea89 Fix edits not being found in o2m (#4877)
* fix searching edits via pk

* Update app/src/interfaces/one-to-many/one-to-many.vue

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-04-07 11:55:07 -04:00
Nitwel
db77727cd3 Only allow to en/disable own tfa (#4854)
* remove non existing fields

* only edit own tfa
2021-04-07 11:53:56 -04:00
Rijk van Zanten
bb292b8640 New Crowdin updates (#4868)
* New translations en-US.yaml (Japanese)

* New translations en-US.yaml (Finnish)

* New translations en-US.yaml (Spanish)
2021-04-07 11:53:25 -04:00
Nitwel
1b57bc3e82 use display template in drawer-item when possible (#4872) 2021-04-07 11:50:28 -04:00
Nitwel
f4d9234024 fix loading wrong relations (#4876) 2021-04-07 11:43:53 -04:00
Nitwel
bda9934867 Fix field-template bug where wrong key gets used (#4884) 2021-04-07 11:43:15 -04:00
Rijk van Zanten
d49898d54d fix/4873 (#4885)
* Fix permissions check for /system endpoint

* Filter out empty / corrupted fields/collections rows in get-schema

Fixes #4873
2021-04-07 11:39:54 -04:00
Jakob
239e12959d Fix Graphql filter selection (#4882)
- fix fall through in switch statement
- remove duplicate case
2021-04-07 11:25:47 -04:00
WoLfulus
a5564ce4d1 update sdk docs (#4881) 2021-04-07 10:11:58 -04:00
rijkvanzanten
08958fec23 v9.0.0-rc.54 v9.0.0-rc.54 2021-04-06 18:45:32 -04:00
rijkvanzanten
3e52436fbd Add prepublish script to sdk 2021-04-06 18:41:42 -04:00
rijkvanzanten
5ce586e504 Sync version of new sdk 2021-04-06 18:41:18 -04:00
rijkvanzanten
74fbe957f2 Update package-lock 2021-04-06 18:38:30 -04:00
Rijk van Zanten
119ad0c1ee New Crowdin updates (#4851)
* New translations en-US.yaml (Czech)

* New translations en-US.yaml (Czech)
2021-04-06 18:04:54 -04:00
Rijk van Zanten
dd551f3571 Add non-items system Resolvers (#4863)
* Add auth resolvers

* Add password request/reset

* Add up until file import

* Make revisions read only

* Add server resolvers

* Add utils

* Add schema resolvers for schema manipulation
2021-04-06 18:04:35 -04:00