pics/controllers
Aaron van Geffen 354e54a0af Limit album/tag downloading on a user basis.
This removes the limit of downloading albums only; tags are fine, too.

Now using UserFacingException for certain exceptions, as these are
displayed to the user.

Removing the inheritance of HTMLController, as we intend to output binary
data only.
2020-03-11 11:55:17 +01:00
..
Download.php Limit album/tag downloading on a user basis. 2020-03-11 11:55:17 +01:00
EditAlbum.php Allow capitals and slashes in album slugs. 2018-02-19 11:55:39 +01:00
EditAsset.php Allow going back to photo directly from Edit Asset screen. 2020-02-25 13:31:12 +01:00
EditTag.php Allow capitals in tag slugs. 2018-02-19 11:55:39 +01:00
EditUser.php Refactor out DummyBox objects from EditUser controller. 2019-09-29 14:38:42 +02: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 Correct JSON media type. 2019-09-29 15:00:28 +02: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
ManageAssets.php Port basic asset management page from Kabuki. 2020-02-25 13:31:12 +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 Refactor leftover old-style arrays into new-style arrays. 2019-09-29 14:47:56 +02: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 Allow regular users to unlink tags from photos. 2019-03-09 13:48:18 +01:00
ViewPhotoAlbum.php Fix buttons appearing when they shouldn't. 2019-09-29 14:05:45 +02:00
ViewTimeline.php Make logging in mandatory. 2017-11-09 17:00:34 +01:00