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
Brainslug
243eed781b
Merge pull request from GHSA-hmgw-9jrg-hf2m
...
* Add extra error handling for invalid messages
* added description and logging
* renamed fix function
---------
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com >
2023-09-19 13:12:42 -04:00
Pascal Jufer
adb1617fef
Require less items to show search in v-select & v-field-list ( #19737 )
...
* Require less items to show search in v-select & v-field-list
* Add changeset
2023-09-19 12:59:10 -04:00
Pascal Jufer
c413788c67
Apply workaround for update permission check for rules with relational fields ( #19728 )
...
* Apply workaround for update permission check for rules with relational fields
* Add basic update tests for isAllowed
* Enhance parseFilter tests
* Add changeset
2023-09-19 11:30:25 -04:00
Pascal Jufer
a6de008059
Fix collection selection in field duplication ( #19732 )
...
* Fix collection selection in field duplication
* Add changeset
* Remove unused import
---------
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2023-09-19 10:08:22 -04:00
rijkvanzanten
f82e03fe9f
Add 'optional' flag to supabase endpoint
2023-09-19 09:43:09 -04:00
Pascal Jufer
a82f5b9a56
Show divider in related item drawer only if necessary ( #19715 )
...
* Show divider in related item drawer only if necessary
* Enhance types while we're at it
* Add changeset
---------
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2023-09-18 16:28:44 -04:00
Brainslug
8d3bf6cd5d
SDK Removed invalid login provider option ( #19722 )
...
* Removed provider option
* Create lazy-zebras-dress.md
---------
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2023-09-18 16:28:04 -04:00
Jeremy Zilar
3967f9fe6f
Add clarity to ROOT_REDIRECT and SERVE_APP ( #19725 )
...
* Add clarity to ROOT_REDIRECT and SERVE_APP
Clarifying the function of the `ROOT_REDIRECT` and `SERVE_APP` settings in the config docs.
* Add my username to contributors.yml
* fix typo
* Tweak descriptions
---------
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2023-09-18 16:27:34 -04:00
Pascal Jufer
ab64b3db28
Ensure all dependent packages are bumped on release ( #19711 )
...
Co-authored-by: Daniel Biegler <DanielBiegler@users.noreply.github.com >
2023-09-18 09:35:33 +00:00
Brainslug
366b8678f1
SDK Improved input checks ( #19702 )
...
* added extra guards for a couple commands
* Abstracted guard checking to util
* Updated the delete commands
* Updated the read commands
* Updated the update commands
* Create slow-buckets-draw.md
* my friend prettier
2023-09-16 11:51:13 -04:00
Kevin Lewis
d423fe61dc
Updated SendGrid extension guide to import package ( #19687 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2023-09-15 15:07:01 +00:00
Christian Rendl
59c795d7a9
Fix initialization order to avoid page-not-found error ( #19685 )
...
* Fix initialization order to avoid page-not-found error
* Sign CLA
* Sign CLA
* Slightly adjust the comment
* Add changeset
---------
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2023-09-15 15:57:58 +02:00
José Varela
9819049f0c
Assets: Handle transformation timeout errors ( #19684 )
...
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com >
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
Co-authored-by: ian <licitdev@gmail.com >
2023-09-15 13:32:50 +00:00
Brainslug
523c57739c
Update npm init docs ( #19688 )
...
* Update npm init docs
* prettier
2023-09-14 10:43:52 -04:00
Brainslug
c200de8e2d
Added SDK TypeScript version to docs ( #19686 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2023-09-14 14:10:45 +02:00
Esther Agbaje
ac43a43223
docs: update sdk imports ( #19681 )
2023-09-13 22:09:59 +02:00
Pascal Jufer
b51c26d725
Use v-form for field conditions and validation settings ( #19639 )
...
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com >
Co-authored-by: Brainslug <tim@brainslug.nl >
2023-09-13 18:27:33 +02:00
thame
3ece72eac9
Fix typo ( #19667 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2023-09-13 15:39:20 +02:00
Pascal Jufer
9854a2174f
Import config.js file as ESM ( #19654 )
...
Co-authored-by: Brainslug <tim@brainslug.nl >
2023-09-13 13:19:34 +00:00
Pascal Jufer
0c56c46fdf
Attempt to make "require shares fields" migration safer/more reliable ( #19619 )
...
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com >
2023-09-12 21:10:58 +02:00
Kevin Lewis
9f216c09bc
Tab-based snippet toggler ( #19670 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2023-09-12 17:31:03 +02:00
Pascal Jufer
1389c95f73
Clean-up code in block editor & fix value watcher ( #19634 )
...
* Clean-up code in block editor & fix value watcher
* Add changeset
* Update .changeset/large-gorillas-decide.md
2023-09-12 08:51:33 +02:00
Brainslug
a9116ab5ef
Updated sharp dependency ( #19658 )
...
* updated sharp dependency
* added package lock
* Create chilly-adults-rule.md
2023-09-11 11:24:15 -04:00
Brainslug
0910f6fb13
Update node version in docs ( #19656 )
...
* fix node version in docs
* always prettier
2023-09-11 14:51:41 +02:00
Pascal Jufer
9b4ac46fa7
Allow update-check to work in read-only envs & add timeout ( #19636 )
...
* Allow update-check to work in read-only envs & add timeout
* Update deps in 'update-check'
* Add changeset
* Switch to `got`
* Fix dir check
The cache dir usually doesn't exist, so we need to create it first.
If the dir shouldn't exist already, this also catches the case when fs is read only -
if it should exist but fs is read only, the cache is now forgivable enough to not fail.
'fs.access' would not be sufficiently reliable anyway,
since permission could change between the check and write action.
* Add basic test
* Disable retry
2023-09-11 13:52:54 +02:00
Pascal Jufer
28887d3d29
Format code blocks in documentation guides ( #19655 )
2023-09-11 13:16:47 +02:00
Brainslug
77599aa3e5
Update hint about WebSocket timeout ( #19653 )
2023-09-11 11:54:50 +02:00
Pascal Jufer
3a7080444a
Add hint about WebSocket timeout ( #19652 )
2023-09-11 10:23:59 +02:00
Pascal Jufer
d5694ec443
Add example requests to "Upload a File" ( #19651 )
2023-09-11 09:59:23 +02:00
cheddar
a806cb38b0
Docs: Fix broken link ( #19645 )
...
* Fix broken link
Link was pointing to an older page (I assume). Updated to what I believe is the right page.
* Update link description
* Create clever-guests-stare.md
* Clarify changeset
---------
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2023-09-10 15:08:31 +02:00
Pascal Jufer
e7e699dc97
Align the validation error message and icon ( #19640 )
2023-09-08 20:04:57 +02:00
ian
71d7f731ab
Fix cropped v-icon ( #19638 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2023-09-08 19:53:27 +02:00
Brainslug
975f75a9ad
SDK Make globals configurable ( #19606 )
...
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com >
2023-09-08 15:22:42 +02:00
Jan Arends
5c8d3d22c6
Reset auto increment sequence ( #19328 )
...
Co-authored-by: ian <licitdev@gmail.com >
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch >
2023-09-08 11:19:14 +02:00
Azri Kahar
fad16a62fc
Fix JSON values in raw editors and input-code ( #19608 )
2023-09-08 09:39:18 +02:00
Azri Kahar
585cd52bec
Add RTL support to markdown interface ( #19628 )
2023-09-07 23:45:17 -04:00
Azri Kahar
548819686c
Rerender forms in translations interface when switching languages ( #19618 )
...
* rerender the form only when switching languages
* add changeset
2023-09-07 13:15:14 +02:00
Pascal Jufer
8b0a866ca8
Switch to pnpm v8.7.4 ( #19617 )
2023-09-07 12:55:32 +02:00