Commit Graph

1133 Commits

Author SHA1 Message Date
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
rijkvanzanten
12c61b54da v9.0.0-rc.2 2020-10-22 19:54:27 +02:00
Rijk van Zanten
ff9f8a9914 Merge pull request #713 from directus/file-replace
add ability to replace file
2020-10-22 19:53:29 +02:00
rijkvanzanten
6860daa7bd Add cache buster to cards layout card 2020-10-22 19:47:02 +02:00
rijkvanzanten
0ba006c962 Cleanup file upload 2020-10-22 19:36:21 +02:00
Nicola Krumschmidt
3052b850ef Remove field.meta.required property 2020-10-22 18:52:45 +02:00
Nicola Krumschmidt
eab54e1183 Make the status system field required 2020-10-22 16:55:52 +02:00
rijkvanzanten
50e00f39b6 Merge branch 'main' into relational-sort 2020-10-21 19:30:25 +02:00
Rijk van Zanten
69e8c0aeb3 Merge pull request #731 from directus/user-invite
Add user invitation
2020-10-21 13:28:43 -04:00
rijkvanzanten
862726e2cb Fix typing thingy 2020-10-21 19:28:20 +02:00
rijkvanzanten
23166925b8 Only show user invite button if user can create users 2020-10-21 19:26:02 +02:00
Nitwel
d71acbb9f3 rename option 2020-10-21 18:48:24 +02:00
Nitwel
bfe7f59182 fix repeater open on load and add name option 2020-10-21 13:41:09 +02:00
Nitwel
fb755efc4e fix ts errors 2020-10-21 09:51:34 +02:00
rijkvanzanten
40377b341d Normalize filenames on upload
Closes #687
2020-10-20 20:18:16 -04:00
rijkvanzanten
b98499b140 Fix item loading on first open 2020-10-20 16:42:09 -04:00
rijkvanzanten
a84f40c45f Fix typing of timeout 2020-10-20 16:25:53 -04:00
rijkvanzanten
3879ae6969 Make sure to not double-fetch on collection change
Fixes #532
2020-10-20 16:17:17 -04:00
Nitwel
bd1f534bf2 Merge branch 'user-invite' of https://github.com/directus/next into user-invite 2020-10-20 22:02:11 +02:00
Nitwel
d58eecf451 clean up code 2020-10-20 22:01:51 +02:00
rijkvanzanten
5b9ccad5d6 Rename translation, cleanup codestyle 2020-10-20 15:26:57 -04:00
rijkvanzanten
1ca5e68c5d Merge branch 'main' into user-invite 2020-10-20 15:24:25 -04:00
rijkvanzanten
413c8bab64 Merge branch 'main' into file-replace 2020-10-20 15:19:36 -04:00
Nitwel
adf5b593b0 fix cloning of a field 2020-10-20 17:14:02 +02:00
Rijk van Zanten
dd09dfb33e Merge pull request #734 from directus/format-datetime
Allow for custom formats
2020-10-20 10:55:36 -04:00
Nitwel
dd5ea08c8c change form-grid spacing 2020-10-20 16:03:37 +02:00
Nitwel
31dfcd5370 fix type-label spacing 2020-10-20 16:01:15 +02:00
Nitwel
00823c9eb4 make long time longer 2020-10-20 15:56:34 +02:00
rijkvanzanten
8a49d34564 v9.0.0-rc.1 2020-10-20 09:49:30 -04:00
Rijk van Zanten
c6ba13be24 Merge pull request #729 from directus/fix-727
Handle case where collectionInfo.meta is null
2020-10-20 09:47:24 -04:00
Nitwel
a50d929f66 change to american time 2020-10-20 15:41:58 +02:00
Nitwel
dbcae8324b allow for custom formats 2020-10-20 13:25:36 +02:00
Nitwel
5167b33430 add user invitation 2020-10-20 12:46:37 +02:00
Nitwel
e3a1d3f9ce allow for relation to the same collection 2020-10-20 10:22:08 +02:00
Nitwel
a00b525095 fix error handling 2020-10-20 09:58:02 +02:00
Nitwel
2deaab67ec fix error handling 2020-10-20 09:56:13 +02:00
Ben Haynes
24da502089 fixes #702 2020-10-19 18:07:34 -04:00
rijkvanzanten
4088cd9308 Fix shortcut on editing comment 2020-10-19 17:10:32 -04:00
rijkvanzanten
ac1ae68683 Remove indicator & icons
Ref #691
2020-10-19 16:51:09 -04:00
rijkvanzanten
fed57e9bc6 Close permissions drawer if permissions row doesn't exist 2020-10-19 15:32:53 -04:00
Nitwel
f11a8715fa Merge branch 'main' into file-replace 2020-10-19 19:53:54 +02:00
Nitwel
80f7ad7755 redo replacing of image 2020-10-19 19:46:24 +02:00
rijkvanzanten
54f19fc5a5 Fix user display not showing email 2020-10-19 13:43:01 -04:00
rijkvanzanten
ffd9fed573 Fix spacing of required star 2020-10-19 13:40:43 -04:00
rijkvanzanten
6c0afa9651 Add userName util function to render user's name 2020-10-19 13:31:44 -04:00
Rijk van Zanten
15ec099a84 Merge pull request #701 from nickrum/field-menu-improvements
Some form field menu improvements
2020-10-19 13:11:20 -04:00
Rijk van Zanten
8a9164dffa Update app/src/components/v-form/form-field-menu.vue 2020-10-19 13:11:09 -04:00
Rijk van Zanten
0e97a53110 Merge pull request #722 from directus/download-view
Add download query param to assets endpoint
2020-10-19 12:46:49 -04:00
rijkvanzanten
0f20f9ea7c Add download query param to assets endpoint 2020-10-19 12:45:10 -04:00
Rijk van Zanten
f0de1e4fa6 Merge pull request #707 from dimitrov-adrian/small-ux-touches
Small UX touches
2020-10-19 12:16:40 -04:00