summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-09-23 20:59:21 -0400
committerFrederic Guillot <fred@kanboard.net>2015-09-23 20:59:21 -0400
commit25b9e90ef3b6018f898047be025ad859fcbbd96a (patch)
treee2ad3195735200d7bf092733c8020a1249a22eac /ChangeLog
parent2af45250c46b431823a9bfaa28e393c70fb931d8 (diff)
Do not check anymore data folder permissions
People who are using a remote database (Mysql/Postgresql) and a remote file storage (Aws S3 or similar) don't necessary needs to have a persistent local data folder or to change the permissions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 566f501a..3302fae9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,11 @@ Improvements:
* Add abstract storage layer
* Add abstract cache layer
+Others:
+
+* Data directory permissions are not checked anymore
+* Data directory is not mandatory anymore for people that use a remote database and remote object storage
+
Bug fixes:
* Fix typo in template that prevent the Gitlab OAuth link to be displayed