Commit Graph

509 Commits

Author SHA1 Message Date
rijkvanzanten
f1289a66dc Use csv of strings for permissions fields 2020-11-04 11:31:04 -05:00
Nicola Krumschmidt
473111657b Add tooltips to the icons in permissions header 2020-11-04 12:21:28 +01:00
rijkvanzanten
509fb0bc0b Fetch permissions with no limit
Fixes #857
2020-11-03 17:54:54 -05:00
rijkvanzanten
bd388b93d9 Fix type of generated m2m fields
Fixes #861
2020-11-03 16:45:06 -05:00
rijkvanzanten
f2d41590a8 Add relationship when adding user created/updated from new collection
Fixes #855
2020-11-03 16:36:46 -05:00
rijkvanzanten
38c2e239bf Fix isSavable check on item page
Fixes #846
2020-11-03 16:22:01 -05:00
Ben Haynes
a4e858f093 Action button colors for invite user 2020-11-03 16:19:16 -05:00
rijkvanzanten
abadf0956a Use correct display for status in new collection
Fixes #858
2020-11-03 14:41:28 -05:00
rijkvanzanten
6e4159e47b Check for current user/role in app side permissions check
Fixes #817
2020-11-02 16:56:45 -05:00
rijkvanzanten
9a833f00aa Fix wrong prop type 2020-11-02 16:18:52 -05:00
rijkvanzanten
160407b6cf Remove unused broken import 2020-10-30 14:27:29 -04:00
rijkvanzanten
39e70db7db Fix note not showing up on collection overview
Fixes #816
2020-10-30 09:52:28 -04:00
rijkvanzanten
817cd9d63a Fix mounting path of custom modules
Fixes #808
2020-10-29 17:57:29 -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
527a911b77 Change language on save instead of on restart 2020-10-28 13:52:38 -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
58a6aa3f2f Fix permissions filter on role detail
Fixes #785
2020-10-26 18:39:09 +01:00
rijkvanzanten
ca297dda3a Check for default values 2020-10-26 11:14:35 +01:00
rijkvanzanten
84939b4d54 Merge branch 'main' into save-new-fix 2020-10-26 10:47:35 +01:00
Nitwel
d7f2ab11fd Add localType to interfaces 2020-10-24 12:47:11 +02:00
Rijk van Zanten
a8d4ba55c1 Merge pull request #762 from directus/fix-750
Replace `replaceAll` with `replace`
2020-10-22 20:18:12 +02:00
Rijk van Zanten
22d1a61cd7 Merge pull request #757 from nickrum/leave-dialog-fix
Call navigation guard in item route component
2020-10-22 20:12:48 +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
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
Nicola Krumschmidt
3052b850ef Remove field.meta.required property 2020-10-22 18:52:45 +02:00
Nitwel
4c5c8cc629 replace replaceAll with replace 2020-10-22 18:22:21 +02:00
Nicola Krumschmidt
f17dbd4e25 Use hasEdits computed inside navigation guard 2020-10-22 18:20:54 +02:00
Nicola Krumschmidt
53d3ff860e Enable save options for new items 2020-10-22 18:03:07 +02:00
Nicola Krumschmidt
eab54e1183 Make the status system field required 2020-10-22 16:55:52 +02:00
Nicola Krumschmidt
c5742b6557 Call navigation guard in item route component
This fixes the Unsaved Changes dialog not showing up except for
singleton collections.
2020-10-22 16:12:14 +02: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
fb755efc4e fix ts errors 2020-10-21 09:51:34 +02: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
Nitwel
5167b33430 add user invitation 2020-10-20 12:46:37 +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
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
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
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
rijkvanzanten
34595fe344 Add required indicator to field select 2020-10-19 10:48:54 -04:00