Commit Graph

10776 Commits

Author SHA1 Message Date
Daniel Biegler
44a70dbaba add folder prop to v-upload so that import can use it (#19897)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-10-04 13:46:45 +02:00
José Varela
f96eda89e1 Import: Do task in a separate worker (#19691)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: ian <licitdev@gmail.com>
2023-10-04 11:39:40 +02:00
Brainslug
4b26bfad1d SDK Embed WebSocket constants (#19883)
* Embedded WebSocket constants

* Create funny-fishes-serve.md

* Using a const object instead

* hi prettier
2023-10-03 12:00:42 -04:00
Rijk van Zanten
e5a775f769 Update pull_request_template.md 2023-10-02 13:31:18 -04:00
Rijk van Zanten
a238e0dc25 Update pull_request_template.md 2023-10-02 13:26:16 -04:00
Brainslug
a3787aaced SDK Update Collection Type (#19881)
* Updated SDK collection type and docs

* fixed sort meta type on collections

* Create big-peas-jump.md
2023-10-02 09:30:24 -04:00
Pascal Jufer
01f0a18147 Adjust the Packages and Dev Env doc links/names (#19868) 2023-09-29 18:33:38 +02:00
Rijk van Zanten
aab269ba7c Run formatter 2023-09-29 09:41:49 -04:00
Rijk van Zanten
d8d1d3a60a Update pull_request_template.md 2023-09-29 09:25:46 -04:00
Rijk van Zanten
05f8e9b95c Update pull_request_template.md 2023-09-29 09:25:25 -04:00
Pascal Jufer
e1dd6fa037 Update TS related dependencies and configurations (#19866) 2023-09-29 14:45:47 +02:00
Rijk van Zanten
fe0b1efcca Use comments for embed insertion (#19860)
* Use comments for embed insertion

* Add changeset
2023-09-28 16:38:53 -04:00
Pascal Jufer
bdbf47d1e4 Fix auth check in Twilio endpoint guide (#19859) 2023-09-28 21:24:28 +02:00
Esther Agbaje
20b977b7a8 Improve Extension Documentation (#19727)
Co-authored-by: Kevin Lewis <kvn@lws.io>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-09-28 20:40:49 +02:00
Pascal Jufer
45f8eebf37 Fix redaction of objects with circular structure (#19834) 2023-09-28 17:32:26 +02:00
Rijk van Zanten
46ea2f2065 Update Vue component tags order (#19842)
* Update eslint rule for component order

* Auto-fix component order

* Auto-fix vue components in docs

* Simplify rule definition

* Revert "Simplify rule definition"

This reverts commit 5eec9fbf41.

* Ignore eslint in vitepress component

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-09-28 10:19:03 -04:00
Rijk van Zanten
fd03a3d78c Revert "Add util to send notifications to admins (#19508)" (#19838)
This reverts commit 66ade28b96.
2023-09-28 08:40:36 -04:00
Kevin Lewis
0f26c7b39b Add new panel-building guides in docs (#19793)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-09-28 13:49:27 +02:00
Pascal Jufer
5289bb9a68 Enhance loading of languages for FullCalendar (#19836) 2023-09-28 10:43:27 +02:00
Nitwel
66ade28b96 Add util to send notifications to admins (#19508)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-09-28 10:38:43 +02:00
Brainslug
a90235e890 SDK Support for literal field types (#19792)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-09-28 00:02:10 +02:00
programmarchy
9f7b1cb973 Add 'Replace File' button to item details drawer for files (#19731)
Co-authored-by: Daniel Biegler <DanielBiegler@users.noreply.github.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-09-27 21:27:52 +02:00
Rijk van Zanten
00f9658ea7 Upgrade pnpm (#19832) 2023-09-27 15:15:28 -04:00
Pascal Jufer
3a40aea9f8 Continue termination when WebSocket is disabled (#19826)
Co-authored-by: Brainslug <tim@brainslug.nl>
2023-09-27 18:20:44 +02:00
Brainslug
76925fb911 Support replacing files in the SDK (#19830)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-09-27 17:51:24 +02:00
Jan Arends
aeed9c056b Enabled capitzalized table names for sequence reset (#19825)
* escaped identifiers

* fix

* used parameters for values and knex for escaping identifiers

* changeset

* Update api/src/database/helpers/sequence/dialects/postgres.ts

* Update .changeset/silver-cars-hear.md

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>
2023-09-27 13:12:02 +00:00
José Varela
9e1ae56b65 Export: Fix empty file when limit is -1 (#19820)
* Negative numbers should return all data

* Add changeset
2023-09-26 14:38:37 -04:00
Pascal Jufer
74ba9f261f Enable search in v-select for string items (#19736)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-09-26 15:40:20 +02:00
Pascal Jufer
c67775a9a0 Bundle packages (#19712)
* Bundle `@directus/composables`

* Bundle `@directus/constants`

* Align tsconfig in `data` packages

To prevent warnings like
> Cannot write file 'packages/data-sql/dist/index.d.ts' because it would overwrite input file

* Bundle `@directus/pressure`

* Align tsconfig in `@directus/random`

* Bundle `@directus/schema`

* Bundle `@directus/storage`

* Bundle `@directus/storage-driver-azure`

* Bundle `@directus/storage-driver-cloudinary`

* Bundle `@directus/storage-driver-gcs`

* Bundle `@directus/storage-driver-local`

* Bundle `@directus/storage-driver-s3`

* Align tsconfig in `@directus/themes`

* Bundle `@directus/update-check`

* Add changeset

* Bundle `storage-driver-supabase`

* Update changeset

* Remove dedicated export of 'types/overview'
2023-09-26 21:14:27 +08:00
Nitwel
632b968c1f Fix hiding navigation on root folder (#19518)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: Daniel Biegler <DanielBiegler@users.noreply.github.com>
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>
2023-09-26 14:52:37 +02:00
Kevin Lewis
b5b3d369f9 SDK Authentication Guide (#19759)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: Brainslug <tim@brainslug.nl>
Co-authored-by: Esther Agbaje <53586167+estheragbaje@users.noreply.github.com>
2023-09-26 12:35:23 +00:00
Kevin Lewis
8c60a22b3e Update operations-npm-package.md (#19814) 2023-09-26 14:07:57 +02:00
Zehir
c0e3467368 Make the transformation argument of AssetsService.getAsset() optional (#19808)
* Ignore dev container

* getAsset() optional transformation

* Sign contributor license

* Run prettier

* Run prettier again

* Update .changeset/silent-radios-talk.md

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-09-26 11:14:08 +02:00
Rijk van Zanten
926f19d3fa 10.6.3 v10.6.3 2023-09-25 15:43:10 -04:00
Rijk van Zanten
71d7fb68a1 New Crowdin updates (#19778)
* New translations en-us.yaml (Albanian)

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

* New translations en-us.yaml (Catalan)

* New translations en-us.yaml (Czech)

* New translations en-us.yaml (Danish)

* New translations en-us.yaml (Finnish)

* 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 (Serbian (Cyrillic))

* New translations en-us.yaml (Swedish)

* New translations en-us.yaml (Ukrainian)

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

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

* New translations en-us.yaml (French)
2023-09-25 15:38:55 -04:00
Pascal Jufer
4f46907c42 Add notice for Field Conditions bug (#19805)
* Add notice for Field Conditions bug

* Update .changeset/fast-ways-approve.md

* Update .changeset/fast-ways-approve.md

* Update .changeset/fast-ways-approve.md

* Update .changeset/fast-ways-approve.md
2023-09-25 15:36:22 -04:00
Pascal Jufer
d50e52f9e9 Fix format of stored field conditions value (#19799)
* Fix format of stored field conditions value

* Add changeset
2023-09-25 12:41:26 -04:00
Rijk van Zanten
8a62031362 Add email validation on user create/update (#19794)
* Add email validation message error

* Validate emails on user create/update

* Add translation for app display
2023-09-25 09:54:56 -04:00
Nitwel
c59fc8f240 Add display options for repeater (#19703)
Co-authored-by: Brainslug <tim@brainslug.nl>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: Jan Arends <jan.arends@mailbox.org>
2023-09-25 15:02:53 +02:00
Brainslug
10ce827788 SDK authentication mode (#19766)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-09-25 13:26:09 +02:00
Brainslug
b33fbe2002 SDK Fixes websocket subscription output typing (#19791)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-09-25 13:24:06 +02:00
Daniel Biegler
8374a9a8b6 Pass file-id down so that FilesService can replace asset upon URL import (#19788) 2023-09-25 13:23:50 +02:00
Pascal Jufer
0404b20b7b Enhance display of status & role in user popup (#19790) 2023-09-25 13:02:40 +02:00
Brainslug
58f9efb03a Docs replaced old SDK SSO example (#19787)
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-09-25 12:54:16 +02:00
Brainslug
f4fdc28146 SDK Fixes serverPing output type (#19789) 2023-09-25 12:53:56 +02:00
Brainslug
501a4686f1 SDK Extra JSON Mime-Type (#19786) 2023-09-25 12:16:51 +02:00
Stanislaw Schlosser
158019f404 Set payload filename on upload even if primaryKey exists. (#19771)
* Set payload filename on upload even if primaryKey exists.

This way on image replace we update the file extension on disk and download filename.

* Add 0x2aff to contributors.yml

* Put 0x2aff contributor into quotes.

* add changeset

* Update changeset to reflect also extension

---------

Co-authored-by: Daniel Biegler <DanielBiegler@users.noreply.github.com>
2023-09-25 11:52:00 +02:00
Stanislaw Schlosser
95aaae569d Add missing null-check for user-role in user-popover-component. (#19774)
Co-authored-by: Daniel Biegler <DanielBiegler@users.noreply.github.com>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-09-23 21:12:24 +02:00
Stanislaw Schlosser
bccd7d53b7 Docs/19781 broken link to project settings in glosarry (#19783) 2023-09-23 19:17:27 +02:00
Pascal Jufer
2992b407bd Normalized search value in data model page (#19751)
* Normalize search value in data model page

* Wrap v-highlight component to accept additional props

To fix the following message:
> [Vue warn]: Extraneous non-props attributes (class) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.
> at <VHighlight ref="collectionName" query=null text="B"  ... >

* Add changeset

* Update v-highlight snapshot

* Update .changeset/swift-dryers-juggle.md
2023-09-21 09:42:17 -04:00