aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/follows.ts
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary logsChocobozzz2022-08-171-10/+0
* Cleanup useless express validator messagesChocobozzz2022-08-171-5/+5
* Add rejected state to followsChocobozzz2022-07-271-6/+24
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-061-3/+3
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
* Add ability for instances to follow any actorChocobozzz2021-07-211-8/+29
* Refactor requestsChocobozzz2021-07-201-1/+1
* Move middleware utils in middlewaresChocobozzz2021-06-031-2/+2
* refactor API errors to standard error formatRigel Kent2021-06-021-17/+9
* Cleanup models directory organizationChocobozzz2021-05-111-8/+8
* Add banners supportChocobozzz2021-04-081-1/+0
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-4/+11
* Split types and typingsChocobozzz2020-06-181-1/+1
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
* Filter on follows actor types in about pageChocobozzz2019-11-291-1/+4
* Only display accepted followers/followings in about pageChocobozzz2019-11-281-2/+16
* Stronger model typingsChocobozzz2019-08-191-1/+2
* 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