aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/oauth.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update server dependenciesChocobozzz2020-06-171-1/+1
|
* Support logout and add id and pass testsChocobozzz2020-05-041-1/+1
|
* Begin auth plugin supportChocobozzz2020-05-041-27/+2
|
* Move to eslintcontainChocobozzz2020-02-031-0/+1
|
* Add action hooks to user routesChocobozzz2019-12-061-0/+1
|
* Fix private video downloadChocobozzz2019-12-031-6/+6
|
* Fix express validatorChocobozzz2019-07-251-1/+0
|
* Upgrade sequelizeChocobozzz2019-04-241-0/+2
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Add user notification base codeChocobozzz2019-01-091-0/+22
|
* Check follow constraints when getting a videoChocobozzz2018-11-161-0/+16
|
* Implement user blocking on server sideChocobozzz2018-08-081-1/+1
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-0/+10
| | | | There is a global instance setting and a per user setting
* Peertube home in /var/www instead of /homeChocobozzz2018-01-231-1/+0
|
* Fix testsChocobozzz2018-01-191-0/+1
|
* Fix user testsChocobozzz2017-12-281-2/+13
|
* Improve check jobs parameters testsChocobozzz2017-12-281-10/+8
|
* Improve check follow params testsChocobozzz2017-12-281-1/+5
|
* Propagate old comment on new followChocobozzz2017-12-281-2/+1
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-1/+1
|
* Fix error loggingChocobozzz2017-07-071-1/+1
|
* Type functionsChocobozzz2017-06-101-2/+4
|
* require -> importChocobozzz2017-06-051-1/+1
|
* Type modelsChocobozzz2017-05-251-4/+4
|
* First typescript iterationChocobozzz2017-05-201-0/+34