]> git.p6c8.net - jirafeau_project.git/blobdiff - README.md
Jirafeau version 4.0.0
[jirafeau_project.git] / README.md
index b77e1b8c356bccf7198a85ce213c5d3fbf84913d..db4bbcaf589a1e43ac7021f3edf56ef0a66d827e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -152,6 +152,7 @@ An other obvious basic security is to let access users to the site by HTTPS (mak
 
 Data encryption can be activated in options. This feature makes the server encrypt data and send the decryt key to the user (inside download URL).
 The decrypt key is not stored on the server so if you loose an url, you won't be able to retrieve file content.
+Encryption is configured to use AES256 in OFB mode.
 In case of security troubles on the server, attacker won't be able to access files.
 
 By activating this feature, you have to be aware of few things:
@@ -431,3 +432,12 @@ The very first version of Jirafeau after the fork of Jyraphe.
 - Docker fix
 - Advertise javascript license for LibreJS compatibility
 - other minor fixes
+
+## Version 4.0.0
+
+- Removed plain-text password support for admin auth (breaking change). Update `admin_password` option using `echo -n MyNewPassw0rd | sha256sum` command.
+- Default folder sub-division to 8 characters (breaking change).
+- New option `upload_ip_nopassword` to allow a list of IP to access Jirafeau without password
+- Bugfix with LibreJS
+- Other minor bug fixes
+- More languages supported

patrick-canterino.de