szurubooru/client/js/controllers
neobooru 0839dafd34 client/auth: call tags.refreshCategoryColorMap() after login
When the tag category list permission is not anonymous the category colors fail to load if you are not logged in, and because the page doesn't reload (SPA) the tag colors are still broken after logging in. Manually calling refreshCategoryColorMap after logging in solves this issue.
2019-07-24 16:42:37 +02:00
..
auth_controller.js client/auth: call tags.refreshCategoryColorMap() after login 2019-07-24 16:42:37 +02:00
base_post_controller.js client/posts: add post merging 2016-10-22 14:05:56 +02:00
comments_controller.js server: use index-based paging (#123) 2017-02-09 22:40:00 +01:00
help_controller.js client: refactor linking and routing 2017-01-21 00:13:35 +01:00
home_controller.js client: fetch configurations from server at runtime 2018-06-27 21:20:03 +02:00
not_found_controller.js client: refactor linking and routing 2017-01-21 00:13:35 +01:00
page_controller.js server: use index-based paging (#123) 2017-02-09 22:40:00 +01:00
password_reset_controller.js client: refactor linking and routing 2017-01-21 00:13:35 +01:00
post_detail_controller.js client: refactor linking and routing 2017-01-21 00:13:35 +01:00
post_list_controller.js client: fetch configurations from server at runtime 2018-06-27 21:20:03 +02:00
post_main_controller.js client: Reimplement post source functionality 2019-02-08 16:43:38 -05:00
post_upload_controller.js client/upload: automatically set source when uploading from url 2019-07-23 01:20:42 +02:00
settings_controller.js client: refactor linking and routing 2017-01-21 00:13:35 +01:00
snapshots_controller.js server: use index-based paging (#123) 2017-02-09 22:40:00 +01:00
tag_categories_controller.js remove tags.json 2017-10-01 21:48:00 +02:00
tag_controller.js client/tags: fix post search links 2019-04-08 22:06:42 +02:00
tag_list_controller.js remove tags.json 2017-10-01 21:48:00 +02:00
top_navigation_controller.js client: adapted code to use <base> HTML tag 2018-08-23 21:04:19 +02:00
user_controller.js client: fetch configurations from server at runtime 2018-06-27 21:20:03 +02:00
user_list_controller.js client/routing: fix certain history bug 2017-04-24 23:02:25 +02:00
user_registration_controller.js server/users: let administrators add new users 2018-03-07 21:30:24 +01:00