This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/client/js
ReAnzu 606ef31b01 Added note and expiration fields to the user_token model
* Updated UI to show more information about the token.
* Updated the js API to note the client token when creating it.
* Added prototype override to do add day calculations on dates.
* Updated auth check against token to inspect the expiration date of the token if it possesses one.
2018-03-10 16:38:55 -06:00
..
controllers Added note and expiration fields to the user_token model 2018-03-10 16:38:55 -06:00
controls client/posts: override resize mode in home view 2017-12-15 19:11:39 +00:00
models Added note and expiration fields to the user_token model 2018-03-10 16:38:55 -06:00
util Added note and expiration fields to the user_token model 2018-03-10 16:38:55 -06:00
views Added note and expiration fields to the user_token model 2018-03-10 16:38:55 -06:00
.gitignore client/build: true template precompiling 2016-05-21 10:04:23 +02:00
api.js Added note and expiration fields to the user_token model 2018-03-10 16:38:55 -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