Album software van pics.hashru.nl
Go to file
Aaron van Geffen a208c0482f Invoke Dispatcher::kickGuest from Session for invalid sessions.
Previously, a NotAllowedException would be thrown if an invalid session
was encountered. However, these exceptions were not caught, and hence
would yield a fatal uncaught exception error.

At this point in Kabuki, the ErrorHandler class has not been registered yet
for error handling purposes. This error is therefore not visible if the PHP
ini directive 'display_errors' is set to 'Off'. As this is the default
production value, the script would fail with a blank page in such cases.
2020-03-11 22:38:15 +01:00
controllers Use $_SESSION['current_export'] to prevent simultaneous exports. 2020-03-11 18:57:31 +01:00
models Invoke Dispatcher::kickGuest from Session for invalid sessions. 2020-03-11 22:38:15 +01:00
public Invoke Dispatcher::kickGuest from Session for invalid sessions. 2020-03-11 22:38:15 +01:00
templates Fix tag suggestions. 2020-02-25 13:31:30 +01:00
.gitattributes Initial commit. 2017-11-09 17:00:22 +01:00
.gitignore Initial commit. 2017-11-09 17:00:22 +01:00
README Initial commit. 2017-11-09 17:00:22 +01:00
TODO.md Implement basic tag management. 2017-11-09 17:00:36 +01:00
app.php Re-enable custom error handler. 2017-11-09 17:00:35 +01:00
composer.json Initial commit. 2017-11-09 17:00:22 +01:00
config.php.dist Fixes the template config for new websites 2018-06-30 17:02:03 +00:00
import_albums.php More hashes to get rid of. 2017-11-09 17:00:34 +01:00
import_postprocess.sh Fix rotation through exiftool after importing. 2017-11-09 17:00:34 +01:00
migrate_thumbs.php Backport asynchronous thumbnail generation from Kabuki. 2017-12-20 14:51:23 +01:00
server Process login_url properly. 2017-11-09 17:00:35 +01:00

README

This marks the development repository for the HashRU website.