aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/follows.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix express validatorChocobozzz2019-07-251-1/+1
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
* Move config in its own fileChocobozzz2019-04-111-2/+2
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-081-3/+17
* Add ability to forbid followersChocobozzz2019-04-081-6/+9
* Add ability to remove an instance follower in APIChocobozzz2019-04-081-3/+37
* Add ability to search video channelsChocobozzz2018-08-271-1/+1
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-2/+2
* [Server>Middlewares>Follows] Changing error code 400 to 500Jorropo2018-07-271-1/+1
* Update video channel routesChocobozzz2018-04-241-1/+1
* Improve check follow params testsChocobozzz2017-12-281-1/+5
* Propagate old comment on new followChocobozzz2017-12-281-1/+3
* Begin moving video channel to actorChocobozzz2017-12-191-7/+6
* Move models to typescript-sequelizeChocobozzz2017-12-131-6/+5
* Refractor validatorsChocobozzz2017-11-271-18/+14
* Add follow testsChocobozzz2017-11-271-4/+4
* Add ability to unfollow a serverChocobozzz2017-11-271-3/+3
* Refractor activity pub lib/helpersChocobozzz2017-11-271-0/+62