aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/oauth
Commit message (Expand)AuthorAgeFilesLines
* Stricter models typingChocobozzz2021-05-122-2/+4
* Cleanup models directory organizationChocobozzz2021-05-111-2/+2
* Refactor auth flowChocobozzz2021-03-241-5/+6
* Upgrade sequelize to v6Chocobozzz2020-12-092-10/+9
* Split types and typingsChocobozzz2020-06-181-1/+1
* Fix refresh tokenChocobozzz2020-05-071-3/+1
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-22/+33
* Support logout and add id and pass testsChocobozzz2020-05-041-0/+3
* Move to eslintcontainChocobozzz2020-02-031-2/+2
* Stronger model typingsChocobozzz2019-08-191-10/+9
* Upgrade sequelizeChocobozzz2019-04-242-12/+14
* Update sequelizeChocobozzz2019-04-242-3/+3
* Cleanup tests importsChocobozzz2018-11-191-2/+2
* Check activities hostChocobozzz2018-11-141-1/+1
* Cache user tokenChocobozzz2018-09-201-1/+20
* Limit associations fetch when loading tokenChocobozzz2018-09-201-8/+18
* Implement user blocking on server sideChocobozzz2018-08-081-3/+5
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-3/+6
* Fix error loggingChocobozzz2018-03-261-1/+1
* Destroy user token when changing its roleChocobozzz2018-01-231-0/+10
* Propagate old comment on new followChocobozzz2017-12-281-1/+1
* Use sequelize scopesChocobozzz2017-12-141-30/+29
* Move models to typescript-sequelizeChocobozzz2017-12-135-277/+173
* Cleanup modelsChocobozzz2017-11-272-24/+3
* Remove references to authorChocobozzz2017-11-271-2/+2
* Begin activitypubChocobozzz2017-11-271-1/+1
* Add video channelsChocobozzz2017-10-261-2/+22
* Add tests for npm run scriptsChocobozzz2017-09-071-1/+1
* Add previews cache system between podsChocobozzz2017-07-122-2/+4
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-18/+21
* Fix error loggingChocobozzz2017-07-071-1/+1
* Move to promisesChocobozzz2017-07-054-19/+15
* Reorganize model filesChocobozzz2017-06-165-0/+329