pics/models
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
..
Asset.php Fix recounting not working on non-album tags. 2019-09-29 14:20:59 +02:00
AssetIterator.php Backport asynchronous thumbnail generation from Kabuki. 2017-12-20 14:51:23 +01:00
Authentication.php Allow resetting password through email. 2017-11-09 17:00:34 +01:00
Cache.php Initial commit. 2017-11-09 17:00:22 +01:00
Database.php Refactor leftover old-style arrays into new-style arrays. 2019-09-29 14:47:56 +02:00
Dispatcher.php Invoke Dispatcher::kickGuest from Session for invalid sessions. 2020-03-11 22:38:15 +01:00
EXIF.php Initial commit. 2017-11-09 17:00:22 +01:00
Email.php Makes the Reply-To header e-mail address configurable. 2018-02-03 20:58:00 +01:00
ErrorHandler.php Allow resetting password through email. 2017-11-09 17:00:34 +01:00
ErrorLog.php Initial commit. 2017-11-09 17:00:22 +01:00
Form.php Fixes an error related to using continue within a loop. 2019-03-08 19:52:01 +00:00
GenericTable.php Refactor leftover old-style arrays into new-style arrays. 2019-09-29 14:47:56 +02:00
Guest.php Initial commit. 2017-11-09 17:00:22 +01:00
Image.php Remove unused 'best color' algorithm. 2019-09-29 14:18:59 +02:00
Member.php Fix IPv4-only remnant. 2017-11-09 17:00:35 +01:00
NotAllowedException.php Initial commit. 2017-11-09 17:00:22 +01:00
NotFoundException.php Initial commit. 2017-11-09 17:00:22 +01:00
PageIndex.php Merges from upstream Kabuki. 2017-11-09 17:00:36 +01:00
PhotoMosaic.php Glob portraits for small 4x4 tiles as well. 2017-11-09 17:00:34 +01:00
Registry.php Initial commit. 2017-11-09 17:00:22 +01:00
Session.php Invoke Dispatcher::kickGuest from Session for invalid sessions. 2020-03-11 22:38:15 +01:00
Setting.php Initial commit. 2017-11-09 17:00:22 +01:00
Tag.php Link tags after adding them through autosuggest. 2019-03-09 13:22:32 +01:00
Thumbnail.php When generating thumbnails, infer width properly when null is passed. 2018-02-03 20:14:40 +01:00
User.php Initial commit. 2017-11-09 17:00:22 +01:00
UserFacingException.php Allow resetting password through email. 2017-11-09 17:00:34 +01:00