From 7c3696d76606c4db08c7194691c14f81a537f97e Mon Sep 17 00:00:00 2001 From: Rijk van Zanten Date: Tue, 1 Sep 2020 16:22:55 -0400 Subject: [PATCH 1/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4eb23a3895..c8f2fc8b62 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,7 @@ Directus is a real-time API and App dashboard for managing SQL database content. This is *pre-release* software, therefore migrations will not be provided, breaking changes may occur at any time, and certain features might be missing or broken. You can follow along with [the issue tracker](https://github.com/directus/next/issues) for an in-depth list of upcoming enhancements, with the following notable features still under development: - [ ] GraphQL Endpoint -- [ ] App Permissions +- [x] App Permissions - [ ] MS SQL Support - [ ] OracleDB Support - [ ] Webhooks From ef9c60c379a0b33fb7fdd04873fd99838a0c21aa Mon Sep 17 00:00:00 2001 From: Ben Haynes Date: Tue, 1 Sep 2020 17:11:27 -0400 Subject: [PATCH 2/2] add download action button to file detail --- app/src/modules/files/routes/detail.vue | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/app/src/modules/files/routes/detail.vue b/app/src/modules/files/routes/detail.vue index dc659b0907..dd3a50464d 100644 --- a/app/src/modules/files/routes/detail.vue +++ b/app/src/modules/files/routes/detail.vue @@ -83,6 +83,16 @@ + + + +