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

studlan v1.4.0

Compare
Choose a tag to compare
@HON95 HON95 released this 10 Mar 06:39
· 560 commits to master since this release

Most Notable Change

Builds the app as a Docker image and publishes it to Docker Hub.

Download

Unique Docker Hub ID: casualgaming/studlan:v1.4.0
Stable Docker Hub ID: casualgaming/studlan:stable

Changelog

Added

  • Added changelog file.
  • Added HON95/Håvard N. as maintainer.
  • Added Docker image as release medium.
  • Added sample configs and scripts for deployment.
  • Added actions in the user admin panel to activate and deactivate selected users.
  • Added action in the user admin panel to forcefully logout selected users.
  • Added error log file.

Changed

  • Replaced build/test/CI/CD tools: Replace a bunch of scripts and stuff, remove Vagrant, remove tox, replace Drone CI with Travis CI, use Docker Hub as image repo.
  • Updated Django from v1.10 to v1.11.
  • Updated dependency Stripe PyPI package from v1 to v2.
  • Changed the user profile slightly. The user's full name is no longer shown publicly.

Fixed

  • Invalid ZIP codes no longer cause crashes when trying to save.
  • Phone numbers are now required to adhere to an appropriate format.

Security

  • Replaced lotto RNG with crypto RNG.
  • Added a minimum password length of 8 characters.