aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/activitypub
Commit message (Collapse)AuthorAgeFilesLines
* esModuleInterop to trueChocobozzz2021-08-273-3/+3
|
* Reorganize importsChocobozzz2021-07-201-2/+2
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Move middleware utils in middlewaresChocobozzz2021-06-032-4/+5
| | | | helpers modules should not import models
* correct error codes and backward compatRigel Kent2021-06-021-4/+2
|
* refactor API errors to standard error formatRigel Kent2021-06-021-1/+1
|
* improve api param message for datesRigel Kent2021-05-311-1/+1
|
* Fix AP security testsChocobozzz2021-03-241-1/+1
|
* Ensure we don't receive things from local actorsChocobozzz2021-02-081-1/+1
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-2/+5
|
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
|
* Return an error on invalid count paginationChocobozzz2020-01-091-2/+7
|
* Add outbox page size parameterRigel Kent2020-01-092-0/+24
|
* Fix express validatorChocobozzz2019-07-251-1/+1
|
* Cleanup express locals typingsChocobozzz2019-03-191-2/+1
|
* Add HTTP signature check before linked signatureChocobozzz2018-10-191-4/+12
| | | | | | It's faster, and will allow us to use RSA signature 2018 (with upstream jsonld-signature module) without too much incompatibilities in the peertube federation
* Improve video torrent AP object validatorChocobozzz2018-05-111-2/+0
|
* Upgrade server dependenciesChocobozzz2018-04-061-15/+14
|
* Fix lintChocobozzz2018-02-231-1/+1
|
* Detect posting request in our own inboxChocobozzz2018-02-231-1/+10
|
* Propagate old comment on new followChocobozzz2017-12-282-4/+7
|
* Move models to typescript-sequelizeChocobozzz2017-12-132-2/+5
|
* Fix bad to/cc when undo dislikeChocobozzz2017-11-301-1/+1
|
* Refractor validatorsChocobozzz2017-11-272-13/+10
|
* Follow worksChocobozzz2017-11-271-4/+3
|
* Make it compile at leastChocobozzz2017-11-272-40/+1
|
* Continue activitypubChocobozzz2017-11-272-61/+21
|
* Begin activitypubChocobozzz2017-11-274-0/+132