Commit Graph

518 Commits

Author SHA1 Message Date
rijkvanzanten
1524c3e398 Change default port to 8805 2020-10-02 14:56:39 -04:00
rijkvanzanten
ad24d69650 v9.0.0-beta.7 2020-10-02 14:18:35 -04:00
rijkvanzanten
c36fb905c1 Setup lock structure 2020-10-02 14:17:21 -04:00
rijkvanzanten
a2bb2db180 Don't return empty array for no oauth providers 2020-10-02 14:04:44 -04:00
rijkvanzanten
e53be1f7e2 Fix cli init on non-built api 2020-10-02 13:57:57 -04:00
rijkvanzanten
cd8f2948ad Build in postinstall 2020-10-02 13:47:09 -04:00
rijkvanzanten
f4ad48c979 Remove testing file 2020-10-02 13:37:39 -04:00
rijkvanzanten
08c003907a Use shared tsconfig for excluding node modules 2020-10-02 13:32:33 -04:00
rijkvanzanten
616649af2f Move pre-commit hooks to root 2020-10-02 12:51:32 -04:00
rijkvanzanten
cbad945338 Install dev dependencies for lint staged 2020-10-02 12:47:38 -04:00
rijkvanzanten
4126445fcf Hoist all dependencies 2020-10-02 12:40:22 -04:00
rijkvanzanten
e5a1c62ae9 v9.0.0-beta.5 2020-10-02 12:10:18 -04:00
rijkvanzanten
20ecc15fe0 Remove graphql type json 2020-10-02 11:52:40 -04:00
rijkvanzanten
843dc30e6e Refresh package-lock 2020-10-02 11:50:58 -04:00
rijkvanzanten
4afe0175d7 Remove stray test + console log 2020-10-02 11:44:08 -04:00
rijkvanzanten
1ec0bf15d5 Start on filters 2020-10-02 10:34:48 -04:00
rijkvanzanten
c3ca7ad868 Re-gen package lock 2020-10-02 10:34:48 -04:00
rijkvanzanten
c5b95de08d Use system services for system collections 2020-10-02 10:34:48 -04:00
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
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
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