summaryrefslogtreecommitdiff
path: root/client/js/controllers/top_navigation_controller.js
AgeCommit message (Collapse)Author
2020-06-22client/html: hide 'pools' in navbar if user doesn't have privilegesShyam Sunder
2020-06-06client+server: implement code autoformatting using prettier and blackShyam Sunder
2018-08-23client: adapted code to use <base> HTML tagShyam Sunder
2018-06-27client: fetch configurations from server at runtimeShyam Sunder
Permissions, regex filters, app title, email info, and safety now fetched using server's Info API
2018-03-10client/css: improve mobile stylingMichael Serajnik
2018-03-07server/users: let administrators add new usersReAnzu
* 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-23client/auth: hide signup link in top nav if neededrr-
2016-06-19client/top-nav: fix activating list itemsrr-
2016-06-18client/general: refactor control flowrr-
- 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-13client/top-nav: trying out actual mvcrr-