All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. Latest changes in each category go to the top
- dev_login can change userId when clicking on the user in the upper right
- admin can now add users as voters
- New debugging variables in local_vars.sh
- Changelog - please use it
- for the Dockerfiles and docker-compose.yml,
DELA_NODE_URL
has been replaced withDELA_PROXY_URL
, which is the more accurate name. - the actions in package.json for the frontend changed. Both are somewhat development mode,
as the webserver is not supposed to be used in production.
start
: starts in plain modestart-https
: starts in HTTPS mode
- Proxy editing fixed: adding, modifying, deleting now works
- When fetching form and user updates, only do it when showing the activity
- Redirection when form doesn't exist and nicer error message
- File formatting and errors in comments
- Popup when voting and some voting translation fixes
- Fixed return error when voting
- Use
REACT_APP_RANDOMIZE_VOTE_ID === 'true'
to indicate randomizing vote ids