X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/53f707de7e2e66d358e1b0b39541255c6e642b64..c8be766d3b3484e19cdcd85b3272c9d596828206:/README.md diff --git a/README.md b/README.md index d442fff..bbaed76 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A demonstration of the latest version is available on [jirafeau.net](http://jira - Optional Password protection (for uploading or downloading) - Time limitation - Option to self-destruct after reading -- Simple language support :gb: :fr: :de: :it: :nl: :ro: :sk: :hu: +- Simple language support :gb: :fr: :de: :it: :nl: :ro: :sk: :hu: :cn: - Small administration interface - File level [Deduplication](http://en.wikipedia.org/wiki/Data_deduplication) for storage optimization - A basic Terms Of Service which can be adapted to your needs @@ -91,13 +91,13 @@ In a next step, encryption will be made by the client (in javascript), see issue ### Can I add a new language in Jirafeau? -Of-course ! Translations are easy to make and no technical knowledge is required. +Of course ! Translations are easy to make and no technical knowledge is required. Simply go to [Jirafeau's Weblate](https://hosted.weblate.org/projects/jirafeau/master/). If you want to add a new language in the list, feel free to contact us or leave a comment in ticket #9. -We would like to thanks to anonymous contributors on weblate. :) +We would like to thank all anonymous contributors on weblate. :) ### How do I upgrade my Jirafeau? @@ -125,7 +125,7 @@ Check documentation of ```upload_password``` and ```upload_ip``` parameters in [ If you have some strange behavior with IE, you may configure [compatibility mode](http://feedback.dominknow.com/knowledgebase/articles/159097-internet-explorer-ie8-ie9-ie10-and-ie11-compat). -Anyway I would recommand you to use another web browser. :) +Anyway I would recommend you to use another web browser. :) ### I found a bug, what should I do? @@ -175,13 +175,13 @@ Just edit ```tos.php``` and configure ```$org``` and ```$contact``` variables. ### What about this file deduplication thing? -Jirafeau use a very simple file level deduplication for storage optimization. +Jirafeau uses a very simple file level deduplication for storage optimization. This mean that if some people upload several times the same file, this will only store one time the file and increment a counter. -If someone use his delete link or an admin cleans expired links, this will decrement the counter corresponding to the file. +If someone use his/her delete link or an admin cleans expired links, this will decrement the counter corresponding to the file. -If the counter falls to zero, the file is destroyed. +When the counter falls to zero, the file is destroyed. ### What is the difference between "delete link" and "delete file and links" in admin interface? @@ -193,3 +193,47 @@ So: ### How to contact someone from Jirafeau? Feel free to create an issue if you found a bug. + +# Release notes + +## Version 1.0 + +The very first version of Jirafeau after the fork of Jyraphe. + +- Security fix +- Keep uploader's ip +- Delete link for each upload +- No more clear text password storage +- Simple langage support +- Add an admin interface +- New Design +- Add term of use +- New path system to manage large number of files +- New option to show a page at download time +- Add option to activate or not preview mode + +## Version 1.1 + +- New skins +- Add optional server side encryption +- Unlimited file size upload using HTML5 file API +- Show speed and estimated time during upload +- A lot of fixes +- A lot of new langages +- Small API to upload files +- Limit access to Jirafeau using IP, mask, passwords +- Manage (some) proxy headers +- Configure your maximal upload size +- Configure file's lifetime durations +- Preview URL +- Get Jirafeau's version in admin interface + +### Update from 1.0 to 1.1 + +1. Backup you Jirafeau installation +2. Block access to Jirafeau +3. Checkout new version using git tag 1.1 +4. With you browser, go to your Jirafeau root page +5. Follow installation wizard, it should propose you the same data folder +6. Add a rewrite rule in your web server configuration to rename file.php to f.php to make old url work again +7. Go in you lib/config.local.php and lib/config.original.php to check new options and eventually change skin to 'courgette'