Commit Graph

8945 Commits

Author SHA1 Message Date
Eron Donevan Powell
cb93edcccd fixed links, tweaked text (#13844) 2022-06-10 13:25:07 -05:00
Rijk van Zanten
2804b55875 New translations en-US.yaml (Polish) (#13817) 2022-06-10 16:20:58 +00:00
Pascal Jufer
221398a49f Auto approve pull requests from Crowdin via label (#13824) 2022-06-10 11:09:49 -04:00
rijkvanzanten
06a238cbf0 v9.12.2 2022-06-09 17:14:00 -04:00
rijkvanzanten
bce19abf6f v9.12.2 v9.12.2 2022-06-09 17:12:27 -04:00
Jay Cammarano
c6cdfb73e9 Fix preset layouts not persisting. (#13821)
* preset layout persisting

* persist more

* removed unused type
2022-06-09 16:54:31 -04:00
ian
50e1993bb8 Emit input whenever WYSIWYG content is updated (#13802)
* Emit input whenever WYSIWYG content is updated

* Update value when initialized for direct page loads

* Remove emit value on init

* Emit only when the observer exists

* Set count before observer check

* Remove extraneous init call

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-06-09 15:43:33 -04:00
Rijk van Zanten
008e9d50e0 Set count on fresh init of defered tinymce (#13789)
Fixes #13235 a little more
2022-06-09 15:32:24 -04:00
Gerard Lamusse
58c94a71f8 Take into account the format option when displaying dates relative. (#12804)
* Take into account the format option when displaying dates relative.

* Add additional strict and suffix options

* Toggle showing options

Based on relative being selected, toggle suffix, strict and format from showing or not

* Fix linting and logic in options

* Fix linting and logic in options

* Fix more lint stuff :/

Co-authored-by: Jay Cammarano <67079013+jaycammarano@users.noreply.github.com>
2022-06-09 16:17:40 +00:00
Eron Donevan Powell
776e1bb177 tweaks done for today (#13794) 2022-06-09 11:32:46 -04:00
Brainslug
0d4cdbb146 re-enabling thumbsmith in the build process but non-blocking (#13811) 2022-06-09 11:21:59 -04:00
Eron Donevan Powell
067caf650c replaced replace a file video file (#13793) 2022-06-09 10:15:07 -05:00
Nicola Krumschmidt
80d0b9cd47 Use JobQueue when reloading extensions (#13796) 2022-06-09 08:06:24 -04:00
Nicola Krumschmidt
115d89c001 Use latest vue version when scaffolding extension packages (#13797) 2022-06-09 08:05:35 -04:00
Azri Kahar
ce0d53fd2d make UUID/manual primary key selectable with count (#13799) 2022-06-09 08:04:11 -04:00
Rijk van Zanten
029d1f02f1 New Crowdin updates (#13790)
* Update source file en-US.yaml

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

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

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Italian)
2022-06-09 11:08:54 +00:00
Azri Kahar
9f10d1d978 Fixes OAS specs for Flows & Operations (#13776)
* add `meta` to list flows & list operations

* fix list flows & operations return type array

* use 'an' instead of 'a' operation
2022-06-08 12:29:11 -04:00
ian
6c1b43b716 Allow selection of image transformation in the WYSIWYG interface (#13777)
* Allow selection of image transformation in the WYSIWYG interface

* Fix warnings

* Disable width & height fields instead of hiding

* Cast to boolean

* Display preset width and height
2022-06-08 12:25:20 -04:00
Azri Kahar
524cd00de7 Fix form field label responsiveness (#13141)
* fix form field label responsiveness

* tweaks

* conditionally prepend value edited tooltip

* use new translation key

* add key

* apply suggested changes

* revert text overflow props change

* use span edited dot for form field label

* update edit dot for group detail & accordion

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-06-08 10:39:41 -04:00
Nicola Krumschmidt
2efff9fd16 Fix flow triggers being registered multiple times (#13783)
Fixes #13739
2022-06-08 10:27:00 -04:00
Azri Kahar
ef2b629c9b Fix clear value for relational interfaces (#13224)
* Fix clear values for relational interfaces

* fix clearing of existing items

* revert o2m tree view changes

* remove unused variables

* full clear
2022-06-08 10:16:06 -04:00
ian
8f131b5156 Fix range to be based on current time (#13701)
* Fix range to be based on current time

* Parse using localtime for fields without timezone data on SQLite

* Add tests

* Parse test response to int

* Refactor to options object

* Read timestamps as UTC for Oracle

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-06-08 13:12:42 +02:00
Rijk van Zanten
887601520b Add configurable page-size to files/o2m/m2m/m2a interfaces (#13772)
* Add configurable page-size to o2m/m2m/m2a interfaces

Ref #12818

* Add configurable page-size to files interface

* Update limit option to occupy half width

Co-authored-by: ian <licitdev@gmail.com>
2022-06-08 16:10:16 +08:00
Azri Kahar
0922627632 Use aliases for relational fields (#12759)
* Use aliases for relational fields

* Fix value for extra fields fetched by displays

* fix faulty spread syntax
2022-06-08 09:57:31 +02:00
Azri Kahar
c4ee1c1747 Docs & Specs update for Data Flows (#13358)
* Add flows & operations API reference

* remove webhooks from docs

* remove webhooks from spec

* add flows specs

* add operations specs

* fix path

* actual complete fix

* Revert "remove webhooks from docs"

This reverts commit fae1103d61.

* Revert "remove webhooks from spec"

This reverts commit ec7a836cd3.

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2022-06-07 16:25:38 -04:00
Eron Donevan Powell
909970ae4b Docs: getting-started > architecture (#13258)
* initializing architecture doc

* first draft complete

* added media and improved copy

* final proofread

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-06-07 16:13:27 -04:00
Brainslug
31d187197c Searching the top level bug (#13750)
* Getting the search filter to show parent level results (when no children match the search query)

* only render checkboxes as a group when it has visible children and don't render single checkboxes when hidden
2022-06-07 15:52:05 -04:00
Brainslug
e5466a1e12 Show fields inside groups correctly in display templates for relational interfaces (#13187)
* added a tree with the groups filtered out for rendering the display templates

* don't walk the tree unnecessarily

* fix for groups after nested relations as often seen in M2M

* moved the tree function to utils and updated references

* [WIP] writing tests for the flatten-field-groups utility

* tests for the flatten-field-groups utility
2022-06-07 15:46:21 -04:00
Azri Kahar
694c664401 fix nested array updates for relational interfaces (#13574)
* fix nested array updates for relational interfaces

* skip fetchedItem merge for edits in displayitem
2022-06-07 15:43:19 -04:00
Rijk van Zanten
c7bb93a302 New Crowdin updates (#13773)
* New translations en-US.yaml (French)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (French, Canada)
2022-06-07 15:39:27 -04:00
Azri Kahar
f4c1a5745f Fix filter error when switching between collections with map layout (#13768)
* use computed locationFilter

* type fix
2022-06-07 15:34:59 -04:00
Yuriy Belenko
4d21d8d2a3 Enable activity tracking at password reset (#12044)
* Enable activity tracking at password reset

* Override admin prop only

Suggestion from Rijk

* Add required accountability role

* Fix missing concealed field in revisions drawer

* Fix typings

* Display updated message for concealed fields

* Update message

* Refactor CSS to increase selector specificity

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
Co-authored-by: ian <licitdev@gmail.com>
2022-06-08 03:19:40 +08:00
Eron Donevan Powell
1f7f6e4428 Docs: One last link (#13672)
* updated docs links

* missed this link somehow
2022-06-07 11:28:56 -05:00
José Varela
7164194357 Docs/Cloud: Add "Asia Pacific, Singapore" to regions (#13692)
* Add "Asia Pacific, Singapore" to regions

* Add missing region to "Create Standard Project" section

* Add regions table comparision

* Adjustments

* resolved image issue, proofread, and another tweak

Co-authored-by: Eron Powell <erondpowell@gmail.com>
Co-authored-by: Eron Donevan Powell <62306630+erondpowell@users.noreply.github.com>
2022-06-07 11:13:53 -05:00
Rijk van Zanten
ce54bafa4b New Crowdin updates (#13756)
* New translations en-US.yaml (Italian)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Polish)
2022-06-06 18:16:28 -04:00
Eron Donevan Powell
feea827685 Docs: getting-started > Introduction (#13055)
* created self-hosted section, moved installation guides, and re-edited first draft of the cloud quickstart guide

* refactored step 1 into two steps

* added media

* pre-mgmt submission proofread

* pulled down on wrong branch.
Revert "pre-mgmt submission proofread"
This reverts commit dfd678d083.

* first draft, halfway done

* first draft done

* added directus cloud section, first draft

* second draft, applied ben's desired edits

* moved resources out of intro and into separate page

* tiny tweaks

* heavily edited whats directus and tidied up lower sections

* link checked and proofedited with grammarly

* Update docs/getting-started/resources.md

* Update docs/getting-started/introduction.md

* Auto-format indentation

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-06-06 18:04:50 -04:00
Rijk van Zanten
c3e0cf99b8 Flush caches after applying schema snapshot (#13762) 2022-06-06 17:26:52 -04:00
Eron Donevan Powell
b379fd56c7 Docs: Configuration > Data Flows (#13246)
* initial data flows outline

* more details to data flows

* minor tweaks

* added basic explanation of variables, made other improvements

* more lil updates

* flows 70%, triggers 70%, operations 50%

* added most media, operations info, and made small tweaks on flow and triggers

* Revert "added most media, operations info, and made small tweaks on flow and triggers"

This reverts commit 3c35b8d728.

* Revert "Revert "added most media, operations info, and made small tweaks on flow and triggers""

This reverts commit eadfb33969.

* flows draft complete, not fully proof-edited

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-06-06 17:26:33 -04:00
Jay Cammarano
7d48be7531 header bar icon color: var(--primary) (#13757)
* header bar icon color: var(--primary)

* project page working

* other pages working

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-06-06 17:03:04 -04:00
Rijk van Zanten
d1b7d3e666 Fix formatting of headers in request operation (#13759)
Fixes #13737
2022-06-06 16:02:47 -04:00
rijkvanzanten
7bb9edbcd6 Resolve vue warning 2022-06-06 15:16:13 -04:00
Eron Donevan Powell
ae61822159 Docs: getting-started > backing-directus (#13122)
* backing-directus first draft

* more proofedit tweaks

* Rijk's edits added

* proof-read

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-06-06 11:21:32 -05:00
Azri Kahar
38238a37c3 Fix description field in directus_flows (#13751)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2022-06-06 12:20:07 -04:00
Rijk van Zanten
658d3332f9 Fix various linter warnings, disable new rule (#13755)
A eslint vue update introduced a new rule that we don't want to use yet. This PR is disabling that rule
2022-06-06 11:34:00 -04:00
Rijk van Zanten
28b2519012 Serve robots.txt from root (#13754)
Fixes #13734
2022-06-06 11:09:24 -04:00
Rijk van Zanten
b6a33891ab New Crowdin updates (#13722)
* New translations en-US.yaml (Polish)

* Update source file en-US.yaml

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (French)

* New translations en-US.yaml (French)

* New translations en-US.yaml (French)

* New translations en-US.yaml (French)

* New translations en-US.yaml (French)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Korean)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Bulgarian)
2022-06-06 09:14:21 +00:00
rijkvanzanten
3e1c753573 v9.12.1 2022-06-03 17:56:28 -04:00
rijkvanzanten
cd58611aa7 v9.12.1 v9.12.1 2022-06-03 17:52:57 -04:00
Rijk van Zanten
3a614d0058 Only render first 10000 items on calendar layout view (#13724)
* Update fullcalendar

* Update eslint
2022-06-03 17:49:54 -04:00
Rijk van Zanten
3ca5d970dc Don't crash on misconfigured scope trigger (#13723)
Fixes #13697
2022-06-03 17:20:11 -04:00