aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/activitypub.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix pleroma followChocobozzz2019-04-251-0/+2
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
* Cleanup express locals typingsChocobozzz2019-03-191-2/+1
* Better AP route checkerChocobozzz2019-03-191-17/+9
* Add compatibility with other Linked Signature algorithmsChocobozzz2018-11-141-2/+3
* Add HTTP signature check before linked signatureChocobozzz2018-10-191-18/+76
* Check video channel name is unique on our instanceChocobozzz2018-10-011-1/+1
* Fix error loggingChocobozzz2018-03-261-1/+1
* Avoid making retried requests to dead followersChocobozzz2018-01-121-1/+0
* Activity Pub improvementsChocobozzz2018-01-111-0/+1
* Propagate old comment on new followChocobozzz2017-12-281-1/+2
* Fix player play exception on chromiumChocobozzz2017-12-191-1/+0
* Status are sent to mastodonChocobozzz2017-12-191-2/+5
* Begin moving video channel to actorChocobozzz2017-12-191-17/+11
* Move models to typescript-sequelizeChocobozzz2017-12-131-4/+4
* Fix req acceptsChocobozzz2017-11-301-2/+3
* Fix activitypub check headersChocobozzz2017-11-301-1/+1
* Check correctly activitypub headersChocobozzz2017-11-301-1/+1
* Fix well known and json parser with mastodonChocobozzz2017-11-291-1/+3
* Add follow testsChocobozzz2017-11-271-6/+5
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-1/+1
* Optimize signature verificationChocobozzz2017-11-271-4/+5
* Rename Pod -> ServerChocobozzz2017-11-271-2/+2
* Follow worksChocobozzz2017-11-271-15/+17
* Begin activitypubChocobozzz2017-11-271-0/+57