aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/process/process-accept.ts
Commit message (Collapse)AuthorAgeFilesLines
* Stronger actor association typing in AP functionsChocobozzz2019-08-091-1/+2
|
* Fix user notifications on new followChocobozzz2019-08-021-1/+3
|
* Prepare Dislike/Flag/View fixesChocobozzz2019-01-151-1/+0
| | | | | | | | 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-0/+2
|
* Optimize activity actor load in AP processorsChocobozzz2018-09-191-5/+1
|
* Fix cc field in classic audienceChocobozzz2018-05-251-1/+1
|
* Improve activity pub actors implementationChocobozzz2018-03-221-1/+3
|
* 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.
* Add tests to handle down serverChocobozzz2018-01-111-3/+5
|
* Begin moving video channel to actorChocobozzz2017-12-191-9/+9
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-7/+7
|
* Fetch outbox to grab old activities testsChocobozzz2017-11-271-0/+2
|
* Refractor activity pub lib/helpersChocobozzz2017-11-271-0/+27