Commit Graph

277 Commits

Author SHA1 Message Date
rijkvanzanten
b846cc1c5e wip 2020-10-09 16:48:20 -04:00
rijkvanzanten
d33d877d02 Merge branch 'main' into many-to-any 2020-10-09 15:58:43 -04:00
rijkvanzanten
c140870e90 Use related PK 2020-10-09 15:53:46 -04:00
rijkvanzanten
b0ba488395 Merge main 2020-10-09 15:46:04 -04:00
rijkvanzanten
71dcbc34b7 Return primary keys if no explicit fields are requested 2020-10-09 15:27:55 -04:00
rijkvanzanten
5dba15082f Handle non-o2m cases 2020-10-09 13:13:49 -04:00
rijkvanzanten
34323d48fc Add one_collection_field / one_allowed_collections columns to relations 2020-10-09 13:07:15 -04:00
rijkvanzanten
5b91bc3577 Rework nested ast typings to nodes 2020-10-09 13:07:15 -04:00
Nitwel
7753b79f02 add headerPlaceholder prop to repeater 2020-10-09 18:42:42 +02:00
Nitwel
447c59ce2d clean code 2020-10-09 14:05:00 +02:00
Nitwel
fb756f75f4 support unnamed collection navigations and fix repeater naming 2020-10-08 11:35:06 +02:00
Nitwel
a5e59d050e add displays 2020-10-08 10:39:46 +02:00
Nitwel
c2751a630b add displays for hidden fields 2020-10-08 10:38:30 +02:00
Nicola Krumschmidt
b824b9fa10 Add relation between presets and roles to seeds
This fixes the presets and bookmarks browse view showing All instead of
the role if the scope is set to a role.
2020-10-08 02:16:15 +02:00
Ben Haynes
157878b387 fixes #487 2020-10-07 17:25:37 -04:00
Nitwel
6aab9a76eb add modified_by 2020-10-07 19:10:16 +02:00
Nitwel
7b257cd038 add modified_on to files 2020-10-07 18:51:23 +02:00
Ben Haynes
6cb496492c Fix activity action display 2020-10-06 16:19:18 -04:00
rijkvanzanten
746e4de41a Set proper default browse preset for roles
Fixes #525
2020-10-05 17:35:52 -04:00
rijkvanzanten
bf76244ba7 Various system schema name changes
Fixes #482
2020-10-02 17:43:58 -04:00
rijkvanzanten
28dbdce04e Nest items in items key 2020-10-02 10:34:48 -04:00
rijkvanzanten
b52e0431b8 Cleanup webhooks
Fixes #393
2020-09-30 16:40:46 -04:00
rijkvanzanten
1d6c00bb1d Fix API returning empty object for nested null m2o
Fixes #432
2020-09-29 11:51:34 -04:00
rijkvanzanten
a5ff0a40c0 Add support for dot notation in filter parameter
Fixes #176
2020-09-25 12:40:52 -04: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
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
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
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
658b30197f Fix unique flag on directus users 2020-09-23 13:38:51 -04:00
rijkvanzanten
85ca7b5d17 Run prettier 2020-09-22 16:11:28 -04:00
rijkvanzanten
48fca55651 Restructure exports for services 2020-09-22 13:16:14 -04:00
rijkvanzanten
ff83f17b4d Add system icons
Closes #385
2020-09-21 17:13:38 -04:00
rijkvanzanten
b009fa86b1 Remove misc divider from settings
Fixes #378
2020-09-21 12:19:58 -04:00
kukulaka
6d815b64db amended collections def so field length is 64 chars 2020-09-21 16:56:14 +01:00
rijkvanzanten
98ea2bcbb1 Remove auth idle timeout from settings
Fixes #313
2020-09-18 15:28:17 -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
075d62515c Fix defaults extraction in sqlite 2020-09-18 10:02:17 -04:00
rijkvanzanten
a409b9cb9a Add database install / migrate commands 2020-09-17 17:25:56 -04:00
rijkvanzanten
9ffc056bd3 Restructure seeds, add database install cli command 2020-09-17 16:19:09 -04:00
rijkvanzanten
e8b842297c Move telemetry flag to env 2020-09-17 11:55:45 -04:00
rijkvanzanten
b8eff4c788 Use CSV for special, add on create / on update for fields 2020-09-15 17:31:37 -04:00
rijkvanzanten
7b46d412c5 Allow role to be nullified 2020-09-15 16:11:54 -04:00