aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/oauth-model.ts
Commit message (Expand)AuthorAgeFilesLines
* Move config in its own fileChocobozzz2019-04-111-1/+2
* Limit user tokens cacheChocobozzz2019-03-191-3/+9
* Add user notification base codeChocobozzz2019-01-091-1/+2
* Cache user tokenChocobozzz2018-09-201-0/+40
* add user account email verificiation (#977)Josh Morel2018-08-311-0/+5
* Fix testsChocobozzz2018-08-281-1/+0
* Fix oauth server moduleChocobozzz2018-08-281-1/+5
* Add ability to ban/unban usersChocobozzz2018-08-091-1/+1
* Implement user blocking on server sideChocobozzz2018-08-081-3/+4
* Add ability to login with emailChocobozzz2018-01-291-3/+3
* Propagate old comment on new followChocobozzz2017-12-281-1/+1
* Move models to typescript-sequelizeChocobozzz2017-12-131-9/+10
* Use async/await in lib and initializersChocobozzz2017-10-261-29/+25
* Don't display password in logsChocobozzz2017-09-071-1/+1
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-2/+2
* Remove any typing from serverChocobozzz2017-07-111-4/+3
* Move to promisesChocobozzz2017-07-051-12/+3
* Type functionsChocobozzz2017-06-101-6/+9
* Type modelsChocobozzz2017-05-251-2/+2
* First typescript iterationChocobozzz2017-05-201-0/+95