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.