refactor(album): migrate photo download to new architecture
Add DownloadPhotoController and DownloadPhotoUseCase behind
/album/photo/{img}/download. Reuse EnsureAlbumAccessUseCase with a
configurable bypass-rights level (download keeps the legacy moderator
threshold, show keeps admin). Grow the photo repository with download
counter methods. Remove includes/image_download.php.
/album/photo/{img}/download. Reuse EnsureAlbumAccessUseCase with a
configurable bypass-rights level (download keeps the legacy moderator
threshold, show keeps admin). Grow the photo repository with download
counter methods. Remove includes/image_download.php.