summaryrefslogtreecommitdiff
path: root/client/js/controllers/user_list_controller.js
AgeCommit message (Collapse)Author
2020-06-06client+server: implement code autoformatting using prettier and blackShyam Sunder
2020-06-04client+server: add post pools featureShyam Sunder
2020-06-04client/js: format code to ESLintShyam Sunder
2020-05-04Add list of posts to poolsRuin0x11
2017-04-24client/routing: fix certain history bugrr-
The bug could be reproduced as follows: 1. Navigate to /posts 2. Search for "test" 3. Navigate to /posts again 4. Refresh the page The user should see plain post list, but instead they were seeing the "test" search results again as if step 3 never happened.
2017-03-30client/posts: add option to disable safety ratingsrr-
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-09-04client/general: improve URL escapingrr-
Specifically, cater for /, + and % in URL components.
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-07-13client/general: add title to every pagerr-
2016-07-08client/general: refactor URL parameter handlingrr-
2016-07-06client/posts: add mass tagrr-
2016-06-20client/general: replace direct API with modelsrr-
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