Commit Graph

3206 Commits

Author SHA1 Message Date
rijkvanzanten
e3a60b4bfa v9.0.0-rc.4 v9.0.0-rc.4 2020-10-30 18:44:18 -04:00
Rijk van Zanten
aaa6ce525b Merge pull request #823 from directus/subpaths
Allow App to run under subpath
2020-10-30 23:37:25 +01:00
rijkvanzanten
cac687859d Fix webpack asset path 2020-10-30 18:37:00 -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
160407b6cf Remove unused broken import 2020-10-30 14:27:29 -04:00
Rijk van Zanten
0984d4f9c7 Merge pull request #818 from juancarlosjr97/patch-1
Updating environment variable documentation
2020-10-30 19:02:38 +01:00
JuanCarlosJr97
31fe464112 Updating environment variable documentation
Adding a variation of `postgres` as the Directus accepts as `DB_CLIENT` `pg` and `postgres
2020-10-30 17:07:03 +00:00
rijkvanzanten
1b0d381161 Fix seeder data, run migrations on install through cli 2020-10-30 11:52:16 -04:00
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