pics/controllers
Dennis Brentjes 9d10d53d9f Fixes album export by reducing memory usage of the scripts.
Chunks the output buffer to 4kB chunks. This means the Download.php
script will no longer run out of memory when trying to stream a
tar file the output buffer.
2020-02-26 21:41:38 +01:00
..
Download.php Fixes album export by reducing memory usage of the scripts. 2020-02-26 21:41:38 +01:00
EditAlbum.php Allow capitals and slashes in album slugs. 2018-02-19 11:55:39 +01:00
EditAsset.php Allow setting URL slug through admin panel. 2018-02-22 20:07:06 +01:00
EditTag.php Allow capitals in tag slugs. 2018-02-19 11:55:39 +01:00
EditUser.php Initial commit. 2017-11-09 17:00:22 +01:00
GenerateThumbnail.php Backport asynchronous thumbnail generation from Kabuki. 2017-12-20 14:51:23 +01:00
HTMLController.php Initial commit. 2017-11-09 17:00:22 +01:00
JSONController.php Initial commit. 2017-11-09 17:00:22 +01:00
Login.php Process login_url properly. 2017-11-09 17:00:35 +01:00
Logout.php Initial commit. 2017-11-09 17:00:22 +01:00
ManageAlbums.php Implement basic album management. 2017-11-09 17:00:36 +01:00
ManageErrors.php Merges from upstream Kabuki. 2017-11-09 17:00:36 +01:00
ManageTags.php Fixes sorting on Tag Id in the ManageTags View. 2018-03-15 21:42:30 +01:00
ManageUsers.php Merges from upstream Kabuki. 2017-11-09 17:00:36 +01:00
ProvideAutoSuggest.php Accept tags consisting of only two letters, too. 2017-11-09 17:00:35 +01:00
ResetPassword.php Allow resetting password through email. 2017-11-09 17:00:34 +01:00
UploadMedia.php Pass DIY slug when uploading photos. 2018-02-22 20:02:02 +01:00
ViewPeople.php Make logging in mandatory. 2017-11-09 17:00:34 +01:00
ViewPhoto.php Changes the ConfirmDelete page and updates database code. 2018-07-13 23:00:36 +02:00
ViewPhotoAlbum.php Adds the ability to export an album using streaming tar. 2019-03-08 19:52:01 +00:00
ViewTimeline.php Make logging in mandatory. 2017-11-09 17:00:34 +01:00