Loading
Commits on Source 28
-
Jérôme Jutteau authored
This is a cleaner way to upload files and also prepare for #311. Signed-off-by:Jerome Jutteau <jerome@jutteau.fr>
-
Jérôme Jutteau authored
Signed-off-by:Jerome Jutteau <jerome@jutteau.fr>
-
Jérôme Jutteau authored
Update to php-cs-fixer which supports php >7.4 and >8.1. Removed unsupported versions closes #320 Signed-off-by:Jerome Jutteau <jerome@jutteau.fr>
-
Gorden Wunderlich authored
-
-
-
-
-
Mathis Mensing authored
-
Andrea Zucchelli authored
-
-
Add the generic meta viewport tag, to support responsive themes. Refs #328
-
Jack Footner authored
-
Jack Footner authored
-
Fixed the Docker image TITLE option and added a DARK_STYLE option. Changes made to docker_config.php and the docker README
-
-
Patrick Canterino authored
Changes: - Encryption using Sodium - Key is generated using random_bytes() (cryptographically secure) - Encryption is done using a second file, which is renamed after encryption is complete (by using the same file, we would encrypt already encrypted data again) - A file encrypted using Sodium is marked with "C2" in the link file, so we can distinguish them from files encrypted using mcrypt ToDo: - Error checking - Show a warning in the admin interface if Sodium is not available
-
Patrick Canterino authored
-
Patrick Canterino authored
-
Patrick Canterino authored
-
Patrick Canterino authored
-
Patrick Canterino authored
-
Patrick Canterino authored
Previously the decryption code in f.php was a copy of `jirafeau_decrypt_file()`. Now, we let the funtion write to `php://output`. `jirafeau_decrypt_file()` was previously broken because of me doing copy-paste...
-
Patrick Canterino authored
-
Patrick Canterino authored
-
Patrick Canterino authored
Same as with `jirafeau_decrypt_file()` in a previous commit `jirafeau_decrypt_file_legacy()` was also broken, a `mcrypt_generic_init()` was missing
-
Patrick Canterino authored
-