aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/send/send-accept.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor AP context builderChocobozzz2022-03-241-1/+6
|
* Don't store remote rates of remote videosChocobozzz2022-03-181-2/+2
| | | | | In the future we'll stop to expose all available rates to improve users privacy
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-6/+5
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Move to eslintcontainChocobozzz2020-02-031-1/+1
|
* Stronger model typingsChocobozzz2019-08-191-4/+3
|
* Stronger actor association typing in AP functionsChocobozzz2019-08-091-4/+4
|
* Add ability to forbid followersChocobozzz2019-04-081-1/+1
|
* Basic video redundancy implementationChocobozzz2018-09-131-4/+4
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-0/+5
|
* Add more info loggingChocobozzz2018-07-301-0/+3
|
* Split files in activitypub serverChocobozzz2018-05-251-1/+1
|
* Move job queue to redisChocobozzz2018-01-251-3/+2
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Status are sent to mastodonChocobozzz2017-12-191-5/+10
|
* Begin moving video channel to actorChocobozzz2017-12-191-12/+10
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-6/+6
|
* Put activity pub sends inside transactionsChocobozzz2017-11-301-2/+2
|
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-1/+1
|
* Refractor activity pub lib/helpersChocobozzz2017-11-271-0/+34