]> git.wh0rd.org - tt-rss.git/commit
deprecate encrypted feed passwords because mcrypt is getting removed from php 7.1
authorAndrew Dolgov <noreply@fakecake.org>
Sat, 7 Jan 2017 11:25:46 +0000 (14:25 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Sat, 7 Jan 2017 11:25:46 +0000 (14:25 +0300)
commit17a8e61d2ae9e938aaf60292666b6ccf5cb09067
treeb6ddea4e4bb7cef4bcd2c4185fc63d8b78c8cbf4
parent370fe2bdcdb9042310d0d86fe10b78174a7d1cf1
deprecate encrypted feed passwords because mcrypt is getting removed from php 7.1

1. transparent decryption for existing installs stays for the time being
2. new passwords are not going to be encrypted even if FEED_CRYPT_KEY is defined
3. added update.php --decrypt-feeds to bulk decrypt existing encrypted passwords
4. updated install to not auto-generate crypt key
5. added warning to config.php-dist
classes/pref/feeds.php
config.php-dist
include/crypt.php
include/functions.php
include/rssfuncs.php
install/index.php
update.php