Commit Graph

491 Commits

Author SHA1 Message Date
rijkvanzanten
0a20cc8d65 Replace .flat() to support node 10
Fixes #459
2020-09-30 14:34:14 -04:00
rijkvanzanten
b66d2926f6 v9.0.0-beta.4 2020-09-30 10:53:31 -04: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
rijkvanzanten
0252d737bb v9.0.0-beta.3 2020-09-29 19:05:17 -04: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
rijkvanzanten
c53522ace1 Bump schema inspector version
Fixes #444
2020-09-29 13:26:45 -04: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
8b49221867 v9.0.0-beta.2 2020-09-25 18:28:30 -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
8b1b23b919 Update knex schema inspector
Fixes #416
2020-09-24 14:28:27 -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
rijkvanzanten
64b380a8a5 Fix deep recursive m2o temp filtering 2020-09-23 17:07:53 -04:00
rijkvanzanten
3f41b349fd Return null for empty m2o 2020-09-23 16:59:20 -04:00
rijkvanzanten
8dea70398f Fix m2o returning as array 2020-09-23 16:55:27 -04:00
rijkvanzanten
a5be4e3e48 Rework AST runner
Way cleaner to read / maintain now. Should also fix a couple issues.

Ref #406, ref #376, ref #350
2020-09-23 15:57:32 -04:00
rijkvanzanten
78bfd0f326 Add count command 2020-09-23 13:42:01 -04:00
rijkvanzanten
658b30197f Fix unique flag on directus users 2020-09-23 13:38:51 -04:00
rijkvanzanten
302763f7ca Remove console log 2020-09-22 17:47:55 -04:00
rijkvanzanten
85ca7b5d17 Run prettier 2020-09-22 16:11:28 -04:00
rijkvanzanten
7caf429d1d Add custom endpoints support 2020-09-22 15:55:22 -04:00
rijkvanzanten
48fca55651 Restructure exports for services 2020-09-22 13:16:14 -04:00
rijkvanzanten
0a266e098a Fix creation of junction fields on m2m when using corresponding
Fixes #368
2020-09-22 11:32:29 -04:00
rijkvanzanten
ba85e4e6a2 Add dynamic export file name
Closes #387
2020-09-21 17:56:35 -04:00