Rijk van Zanten
817ccf3620
Overhaul docs ( #3951 )
...
* Add Quickstart Guide
* Update installation
* Remove unused files
* Update support/backing
* Tweaks in concepts
* Setup file structure for API reference 2.0
* Setup page layout for reference
* Add clean-urls plugin
* getting started updates
* Finish authentication rest
* getting started updates
* Render stylus in 2 spaces
* Various
* Various
* Finish activity docs
* Add collections reference
* Add extension reference
* concepts updates
* Fields/tweaks
* Add files doc
* Add revisions
* concepts docs
* More api reference
* Finish rest api reference (finally)
* initial concepts
* More things
* Add assets api ref
* Move sections from file to assets
* Add environment variables
* contributing docs
* Add field transforms page
* Left align table headers
* concept links
* Add API config
* Fix mobile nav
* Add migrating a project
* doc link fixes
Co-authored-by: Ben Haynes <ben@rngr.org >
2021-02-05 18:51:54 -05:00
rijkvanzanten
a0fb2abbe9
Remove batch delete for fields/collections
...
It's too destructive
2021-02-04 11:19:32 -05:00
rijkvanzanten
fbd6a4a6b2
Validate that to-be-deleted record is comment before allowing
2021-02-03 18:18:09 -05:00
rijkvanzanten
4992a17a8b
Validate comment update
2021-02-03 18:12:13 -05:00
Rijk van Zanten
693e770ca3
Make filename disk readonly ( #3883 )
...
Fixes #3863
2021-02-01 10:24:27 -05:00
Aleksandar
22bcf1244d
Fix sdk auth ( #3337 )
...
* Fix format errors
* Fix lint error
* Fix auth token setter on server
* Fix auth logout for JSON
2021-01-29 18:13:15 -05:00
rijkvanzanten
b2263e614a
v9.0.0-rc.34
2021-01-29 17:14:12 -05:00
rijkvanzanten
e6f8f910b5
Check for allowed fields existence before reading
...
Fixes #3853
2021-01-29 17:09:28 -05:00
Rijk van Zanten
5a019b4284
Implemented Union Types in GraphQL ( #3852 )
...
* Fetch correct amount of data
* Allow system required data to be returned in items service
* Fetch non-requested required data, find type through context
Fixes #3718
2021-01-29 16:23:33 -05:00
Rijk van Zanten
6cce246b92
Prefix union type name with collection name ( #3847 )
...
Fixes #3835
2021-01-29 10:56:41 -05:00
rijkvanzanten
91cb0cc58f
v9.0.0-rc.33
2021-01-28 17:54:19 -05:00
rijkvanzanten
5632bd0ea7
Only check existense of user password when using password auth
...
Fixes #3831
2021-01-28 11:52:59 -05:00
rijkvanzanten
f1bd175e16
Remove limit temp for all nested collections
2021-01-27 17:30:16 -05:00
rijkvanzanten
55951a6f68
Don't crash on empty CSV export
...
Fixes #3820
2021-01-27 15:36:30 -05:00
rijkvanzanten
9bf8b5242c
Fix modifying payloads from before hooks
...
Fixes #3776
2021-01-27 12:48:46 -05:00
rijkvanzanten
2f005063cd
Force type of certain env vars
...
Fixes #3705
2021-01-27 11:37:51 -05:00
rijkvanzanten
fac2e280dd
Fix CLI silencing errors
...
Fixes #3761
2021-01-27 10:45:01 -05:00
rijkvanzanten
040af268d7
De-dupe parent records when filtering on joins
...
Fixes #3798
2021-01-27 10:42:44 -05:00
Ben Haynes
9a9d0d9789
fix settings field defaults
2021-01-25 19:33:56 -05:00
rijkvanzanten
154ec3977b
Don't crash on upload of corrupted files
2021-01-25 19:03:25 -05:00
rijkvanzanten
a7cd02a5a6
v9.0.0-rc.32
2021-01-25 18:10:01 -05:00
rijkvanzanten
6b5cdc780f
Don't error on Date in query param validation
...
Fixes #3806
2021-01-25 18:06:02 -05:00
rijkvanzanten
99052add83
Treat no password as invalid
2021-01-25 17:46:51 -05:00
rijkvanzanten
8af48c16e4
Fix m2o limit, fix wildcard permission check
...
Fixes #3791
2021-01-25 17:04:13 -05:00
rijkvanzanten
39de4591b6
v9.0.0-rc.31
2021-01-21 14:53:30 -05:00
rijkvanzanten
d2705713e1
Use body for moving files to folder
...
Fixes #19
2021-01-20 21:37:46 -05:00
rijkvanzanten
b6524b20eb
Tweak perf values
2021-01-20 21:26:46 -05:00
Rijk van Zanten
637d4357a1
Update index.ts
...
Fixes https://github.com/directus/directus/issues/3757
2021-01-19 18:28:41 -05:00
Oreilles
40a20baa27
Fix wrong number casting in query
2021-01-19 08:46:02 +01:00
rijkvanzanten
8e3151d34f
Improve search
...
Fixes #3443 , fixes #3393
2021-01-15 19:07:05 -05:00
rijkvanzanten
c9c764d242
v9.0.0-rc.30
2021-01-15 17:33:35 -05:00
Rijk van Zanten
6317e648f4
Lock Sqlite version
2021-01-15 17:25:14 -05:00
rijkvanzanten
53c0164ca1
v9.0.0-rc.29
2021-01-15 11:54:50 -05:00
rijkvanzanten
d98300d528
Fix graphql response type
2021-01-14 12:52:57 -05:00
Nicola Krumschmidt
6068ab4bef
Add option to specify .env filename in development
...
When required from the command line, dotenv loads the .env file
specified by the DOTENV_CONFIG_PATH env var.
Files with a filename pattern of the form .env.* are ignored by git to
make it easier to work with multiple different database vendors.
2021-01-14 16:32:32 +01:00
Ben Haynes
45e1ed7b74
Merge branch 'main' of https://github.com/directus/directus into main
2021-01-14 09:58:26 -05:00
Justin Hiller
ff399f94b6
fix: mode not correctly set in refresh handler
2021-01-14 14:22:48 +01:00
Ben Haynes
36d5fafbf7
add default system divider color
2021-01-13 17:57:22 -05:00
rijkvanzanten
b71d116dbd
Fix email template project logo
...
Fixes #3453
2021-01-13 16:20:22 -05:00
rijkvanzanten
05f0bc967e
Turn hash into type
...
Fixes #3542
2021-01-12 17:08:19 -05:00
rijkvanzanten
f00a38737b
Delete collections item first
...
Fixes #3593
2021-01-12 16:23:30 -05:00
rijkvanzanten
178e91106b
Remove unused imports
2021-01-12 16:15:44 -05:00
rijkvanzanten
6b029b416b
iRemove imported types that aren't needed
2021-01-12 16:11:08 -05:00
rijkvanzanten
c1f87113bf
use express types instead of custom versions
2021-01-12 16:06:35 -05:00
Rijk van Zanten
a41559b32f
Merge branch 'main' into fix/async-handlers
2021-01-12 12:27:27 -07:00
rijkvanzanten
16a8aa7c47
Pipe graphql through respond middleware
...
Fixes #3577
2021-01-12 11:30:13 -05:00
rijkvanzanten
7fa977f002
Warn instead of crash on failed exif/iptc/icc extraction
...
Fixes #3535
2021-01-12 11:10:17 -05:00
Rijk van Zanten
64da0cadc3
Merge pull request #3645 from mehmetuken/create-hook
...
Create event emitter take out transaction scope.
2021-01-11 08:37:00 -07:00
Mehmet Tüken
ce21ce54ee
emit create event take out transaction scope.
2021-01-11 09:18:43 +03:00
Mehmet Tüken
238d741c45
Delete item first and check permission.
2021-01-10 12:00:06 +03:00