]> WPIA git - motion.git/history - motion.py
fix: ensure unit test run without external FLASK_APP
[motion.git] / motion.py
2020-12-10 Felix DörreMerge branch 'user-api' into 'master'
2020-12-10 INOPIAEupd: translate create_user messages
2020-12-09 Felix Dörreanother small testcase fix
2020-12-09 INOPIAEupd: fixes unit tests
2020-12-09 INOPIAEadd: command line interface to add user
2020-12-01 Felix DörreMerge branch 'translation' into 'master'
2020-11-29 INOPIAEupd: add language switch to navigation
2020-11-15 INOPIAEadd: make app multilanguage with two languages: EN...
2020-11-13 Felix DörreMerge branch 'proxy-vote' into 'master'
2020-11-10 INOPIAEadd: implement proxy voting
2020-10-05 INOPIAEadd: implement proxy handling
2020-10-05 Felix DörreMerge branch 'fix_typo' into 'master'
2020-10-05 Felix DörreMerge branch 'footer' into 'master'
2020-09-29 INOPIAEadd: add footer with copyright and legal requirements
2020-08-31 Felix DörreMerge branch 'empty-database' into 'master'
2020-08-31 INOPIAEupd: make sure that database is populated with tables
2020-08-17 Felix DörreMerge branch 'not_empty' into 'master'
2020-08-17 INOPIAEupd: ensure that no blank information is stored in...
2020-08-17 Felix DörreMerge branch 'motion_close' into 'master'
2020-08-17 Felix Dörrefix things, use decorator, make stuff consistent
2020-08-17 INOPIAEadd: close motion on request
2020-08-17 Felix DörreMerge branch 'vote-button' into 'master'
2020-08-17 INOPIAEadd: button to reach vote / result page
2020-06-12 Felix DörreMerge branch 'unit-test' into 'master'
2020-06-04 INOPIAEadd: some test cleanup and test for non existing motion
2020-06-02 Felix Dörresome test cleanup
2020-05-09 Felix DörreMerge branch 'html-output' into 'master'
2020-05-09 Felix DörreMerge branch 'UTC' into 'master'
2020-05-09 INOPIAEupd: allow markdown text in motion content
2020-03-22 Felix DörreMerge branch 'duration' into 'master'
2020-03-22 INOPIAEupd: add configurable debug user
2020-03-22 INOPIAEupd: make duration of motions configurable
2019-06-18 Felix DörreMerge branch 'empty_user_settings' into 'master'
2019-06-18 INOPIAEupd: fixes problem if no special rights are granted...
2019-01-13 Felix Dörremore fixes...
2019-01-13 Felix Dörrefix sql syntax!
2019-01-04 Felix Dörremake motion groups configurable by host
2018-12-31 Felix Dörreallow hosting for multiple hostnames
2018-12-24 Felix Dörrefix: schema.sql contains the current schema
2017-12-05 Felix Dörreuse motion identifiers
2017-12-02 Felix Dörreadding automatic schema migration mechanism
2017-11-27 Felix Dörrechg: only allow 'audit' on finished votes
2017-11-24 Felix Dörrechg: return relative redirects
2017-11-23 Felix Dörreadd: an user with 'audit' privilleges can view all...
2017-11-22 Felix Dörreadd: display active user name
2017-11-22 Felix Dörrechg: add USER_ROLES-way to supply user and roles
2017-11-18 Felix Dörreadd: user management
2017-11-17 Felix Dörrechg: load config with flask mechanism
2017-11-17 Felix Dörreadd: cancel running motion (with comment)
2017-11-17 Felix Dörrechg: crop time at second precision
2017-11-15 Felix Dörreadd: 'Prev' Pagination link
2017-11-15 Felix Dörreadd: dropdown to choose length of motion
2017-11-15 Felix Dörreadd: TODOs
2017-11-14 Felix Dörreinitial commit for motion applicaiton