Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

studlan v1.10.0

Compare
Choose a tag to compare
@HON95 HON95 released this 03 Aug 14:13
· 5 commits to master since this release
3f45215

Added

  • Added marketing email opt-in for users on sign-up and profile pages.
  • Added payment logging.
  • Added optional colored borders for ticket on the ticket page.
  • Added optional alternative schedule link for LANs.

Changed

  • Reworked custom email sending.
  • Made to/from addresses in emails pretty.
  • Made the site domain in emails use the site framework domain, so make sure it's set properly.
  • Updated default logging settings.
  • Made age check fail for people over 150 years.
  • Made frontpage redirect to LAN instead of showing news, and replace LAN button on navbar with news button.

Fixed

  • Fixed graceful shutdown for production mode.
  • Fixed navbar overflow for medium screen sizes.

Security

  • Made Django management tasks in the Docker entrypoint run as the app user instead of root.