Commit Graph

10030 Commits

Author SHA1 Message Date
Rijk van Zanten
f1f2d28955 New translations en-US.yaml (Russian) (#9388) 2021-11-03 06:42:47 +00:00
renovate[bot]
4c6bcedf52 Update dependency mime to v3 (#9380) 2021-11-03 00:29:31 -04:00
Azri Kahar
c8dc6f6b9a Update users.md (#9382) 2021-11-03 03:50:03 +00:00
Azri Kahar
763398256a Set user token as unique (#9381) 2021-11-02 23:44:27 -04:00
renovate[bot]
530c6bf904 Update dependency @types/ldapjs to v2.2.2 (#9377)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-02 20:10:15 -04:00
renovate[bot]
88f1684803 Update dependency knex to v0.95.13 (#9378)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-02 20:10:00 -04:00
Pascal Jufer
bdbb604ff6 Fix condition to translate directus collections (#9353)
* Fix condition to translate directus collections

* Check whether collection belongs to 'directus_collections'

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

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2021-11-02 20:16:09 +00:00
Rijk van Zanten
2d4d923d78 Docs live chat tweak (#9374)
* add live chat to public docs

* moving snippet to correct element

Co-authored-by: Ben Haynes <ben@rngr.org>
2021-11-02 16:15:27 -04:00
Ben Haynes
2936db522e add live chat to public docs (#9373) 2021-11-02 16:10:14 -04:00
renovate[bot]
d7e5657434 Update dependency openid-client to v5 (#9202)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-02 15:50:07 -04:00
renovate[bot]
a1ade2a5ce Update dependency marked to v3.0.8 (#9359)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-02 19:34:00 +00:00
renovate[bot]
b633f83c29 Update dependency mime to v2.6.0 (#9370)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-02 15:21:57 -04:00
renovate[bot]
4e3ca63b83 Update vue monorepo to v3.2.21 (#9341)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-02 19:18:10 +00:00
Azri Kahar
27603b74b6 Translate system fields when creating new collections (#8104)
* translate system fields when create collections

* handle '$t:' translations only on interface

Co-authored-by: Jose Varela <joselcvarela@gmail.com>
2021-11-02 14:56:27 -04:00
Ben Haynes
f80b3f02d2 remove default color options from labels display (#9362) 2021-11-02 14:47:59 -04:00
renovate[bot]
86acc602e7 Update gatsby monorepo to v4.1.0 (#9367)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-02 14:09:29 -04:00
Aiden Foxx
1379e8b5c9 Added openid fallback to user token info if profile URL not defined (#9368) 2021-11-02 14:09:05 -04:00
Rijk van Zanten
2065df83e6 New translations en-US.yaml (Polish) (#9361) 2021-11-02 15:47:46 +00:00
Nitwel
6ea29d8673 Fix date on sqlite (#7774)
* fix date on sqlite

* remove unused imports

* rename KnexSpatial to KnexDate

Co-authored-by: Jose Varela <joselcvarela@gmail.com>
2021-11-02 14:51:17 +00:00
Paul Boudewijn
d4095bc2aa Fix nullable boolean (#8497)
* nullable boolean can now be set to null again after it weas true or false

* Implementation changed to Composition API

* Implementation changed to Composition API

* fixed formatting issues

* fixed formatting issues

* fixed formatting issues

* fixed formatting issues

* run linters on branch

* run linters on branch

* run linters on branch

* run linters on branch

* fixed formatting issues

* changes to checkbox interface reverted

* changes to checkbox interface reverted

* Update boolean.vue
2021-11-02 10:39:39 -04:00
renovate[bot]
7fbd135c0b Update dependency @types/sharp to v0.29.3 (#9352)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-02 10:32:07 -04:00
Jay Cammarano
fb7ee458db Fixes broken links in the documentation (#9354)
* broken links

* more broken links

* last but not least
2021-11-02 10:27:15 -04:00
Pascal Jufer
4e671d6169 Fix eslint warnings (#9357) 2021-11-02 14:12:53 +00:00
d1rOn
ca964b7ac2 Translations interface fix (#9333)
* Translations interface fix

Fixes issue

* Translations interface fix (2)
2021-11-02 09:48:15 -04:00
Azri Kahar
60192e35e3 fix m2a not savable (#9349) 2021-11-02 13:18:35 +00:00
Rijk van Zanten
f73df5dffd New translations en-US.yaml (Breton) (#9335) 2021-11-02 08:18:45 +00:00
Rijk van Zanten
ea4393bda1 New translations en-US.yaml (Arabic) (#9332) 2021-11-02 00:20:20 +00:00
Rijk van Zanten
c4c7e65f87 New translations en-US.yaml (Italian) (#9330) 2021-11-01 23:15:58 +00:00
Hugues BUREAU
98112a866a fix(graphql): remove __typename from selection nodes when present (#9318)
* fix(graphql): remove __typename from selection nodes when present

* fix: cast selectionNode to FieldNode in filter callback
2021-11-01 18:52:17 -04:00
Azri Kahar
1b2ccdc1e9 Context menu improvements (#9271)
* add focusout to close context menus

* add "Edit collection" to collections context menu

* disable context menu when nothing to show

* remove obsolete code

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-11-01 18:50:48 -04:00
Oreille
84275b1642 Fixed nullable and unique disabled check (#9269) 2021-11-01 18:17:05 -04:00
José Varela
867a419dbc Fix: disable sort field for singleton collections (#9270)
* disable sort for singleton collections

* fix modify sort then activate singleton
2021-11-01 18:15:20 -04:00
Azri Kahar
5fc7e0ea0e improve disabled interface selector style (#9281) 2021-11-01 18:14:08 -04:00
Azri Kahar
d1a1d73b11 Prevent file input preloading drawer (#9282) 2021-11-01 18:12:28 -04:00
Azri Kahar
cd3ad6ab94 filter files by folder when a folder is specified (#9285) 2021-11-01 18:07:34 -04:00
Jay Cammarano
6be0ab2c25 Fixes broken docs links (#9327)
* a few more dead links

* one last link set

* fixed bad link
2021-11-01 17:37:50 -04:00
Azri Kahar
fcd3b1e345 fix lint warnings (#9287)
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-11-01 17:34:20 -04:00
Oreille
cb22ddfa7c Added supported function to geometryHelper, added geometrySupport to serverinfo (#9290)
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-11-01 17:31:34 -04:00
Rijk van Zanten
da16369b27 New Crowdin updates (#9326)
* Update source file en-US.yaml

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

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

* New translations en-US.yaml (Thai)

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

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Polish)

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

* New translations en-US.yaml (French)

* New translations en-US.yaml (Spanish)

* New translations en-US.yaml (Arabic)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Danish)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Hungarian)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Slovenian)
2021-11-01 21:21:33 +00:00
Jay Cammarano
28c59c2dc4 fixes many dead links (#9325) 2021-11-01 21:11:12 +00:00
Nitwel
894b4975f2 Fix issues with fields config (#9324)
* Fix issues with fields config

* Fix /fields endpoint return type for alias fields

* Fix display selection in relational interfaces
2021-11-01 20:55:45 +00:00
Ben Haynes
fa816107cc add content and fix broken links (#9321) 2021-11-01 16:52:07 -04:00
Oreille
6331ad0347 Map layout and interface improvements (#9288)
* Map layout and interface improvements
* Fix marker not showing up on geocoder search
* Replaced geocoder search placeholder
* Fix geocoder hit area
* Fix item popup positioning
* Removed unselect button
* Removed "No results" popup
* Removed option to filter map on demand vs automatically
* Renamed Geometry field option
* Added placeholder to template option
* Hide "Delete" button when no feature are selected

* Lint fix

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-11-01 16:33:09 -04:00
Azri Kahar
40917d3cf5 Update translation icon in interface selector (#9292)
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-11-01 19:34:02 +00:00
Jay Cammarano
ad959e4472 Add SET NULL to directus_files.uploaded_by constraint (#9305)
* add set null to directus_files constraint

* SET NULL on created_by and modified_by

* "user_created" and "user_updated" => SET NULL

* SET NULL on collections optional system fields

* fixed dropColumn()

* Add line breaks, cause little OCD

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-11-01 14:58:52 -04:00
Azri Kahar
c53a539fdd Input code json (#9291)
* remove language selection for input code type JSON

* lint as json when type is json

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-11-01 18:35:59 +00:00
Jay Cammarano
90bb9d4879 End-to-end tests for filters (#9078)
* reorganized for sanity

* filter tests for _eq/_neq

* logical operators

* update one one to many

* /:collection PATCH one to many

* base tables.id => uuids to minimize collisions

* tests pass

* added python to dockerfile

* tests passing

* ci?

* ci...

* hanging async
2021-11-01 14:21:44 -04:00
renovate[bot]
a85460c0f2 Update dependency rollup to v2.59.0 (#9293)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-01 14:21:26 -04:00
Theraloss
91aaad61cf prefix aggregation field with table name (#9314)
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-11-01 14:20:26 -04:00
renovate[bot]
a58bedafb5 Update typescript-eslint monorepo to v5.3.0 (#9317)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-01 18:06:35 +00:00