Added
- Added the
LANGUAGE environment variable to override the clients language settings.
- Added an "All" gallery that displays all items from every gallery in a single place. This is good for admin reviewing.
- Added support for video uploads with .mp4 and .mov enabled out of the box.
- Added the ability to limit a gallery upload size using the
MAX_GALLERY_SIZE_MB environment variable.
- Cleanup service to wipe temp directories.
- Javascript multi language support.
Changed
- Made
TITLE and LOGO environment variables gallery overridable.
- Replaced Lightbox2 with custom implementation that supports videos.
- Modified the file upload view and some of the supporting gallery SQL queries.
- Moved temp directory location to within the wwwroot directory in order to fix large exports and gallery downloads.
- Replaced environment variable
ADMIN_USERNAME with ACCOUNT_ADMIN_USERNAME.
- Replaced environment variable
ADMIN_PASSWORD with ACCOUNT_ADMIN_PASSWORD.
Changelog - https://github.com/Cirx08/WeddingShare/compare/1.4.5...1.4.6