Changelog for
helios-server-3.1.4+git20220206.e76171f-lp155.2.1.noarch.rpm :
* Tue Feb 15 2022 suse-betaAATTcboltz.de- Update to version 3.1.4+git20220206.e76171f:
* removed extraneous class
* small patch to make menu work on mobile. Ultimately need to upgrade foundation.
* simpler templates
* additional guidance throughout the voting process
* explain tracker, fix layout
* small tweaks
* more tweaks
* nicer buttons, lighter text, clearer submission
* tweaks to FAQ for 2022
* more streamlining of text, removal of \'smart\' from ballot tracker cause that doesn\'t mean much.
* Sun Dec 05 2021 suse-betaAATTcboltz.de- Update to version 3.1.4+git20211205.f5b021e:
* Drop superfluous x bits on pyton module and changelog
* don\'t error out if session has been cleared on cast done page.
* Use substr() instead of substring() in SQL query
* Open voter_stream in rb (binary) mode
* format for ADMINS was wrong, fixing.
* Making Helios Booth responsive- drop upstreamed pr337.patch- drop sed\'ing \'s:substring:substr:g\' in helios/models.py in %check (upstreamed as PR 341)
* Sun Nov 14 2021 suse-betaAATTcboltz.de- Update to version 3.1.4+git20211017.7b5a8b8:
* feat: allow sending email directly via mailgun API as an option
* fix bug introduced in previous PR with password uploads
* fixed UTF BOM
* try U
* show available voter types
* remove link while figuring out error
* allow viewing a vote by full hash so we don\'t do quite as many DB queries.
* avoid double-creating users
* fix obvious errors
* Revert \"Pulling updated benadida master branch (#6)\" (#7)
* Pulling updated benadida master branch (#6)
* Revert \"Update pull from benadida repository. (#3)\" (#4)
* Update pull from benadida repository. (#3)
* Admin is extracted from ENV- switch to python3- update dependencies based on requirements.txt- remove helios-pr217.diff (merged upstream)- refresh helios-server-opensuse_auth.patch- add helios-server-disable-anymail.patch - disable anymail in settings.py (we don\'t need nor have a python3-django-anymail package)- add pr337.patch - open voter_stream in rb (binary) mode- add workaround for \"select ... on update\" in %check which isn\'t supported by sqlite
* Sun Oct 06 2019 suse-betaAATTcboltz.de- Update to version 3.1.4+git20190411.895f3e2:
* Update random.js
* Order loaded voter files by date
* Reduce cluttering and overlapping on imports
* Dispatch worker method explicitly
* Add missing import
* Prevent trustee enumeration by returning the same 404 error both if trustee is not found or secret does not match
* import and serve only enabled auth systems urls
* Do not try to run more commands if any fails- add helios-pr217.diff for Django 1.11 compability (taken from https://github.com/benadida/helios-server/pull/217 - Latest commit 592a08a on 30 Jun 2019)
* Sat Feb 17 2018 tampakrapAATTopensuse.org- Update to version 3.1.4+git20180207.0b7da7a:
* Updated psycopg2 version to latest
* require SSL on postgres
* Use syntax from new django-webtest package. Fixes issue #8
* hsts
* upgrade kombu
* 1 year hsts for real
* hsts upgrade
* fix look of buttons
* Confirm question exclusion- add opensuse (login proxy) auth system
* Thu Dec 14 2017 tchvatalAATTsuse.com- Add wsgi helpers and install files as required
* Thu Dec 14 2017 tchvatalAATTsuse.com- Update to version 3.1.4+git20171214.2712a2f:
* Use syntax from new django-webtest package. Fixes issue #8
* Thu Dec 14 2017 tchvatalAATTsuse.com- Switch to openSUSE fork url to rebase
* Thu Dec 14 2017 tchvatalAATTsuse.com- Add proper requires even tho pointless for now
* Thu Dec 14 2017 tchvatalAATTsuse.com- Add django-webtest to deps
* Thu Dec 14 2017 tchvatalAATTsuse.com- Use sqlite for the tests
* Wed Nov 29 2017 tchvatalAATTsuse.com- Add buildrequires based on requirements.txt (still missing packages)
* Wed Nov 29 2017 tchvatalAATTsuse.com- Update to version 3.1.4+git20171027.3e3424a:
* hsts
* upgrade kombu
* 1 year hsts for real
* hsts upgrade
* fix look of buttons
* updated code to not use an unsaved User model instance within a password-only Voter, as that is considered unsafe in Django 1.8
* Confirm question exclusion