Commit Graph

188 Commits

Author SHA1 Message Date
rijkvanzanten
137fba838d Fix conceal on user 2020-11-12 18:22:04 -05:00
rijkvanzanten
982fa6aded Cast permissions validation as json
Should fix #965
2020-11-12 10:57:55 -05:00
rijkvanzanten
cd2ebfdf8b Set to NULL instead of DEFAULT
Fixes #915
2020-11-11 08:52:12 -05:00
rijkvanzanten
8cbdfb409b Use prefetched schema info 2020-11-09 17:13:48 -05:00
rijkvanzanten
528112314d Remove outdated tests, fix imports 2020-11-09 12:29:01 -05:00
rijkvanzanten
ad56b8b556 Rename schema to specs, add schema package 2020-11-09 11:19:03 -05:00
rijkvanzanten
ee5211ce02 Fix nesting parent item recursively
Fixes #906
2020-11-06 14:15:26 -05:00
rijkvanzanten
dd4db04066 Change webhook url from varchar to text
Fixes #881
2020-11-05 16:10:04 -05:00
rijkvanzanten
1c7b0d9425 Update system key constraints
Fixes #790, fixes #885
2020-11-05 11:59:01 -05:00
rijkvanzanten
b02c2d85d5 Add more descriptive error on startup on empty DB 2020-11-04 17:28:29 -05:00
rijkvanzanten
a30da7e4c0 Update primary key checks for new versino of schema inspector 2020-11-04 15:18:45 -05:00
rijkvanzanten
f1289a66dc Use csv of strings for permissions fields 2020-11-04 11:31:04 -05:00
rijkvanzanten
3a620fe1f8 Fix migrations reading .ts files 2020-10-30 15:50:00 -04:00
rijkvanzanten
1b0d381161 Fix seeder data, run migrations on install through cli 2020-10-30 11:52:16 -04:00
rijkvanzanten
fa866c39df Remove unneeded migrations 2020-10-29 16:03:35 -04:00
rijkvanzanten
d8339ae70d Merge branch 'main' into assets 2020-10-29 16:03:04 -04:00
rijkvanzanten
d21dfa74ba Add system fields for all collections 2020-10-29 15:42:26 -04:00
rijkvanzanten
9c04c92aa4 Add system flag to system rows 2020-10-29 14:51:05 -04:00
rijkvanzanten
f82b80c292 Stringify nested json 2020-10-29 14:26:59 -04:00
rijkvanzanten
b54f9a9ab1 Add defaults to migrations 2020-10-29 14:22:22 -04:00
rijkvanzanten
bcb4041ff9 Add migrations 2020-10-29 14:05:36 -04:00
rijkvanzanten
0f729a5d6b Move preview defaults to app 2020-10-29 13:39:39 -04:00
rijkvanzanten
d3ca132fad Move system relations out of db 2020-10-29 13:29:07 -04:00
rijkvanzanten
ee9baf02c0 Move system fields out of DB 2020-10-29 13:06:37 -04:00
rijkvanzanten
3bf7f6e6a8 Add migration for removing FK constraint to collections 2020-10-28 17:30:09 -04:00
rijkvanzanten
23fd029687 Move system collection rows out of DB 2020-10-28 16:26:46 -04:00
Nicola Krumschmidt
8b601c5b60 Pass knex instance to applyFilter
This fixes a regression introduced in #786.
When using a SQLite database, items could not be updated any more.
This is due to knex by default only allowing a single connection for
SQLite databases and the item update operation using applyFilter inside
a transaction which tries to use a different knex instance to connect to
the database.
2020-10-28 00:33:53 +01:00
rijkvanzanten
3d08409290 Merge branch 'main' into assets 2020-10-26 19:44:50 +01:00
rijkvanzanten
b4f82efcee Return project branding in /server/info endpoint at all times 2020-10-26 18:52:51 +01:00
Nicola Krumschmidt
3052b850ef Remove field.meta.required property 2020-10-22 18:52:45 +02:00
Nicola Krumschmidt
151df2b63c Make Storage Asset Presets options required 2020-10-22 18:50:06 +02:00
rijkvanzanten
f583fae41a Allow setting now() as default value
Fixes #742
2020-10-21 13:28:33 +02:00
rijkvanzanten
51c2eb0af9 Set default value for modified on column
Fixes #716
2020-10-21 13:06:36 +02:00
rijkvanzanten
b529134e4b Add migration for setting change 2020-10-20 16:41:31 -04:00
rijkvanzanten
ad14563651 Merge branch 'main' into assets 2020-10-20 16:30:28 -04:00
e01
d776bb826d Use withoutEnlargement for more consistency 2020-10-19 20:56:14 +03:00
rijkvanzanten
6c0afa9651 Add userName util function to render user's name 2020-10-19 13:31:44 -04:00
rijkvanzanten
5c9769dc33 Merge branch 'main' into assets 2020-10-19 12:48:27 -04:00
rijkvanzanten
4d8ba0ad93 Fix datetime interface name 2020-10-19 10:19:56 -04:00
e01
4ef8cac28e Assets improvements 2020-10-18 18:58:32 +03:00
rijkvanzanten
387571f745 Fix sort values of user detail page 2020-10-15 18:00:37 -04:00
rijkvanzanten
592ab925db Add toArray util 2020-10-15 18:00:27 -04:00
rijkvanzanten
7185cd48cb Allow searchPath / connection string in PG
Fixes #676
2020-10-15 17:44:50 -04:00
rijkvanzanten
c116f90d7a Remove timezone field from directus_users
Fixes #42
2020-10-15 17:38:06 -04:00
rijkvanzanten
e5152fca6d Add missing relation seeds 2020-10-15 10:34:13 -04:00
rijkvanzanten
7f23159760 Default new users to active status 2020-10-15 10:26:28 -04:00
rijkvanzanten
121e200a11 Use csv type for ip access 2020-10-13 15:49:52 -04:00
rijkvanzanten
1c405000fc Add custom css field to settings 2020-10-13 15:24:16 -04:00
rijkvanzanten
773edc6e6e Use boolean flag for webhooks "data" field
Fixes #614
2020-10-12 17:25:06 -04:00
rijkvanzanten
8afe2ee0c9 Fix m2o not nesting pk correctly 2020-10-12 16:03:26 -04:00