aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/redis.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use apicache instead of our broken implementationChocobozzz2019-04-251-2/+10
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Move config in its own fileChocobozzz2019-04-111-3/+4
|
* Does existChocobozzz2019-03-191-2/+2
|
* Implement contact form on server sideChocobozzz2019-01-101-2/+22
|
* Add tmp and redundancy directoriesChocobozzz2018-12-041-1/+8
|
* Add user history and resume videosChocobozzz2018-10-051-12/+42
|
* add user account email verificiation (#977)Josh Morel2018-08-311-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host
* Bufferize videos views in redisChocobozzz2018-08-301-2/+86
|
* Fix last commitChocobozzz2018-07-261-2/+2
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-7/+8
|
* adding redis unix connectionRigel Kent2018-07-141-5/+11
|
* Migrate to bullChocobozzz2018-07-111-10/+0
|
* Handle concurrent requests in cache middlewareChocobozzz2018-05-231-12/+12
|
* feature: db selection in redisRigel Kent2018-05-211-1/+2
| | | | resolves #579
* Cache AP video route for 5 secondsChocobozzz2018-05-111-3/+3
|
* Add redis cache to feed routeChocobozzz2018-04-171-2/+55
|
* Fix error loggingChocobozzz2018-03-261-1/+1
|
* Fix typingsChocobozzz2018-02-271-2/+0
|
* Fix job panel sorting in administrationChocobozzz2018-02-271-0/+12
|
* Avoids easy cheating on vidoe viewsChocobozzz2018-02-231-1/+23
|
* Add ability to reset our passwordChocobozzz2018-01-301-0/+84