2022/06/02
- Upgrade requirements.txt (vuln waitress)
2021/05/10
LISTEN
parameter in configuration for the WEB UI (@fedegiova)
2020/05/05
- Allow env variables to be set instead (or in complement) of the
settings.txt
configuration file.
- VERSION is not necessary anymore in configuration file, hard-coded.
2020/01/24
- Untrack settings.txt
- Remove unused werkzeug
2019/07/29
- Upgrade python libraries
2019/05/22
- Add a User-Agent
HTTP_USER_AGENT : CASSH-WEB-CLIENT v1.0.1
- Add the client version in header
HTTP_CLIENT_VERSION : 1.0.1
- Add DEBUG, PORT and VERSION variables in settings.txt
- fix encoding/decoding functions
- Disable debug by default