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
rijkvanzanten
8401c4cdbc
Fix typing of toArray helper
2020-10-26 20:23:20 +01:00
rijkvanzanten
3d08409290
Merge branch 'main' into assets
2020-10-26 19:44:50 +01:00
rijkvanzanten
91bfcb875f
Don't auto convert , to arrays in env
...
Fixes #782
2020-10-26 19:38:36 +01:00
rijkvanzanten
005200ef0d
Add subject to invite/pw reset email
...
Fixes #783
2020-10-26 19:14:08 +01:00
rijkvanzanten
9559497785
Fetch public info from /server/info endpoint
...
Fixes #784
2020-10-26 19:08:07 +01:00
Aleksandar Stanisic
9130c1b0b8
Add types to readSingleton
2020-10-26 18:52:52 +01:00
rijkvanzanten
b4f82efcee
Return project branding in /server/info endpoint at all times
2020-10-26 18:52:51 +01:00
Aleksandar Stanisic
498233c09a
Add generics per method
2020-10-26 18:38:33 +01:00
rijkvanzanten
c49e1b0279
Extract adding joins to separate function
2020-10-26 18:33:38 +01:00
rijkvanzanten
8ecb8da3ab
Default to _eq for filter
2020-10-26 17:30:27 +01:00
rijkvanzanten
b36d2944c7
Merge branch 'main' into joins
2020-10-26 16:57:23 +01:00
rijkvanzanten
d1bb2c6046
Fix relational fetching in graphql endpoint
...
Fixes #769
2020-10-26 11:51:14 +01:00
rijkvanzanten
dae2ca530f
Fix type casting in authorization service
...
Fixes #776
2020-10-26 11:30:21 +01:00
Aleksandar Stanisic
6d262539ca
Add generics for ItemsService
2020-10-24 21:34:00 +02:00
Rijk van Zanten
9894de96cf
Merge pull request #758 from nickrum/status-required-improvement
...
Remove outdated required field property
2020-10-22 19:56:02 +02:00