Commit Graph

10111 Commits

Author SHA1 Message Date
Rijk van Zanten
549195ed08 Create docs-suggestions.yml (#18218) 2023-04-17 11:28:32 -04:00
Rijk van Zanten
42e1963345 New translations en-US.yaml (Italian) (#18176) 2023-04-17 09:41:04 -04:00
Hannes Küttner
9b4fb996ce Publish all types from packages/* (#18211)
* Publish all types in packages/*

* Re-add main entrypoints and add types

* Clean-up prettier config / editorconfig

- Remove 'useTabs' so prettier will not override settings from editorconfig
- Remove settings in editorconfig which match the defaults anyway

* Remove types entrypoint again

* Update packages/schema/package.json

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-04-17 21:37:17 +08:00
Kevin Lewis
61f7e96c6f Updating the Information Architecture of Docs (#18190)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: bryantgillespie <hey@bryantgillespie.com>
2023-04-17 13:11:25 +00:00
Azri Kahar
ace2ec5937 Add test to verify creating & building extensions with extensions-sdk (#18213)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-04-17 15:07:59 +02:00
Pascal Jufer
73d54991d7 Get Directus version directly via filesystem from directus package (#18164) 2023-04-17 10:09:47 +02:00
Hannes Küttner
d4d175d615 Add loader to logs-siderbar-detail (#18200) 2023-04-15 09:24:02 -04:00
Hannes Küttner
b66eaedbe5 Use import.meta.url instead of __dirname (#18202) 2023-04-15 09:23:24 -04:00
Hannes Küttner
eecb68f2e4 Change translation display userLanguage option default value to proper boolean (#18199) 2023-04-14 18:03:34 -04:00
Rijk van Zanten
c48309ab68 Last eslint tweak (#18198)
* Should be there now

* Format
2023-04-14 17:40:50 -04:00
rijkvanzanten
37658802b7 One more 2023-04-14 17:30:56 -04:00
Rijk van Zanten
bdb1a919e2 White space rules (#18197)
* White space rules

* Auto-fix whitespace linter warnings
2023-04-14 17:21:56 -04:00
Hannes Küttner
5d85a743ff Add autoKey to interface config (#18027)
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2023-04-14 16:17:10 -04:00
Akshay Sood
5e52d94769 Renamed variable for brevity (#18195)
* Renamed variable for better clarity

* Signed contributors.yml
2023-04-14 16:10:15 -04:00
Jan Arends
0e44ee5239 Add select all option for export (#18160)
* added select all option

* added default value

* removed space for linter

* refactoring: combined emits

* removed unnecessary prefix

* added option to remove all at once

* linter

* Drop support for deselect

* I HAVE OPINIONS

* Revert addition of remove event

* Some more opinions

* Refactor other uses of v-field-list

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-04-14 15:03:42 -04:00
Hannes Küttner
74adbbc3e8 Prevent duplicate emit from codemirror editors (#18194)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-04-14 14:56:26 -04:00
Hannes Küttner
1e271fa1d0 Rename system-field[-tree] collection prop to collectionName (#18193) 2023-04-14 14:18:02 -04:00
Azri Kahar
f016e22daf Fix .default is not a function errors (#18188)
* fix .default is not a function errors

* use workaround

* use workaround for the other plugins as well

* upgrade rollup plugin commonjs and terser

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-04-14 12:43:51 -04:00
Aiden Foxx
8b723f4581 Update contributors.yml (#18189) 2023-04-14 10:40:48 -04:00
Rijk van Zanten
5d3fc18c53 Update bug_report.yml 2023-04-14 09:43:58 -04:00
Rijk van Zanten
4692a0026e Update bug_report.yml 2023-04-14 09:43:46 -04:00
Azri Kahar
04b9fa981b Fix npm init directus-extension (#18187)
* fix inquirer import

* fix dirname

* fix resolved path
2023-04-14 09:13:49 -04:00
Pascal Jufer
7b06636078 Adjust paths in extensions-sdk & publish composables types (#18180)
* Adjust paths in extensions-sdk & publish composables types

* tiny unrelated import clean up

* add get-sdk-version unit test

---------

Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>
2023-04-14 13:02:07 +00:00
Hannes Küttner
cac64dac6d Fix #18184 (#18185) 2023-04-14 14:35:47 +02:00
rijkvanzanten
c301cfbc82 v9.25.1 v9.25.1 2023-04-13 16:32:58 -04:00
rijkvanzanten
ac1251cc57 Move readme to new wrapper package 2023-04-13 16:27:04 -04:00
rijkvanzanten
4f540b03d0 v9.25.0 v9.25.0 2023-04-13 13:32:44 -04:00
Rijk van Zanten
834af245fe New translations en-US.yaml (Polish) (#18156) 2023-04-13 13:19:11 -04:00
jbmolle
5f92a04e45 fix: Use Cloudinary explicit endpoint (#18166)
* update: Use explicit endpoint instead of Cloudinary Admin API to avoid
reaching rate limit of 500 requests / hour

* update: Sign the Contributor License Agreement

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-04-13 13:18:39 -04:00
Nitwel
4e1d3b72f4 Revert "Fix update deduplication in useRelationMultiple (#18159)" (#18169) 2023-04-13 12:14:29 -04:00
Hannes Küttner
3f2dfdcbc7 Fix update deduplication in useRelationMultiple (#18159)
* Check for duplicate update in useRelationMultiple update action

* Add test

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-04-13 11:36:39 -04:00
Connor
2bcd0e4ba4 Only show message on just request/exec flow operations (#18167)
* Only show message on just request/exec flow operations

* Add ConnorSimply to contributors

* Change to instanceof BaseException
2023-04-13 11:33:19 -04:00
Brainslug
0bb02cb78c security update in the vm2 dependency (#18162) 2023-04-13 12:47:42 +02:00
Matthew Rumery
a4d09842b4 fix: add resolvePackageExtensions to vite.config.js (#18154) 2023-04-13 01:31:49 +02:00
Nitwel
24487711bb Load relational data from api on button-links (#17959)
* load relational data from api on button-links

* make const shared

* lint

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>
2023-04-12 17:15:49 -04:00
rijkvanzanten
8f667a3216 Set S3 default protocol to https to match behavior for 9.21-
Fixes #17286, closes #17372
2023-04-12 16:57:25 -04:00
Paiman Rasoli
0c874a78e8 O auth login is ignoring the redirect url (#17939)
* link redirect param to continue param of oauth

* redirect to the link of continue param

* add github username to contributors.yml

* save the file to run lint stage

* Resolve redirect on continue-as; fix redirect query param

* Clean up names

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-04-12 16:55:01 -04:00
Rijk van Zanten
bac5a88d6f New Crowdin updates (#18149)
* New translations en-US.yaml (Hungarian)

* Update source file en-US.yaml

* New translations en-US.yaml (Dutch)

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

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

* New translations en-US.yaml (Indonesian)

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

* New translations en-US.yaml (Ukrainian)

* New translations en-US.yaml (Romanian)

* New translations en-US.yaml (French)

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

* New translations en-US.yaml (Finnish)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Polish)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Slovak)

* New translations en-US.yaml (Swedish)

* New translations en-US.yaml (Turkish)

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

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

* 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 (English, Canada)

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

* New translations en-US.yaml (Spanish, Latin America)
2023-04-12 15:54:48 -04:00
Nitwel
d954172c9b Add info about dependencies when deleting collection (#17961)
* add info about dependencies when deleting collection

* Delete dependent fields

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

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>

* add m2a edgecase

* run linter

* run linter

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

* only delete m2o relations

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-04-12 13:56:54 -04:00
David Zacharias
d7930029f7 Resend user invites (#18147)
* Support for re-sending user invites. Close #1799

* Reuse getUserByEmail in user service.

* Add mockImplementation to spies on ItemsServices

* Signed contributors list.

* Fix invite tests

* Fix comments

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-04-12 13:42:53 -04:00
Hannes Küttner
ebba7a68e7 Migrate to Material Symbols (#18004)
* Migrate to Material Symbols

* Fix lint issues

* Use canonical `bookmark` icon

* Update `copy` icon name

* Replace `highlight_alt` with `select` icon

* Add directus_presets default icon migration

* Fix lint (again)

* Add spaces around icon group names

* Replace missing _outline icons

* Replace `arrow_backward` with `arrow_back`

* Update migrations

* Sign CLA

* merge migrations

* Revert group name display tweak

* Fix hover color + grid centering

* Update app/src/interfaces/file-image/file-image.vue

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-04-12 13:12:37 -04:00
Nitwel
898b580707 Autoconvert assets if browser supports it (#18012)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-04-12 15:08:51 +00:00
rijkvanzanten
34f97aab05 Revert feedback order 2023-04-12 09:20:33 -04:00
Joshua Bemenderfer
eea13b43e6 [Take 2] Register <drawer-collection> in Vue app for relational interface extensions (#18153) 2023-04-12 15:08:07 +02:00
Pascal Jufer
cfe5227798 Clarify SMTP configs (client / server) (#18152) 2023-04-12 12:36:12 +00:00
Pascal Jufer
6225523c61 Give the docs package a little bit ❤️ (#18140)
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>
Co-authored-by: ian <licitdev@gmail.com>
2023-04-12 11:03:47 +02:00
Rijk van Zanten
2da439b886 New translations en-US.yaml (Spanish) (#18144) 2023-04-11 23:07:43 -04:00
Nitwel
7f6511d6dc Fix too many SQL Variables (#18001)
* Fix too many SQL Variables

* run linter

* Use lodash' chunk instead of custom for loop

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-04-12 02:28:49 +00:00
Pascal Helfenstein
b220413819 Add register and update hooks for oauth2 and openid drivers (#18131)
* Add register and update hooks for oauth2 and openid drivers

* Add register and update hooks for ldap and saml drivers

* Update contributors.yml

Add username nicam to contributors.yml

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-04-11 19:47:40 -04:00
Rijk van Zanten
bce0c1c002 Use lodash set to format error (#18143) 2023-04-11 19:25:42 -04:00