Skip to main content

Cirx08

Added#

  • Gallery quote via the GALLERYQUOTE and GALLERY_QUOTE{GalleryId} environment variables.
  • Added QR code share slide to end of slideshow with config switch via SLIDESHOW_INCLUDE_SHARE_SLIDE environment variable.
  • Added random sort option.
  • Added an option to approve all items with one click.

Changes#

  • Re-worked the admin gallery to shrink the review images.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.4.1...1.4.2

Cirx08

Added#

  • Added ability to save rejected items via the RETAIN_REJECTED_ITEMS environment variable.
  • Added notifications via Smtp, Ntfy and/or Gotify.
  • Added an email report option for pending items.
  • Added account lockout feature to disable an account for a specified time after a specified amount of incorrect logins via the ACCOUNT_LOCKOUT_ATTEMPTS and ACCOUNT_LOCKOUT_MINS environment variables.
  • Added the ability to set the default theme using the DEFAULT_THEME environment variable.
  • Added the ability to hide the profile icon using the ACCOUNT_SHOW_PROFILE_ICON environment variable.

Changes#

  • Moved admin details to database. Details will be pulled from the config and initialised at startup.
  • Replaced DISABLE_DARK_MODE environment variable with DISABLE_THEMES environment variable.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.4.0...1.4.1

Cirx08

Added#

  • Added ability to request uploader identity via the SHOW_IDENTITY_REQUEST environment variable.
  • Added ability to switch between light and dark mode via a toggle on the header.
  • Added ability to disable the light/dark mode toggle via the DISABLE_DARK_MODE environment variable.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.3.1...1.4.0