aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers/activitypub-follow.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use bullmq job dependencyChocobozzz2022-08-091-1/+1
|
* Move to bullmqChocobozzz2022-08-091-1/+1
|
* Fix lintChocobozzz2021-10-141-1/+1
|
* Fix user subscription follows countChocobozzz2021-10-141-13/+5
|
* esModuleInterop to trueChocobozzz2021-08-271-2/+2
|
* Move middleware utils in middlewaresChocobozzz2021-06-031-2/+1
| | | | helpers modules should not import models
* Refactor AP actorsChocobozzz2021-06-031-2/+2
|
* Cleanup models directory organizationChocobozzz2021-05-111-10/+10
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-0/+2
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Avoir some circular dependenciesChocobozzz2020-05-041-8/+1
|
* Fix testsChocobozzz2020-04-201-1/+1
|
* Do not support subscriptions to accountsChocobozzz2020-04-161-0/+6
|
* fix a few typos (#2141)Lukas Winkler2019-09-231-1/+1
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Add auto follow back support for instancesChocobozzz2019-09-041-11/+13
|
* Cleanup model typesChocobozzz2019-08-201-4/+13
|
* Stronger model typingsChocobozzz2019-08-191-4/+5
|
* Add gitlab ci supportChocobozzz2019-07-291-1/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+2
|
* Move config in its own fileChocobozzz2019-04-111-2/+2
|
* Add notification on new instance follower (server side)Chocobozzz2019-04-081-1/+1
|
* Add new follow, mention and user registered notifsChocobozzz2019-01-091-2/+7
|
* Add local user subscriptionsChocobozzz2018-08-271-6/+9
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-4/+9
|
* Don't send follow request if the follow is already acceptedChocobozzz2018-07-311-2/+2
|
* Migrate to bullChocobozzz2018-07-111-2/+2
|
* Refractor retry transaction functionChocobozzz2018-06-131-5/+1
|
* Move server follow in the job queueChocobozzz2018-04-181-0/+68
It helps to track follow errors