rijkvanzanten
e5d70ebde2
Fix nested m2m updates
...
Fixes #849
2020-11-03 17:51:16 -05:00
rijkvanzanten
39d9b34248
Fix default value check
...
Fixes #854
2020-11-03 15:39:49 -05:00
Ben Haynes
ee4f3df78a
fixes #866
2020-11-03 12:24:33 -05:00
Rijk van Zanten
5e8272c698
Merge pull request #863 from maartenvn/fix/email-button
...
Use inline-block instead of inline-flex for GMail support
2020-11-03 16:01:17 +01:00
maartenvn
b5d8cab3f1
Use inline-block instead of inline-flex for GMail support
2020-11-03 15:56:46 +01:00
rijkvanzanten
99557a0e14
v9.0.0-rc.5
2020-11-02 16:58:52 -05:00
rijkvanzanten
a11e2800b6
Fix permissions not using preset variables
2020-11-02 16:19:05 -05:00
rijkvanzanten
874ae7a334
Update knex-schema-inspector
2020-11-02 12:42:04 -05:00
maartenvn
e5438be3fe
Use same button style as Directus for emails
2020-11-02 17:29:41 +01:00
Rijk van Zanten
70334511ad
Merge pull request #845 from dimitrov-adrian/main
...
Fix _ncontains typo
2020-11-02 15:44:01 +01:00
e01
84f902bfac
Fix _ncontains typo
2020-11-02 16:39:56 +02:00
maartenvn
7845814629
Cleanup & white-label the email templates
2020-11-02 13:40:50 +01:00
maartenvn
54161c0c72
Make PUBLIC_URL end-slash insensitive
2020-10-31 11:23:28 +01:00
maartenvn
6d38ddab76
Redirect to admin URL using relative URL
2020-10-31 11:22:32 +01:00
rijkvanzanten
9a38fdea5e
Fix redirect from / in api
2020-10-30 19:04:31 -04:00
rijkvanzanten
e3a60b4bfa
v9.0.0-rc.4
2020-10-30 18:44:18 -04:00
rijkvanzanten
91cf8bdfc8
Fix redirect to admin for subpaths
2020-10-30 18:33:41 -04:00
rijkvanzanten
98a515178d
Add index.js file as default entry to lib
2020-10-30 18:33:32 -04:00
rijkvanzanten
4d05ecfef4
Return express app by default for easier importing
2020-10-30 18:15:42 -04:00
rijkvanzanten
708aea6fb6
Allow App to run under subpath
2020-10-30 18:11:55 -04: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
cd920fde51
Add server ping to GraphQL
...
Fixes #801 , ref #501
2020-10-29 18:12:20 -04:00
rijkvanzanten
1a847d04f9
Fix singleton fetching in gql on non-PG
...
Fixes #769
2020-10-29 17:38:48 -04:00
rijkvanzanten
fdb0572cd5
Always install DB driver
...
Fixes #802
2020-10-29 17:03:53 -04:00
rijkvanzanten
13c4e7a49c
Prevent maximum callstack error on wrong filter
...
Ref #805
2020-10-29 17:02:13 -04:00
rijkvanzanten
fa448c23d0
Remove double limit -1 check
...
Fixes #806
2020-10-29 16:34:37 -04:00
rijkvanzanten
9c07afbc86
Use settings singleton in server info endpoint
2020-10-29 16:14:50 -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
cfae98eb22
Merge branch 'main' into system-rows
2020-10-29 15:45:30 -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
1743c2523d
Fix double casting of field meta values
2020-10-29 14:48:57 -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
6b345193c1
v9.0.0-rc.3
2020-10-28 17:34:49 -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
rijkvanzanten
53fb7a099a
Fix validation error on empty permissions
...
Fixes #791 (maybe)
2020-10-28 15:01:38 -04:00
Rijk van Zanten
0a8017d4a5
Merge pull request #795 from nickrum/sqlite-update-fix
...
Pass knex instance to applyFilter
2020-10-28 12:38:55 +01:00
Rijk van Zanten
4d20c471d5
Merge pull request #794 from dimitrov-adrian/fix-asset-dot-extension
...
Fix asset .ext in stored filenames
2020-10-28 12:38:02 +01: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
e01
84f2188d1d
Fix .ext in assets
2020-10-27 18:45:10 +02:00
Rijk van Zanten
e61429fc66
Merge pull request #775 from apstanisic/items-service-generics
...
Add generics for ItemsService
2020-10-27 10:51:58 +01:00
Aleksandar Stanisic
c30a5fcb0c
Simplify generics
2020-10-26 21:32:04 +01:00