Skip to main content

Cirx08

Added#

  • Added seconds to cron schedule on directory scanner.
  • Add the ability for an admin to delete approved images from a gallery.
  • Add the ability for an admin to wipe a gallery.
  • Add the ability for an admin to completely wipe all data.
  • Add the ability for an admin import and export a backup.
  • Add the ability for a gallery viewers order based on a dropdown.

Changes#

  • Redesigned popups.

Bug Fixes#

  • Fixed thumbnail generation when reviewing is disabled.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.1.2...1.2.0

Cirx08

Important Notes#

  • For anyone migrating from an older non-SQLite version images will need to be loaded into the DB via the included background directory scanner. This is usually pretty quick but for those with very large galleries it may take a few minutes to import the data and generate the thumbnail images.

Added#

  • SQLite database backend with DBUp scripts.
  • Admin management features such as add, edit, remove gallery.
  • Admin gallery download as a zip.
  • Better overall admin stats about galleries.
  • Thumbnail generation for better page loads.
  • Background task to scan for new images not added via the front end.
  • Unit test cases.

Bug Fixes#

  • Added caching to the DeviceDetector parse as it is very slow.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.0.10...1.1.0