szurubooru/client/js
ReAnzu a526a56767 Users are only authenticated against their password on login, and to retrieve a token.
* Passwords are wiped from the app 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
* A user interface to revoke tokens will be added
2018-02-25 04:44:02 -06:00
..
controllers Working on adding functionality for administrators to directly add users to the application 2018-02-23 22:05:58 -06:00
controls client/posts: override resize mode in home view 2017-12-15 19:11:39 +00:00
models remove tags.json 2017-10-01 21:48:00 +02:00
util remove tags.json 2017-10-01 21:48:00 +02:00
views client/posts: override resize mode in home view 2017-12-15 19:11:39 +00:00
.gitignore client/build: true template precompiling 2016-05-21 10:04:23 +02:00
api.js Users are only authenticated against their password on login, and to retrieve a token. 2018-02-25 04:44:02 -06:00
config.js split files into client/ and server/ 2016-04-01 18:48:16 +02:00
events.js client/auth: fix tag forms reachable via URL 2016-08-23 23:14:05 +02:00
main.js remove tags.json 2017-10-01 21:48:00 +02:00
router.js client/routing: fix certain history bug 2017-04-24 23:02:25 +02:00
tags.js client/tags: remove unused cruft 2017-10-01 22:09:00 +02:00
templates.js client/build: true template precompiling 2016-05-21 10:04:23 +02:00