summaryrefslogtreecommitdiff
path: root/postgresqleu/util/auth.py
AgeCommit message (Collapse)Author
2019-04-27Make accounting system use authentication groupsMagnus Hagander
2019-03-29Ensure all permissions group exist during migrationMagnus Hagander
This prevents a situation where the groups don't exist and one has to consult the source code to figure out what they are supposed to be called.
2019-01-10Manual pep8 fixesMagnus Hagander
Mostly pep8-incompatible imports generated by 2to3, many of which weren't used anyway. Also some indentation errors caused by 2to3.
2019-01-10Import related fixes from 2to3Magnus Hagander
2018-12-16Add generic backend form/list support, add membership moduleMagnus Hagander
Fix some of the minor parts of the backend views/lists that did not work outside of confreg. As a demo of it working, add administration views for the membership module, specifically allow editing of members and meetings. Create a generic admin dashboard page on /admin/. This one links through to the /events/admin/ page like before, and also to the new membership module if the user has permissions.