5404 Commits

Author SHA1 Message Date
rijkvanzanten
68ca1d309e v10.5.3 2023-08-10 15:11:51 -04:00
Pascal Jufer
cb23804d24 Fix displaying of thumbnail in O2M/M2O/M2A interfaces (#19395) 2023-08-10 15:10:33 -04:00
Rijk van Zanten
0cabfcaf96 New Crowdin updates (#19290)
* New translations en-US.yaml (Chinese Simplified)

* New translations en-US.yaml (Croatian)

* New translations en-US.yaml (Czech)

* New translations en-US.yaml (Czech)

* New translations en-US.yaml (Estonian)

* New translations en-US.yaml (Marathi)

* New translations en-US.yaml (Albanian)

* New translations en-US.yaml (German)

* New translations en-US.yaml (German)

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

* New translations en-US.yaml (German)

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

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Croatian)

* Update source file en-US.yaml

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Slovak)

* New translations en-US.yaml (Slovak)
2023-08-10 15:09:21 -04:00
Nitwel
e4f30454f1 Fix not ignoring $thumbnail (#19389)
* Fix not ignoring $thumbnail

* Format file

* Add changeset

* change replace technique

* Update use-alias-fields.ts

* run prettier formatting

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: Daniel Biegler <DanielBiegler@users.noreply.github.com>
2023-08-10 14:30:03 +00:00
Nitwel
cd78801f9a Filter out any non existent fields (#19352)
* filter out any non existent fields

* hide upsi

* fix layout throwing error

* Format file

* Add changeset

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-08-10 14:42:56 +02:00
Daniel Biegler
d443ea6b20 Fixed hiding of modals after failing to delete item (#19383)
* fix hiding of modals when unsuccessfully deleting

* add changeset
2023-08-09 13:43:29 -04:00
Daniel Biegler
a885c7b868 Add file preview to m2o-fields if the relation is directus_files (#19374)
* add file preview to m2o-fields if the relation is directus_files

* add changeset

* move check to useFile instead of relatedCollection
2023-08-08 18:36:08 +00:00
Daniel Biegler
5114169b38 fix detailed and improve simple variants of showing rating-display on card layout (#19365)
* fix detailed and improve simple variants of showing rating-display on card layout

* create changeset
2023-08-07 14:10:57 -04:00
ian
3393216328 Disable TinyMCE only after editor has been initialized (#19346)
* Disable tinymce only after editor has been initialized

* Create old-zoos-relax.md

* Update changeset

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-08-07 12:25:51 -04:00
Nitwel
84ecefabf9 Add option for lazy loading image (#19353)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
Co-authored-by: ian <licitdev@gmail.com>
2023-08-06 02:02:10 +00:00
Daniel Biegler
cd2d601fbe fix unexpected error when showing only selected checkbox values w/o defaults (#19321)
* fix unexpected error when showing only selected checkbox values w/o default

* add myself to contributors list

* replace spans with buttons, disable when theres no value

* run prettier formatting

* add changeset

* Disable hover when button is disabled

---------

Co-authored-by: ian <licitdev@gmail.com>
2023-08-01 20:59:41 +02:00
Pascal Jufer
84eee63dbf Allow to pass type to useItem & fix User type (#19308)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
Co-authored-by: Brainslug <br41nslug@users.noreply.github.com>
2023-08-01 12:48:35 +00:00
Nitwel
1d00b29af3 Add max size to markdown interface (#19305)
Co-authored-by: Brainslug <br41nslug@users.noreply.github.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-08-01 12:33:18 +00:00
rijkvanzanten
e701313191 v10.5.2 2023-07-28 13:07:10 -04:00
Pascal Jufer
99d1a64553 Update TinyMCE to fix issue with readonly mode (#19280)
* Update TinyMCE to fix issue with readonly mode

* Add changeset
2023-07-28 09:42:41 -04:00
Rijk van Zanten
b00a0db0da New Crowdin updates (#19262)
* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Italian)
2023-07-28 03:35:29 +02:00
GitStart
6f004f8428 Enable usage of Home and End keys in input fields (#19273)
Co-authored-by: RubensRafael <rubensrafael2@live.com>
Co-authored-by: v1b3m <vibenjamin6@gmail.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-07-28 03:34:58 +02:00
Pascal Jufer
ce099a0337 Enhance user fetching on user detail page (#19257)
* Enhance user fetching on user detail page

* Add changeset

* Get avatar ID from flat response
2023-07-27 13:52:16 -04:00
Pascal Jufer
84cbc31d18 Delay retrieving context for conditions (#19271)
* Delay retrieving context for conditions

* Add changeset
2023-07-27 13:51:28 -04:00
rijkvanzanten
373cc9f4fa v10.5.0 2023-07-25 17:36:33 -04:00
Rijk van Zanten
4a9107aa71 New Crowdin updates (#19136)
* New translations en-US.yaml (Croatian)

* New translations en-US.yaml (Croatian)

* 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 (Russian)

* New translations en-US.yaml (Croatian)

* Update source file en-US.yaml
2023-07-25 15:09:04 -04:00
Gerard Lamusse
150153e42a Fix permissions using dynamic user or role fields (#19073)
* Fix permissions using dynamic user or role fields

Dynamic variables were not fetched, so not being parsed and checked

* Added tests

* Pretty

* Tried fixing unit tests.

* Finish parse-filter test

* Finish parse-preset test

* Update permissions store test

* Update docs for dynamic filters

* Add changeset

* Update tiny-carpets-remain.md

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-07-24 15:46:18 -04:00
GitStart
3012348cb3 Add/Edit Link dialog: link text/url don't display in dialog after copy/paste, and cursor doesn't change focus. (#19190)
* Fix text/URL selection

Co-authored-by: RubensRafael <rubensrafael2@live.com>

* Add changeset

Co-authored-by: v1b3m <vibenjamin6@gmail.com>
Co-authored-by: RubensRafael <rubensrafael2@live.com>

* Tweak changeset

---------

Co-authored-by: RubensRafael <rubensrafael2@live.com>
Co-authored-by: v1b3m <vibenjamin6@gmail.com>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-07-24 12:37:23 -04:00
Pascal Jufer
08f6953822 Require 'collection' & 'item' fields for shares (#19220) 2023-07-24 13:31:43 +02:00
Ashish Baravaliya
50515d6c7e feat: Disabling editing disables zoom (#19221)
* feat: Disabling editing disables zoom

* Update changeset

* Allow downloading when readonly

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: ian <licitdev@gmail.com>
2023-07-24 11:22:17 +00:00
Pascal Jufer
3160161384 Modernize TS setup for app (#19198)
* Modernize TS setup for `app`

* Use new config name
2023-07-19 09:31:40 -04:00
Rijk van Zanten
9adbb511d7 Don't check related perms for m2a deselect (#19184)
Fixes #19181
2023-07-17 14:28:40 -04:00
Rijk van Zanten
5442645c03 Add notice for missing field key on validation config (#19170)
Fixes #19165
2023-07-14 21:45:05 +02:00
Rijk van Zanten
9d6053a493 Add flows status to default app permissions (#19169)
Fixes #19158
2023-07-14 21:34:39 +02:00
Rijk van Zanten
e6db6f70f5 Fix datetime string handler not matching default value for format option (#19168)
* Default format to `long` to match display value

Fixes #19152

* Add changeset
2023-07-14 21:11:30 +02:00
Rijk van Zanten
f39fef641c Fix preview mode remaining open on create page (#19164)
Fixes #19161
2023-07-14 17:17:11 +02:00
Rijk van Zanten
e87b4b0302 Don't track preview window as user's last page (#19162)
* Pass full router object to UsersStore trackPage method

* Don't track /preview pages as part of user's last

* Add changeset

* Fix tests
2023-07-14 15:53:23 +02:00
Rijk van Zanten
99f9392681 Refresh item data on save and stay (#19148)
* Refresh item data on save and stay

Fixes #19090

* Apply same save and stay logic to users/files

* Fix loading state of v-form

* Fix missing definition
2023-07-12 16:03:05 +02:00
Rijk van Zanten
9d8eb5bcb5 Pass field context to interface-options in conditions (#19147)
Fixes #19145
2023-07-12 15:08:25 +02:00
Magnus Bendix Borregaard
fdee208297 Fix formatted Kanban card text including HTML tags (#19112)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-07-12 10:13:35 +00:00
Rijk van Zanten
27957bb295 Fix meta tags inconsistencies (#19141)
* Install unhead

* Use unhead plugin in vite for smaller builds

* Remove unused / outdated public assets

* Don't serve fixed manifest, pinned tab icon

* Remove custom useTitle composable in favor of useHead

* Register useHead in vue app

* Set global title template based on projectname

* Add changeset

* Make theme-color dynamic

* Remove default meta tags
2023-07-12 11:01:57 +02:00
Ashish Baravaliya
9c8814ecd1 Fix: Display issues with Panels (#19137)
* fix: number formats added for all supported countries

* fix: decimal values type check before using in pie chart

* chore: changeset added

* Run formatter

* Update changeset language

---------

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2023-07-12 09:44:30 +02:00
Rijk van Zanten
45d20aedf6 Fix context menu hanging and overflowing edit drawer in flow operations (#19140)
* Remove stop propagation modifier

Fixes #19139

* Add changeset
2023-07-12 09:36:27 +02:00
rijkvanzanten
d3c9de9dfb v10.4.3 2023-07-11 16:00:17 +02:00
Rijk van Zanten
95a6e98134 New Crowdin updates (#19078)
* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Croatian)

* Update source file en-US.yaml

* New translations en-US.yaml (Croatian)

* New translations en-US.yaml (German)

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

* New translations en-US.yaml (Persian)

* New translations en-US.yaml (Russian)

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

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

* New translations en-US.yaml (Romanian)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Spanish)

* New translations en-US.yaml (Afrikaans)

* New translations en-US.yaml (Arabic)

* 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 (Italian)

* New translations en-US.yaml (Japanese)

* New translations en-US.yaml (Korean)

* New translations en-US.yaml (Mongolian)

* New translations en-US.yaml (Dutch)

* New translations en-US.yaml (Norwegian)

* New translations en-US.yaml (Polish)

* New translations en-US.yaml (Portuguese)

* 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 (Turkish)

* New translations en-US.yaml (Ukrainian)

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

* New translations en-US.yaml (Vietnamese)

* New translations en-US.yaml (Icelandic)

* New translations en-US.yaml (Indonesian)

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

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

* New translations en-US.yaml (Croatian)

* New translations en-US.yaml (Estonian)

* New translations en-US.yaml (Hindi)

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

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

* New translations en-US.yaml (Faroese)

* New translations en-US.yaml (Esperanto)

* New translations en-US.yaml (Bosnian)

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

* New translations en-US.yaml (Bengali, India)

* 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
2023-07-11 15:55:09 +02:00
Rijk van Zanten
f264d693a5 Fix issue that would prevent changes in the raw edit dialog from showing up in the template input in flows and insights (#19126)
* Fix raw input not correctly treating null values

* Update codemirror value if value changes outside

* Add changeset
2023-07-11 12:11:15 +02:00
Rijk van Zanten
d10a0bbafe Fix inconsistency in field validation rules editor (#19124)
* Make sure validation rules behave consistently

Fixes #19120

* Add changeset
2023-07-11 11:43:22 +02:00
José Varela
64fdeb7ea9 Fix cleanup of unused isBatch (#19114)
* Fix Cleanup of unused `isBatch`

* Add changeset

* Update changeset

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-07-11 11:18:58 +02:00
Ashish Baravaliya
7f9b81289c Fix: Long flow logs break out of bounding box (#19119)
* fix: Long flow logs break out of bounding box

* Fix format

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-07-11 10:29:02 +02:00
Connor
38c6c5c302 Fix EditorJS Styling (#19118) 2023-07-10 23:40:28 +02:00
Rijk van Zanten
6984395bdb Prevent saving flow when in operation edit drawer (#19108)
* Prevent saving flow when in operation edit drawer

Fixes #19104

* Add changeset
2023-07-10 11:19:57 +02:00
Connor
eefde53a86 Add Options to Flow Notification Operation (#19033)
* add collection and item options to notification opperation

* Create stale-tips-relax.md

* fix formatting

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-07-09 17:38:03 +02:00
Pascal Jufer
40047228b3 Respect query limit in export sidebar (#18731)
* Respect query limit

* Clearer var name

* Create tough-ears-thank.md

* Fix export counts & more precise messages

* Cover case when limit is higher than item count

* Update app/src/lang/translations/en-US.yaml

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

* Update app/src/lang/translations/en-US.yaml

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

* Simplify export hints & check immediately

---------

Co-authored-by: ian <licitdev@gmail.com>
Co-authored-by: Jan Arends <jan.arends@mailbox.org>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-07-09 17:36:51 +02:00
罗传月武
e37548416c Fix Vite hot reloading for local app extension development (#19075)
* fix: getExtensionsRealPaths() function is unable to correctly recognize Symbol Link

* Update contributors.yml

Sign CLA

* Create loud-goats-poke.md

* Update loud-goats-poke.md

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-07-09 15:55:44 +02:00
Connor
2035bcdb61 Enable User Display for m2o and string (#19093)
* Enable User Display for m2o and string

* fix formatting

* Create friendly-moose-press.md
2023-07-09 15:42:19 +02:00