summaryrefslogtreecommitdiff
path: root/client/js/controllers/snapshots_controller.js
AgeCommit message (Collapse)Author
2020-06-06client+server: implement code autoformatting using prettier and blackShyam Sunder
2020-06-04client/js: format code to ESLintShyam Sunder
2017-02-09server: use index-based paging (#123)rr-
2017-01-21client: refactor linking and routingrr-
Print all links through new uri.js component Refactor the router to use more predictable parsing Fix linking to entities with weird names (that contain slashes, + etc.)
2016-08-28client/paging: avoid redrawing header navigationrr-
2016-08-23client/auth: show errors early in controllersrr-
In other words, verify the privileges client-side before issuing an request to the server. This commit focuses on routing (e.g. clicking a link while not logged in), rather than DOM element visibility that should be already taken care of.
2016-08-20client/snapshots: add snapshots browserrr-