10838 Commits

Author SHA1 Message Date
Pascal Jufer
e987c1990e 10.6.4 (#20102) v10.6.4 2023-10-20 18:55:45 +00:00
Rijk van Zanten
7673aee003 New Crowdin updates (#19816)
* New translations en-us.yaml (German)

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

* New translations en-us.yaml (Persian)

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

* New translations en-us.yaml (Arabic)

* New translations en-us.yaml (Italian)

* New translations en-us.yaml (Dutch)

* New translations en-us.yaml (Vietnamese)

* New translations en-us.yaml (Spanish, Mexico)

* New translations en-us.yaml (Spanish)

* New translations en-us.yaml (Croatian)

* New translations en-us.yaml (Turkish)

* New translations en-us.yaml (Romanian)

* New translations en-us.yaml (French)

* New translations en-us.yaml (Afrikaans)

* New translations en-us.yaml (Bulgarian)

* New translations en-us.yaml (Catalan)

* New translations en-us.yaml (Czech)

* New translations en-us.yaml (Danish)

* New translations en-us.yaml (Greek)

* New translations en-us.yaml (Finnish)

* New translations en-us.yaml (Hebrew)

* New translations en-us.yaml (Hungarian)

* New translations en-us.yaml (Japanese)

* New translations en-us.yaml (Korean)

* New translations en-us.yaml (Lithuanian)

* New translations en-us.yaml (Norwegian)

* New translations en-us.yaml (Polish)

* New translations en-us.yaml (Portuguese)

* New translations en-us.yaml (Russian)

* New translations en-us.yaml (Slovak)

* New translations en-us.yaml (Slovenian)

* New translations en-us.yaml (Albanian)

* New translations en-us.yaml (Swedish)

* New translations en-us.yaml (Ukrainian)

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

* New translations en-us.yaml (Icelandic)

* New translations en-us.yaml (Indonesian)

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

* New translations en-us.yaml (Thai)

* New translations en-us.yaml (Estonian)

* New translations en-us.yaml (Hindi)

* New translations en-us.yaml (Malay)

* New translations en-us.yaml (English, Canada)

* New translations en-us.yaml (English, United Kingdom)

* New translations en-us.yaml (French, Canada)

* New translations en-us.yaml (Faroese)

* New translations en-us.yaml (Esperanto)

* New translations en-us.yaml (Breton)

* New translations en-us.yaml (Bosnian)

* New translations en-us.yaml (Serbian (Latin))

* New translations en-us.yaml (Nepali)

* New translations en-us.yaml (Sorani (Kurdish))

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

* Update source file en-US.yaml

* Update source file en-US.yaml

* New translations en-us.yaml (Croatian)

* New translations en-us.yaml (Croatian)

* New translations en-us.yaml (Russian)

* New translations en-us.yaml (Italian)

* New translations en-us.yaml (Italian)

* New translations en-us.yaml (Italian)

* New translations en-us.yaml (Croatian)

* Update source file en-US.yaml

* Update source file en-US.yaml

* New translations en-us.yaml (German)

* New translations en-us.yaml (Greek)

* New translations en-us.yaml (Italian)

* New translations en-us.yaml (Greek)

* New translations en-us.yaml (Albanian)
2023-10-20 20:34:25 +02:00
Pascal Jufer
79d2875fc4 Allow disabling of field menu options (#20094) 2023-10-20 17:32:35 +02:00
Esther Agbaje
e4dca10e32 Content Versioning Documentation (#20070)
* docs: add content-versioning guide

* docs: add versioning to user guide items

* updates: made updates to docs

* updates: add to headless cms guide

* fix: format

* fix: typo

* Fix link to versions ref page

Co-authored-by: Brainslug <br41nslug@users.noreply.github.com>

* Use "Content Versioning" capitalized

* Addressed comments

* Format file

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: Brainslug <br41nslug@users.noreply.github.com>
Co-authored-by: Kevin Lewis <kvn@lws.io>
2023-10-20 14:17:19 +02:00
Pascal Jufer
62f0482f81 Apply min-width for attached menus only (#20092)
* Apply min-width for attached menus only

* Add changeset
2023-10-20 13:17:21 +02:00
Pascal Jufer
ddc8dc85a7 Add homepage for quick ref in root package.json (#20083) 2023-10-19 16:42:31 +02:00
Pascal Jufer
96a9ab8ef1 Enforce Vue shorthand form for true attribute (#20079) 2023-10-19 14:57:28 +02:00
Pascal Jufer
161d7518c1 Docs: Snippet Toggler Improvements (#20077) 2023-10-19 13:35:07 +02:00
Brainslug
6935bd2ba2 Fixed SDK docblock for docs build (#20075) 2023-10-19 11:19:45 +00:00
mscbpi
243e610018 Fix http range request when transformation in use (#20060)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-10-18 18:19:37 +00:00
Boegie19
d82bb9c823 move api/errors to @directus/errors package (#20054)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-10-18 18:19:22 +02:00
mscbpi
78a7915b03 Correct count param in BlobClient.download() (#20056)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-10-18 15:51:14 +00:00
Pascal Jufer
2f70d5d244 Fix format of contributors.yml (#20068) 2023-10-18 16:56:00 +02:00
Dominic
9fdbae55f9 signed cla (#20058) 2023-10-17 16:48:48 -04:00
Boegie19
cba3845f32 fix styling for specific map buttons (#20047)
* fix styling for specific map buttons

* added myself to contributors.yml

* fix format

* fix location of code.

* removed extra space
2023-10-17 11:31:02 -04:00
Jan Arends
fb65446f1d Durus: test for o2m (#19957)
* Fix casing in file names

* Refactor file structure

* Split up related field node

* formatter

* renamed fields-node.ts to fields.ts

* added o2m field in tdd test

* Split up tests

Co-authored-by: Nitwel <mail@nitwel.de>

* moved variables to test

* used random values in db response mock

* finalized actual test

* added some explanation

* encapsulated mock stream creation

* encapsulated receiving data from stream

* removed root prop in query

* Fix some spelling errors and variable names

* Remove mocked stream hotfix

* Reset mock after each test

* reduced test to a minimum

---------

Co-authored-by: Nicola Krumschmidt <nicola.krumschmidt@freenet.de>
Co-authored-by: Nitwel <mail@nitwel.de>
2023-10-17 09:48:55 +02:00
Brainslug
0c861324e2 Add asset getter methods to SDK (#20041)
* Added raw assets stream functions

* Added correct assets query options

* Added assets docs

* ran prettier

* ran prettier again

* Add changeset

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-10-16 10:26:29 -04:00
Brainslug
ba2ae33143 Fixed incorrect extension path (#20040) 2023-10-16 11:30:34 +02:00
Rijk van Zanten
7c6dce69b3 Fix naming in docs 2023-10-14 11:18:55 -04:00
Craig Harman
ed6c764125 docs: fixed a typo in the docs (#20032) 2023-10-14 10:16:14 +00:00
Hunter Paulson
eb6c965c72 Updates sdk documentaton for realtime() (#20025)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-10-13 17:43:54 +02:00
Gerard Lamusse
bf05c8fd8e Replace csv-parser with papaparse (#19739)
Co-authored-by: Daniel Biegler <DanielBiegler@users.noreply.github.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-10-12 17:07:18 +00:00
Brainslug
b99eeb90e2 Calendar view one day added (end date) when an event is moved (#20010) 2023-10-12 15:03:02 +02:00
Azri Kahar
0494c20f5c Amend deleteFolder function's JSDocs description (#20011) 2023-10-12 13:01:42 +00:00
Pascal Jufer
da7cccc6b9 Use current Directus version in docs (#20008) 2023-10-12 12:50:07 +02:00
Azri Kahar
b93bd0bb9d Update placeholder text in file-image interface (#20004)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-10-11 22:02:38 +00:00
Daniel Biegler
4d0f8e07b5 Change csv db type to text (#19953)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-10-11 20:35:56 +00:00
Rob Lee
51a2fcbd53 Add a cache clear method to the UtilsService (#19990)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-10-11 20:14:59 +00:00
Nihcep
292e3b4742 Fixed handling of multiple WebSocket subscriptions on same target (#20005)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-10-11 20:01:41 +00:00
Brainslug
a982dfcd76 Fix websocket subscription filtering (#19743)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
Co-authored-by: ian <licitdev@gmail.com>
2023-10-11 14:56:40 +02:00
Nitwel
e6fe0663fb Fix readonly and required on groups (#19962)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-10-11 10:55:05 +02:00
Pascal Jufer
6d8fff112c Update vue-i18n to 9.5.0 (#19993) 2023-10-11 02:05:13 +02:00
Nicola Krumschmidt
2fed2670c8 Remove root property from AbstractQuery and minor cleanup (#19992)
* Move fields file out of fields folder

* Remove root property from AbstractQuery
2023-10-11 00:00:26 +02:00
Brainslug
250b7bbdb3 SDK Fix aggregation on multiple fields (#19965) 2023-10-10 23:55:36 +02:00
Andrew Milad
e886a698b7 fix(docs): fix keycloak issuer url (#19991)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-10-10 23:53:25 +02:00
Nitwel
daf1ce2147 Limit amount of characters you can enter (#19981)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-10-10 22:45:03 +02:00
Pascal Jufer
4fa20578f5 Optimize MSSQL test setup (#19979) 2023-10-10 13:27:36 +02:00
Pascal Jufer
62614da4b8 Add Corepack to docs dictionary (#19978) 2023-10-10 13:22:00 +02:00
Pascal Jufer
540f8cd070 Recommend installation of pnpm via corepack (#19977) 2023-10-10 12:35:54 +02:00
Pascal Jufer
b6f7dcaa0b Consider OS release for pnpm cache in GH workflows (#19973) 2023-10-10 10:27:50 +02:00
Pascal Jufer
615ddfc6c4 Upgrade pnpm to 8.9.0 (#19972) 2023-10-10 10:15:57 +02:00
Rijk van Zanten
e1c8eaa82a Update pull_request_template.md 2023-10-09 18:26:31 -04:00
Rijk van Zanten
d68ec5fda7 Cleanup imports (#19966)
* Cleanup imports

* Add changeset
2023-10-09 15:17:29 -04:00
Daniel Biegler
0da579ff7a Add a small border to the description dot for easier mouse-over (#19963)
* add a small border to the description dot for easier mouse-over

* Create cyan-rockets-build.md

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-10-09 12:55:22 -04:00
Nitwel
ee6a0a4dbb Fix not opening group with conditions (#19959) 2023-10-09 17:22:22 +02:00
Pascal Jufer
6a2824ea59 Remove obsolete comments (#19960)
Co-authored-by: Jan Arends <jan.arends@mailbox.org>
2023-10-09 11:08:51 -04:00
Nicola Krumschmidt
6c45914b8a Split up related field node type in data abstraction layer (#19942)
* Fix casing in file names

* Refactor file structure

* Split up related field node

* formatter

* renamed fields-node.ts to fields.ts

* Small grammar fix in comment

Co-authored-by: Jan Arends <jan.arends@mailbox.org>

---------

Co-authored-by: Jan Arends <jan.arends@mailbox.org>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-10-09 10:12:42 -04:00
Kevin Lewis
dfe7513f13 Fixed ItemService Typo (#19956) 2023-10-09 14:34:27 +02:00
Azri Kahar
4564cb1ceb Re-add description for relational table headers (#19952) 2023-10-09 13:38:15 +02:00
Nitwel
fe833626d4 fix __dirname being undefined (#19955) 2023-10-09 12:54:15 +02:00