Commit Graph

122 Commits

Author SHA1 Message Date
rijkvanzanten
2af75e3cfb Fix 500 on singleton retrieval
Fixes #418
2020-09-24 14:10:20 -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
e910d0f83f Fix single query param
Fixes #395
2020-09-23 18:42:12 -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
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
bb7b76aef9 Return 200 OK on create/update with no read permissions
Fixes #33
2020-09-21 16:29:07 -04:00
rijkvanzanten
d87fc912f4 Fix date saving in MySQL
Ref #283
2020-09-18 12:57:26 -04:00
rijkvanzanten
aa014542a4 Rename roles.admin to roles.admin_access
Closes #142
2020-09-18 12:16:09 -04:00
rijkvanzanten
52540e60a3 Fix updating in SQLite
Fixes #141, ref #283
2020-09-18 12:06:46 -04:00
rijkvanzanten
d1457b0461 Finish downloading custom extensions 2020-09-16 10:48:06 -04:00
rijkvanzanten
5f4b97aeab Pull in custom interfaces from the API 2020-09-15 18:33:08 -04:00
rijkvanzanten
b8eff4c788 Use CSV for special, add on create / on update for fields 2020-09-15 17:31:37 -04:00
rijkvanzanten
d141f28fc1 Handle key constraints in roles on delete 2020-09-15 16:12:06 -04:00
rijkvanzanten
1aa6be8d80 Make generated junction table hidden by default 2020-09-14 11:58:00 -04:00
rijkvanzanten
5b99264cf1 Fix relation nullification on delete 2020-09-11 16:20:17 -04:00
rijkvanzanten
09518f7816 Allow auto-generating o2m collection/field 2020-09-11 15:02:59 -04:00
rijkvanzanten
a3494384c7 Set token expiration in ms 2020-09-10 16:53:26 -04:00
rijkvanzanten
3e72d09f45 Add correct form layout to webhooks 2020-09-10 15:14:04 -04:00
rijkvanzanten
587d325301 Re-init webhooks correclty 2020-09-10 14:44:52 -04:00
rijkvanzanten
7752af6297 Merge branch 'main' into webhooks 2020-09-10 14:15:30 -04:00
rijkvanzanten
68e05a208a Add csv special type, return type based on special flag 2020-09-10 14:14:24 -04:00
rijkvanzanten
9546dbb834 Dynamically register / fire webhooks 2020-09-10 14:00:28 -04:00
rijkvanzanten
a046af7a5c Emit item crud 2020-09-10 13:47:02 -04:00
rijkvanzanten
be3c414b05 Return validation errors 2020-09-09 15:17:28 -04:00
rijkvanzanten
a8552abc23 Treat sanitizedquery as frozen 2020-09-08 18:54:18 -04:00
rijkvanzanten
b19ffd960b Add response middleware and cache 2020-09-08 18:28:23 -04:00
rijkvanzanten
8b97c6d818 Clear middleware/service (temp) 2020-09-08 17:09:15 -04:00
rijkvanzanten
9643b86dc5 Merge branch 'main' into feature-redis-cache 2020-09-08 16:57:15 -04:00
rijkvanzanten
9f3e12f8f2 Run prettier 2020-09-08 16:03:38 -04:00
rijkvanzanten
7f1f105349 Merge branch 'main' into feature-rate-limiting 2020-09-08 12:31:57 -04:00
rijkvanzanten
7554366f6f Show warning icon for no-meta collections/fields 2020-09-03 14:56:31 -04:00
rijkvanzanten
883a322ba8 Create meta row if it doesn't exist yet on update field 2020-09-02 18:39:50 -04:00
rijkvanzanten
46f1969448 Allow permissions variables in filter query param 2020-09-02 18:31:01 -04:00
rijkvanzanten
38e1cf4a55 Add permission variables support 2020-09-02 18:20:02 -04:00
kukulaka
2c63941a72 Merge branch 'main' into feature-redis-cache 2020-09-02 23:09:17 +01:00
rijkvanzanten
9d30b17a73 Fix limit / nested query
Fixes #168, fixes #179
2020-09-02 16:47:43 -04:00
rijkvanzanten
e4f8b16717 Add password reset flow 2020-09-01 15:58:12 -04:00
rijkvanzanten
17c7308f35 Show new server info in app 2020-09-01 13:37:52 -04:00
rijkvanzanten
d7d3de86d2 Add server service, update returned info 2020-09-01 13:08:52 -04:00
rijkvanzanten
f03e4dfd9d Delete related m2o when deleting collection that holds o2m 2020-08-31 19:37:18 -04:00
rijkvanzanten
6fc7bb98f1 Add relationship cascading on collection deletion 2020-08-31 19:35:24 -04:00
rijkvanzanten
56ba0eec64 Various relational updates 2020-08-31 19:22:25 -04:00
rijkvanzanten
4b1fae8d0f Fix deletion of collection that has custom permissions 2020-08-31 17:43:33 -04:00
rijkvanzanten
e10c288920 Add error alert on delete / soft delete from browse 2020-08-31 15:04:36 -04:00
rijkvanzanten
d8ae3b9a8d Finish soft delete 2020-08-31 12:30:19 -04:00