Skip to content

Releases: Cirx08/WeddingShare

v1.4.8

09 Jan 22:12
Compare
Choose a tag to compare

Added

  • Added JS and server side checks to prevent XSS attacks.

Changed

  • Moved user identity from cookie to session to prevent user tampering.

Changelog - 1.4.7...1.4.8

v1.4.7

07 Jan 21:01
Compare
Choose a tag to compare

Added

  • Added buttons to download media from the viewer and close the popup.
  • Added the ACCOUNT_ADMIN_LOG_PASSWORD environment variable to allow users to disable the auto generated admin password.
  • Added the DISABLE_DOWNLOAD environment variable to allow users to disable guest downloading.

Changed

  • Updated the session cookie name to be unique as it was displaying an error in the console output for some users.

Changelog - 1.4.6...1.4.7

v1.4.6

06 Jan 20:16
Compare
Choose a tag to compare

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 - 1.4.5...1.4.6

v1.4.5

28 Dec 13:18
Compare
Choose a tag to compare

Release v1.4.5

Changed

  • Modified the image upload to show the progress of uploads.

Changelog

1.4.4...1.4.5

v1.4.4

26 Dec 18:05
Compare
Choose a tag to compare

Release v1.4.4

Added

  • Gallery specific overrides.

Changelog

1.4.2...1.4.4

v1.4.3

23 Dec 21:56
Compare
Choose a tag to compare

Release v1.4.3

Changes

  • Updated the bulk approval option to also include bulk reject option.

Changelog

1.4.2...1.4.3

v1.4.2

23 Dec 21:35
Compare
Choose a tag to compare

Release v1.4.2

Added

  • Gallery quote via the GALLERY_QUOTE 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

1.4.1...1.4.2

v1.4.1

23 Dec 12:15
Compare
Choose a tag to compare

Release v1.4.1

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

1.4.0...1.4.1

v1.4.0

19 Dec 22:46
Compare
Choose a tag to compare

Release v1.4.0

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

1.3.1...1.4.0

v1.3.1

17 Dec 16:34
Compare
Choose a tag to compare

Release v1.3.1

Changed

  • Redesigned the structure of the gallery page.

Fixed

  • Fixed some issues with image display in the slideshow view.

Changelog

1.3.0...1.3.1