Commit Graph

1092 Commits

Author SHA1 Message Date
rijkvanzanten
ab557ad8fb Default to collection level display template, add translations interface options
Fixes #838
2020-11-02 10:38:42 -05:00
maartenvn
5db4dff16a Fix incorrect translation for 'collections' for nl-NL 2020-11-02 16:11:13 +01:00
e01
19e9144f6b Add maskable icon supporting android homescreen shapes; Use big splash screens for ios and android; hint browserconfig; change theme color from user theme 2020-10-31 20:42:24 +02:00
rijkvanzanten
cac687859d Fix webpack asset path 2020-10-30 18:37:00 -04:00
rijkvanzanten
708aea6fb6 Allow App to run under subpath 2020-10-30 18:11:55 -04: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
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
1e6ade2413 Fix languages capitalization, add content padding bottom to drawer 2020-10-29 17:29:37 -04:00
rijkvanzanten
e3c5acd636 Remove linters from code interface
Fixes #812
2020-10-29 16:43:59 -04: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
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
0f729a5d6b Move preview defaults to app 2020-10-29 13:39:39 -04:00
maartenvn
419a9cef1e Fix incorrect login settings access 2020-10-29 13:27:55 +01: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
rijkvanzanten
3f8e4378dc Prevent racing conditions in preset saving
Fixes #638
2020-10-26 20:38:11 +01:00
rijkvanzanten
9559497785 Fetch public info from /server/info endpoint
Fixes #784
2020-10-26 19:08:07 +01:00
rijkvanzanten
8a01d9b2de Add server info store 2020-10-26 18:53:08 +01:00
rijkvanzanten
58a6aa3f2f Fix permissions filter on role detail
Fixes #785
2020-10-26 18:39:09 +01:00
rijkvanzanten
9f6d5efbdd Fix user interface 2020-10-26 17:11:14 +01:00
rijkvanzanten
6fac205a2b Pass search query to layout 2020-10-26 15:13:20 +01:00
rijkvanzanten
0dab1cdf90 Add search input to collections drawer 2020-10-26 15:11:12 +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
fc8bdffeee Merge pull request #771 from dimitrov-adrian/wysiwyg-tox-style-tune
Tune the tox style to match better directus themes
2020-10-23 21:45:41 +02:00
e01
81626bcfc2 Tune the tox style to match better directus themes 2020-10-23 19:51:39 +03:00
e01
b00f0f4ddc Fix file upload 2020-10-23 17:04:24 +03:00
Rijk van Zanten
cd133a3264 Merge pull request #761 from directus/fix-755
Fix nested information not loading
2020-10-23 15:47:03 +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
5b44aa1a43 Merge pull request #756 from dimitrov-adrian/icon-interface
Update icons.json for icon interface
2020-10-22 20:09:25 +02:00
rijkvanzanten
ed384571ea Fix missing sortfield in files 2020-10-22 20:03:37 +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
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
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
Nitwel
a9c3443935 fix nested information not loading 2020-10-22 18:13:44 +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