aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers/activitypub-cleaner.ts
Commit message (Collapse)AuthorAgeFilesLines
* Don't clean mastodon ratesChocobozzz2022-04-151-0/+3
| | | | Workaround of https://github.com/mastodon/mastodon/issues/13571
* Remove activitypub helperChocobozzz2022-03-231-1/+1
| | | | Put functions in lib/activitypub instead
* Don't store remote rates of remote videosChocobozzz2022-03-181-1/+1
| | | | | In the future we'll stop to expose all available rates to improve users privacy
* Fix testsChocobozzz2021-12-281-24/+14
|
* Cleanup unavailable remote AP resourceChocobozzz2021-12-281-13/+24
|
* esModuleInterop to trueChocobozzz2021-08-271-6/+6
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Fix 404 AP status codesChocobozzz2021-03-241-22/+27
|
* Use got instead of requestChocobozzz2021-03-241-8/+3
|
* Refactor a little bit AP validatorsChocobozzz2021-03-241-3/+6
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-0/+194