gallery.accords-library.com/client/js/controllers
ReAnzu 2a69f0193f server/auth: add token authentication
* Users are only authenticated against their password on login,
  and to retrieve a token
* Passwords are wiped from the GUI frontend and cookies
  after login and token retrieval
* Tokens are revoked at the end of the session/logout
* If the user chooses the "remember me" option,
  the token is stored in the cookie
* Tokens correctly delete themselves on logout
* Tokens can expire at user-specified date
* Tokens have their last usage time
* Tokens can have user defined descriptions
* Users can manage login tokens in their account settings
2018-03-25 22:23:29 +02:00
..
auth_controller.js client: refactor linking and routing 2017-01-21 00:13:35 +01: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: refactor linking and routing 2017-01-21 00:13:35 +01: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/posts: fix promise chaining 2017-10-01 22:00:42 +02:00
post_main_controller.js remove tags.json 2017-10-01 21:48:00 +02:00
post_upload_controller.js remove tags.json 2017-10-01 21:48:00 +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 remove tags.json 2017-10-01 21:48:00 +02:00
tag_list_controller.js remove tags.json 2017-10-01 21:48:00 +02:00
top_navigation_controller.js client/css: improve mobile styling 2018-03-10 17:45:37 +01:00
user_controller.js server/auth: add token authentication 2018-03-25 22:23:29 +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