Skip to main content

42 posts tagged with "releases"

View All Tags

Cirx08

Added#

  • Added the Logos, Banners and Custom Resources directories into the admin export.
  • Added the option to do partial exports by deselecting options on the export popup.
  • Added the GALLERY_SELECTOR_DROPDOWN environment variable to allow users to display a gallery name dropdown on the homepage instead of the user manually inputting a gallery name.

Changed#

  • Changed the date ordering to use the file created timestamp instead of uploaded datetime.#
  • Removed the word "Copyright" from the footer to prevent a cluttered display issue on smaller screens.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.5.9...1.5.10

Cirx08

Added#

  • Added new GALLERY_QR_CODE_DEFAULT_VIEW environment variable to set the default view for QR code users.
  • Added new GALLERY_QR_CODE_DEFAULT_SORT environment variable to set the default sort for QR code users.

Changed#

  • Modified the GALLERY_QR_CODE environment variable to GALLERY_QR_CODE_ENABLED.
  • Removed logo Urls from CSP headers and pull new logos at container startup. The prevents linking to third party links which may change or break logos if the source changes.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.5.4...1.5.5

Cirx08

Changed#

  • Updated the admin panel UI to make it cleaner.
  • Cleaned up the display name for languages in the language selector.

Fixed#

  • Fixed a bug on the language selector which retained en-GB as the selected language for some elements in the _Layout.cshtml file.

Removed#

  • Removed automatically generated Russian translations as they will not be supported.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.5.3...1.5.4

Cirx08

Breaking Changes#

  • There has been major rework to better organize settings and prep for the future integration of settings into the DB so please double check your settings before updating.

Added#

  • Trigger upload file browser on set of identity when required for upload option is set.
  • Added an environment variable migration helper to attempt to allow legacy settings to remain functional.
  • Added Spanish translations thanks to https://github.com/chiva.
  • Added Swedish translations thanks to https://github.com/mcfrojd.

Changed#

  • Deprecated many environment variables in favour for more organized ones.
  • Removed some page reloads and replaced with AJAX calls to update page sections without rebuilding the entire page.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.4.15...1.5.0

Cirx08

Added#

  • Added multi-platform support for linux/amd64, linux/arm/v7 and linux/arm64/v8.
  • Added upload periods via the GALLERY_UPLOAD_PERIOD environment variable.
  • Added duplicate upload detection with GALLERY_PREVENT_DUPLICATES environment variable.
  • Added multi-factor authentication with SECURITY_2FA_RESET_TO_DEFAULT recovery option.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.4.11...1.4.12

Cirx08

Added#

  • Added security options for Content Security Policy (CSP), X-Content-Type-Options and X-Frame-Options.
  • Added Anti-CSRF Tokens to forms.
  • Added keyboard shortcuts to viewer Esc = Close Viewer LeftArrow = Back RightArrow = Forward D = Download.
  • Added encryption using the SECURITY_ENCRYPTION_KEY, SECURITY_ENCRYPTION_SALT and SECURITY_ENCRYPTION_ITERATIONS environment variables.

Changed#

  • Pulled external scripts internally to improve security.
  • Remove FlatIcon attribution from footer if using a custom logo.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.4.10...1.4.11

Cirx08

Added#

  • Added a button to download the QR code.
  • Added gallery pagination to improve stability and performance on large galleries.
  • Added new GALLERY_ITEMS_PER_PAGE environment variable.
  • Added Netherlans dutch nl-NL to languages.

Changed#

  • Simplified the translation resources by merging them into a single file. This might impact performance slightly but multiple languages are becoming a hastle to maintain.

Fixed#

  • Fixed an issue whereby the config helper was returning an integer where a long was required.

Changelog - https://github.com/Cirx08/WeddingShare/compare/1.4.9...1.4.10

Cirx08

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 - https://github.com/Cirx08/WeddingShare/compare/1.4.6...1.4.7

Cirx08

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

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 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