Commit Graph

1147 Commits

Author SHA1 Message Date
rijkvanzanten
28dbdce04e Nest items in items key 2020-10-02 10:34:48 -04:00
rijkvanzanten
537fe8f8dd Allow deep query 2020-10-02 10:34:48 -04:00
rijkvanzanten
e3dc72b779 Add relational support for querying 2020-10-02 10:34:48 -04:00
rijkvanzanten
551cb19e9a Dynamically generate graphql schema, resolve using services 2020-10-02 10:34:47 -04:00
rijkvanzanten
7ac0ab1de6 Use items (plural) as hook scope
Fixes #488
2020-10-02 10:30:50 -04:00
rijkvanzanten
58f4c944e0 Update filter structure 2020-10-01 18:08:45 -04:00
WoLfulus
9fda1a91ed Added process.exit and database connection shutdown 2020-10-01 13:16:41 -03:00
Nitwel
46275688d4 merge arrays instead of overriding them 2020-10-01 17:24:55 +02:00
Nitwel
5b0882527b generalize namings and fix s missing on responses 2020-10-01 12:00:43 +02:00
Nitwel
9a747251f6 add support for relational fields 2020-10-01 10:31:43 +02:00
rijkvanzanten
b52e0431b8 Cleanup webhooks
Fixes #393
2020-09-30 16:40:46 -04:00
rijkvanzanten
306c4109a4 Check if item exists instead of relying on presence of pk 2020-09-30 15:32:38 -04:00
Nitwel
70b55f826a filter for relations 2020-09-30 20:44:28 +02:00
rijkvanzanten
0a20cc8d65 Replace .flat() to support node 10
Fixes #459
2020-09-30 14:34:14 -04:00
Nitwel
70fa3d0a3b add basics for relations 2020-09-30 20:25:24 +02:00
Nitwel
f438fb7fea load fields all at once 2020-09-30 15:43:12 +02:00
rijkvanzanten
d165babcd7 Allow generated UUID/date/role/user value to pass required
Fixes #446, fixes #448
2020-09-30 09:31:25 -04:00
Nitwel
0859daf30c finish basic generation 2020-09-30 13:30:36 +02:00
rijkvanzanten
c107303f05 Don't accept null as a value in a required field 2020-09-29 17:57:29 -04:00
rijkvanzanten
67b60860df Use allow null to validate payload on submit 2020-09-29 17:52:38 -04:00
Nitwel
5b936eaf4e add basic structure 2020-09-29 21:25:59 +02:00
rijkvanzanten
a54221f8a9 Remove stray console.log 2020-09-29 11:54:40 -04:00
rijkvanzanten
1d6c00bb1d Fix API returning empty object for nested null m2o
Fixes #432
2020-09-29 11:51:34 -04:00
rijkvanzanten
3973ad398f Fix not being able to delete images
Fixes #431
2020-09-29 11:06:27 -04:00
rijkvanzanten
4d1dc088da Fix users/roles command in cli 2020-09-29 10:59:50 -04:00
rijkvanzanten
f1159d08cd Fix date io in api 2020-09-28 18:16:27 -04:00
rijkvanzanten
aa0a0f9f6e Fix datetime using timezones in pg 2020-09-28 17:29:27 -04:00
rijkvanzanten
e612be4b72 Add 404, rename sso to oauth, add redirect query param 2020-09-28 12:03:43 -04:00
rijkvanzanten
74ee27a8d6 Throw correct exception in get-email-from-profile util 2020-09-28 12:03:32 -04:00
rijkvanzanten
5ce1028647 Move grant config to root 2020-09-28 12:02:02 -04:00
rijkvanzanten
7f4c3b3d2a Emit events for system collections 2020-09-25 17:22:40 -04:00
rijkvanzanten
59c5183f93 Generate languages on auto generate of languages collection 2020-09-25 15:40:36 -04:00
rijkvanzanten
61659c4b06 Combine translations/languages pane 2020-09-25 14:42:32 -04:00
Rijk van Zanten
439d6328db Merge pull request #421 from directus/nested-filter
Add support for dot notation in filter parameter
2020-09-25 12:44:39 -04:00
rijkvanzanten
a5ff0a40c0 Add support for dot notation in filter parameter
Fixes #176
2020-09-25 12:40:52 -04:00
WoLfulus
4539ab2210 add process signal processing 2020-09-25 11:36:25 -03:00
rijkvanzanten
1d168ff878 Fix m2o being returned as array 2020-09-25 10:21:25 -04:00
rijkvanzanten
07f8064ea4 Fix o2m returning too many items 2020-09-24 17:40:12 -04:00
rijkvanzanten
07471b8208 Support primary keys in O2M patches
Fixes #247
2020-09-24 17:15:37 -04:00
rijkvanzanten
6ab36e6a85 Have m2o options pull from correct collection 2020-09-24 16:26:08 -04:00
rijkvanzanten
2af75e3cfb Fix 500 on singleton retrieval
Fixes #418
2020-09-24 14:10:20 -04:00
rijkvanzanten
76d70df14b Remove unused type from accountability 2020-09-24 10:34:04 -04:00
rijkvanzanten
0d414bfb84 Fix type issue in response of readByQuery 2020-09-23 21:29:07 -04:00
rijkvanzanten
49173879ec Prevent directus_ collections from being created 2020-09-23 19:33:27 -04:00
rijkvanzanten
6d9809254a Add comment 2020-09-23 19:14:11 -04:00
rijkvanzanten
5bd7177d5a Don't allow fields to be created that already exist
Fixes #369
2020-09-23 19:11:22 -04:00
rijkvanzanten
959491c4a4 Rename last_login to last_access, track on api use
Fixes #192
2020-09-23 18:50:00 -04:00
rijkvanzanten
e910d0f83f Fix single query param
Fixes #395
2020-09-23 18:42:12 -04:00
rijkvanzanten
1152fca386 Fix nested o2m limit 2020-09-23 17:56:20 -04:00
rijkvanzanten
b8ec2934ca Add deep query support 2020-09-23 17:48:41 -04:00