Privacy/GDPR friendly version (removed: Social, Gravatar, Facebook, Google, Twitter, DropBox, OwnCloud)

Also removed: POP3, OAuth2 and update feature
Added: admin password_hash/password_verify
Requires: PHP 7.3+
Replaced: CRLF with LF
Replaced: pclZip with ZipArchive
This commit is contained in:
djmaze 2020-03-09 17:04:17 +01:00
parent 15ceddc202
commit 2cada68f41
293 changed files with 23728 additions and 85420 deletions

View file

@ -27,3 +27,16 @@ Information about installing the product, check the [documentation page](http://
http://www.gnu.org/licenses/agpl-3.0.html
Copyright (c) 2019 Rainloop Team
## Modifications
This fork has modifications for:
* Privacy/GDPR friendly (no: Social, Gravatar, Facebook, Google, Twitter, DropBox, OwnCloud)
* Admin uses password_hash/password_verify
* No POP3 and OAuth
* PHP 7.3+ required
* PHP mbstring extension required
* CRLF => LF line endings
* replaced pclZip with ZipArchive
* no BackwardCapability