Skip to content

Releases: Cacodaimon/CacoCloud

Big security update with improved favicon handling

16 Feb 21:14
Compare
Choose a tag to compare

The password manager component has some security improvements like generating random numbers using OpenSLL if available and using a more secure password hashing algorithm.

It is recommended to run the following cli tool to update the server key for all password:

php cli/run_cli.php --cli=Caco\\Password\\CLI\\ChangeServerKey -f YOUR_OLD_KEY -t A_NEW_KEY

All icons gets stored in the sqlite database now, for importing the favicon files run the following script when upgrading from a previous version:

php cli/run_cli.php --cli=Caco\\Upgrade\\CLI\\From2To3

Fixed installer

11 Jan 23:51
Compare
Choose a tag to compare

The installer works now with relative paths, which allows using the installer in environments where the public/ folder is not the document root.