| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-22 | client/html: hide 'pools' in navbar if user doesn't have privileges | Shyam Sunder | |
| 2020-06-06 | client+server: implement code autoformatting using prettier and black | Shyam Sunder | |
| 2018-08-23 | client: adapted code to use <base> HTML tag | Shyam Sunder | |
| 2018-06-27 | client: fetch configurations from server at runtime | Shyam Sunder | |
| Permissions, regex filters, app title, email info, and safety now fetched using server's Info API | |||
| 2018-03-10 | client/css: improve mobile styling | Michael Serajnik | |
| 2018-03-07 | server/users: let administrators add new users | ReAnzu | |
| * Added functionality for administrators to directly add users to the application * Added permission users:create:any to handle level that users are allowed to create other users * Moved old permission users:create to users:create:self | |||
| 2016-08-23 | client/auth: hide signup link in top nav if needed | rr- | |
| 2016-06-19 | client/top-nav: fix activating list items | rr- | |
| 2016-06-18 | client/general: refactor control flow | rr- | |
| - Controller lifetime is bound to route lifetime - View lifetime is bound to controller lifetime - Control lifetime is bound to view lifetime - Enhanced event dispatching - Enhanced responsiveness in some places - Views communicate user input to controllers via new event system | |||
| 2016-06-13 | client/top-nav: trying out actual mvc | rr- | |