szurubooru/client/js/models
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
..
abstract_list.js remove tags.json 2017-10-01 21:48:00 +02:00
comment.js client: refactor linking and routing 2017-01-21 00:13:35 +01:00
comment_list.js client/general: replace direct API with models 2016-06-20 23:52:09 +02:00
info.js client: refactor linking and routing 2017-01-21 00:13:35 +01:00
note.js client/posts: add note editing 2016-08-05 23:02:41 +02:00
note_list.js client/posts: add note editing 2016-08-05 23:02:41 +02:00
point.js client/posts: add note editing 2016-08-05 23:02:41 +02:00
point_list.js client/posts: add note editing 2016-08-05 23:02:41 +02:00
post.js client/posts: fix copy tags list of string values error #153 2018-03-09 07:53:54 +01:00
post_list.js client/posts: add option to disable safety ratings 2017-03-30 20:50:12 +02:00
settings.js client/settings: add ability to autoplay videos 2016-11-11 23:14:51 +01:00
snapshot.js client/snapshots: add snapshots browser 2016-08-20 13:01:17 +02:00
snapshot_list.js server: use index-based paging (#123) 2017-02-09 22:40:00 +01:00
tag.js remove tags.json 2017-10-01 21:48:00 +02:00
tag_category.js client: refactor linking and routing 2017-01-21 00:13:35 +01:00
tag_category_list.js client: refactor linking and routing 2017-01-21 00:13:35 +01:00
tag_list.js remove tags.json 2017-10-01 21:48:00 +02:00
top_navigation.js client/views: show "!" in document title on errors 2016-09-26 22:48:13 +02:00
user.js client: refactor linking and routing 2017-01-21 00:13:35 +01:00
user_list.js server: use index-based paging (#123) 2017-02-09 22:40:00 +01:00
user_token.js server/auth: add token authentication 2018-03-25 22:23:29 +02:00