aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/process/process-follow.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove activitypub helperChocobozzz2022-03-231-1/+1
| | | | Put functions in lib/activitypub instead
* Fix user subscription follows countChocobozzz2021-10-141-17/+9
|
* Fix actor follow counts calculationChocobozzz2021-10-131-9/+10
|
* Fix missing transactionsChocobozzz2021-06-151-3/+4
|
* Cleanup models directory organizationChocobozzz2021-05-111-7/+7
|
* Fix sending accept to old followsChocobozzz2021-02-191-0/+7
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-5/+11
|
* Split types and typingsChocobozzz2020-06-181-2/+2
|
* Add moderation helpers to pluginsChocobozzz2020-05-071-1/+1
|
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
|
* Correctly fix auto followsChocobozzz2020-02-171-1/+3
|
* Manual approves followers only for the instanceChocobozzz2020-02-171-1/+1
| | | | And not for accounts or channels of the instance
* Add auto follow back support for instancesChocobozzz2019-09-041-8/+12
|
* Stronger model typingsChocobozzz2019-08-191-8/+13
|
* Stronger actor association typing in AP functionsChocobozzz2019-08-091-7/+9
|
* Fix user notifications on new followChocobozzz2019-08-021-1/+3
|
* Update sequelizeChocobozzz2019-04-241-1/+3
|
* Move config in its own fileChocobozzz2019-04-111-1/+2
|
* Add notification on new instance follower (server side)Chocobozzz2019-04-081-7/+12
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-081-3/+5
|
* Add ability to forbid followersChocobozzz2019-04-081-2/+8
|
* Prepare Dislike/Flag/View fixesChocobozzz2019-01-151-1/+2
| | | | | | | | For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version
* Add new follow, mention and user registered notifsChocobozzz2019-01-091-3/+8
|
* Optimize activity actor load in AP processorsChocobozzz2018-09-191-5/+3
|
* Refractor retry transaction functionChocobozzz2018-06-131-11/+2
|
* Move job queue to redisChocobozzz2018-01-251-1/+1
| | | | | | | 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.
* Update follower/following countsChocobozzz2018-01-121-0/+3
|
* Propagate old comment on new followChocobozzz2017-12-281-1/+2
|
* Fix player play exception on chromiumChocobozzz2017-12-191-1/+1
|
* Unfollow with hostChocobozzz2017-12-191-1/+1
|
* Begin moving video channel to actorChocobozzz2017-12-191-24/+24
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-11/+11
|
* Federate video viewsChocobozzz2017-11-271-0/+6
|
* Add follow testsChocobozzz2017-11-271-2/+2
|
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-1/+2
|
* Refractor activity pub lib/helpersChocobozzz2017-11-271-0/+59