rijkvanzanten
39e70db7db
Fix note not showing up on collection overview
...
Fixes #816
2020-10-30 09:52:28 -04:00
rijkvanzanten
cd920fde51
Add server ping to GraphQL
...
Fixes #801 , ref #501
2020-10-29 18:12:20 -04:00
rijkvanzanten
817cd9d63a
Fix mounting path of custom modules
...
Fixes #808
2020-10-29 17:57:29 -04:00
Rijk van Zanten
9c409d2a7a
Merge pull request #815 from nickrum/code-save-fix
...
Only emit actual user input in code interface
2020-10-29 22:56:59 +01:00
Nicola Krumschmidt
9853832cdc
Only emit actual user input in code interface
...
Fixes #800
2020-10-29 22:46:51 +01:00
rijkvanzanten
1a847d04f9
Fix singleton fetching in gql on non-PG
...
Fixes #769
2020-10-29 17:38:48 -04:00
rijkvanzanten
1e6ade2413
Fix languages capitalization, add content padding bottom to drawer
2020-10-29 17:29:37 -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
e3c5acd636
Remove linters from code interface
...
Fixes #812
2020-10-29 16:43:59 -04:00
Rijk van Zanten
94b81f0cce
Merge pull request #814 from directus/fix-limit
...
Remove double limit -1 check
2020-10-29 21:35:47 +01:00
rijkvanzanten
fa448c23d0
Remove double limit -1 check
...
Fixes #806
2020-10-29 16:34:37 -04:00
Rijk van Zanten
ab1ef0db2d
Merge pull request #804 from maartenvn/fix/login
...
Fix incorrect login settings access
2020-10-29 21:29:00 +01:00
rijkvanzanten
02fbeefc47
Minor cleanup
2020-10-29 16:28:18 -04:00
rijkvanzanten
3e27fc70bb
Merge branch 'main' into fix/login
2020-10-29 16:18:45 -04:00
Rijk van Zanten
a494d8bc06
Merge pull request #813 from directus/project-info
...
Use settings singleton in server info endpoint
2020-10-29 21:18:11 +01:00
rijkvanzanten
9c07afbc86
Use settings singleton in server info endpoint
2020-10-29 16:14:50 -04:00
Rijk van Zanten
af5a19e934
Merge pull request #787 from directus/assets
...
Assets fixes and improvements.
2020-10-29 21:05:45 +01: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
Rijk van Zanten
65addf4029
Merge pull request #811 from directus/system-rows
...
Remove system rows from DB
2020-10-29 20:46:10 +01: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
ac6d358e4f
Fix loading state of collection detail
2020-10-29 15:16:06 -04:00
rijkvanzanten
3b97a408b4
Disable locked fields on field setup
2020-10-29 15:14:05 -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
Ben Haynes
e47cac02bc
Add items to docs
2020-10-29 14:10:01 -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
maartenvn
419a9cef1e
Fix incorrect login settings access
2020-10-29 13:27:55 +01:00
rijkvanzanten
6b345193c1
v9.0.0-rc.3
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
rijkvanzanten
527a911b77
Change language on save instead of on restart
2020-10-28 13:52:38 -04:00
rijkvanzanten
7f58f86ffb
Don't crash on non-existing translations file
...
Fixes #798
2020-10-28 13:29:11 -04:00
rijkvanzanten
742b8f85a1
Refresh server store on settings save
...
To correctly show newly updated project info
2020-10-28 11:57:41 -04:00
rijkvanzanten
bf0ed45033
Fix non-resized thumbnails in cards layout
...
Fixes #789
2020-10-28 11:49:27 -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
rijkvanzanten
0f5c11535b
Tweaks
2020-10-27 18:13:14 +01:00
rijkvanzanten
2fa92c8c50
Take a first swing at SDK auth
2020-10-27 18:10:22 +01:00
e01
84f2188d1d
Fix .ext in assets
2020-10-27 18:45:10 +02:00
rijkvanzanten
fc2353a9a2
Add password request/reset
2020-10-27 17:35:11 +01:00