pics/controllers
Aaron van Geffen e28fcd8b03 Move photo deletion from ViewPhoto to EditAsset
Removes the intermediate confirmation page, instead using JavaScript for confirmation.

Fixes an XSS issue, in that the previous method was not passing or checking the session (!)
2023-11-11 15:29:32 +01:00
..
AccountSettings.php Misc: use the correct copyright headers 2023-04-08 21:32:38 +02:00
Download.php Use $_SESSION['current_export'] to prevent simultaneous exports. 2020-03-11 18:57:31 +01:00
EditAlbum.php Replace the last vestiges of htmlentities with htmlspecialchars 2023-09-03 19:47:22 +02:00
EditAsset.php Move photo deletion from ViewPhoto to EditAsset 2023-11-11 15:29:32 +01:00
EditTag.php Edit{Album,Tag}: fix new tag creation 2023-03-12 11:32:13 +01:00
EditUser.php Replace the last vestiges of htmlentities with htmlspecialchars 2023-09-03 19:47:22 +02:00
GenerateThumbnail.php Backport asynchronous thumbnail generation from Kabuki. 2017-12-20 14:51:23 +01:00
HTMLController.php EditAsset: remove reference to old admin bar 2023-03-12 00:39:15 +01:00
JSONController.php Correct JSON media type. 2019-09-29 15:00:28 +02:00
Login.php Alerts: replace 'error' class with 'danger' 2023-03-11 13:30:02 +01:00
Logout.php Initial commit. 2017-11-09 17:00:22 +01:00
ManageAlbums.php ManageAlbums: move hierarchy logic to PhotoAlbum model 2023-03-11 17:28:21 +01:00
ManageAssets.php Manage{Assets,Tags}: link user names to edituser 2023-03-11 22:07:00 +01:00
ManageErrors.php Admin controllers: apply new column classes 2023-03-11 14:24:17 +01:00
ManageTags.php Manage{Assets,Tags}: link user names to edituser 2023-03-11 22:07:00 +01:00
ManageUsers.php Manage{Tags,Users}: add call to resetSessionToken 2023-03-11 19:34:52 +01:00
ProvideAutoSuggest.php Replace the last vestiges of htmlentities with htmlspecialchars 2023-09-03 19:47:22 +02:00
ResetPassword.php Alerts: replace 'error' class with 'danger' 2023-03-11 13:30:02 +01:00
UploadMedia.php UploadMedia: only set thumb asset id for tags that don't have one yet 2023-03-13 16:30:24 +01:00
ViewPeople.php Pagination: use larger page indices on photo and album index pages 2023-03-11 14:12:56 +01:00
ViewPhoto.php Move photo deletion from ViewPhoto to EditAsset 2023-11-11 15:29:32 +01:00
ViewPhotoAlbum.php ViewPhotoAlbum: prevent undefined index due to missing thumb 2023-03-11 21:45:03 +01:00
ViewTimeline.php Pagination: use larger page indices on photo and album index pages 2023-03-11 14:12:56 +01:00