Juan Carlos Blanco Delgado
ae0df2ac4d
Docs - Adding GraphQL Schema explanation to the docs ( #4559 )
...
* Adding GraphQL schema explanation to the documentation to make sure to avoid errors
* Adding extra line between headers
2021-03-17 22:20:36 -04:00
Rijk van Zanten
541e0bae14
New Crowdin updates ( #4528 )
...
* New translations en-US.yaml (Portuguese, Brazilian)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Czech)
* New translations en-US.yaml (Japanese)
* New translations en-US.yaml (Japanese)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Thai)
* New translations en-US.yaml (Thai)
2021-03-17 22:14:22 -04:00
Martijn Boland
aca08e24c7
Always remove the primary key field from the update payload ( #4576 )
...
* Always remove the primary key field from the update payload to prevent issues with databases that don't allow certain primary key columns (e.g. mssql identity columns)
* Opinionated cleanup
Co-authored-by: Martijn Boland <martijn@taiga.nl >
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-03-17 22:14:08 -04:00
rijkvanzanten
2a71f0c0dd
Pass current knex trx instance to hook resolver functions
...
Closes #4558
2021-03-17 22:07:58 -04:00
rijkvanzanten
ac223d2137
Fix deselect not showing up in m2m in certain contexts
...
Fixes #4572
2021-03-17 21:52:38 -04:00
rijkvanzanten
914a02c6c2
Return HEAD requests with correct headers on /assets
...
Fixes #4578
2021-03-17 21:51:10 -04:00
Ben Haynes
d65469c974
Update CLI database support labels
2021-03-17 12:08:38 -04:00
rijkvanzanten
aa15da7c65
v9.0.0-rc.51
v9.0.0-rc.51
2021-03-16 15:56:56 -04:00
rijkvanzanten
a730f23e5b
Update package-lock
2021-03-16 15:56:48 -04:00
rijkvanzanten
340aa2deef
Fix MySQL not correctly scoping columns to database
2021-03-16 11:26:57 -04:00
Ben Haynes
31af0cc656
Update migrating-from-v8.md
2021-03-16 10:51:43 -04:00
rijkvanzanten
bdb21bb572
Make errors selectable
...
Fixes #4554
2021-03-16 09:39:53 -04:00
Ben Haynes
bcd104512d
Update revisions.md
2021-03-16 09:17:39 -04:00
rijkvanzanten
40f53fdeb0
Add (basic) migration guide
...
Fixes #3560
2021-03-15 17:18:02 -04:00
rijkvanzanten
37b2ec8a27
Cast port to number on cli init
...
Fixes #4536
2021-03-15 11:20:50 -04:00
rijkvanzanten
23817ad1fa
Fix clear buttons on disabled m2m
...
Fixes #4527
2021-03-15 11:11:10 -04:00
Nicola Krumschmidt
068fcb3afa
Remove dotenv preloading from api dev script ( #4540 )
...
Now that there is a native way to specify the config path by using the
CONFIG_PATH env var, this is not needed anymore and even prevents that
env var from working correctly because the preloaded dotenv overwrites
the specified config file.
2021-03-15 10:15:41 -04:00
Daniel Faria
76db69893b
Update aws.md ( #4534 )
...
update "our manual installation flow" link
2021-03-14 16:34:49 -04:00
rijkvanzanten
42507ae52f
v9.0.0-rc.50
v9.0.0-rc.50
2021-03-12 18:32:20 -05:00
rijkvanzanten
fd499ca86f
update package-lock
2021-03-12 18:32:09 -05:00
Adrian Dimitrov
51a0044d7f
In mysql, select only tables ( #4501 )
2021-03-12 18:12:18 -05:00
Pyll Gomez
4dd69ee5b1
To clear to Expired Sessions#4414 ( #4504 )
...
* Rotate JPG image on upload #4206
* fixes #3949 width/height generated for gif and tif
* API hooks for event added for auth.login #4079
* updated doc for api hooks for new auth.login event
* Style tweaks
* Update docs
* Tweak docs some more
* Spelling error
* Allow non-required flags and pass to hook
* SDK - Persistent login refresh fixes #4113
* Fixed #4145 SDK, Token Expired error
* Spell check
* Docs Spell check
* Docs Spell check
* Docs Spell check
* update docs for sdk-js
* To delete all expired session from db on login
* corrected the condition for the delete
* changed the from Date.now to new date .
* Move it inline
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-03-12 18:11:44 -05:00
Rijk van Zanten
2cdf18545e
Remove support for CSV in PK param ( #4514 )
...
* Remove csv in pk param
Closes #3933
* Remove last uses of csv in route pk params in app
2021-03-12 18:06:35 -05:00
Rijk van Zanten
71b2acd742
New Crowdin updates ( #4509 )
...
* New translations en-US.yaml (Finnish)
* New translations en-US.yaml (French)
2021-03-12 18:06:22 -05:00
rijkvanzanten
eb941046a0
Use TEXT for webhooks collections CSV
...
Fixes #4506
2021-03-12 17:42:04 -05:00
rijkvanzanten
c4394acd7b
Support custom endpoint + fix prefix in flatlist
...
Fixes #4498
2021-03-12 17:23:38 -05:00
rijkvanzanten
1a0807435b
Apply flatlist fix to azure/gcs
2021-03-12 16:34:37 -05:00
rijkvanzanten
028cae4771
Fix delete when using root option in s3
...
Fixes #4460
2021-03-12 16:30:03 -05:00
rijkvanzanten
15d131727c
Add Azurite to dev setup
2021-03-12 16:30:03 -05:00
Matthias
af90adc882
Update docs for custom-interfaces. ( #4511 )
...
Add a plain string editor as code example.
2021-03-12 15:58:59 -05:00
rijkvanzanten
909d184778
Respect permissions in item count
...
Fixes #4422
2021-03-12 14:53:41 -05:00
rijkvanzanten
4283c39fed
Merge branch 'main' of github.com:directus/directus into main
2021-03-12 09:58:32 -05:00
rijkvanzanten
ed4133a0aa
Fix relations fetch in graphql service
...
Fixes #4458
2021-03-12 09:58:14 -05:00
Pyll Gomez
998c31d7a0
Updated docs for sdk-js ( #4503 )
...
* Rotate JPG image on upload #4206
* fixes #3949 width/height generated for gif and tif
* API hooks for event added for auth.login #4079
* updated doc for api hooks for new auth.login event
* Style tweaks
* Update docs
* Tweak docs some more
* Spelling error
* Allow non-required flags and pass to hook
* SDK - Persistent login refresh fixes #4113
* Fixed #4145 SDK, Token Expired error
* Spell check
* Docs Spell check
* Docs Spell check
* Docs Spell check
* update docs for sdk-js
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2021-03-12 09:21:08 -05:00
Evgeny Vlasov
76b31eda78
add cookie's domain to another endpoints ( #4499 )
2021-03-12 07:56:36 -05:00
rijkvanzanten
b17f3e0911
v9.0.0-rc.49
v9.0.0-rc.49
2021-03-11 18:57:25 -05:00
rijkvanzanten
5c08b8412c
Fix type issue
2021-03-11 18:56:03 -05:00
rijkvanzanten
051be75358
It's that time of day
2021-03-11 18:55:54 -05:00
rijkvanzanten
4fc079473e
Allow numbers in formatted values display
...
Fixes #4483
2021-03-11 18:50:44 -05:00
rijkvanzanten
cc9c5e367d
Don't show X on disabled datetime
...
Fixes #4484
2021-03-11 18:49:47 -05:00
rijkvanzanten
93c6b157a2
Add a URL allow list for invite urls
...
Closes #4456
2021-03-11 18:48:52 -05:00
rijkvanzanten
316bf32bd9
Sort fields as numeric
...
Fixes #4454
2021-03-11 18:41:38 -05:00
rijkvanzanten
06726f3462
Fix eol
2021-03-11 18:41:33 -05:00
rijkvanzanten
f3683c9cf7
Parse filter structure on validation step
...
Fixes #4446
2021-03-11 18:25:14 -05:00
rijkvanzanten
1bee0c9ea9
Merge branch 'main' of github.com:directus/directus into main
2021-03-11 18:13:12 -05:00
rijkvanzanten
ef9f281c3c
Fix unique constraint error on field create/update
...
Fixes #4481
2021-03-11 18:11:58 -05:00
Martijn Boland
9897e3d39e
Added 'AUTO_INCREMENT' for mssql identity columns ( #4494 )
...
* Added 'AUTO_INCREMENT' for mssql identity columns
* Removed obsolete method
Co-authored-by: Martijn Boland <martijn@taiga.nl >
2021-03-11 18:09:06 -05:00
Rijk van Zanten
5ce509d45b
New Crowdin updates ( #4466 )
...
* New translations en-US.yaml (Dutch)
* Update source file en-US.yaml
* New translations en-US.yaml (French)
* New translations en-US.yaml (Lithuanian)
* New translations en-US.yaml (Dutch)
* New translations en-US.yaml (Polish)
* New translations en-US.yaml (Italian)
* New translations en-US.yaml (Portuguese, Brazilian)
* New translations en-US.yaml (Spanish, Chile)
* New translations en-US.yaml (Japanese)
* New translations en-US.yaml (Bulgarian)
* New translations en-US.yaml (Hungarian)
* New translations en-US.yaml (Swedish)
* New translations en-US.yaml (Chinese Simplified)
* New translations en-US.yaml (Finnish)
* New translations en-US.yaml (Russian)
* New translations en-US.yaml (Spanish)
* New translations en-US.yaml (Spanish, Latin America)
* New translations en-US.yaml (Spanish)
* New translations en-US.yaml (Finnish)
* New translations en-US.yaml (Finnish)
* New translations en-US.yaml (Bulgarian)
2021-03-11 18:03:33 -05:00
Rijk van Zanten
b613ce1d18
Improve recursive filtering ( #4493 )
...
* Use lowercase chars only
* Fix join alias mapping
* Pass keys as array in delete
* Cleanup delete controller
* Don't catch unexpected errors
2021-03-11 17:56:04 -05:00
Evgeny Vlasov
7bd5dc5c9f
Add env for cookie domain ( #4490 )
...
* Add env for cookie domain
* fix doc
Co-authored-by: Власов Евгений <yavlas12@mts.ru >
2021-03-11 14:10:15 -05:00