aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/send/send-follow.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-5/+3
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Add auto follow back support for instancesChocobozzz2019-09-041-1/+0
|
* Stronger model typingsChocobozzz2019-08-191-3/+3
|
* Stronger actor association typing in AP functionsChocobozzz2019-08-091-2/+2
|
* Add gitlab ci supportChocobozzz2019-07-291-2/+3
|
* Add ability to forbid followersChocobozzz2019-04-081-1/+1
|
* Basic video redundancy implementationChocobozzz2018-09-131-3/+3
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-0/+3
|
* 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.
* Begin moving video channel to actorChocobozzz2017-12-191-10/+10
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-8/+6
|
* Put activity pub sends inside transactionsChocobozzz2017-11-301-3/+3
|
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-1/+1
|
* Refractor activity pub lib/helpersChocobozzz2017-11-271-0/+34