Development Changelog
Changelog 11-25-2025
Replaced old PHP sessions with a database-backed PDOSessionHandler for consistent login behavior.
Standardized session loading across all pages.
Fixed redirect issues after login and eliminated cases where users were sent back to the login page incorrectly.
Corrected logout behavior so sessions are fully destroyed and cookies are properly cleared.
Updated protected pages to require...
Changelog 11-10-2025
Image Management System
Added Manage with dual tabs for managing images and albums.
Implemented bulk move and delete actions for user images.
Added album management functions: create, rename, and delete.
Albums now restrict view/edit access to their respective owners.
Added success and error message handling for all management actions.
Added confirmation prompts before deletion for sa...