Commit Graph

9310 Commits

Author SHA1 Message Date
Rijk van Zanten
394a6a8d6c New translations en-US.yaml (Sorani (Kurdish)) (#14895) 2022-08-06 08:17:43 +00:00
Rijk van Zanten
f69444f829 New translations en-US.yaml (Sorani (Kurdish)) (#14893) 2022-08-05 21:13:57 +00:00
Azri Kahar
59b62d4655 Fix macos-release error in server info (#14840) 2022-08-05 16:53:33 -04:00
Azri Kahar
f611bfe3a8 fix checkboxes and radio buttons overflow (#14841) 2022-08-05 16:49:21 -04:00
Bjørnar Hagen
3757167d4b Fix duplicate env keys (#14845) 2022-08-05 16:34:25 -04:00
Halwest Manguri
2e456fac09 Missed Kurdish language dialects (#14858)
* Missed Kurdish languages

The Kurdish language has 2 main dialects (Sorani - Iraq, Kurmanji - Turkey) that are so different based on the typography and the meaning of the words. for example the Kurdish Sorani is an RTL language, based on the Arabic script. The Kurdish Kurmanji is LTR, based on the Latin script.

* Update app/src/lang/available-languages.yaml

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-08-05 16:18:18 -04:00
Rijk van Zanten
de19faafb3 New Crowdin updates (#14889)
* New translations en-US.yaml (English, United Kingdom)

* New translations en-US.yaml (Kurmanji (Kurdish))

* New translations en-US.yaml (Sorani (Kurdish))
2022-08-05 20:10:58 +00:00
ian
2a5314f753 Encode file import url if not already encoded (#14854) 2022-08-05 15:21:24 -04:00
Jonathan Schneider
479b65526c Remove disabled propertie from presentation links #14735 (#14867) 2022-08-05 14:53:13 -04:00
rijkvanzanten
1ebda96a69 v9.15.1 v9.15.1 2022-08-05 14:50:06 -04:00
Thomas Vuillemin
78fcaf45a5 Set sourceMap to true on TS extension template (#14881) 2022-08-05 12:36:33 -04:00
Azri Kahar
a748e0d31d add styling to links in field note (#14878) 2022-08-05 12:35:12 -04:00
ian
62a19b40d5 Fix filter type check for functions (#14885)
* Fix filter type check for functions

* Use stripFunction util

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-08-05 11:56:22 -04:00
José Varela
9bb2720773 Don't mix fields from other groups (#14853) 2022-08-05 11:55:24 -04:00
Rijk van Zanten
95920dfe79 New translations en-US.yaml (Croatian) (#14872) 2022-08-05 10:49:07 +00:00
Rijk van Zanten
fff1b81cbf New translations en-US.yaml (Croatian) (#14868) 2022-08-05 08:46:53 +00:00
Rijk van Zanten
ef458452cd New translations en-US.yaml (Italian) (#14866) 2022-08-05 07:22:22 +00:00
Rijk van Zanten
ac44b55564 New translations en-US.yaml (German) (#14861) 2022-08-04 22:57:24 +00:00
rijkvanzanten
22c8aa0934 v9.15.0 2022-08-04 18:20:56 -04:00
rijkvanzanten
3270df00c1 9.15.0 v9.15.0 2022-08-04 18:19:19 -04:00
rijkvanzanten
bb22a8cb13 Bump docs 2022-08-04 18:08:23 -04:00
rijkvanzanten
3acb9e3858 Bump docs 2022-08-04 17:56:36 -04:00
José Varela
cc343fdf91 Improve cache performance by compressing records (#14833)
* Utils to compress/decompress data
Gzip was chosen because we want smaller data but quick algorithm since this will be ran for every request

* Compress system cache

* Decompress system cache

* Set/Get compressed cache for individual requests

* Switch from gzip to snappy, use json compression too

* Fix cache exp set/get

* Remove unused import

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2022-08-04 17:35:27 -04:00
Rijk van Zanten
1300f5c3de Add compress/decompress utility functions (#14855)
* install coverage tool

* Add compressor function

* 🧹

* Finish compressor/decompressor

* Finish tests
2022-08-04 15:36:34 -04:00
Rijk van Zanten
855db5638f Tests/shared (#14836)
* Move from jest to vitest

* Move test files, cleanup imports
2022-08-03 17:26:17 -04:00
Gerard Lamusse
0f64c76d0d Only show search if there are more than 10 choices (#14663) 2022-08-03 17:02:58 -04:00
Gerard Lamusse
9508ed4f7a Exclude relationship fields on field validation (#14818)
* Exclude relationship fields on field validation

* Refactor to includeRelations. Also add to conditions
2022-08-03 15:20:13 -04:00
Gerard Lamusse
2459d7d8ff Don't hide but set as readonly (#14834)
* Don't hide but set as readonly

* Update app/src/views/private/components/drawer-item.vue

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

* Add missing import

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-08-03 15:19:39 -04:00
ian
3dedf1cb3f Check for allowed filter operators when applying filter (#14829)
* Check for allowed filter operators when applying filter

* Add hash type to GraphQL

* Add tests

* Specify text type
2022-08-03 14:14:19 -04:00
Rijk van Zanten
6f7b49dc51 New Crowdin updates (#14827)
* Update source file en-US.yaml

* New translations en-US.yaml (Italian)
2022-08-03 15:22:11 +00:00
Azri Kahar
5d96d752f4 Support custom aspect ratios in image editor (#14786)
* Support custom aspect ratios in image editor

* Add custom aspect ratios in file items as well

* Revert file item custom-aspect-ratio changes

* Use globally configured custom aspect ratios

* Remove previos custom-aspect-ratio logic

* code style tweak

* use migration instead of seed

* rename field to custom_aspect_ratios

* keep defaults + change icon

Co-authored-by: qborisb <boris@qdentity.nl>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-08-03 22:25:25 +08:00
Erick Torres
791854ab08 Move serializers option to the right place for pino-http (#14803) 2022-08-03 08:43:45 -04:00
Rijk van Zanten
dabf352c85 New translations en-US.yaml (Hebrew) (#14815) 2022-08-03 09:44:14 +00:00
ian
59643d7fd0 Check for null initialValues (#14806) 2022-08-03 10:52:31 +02:00
rijkvanzanten
73d31b7c53 Fix location of head return call 2022-08-02 14:39:11 -04:00
rijkvanzanten
8085b0d788 Don't crash on invalid file storage paths 2022-08-02 13:21:44 -04:00
Rijk van Zanten
fb24f060a4 New translations en-US.yaml (Italian) (#14799) 2022-08-02 16:30:37 +00:00
John Flow
40467bb960 Make DrawerItem, DrawerBatch global components (#14751)
* Made DrawerItem, DrawerBatch global components

https://github.com/directus/directus/discussions/13139

* Added DrawerItem, DrawerBatch to src/components/register

* Removed DrawerItem, DrawerBatch from src/views/register

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-08-02 09:55:45 -04:00
Brainslug
1d196e968c don't delete values when resetting to the initial value (#14791) 2022-08-02 09:19:48 -04:00
Azri Kahar
c75ecc284f Fix typo for operation component in OAS (#14795) 2022-08-02 09:07:46 -04:00
Rijk van Zanten
5e24044dc9 New translations en-US.yaml (Kurdish) (#14789) 2022-08-02 10:32:48 +00:00
Rijk van Zanten
bc041abd53 New Crowdin updates (#14784)
* Update source file en-US.yaml

* New translations en-US.yaml (French)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Danish)

* New translations en-US.yaml (Czech)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Polish)

* New translations en-US.yaml (French, Canada)
2022-08-01 22:24:37 +00:00
rijkvanzanten
f61443fd2a Add full/half translations 2022-08-01 18:00:08 -04:00
rijkvanzanten
0b78a1bbd0 Fix header offset in tiles 2022-08-01 17:59:52 -04:00
Rijk van Zanten
e3c76e8abd New translations en-US.yaml (Portuguese, Brazilian) (#14782) 2022-08-01 20:39:28 +00:00
Rijk van Zanten
c80bd82e97 New translations en-US.yaml (Polish) (#14781) 2022-08-01 16:58:45 +00:00
Brainslug
eaec9b1f63 500 error when using scoped fields query when not applicable (#14627)
* Initial hacky fix for invalid field formats

* preventing parseFields from recursively parsing fields for non applicable relations

* removed unneeded parsefields exception
2022-08-01 12:10:58 -04:00
Azri Kahar
f11be04869 Do not show inactive manual flows in flows sidebar (#14769) 2022-08-01 09:26:08 -04:00
Brainslug
04fc6dc9b6 added loading state check to sidebar components (#14776) 2022-08-01 09:21:52 -04:00
Rijk van Zanten
a8447486c5 New translations en-US.yaml (French, Canada) (#14777) 2022-08-01 13:21:10 +00:00