Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-27 | Make accounting system use authentication groups | Magnus Hagander | |
2019-03-29 | Ensure all permissions group exist during migration | Magnus 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-10 | Manual pep8 fixes | Magnus Hagander | |
Mostly pep8-incompatible imports generated by 2to3, many of which weren't used anyway. Also some indentation errors caused by 2to3. | |||
2019-01-10 | Import related fixes from 2to3 | Magnus Hagander | |
2018-12-16 | Add generic backend form/list support, add membership module | Magnus 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. |