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
Kevin Lewis
21f07c9dbc
Add sitemap to docs ( #19750 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2023-09-21 09:57:59 +02:00
Rijk van Zanten
0681f17575
Remove note
2023-09-20 16:55:55 -04:00
Pascal Jufer
1fd9259efd
Bundle @directus/utils ( #19714 )
2023-09-20 22:38:00 +02:00
Pascal Jufer
1ce005dcee
Make highlighted text more visible in dark mode ( #19748 )
...
* Make highlighted text more visible in dark mode
* Add changeset
2023-09-20 18:11:23 +02:00
Brainslug
02d7bcc607
Sdk credentials ( #19749 )
...
* removed defaulted fetch credentials option in authentication
* removed defaulted fetch credentials option in graphql
* removed defaulted fetch credentials option in rest
* Create twelve-boxes-teach.md
2023-09-20 11:51:36 -04:00
jbmolle
8f37b5a16e
fix: load configuration from JSON or YAML file ( #19745 )
...
* fix: load configuration from JSON or YAML file
* fix: format file with prettier
* Create beige-boats-design.md
---------
Co-authored-by: Brainslug <br41nslug@users.noreply.github.com >
2023-09-20 15:34:42 +02:00
Pascal Jufer
59f9ce4a5d
Remove padding in v-highlight to fix display issues ( #19740 )
...
* Remove padding in v-highlight to fix various display issues
* Add changeset
2023-09-20 13:46:21 +02:00
rijkvanzanten
e908db17b4
v10.6.2
v10.6.2
2023-09-19 13:28:29 -04:00
Rijk van Zanten
db5082eeb2
New Crowdin updates ( #19532 )
...
* New translations en-US.yaml (Chinese Simplified)
* New translations en-US.yaml (Chinese Simplified)
* New translations en-US.yaml (Vietnamese)
* New translations en-US.yaml (Vietnamese)
* New translations en-US.yaml (German)
* New translations en-US.yaml (Italian)
* New translations en-US.yaml (Arabic)
* New translations en-US.yaml (Arabic)
* New translations en-US.yaml (Spanish)
* New translations en-US.yaml (Croatian)
* New translations en-US.yaml (Turkish)
* New translations en-US.yaml (Turkish)
* New translations en-US.yaml (Chinese Simplified)
* New translations en-US.yaml (Italian)
* New translations en-US.yaml (Spanish, Mexico)
* New translations en-US.yaml (Croatian)
* New translations en-US.yaml (Spanish, Chile)
* New translations en-US.yaml (Spanish, Latin America)
* Update source file en-US.yaml
* New translations en-US.yaml (Estonian)
* New translations en-US.yaml (Estonian)
* New translations en-US.yaml (Italian)
2023-09-19 13:15:39 -04:00