aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/process/process.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove activitypub helperChocobozzz2022-03-231-1/+2
| | | | Put functions in lib/activitypub instead
* Refactor AP actorsChocobozzz2021-06-031-7/+7
|
* Add more AP stats to stats endpointChocobozzz2021-02-261-0/+5
| | | | It will help to understand if the federation correctly works or not
* Split types and typingsChocobozzz2020-06-181-2/+2
|
* Stronger model typingsChocobozzz2019-08-191-6/+5
|
* Stronger actor association typing in AP functionsChocobozzz2019-08-091-2/+3
|
* Fix user notifications on new followChocobozzz2019-08-021-9/+14
|
* Prepare Dislike/Flag/View fixesChocobozzz2019-01-151-3/+9
| | | | | | | | 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
* Warn user when they want to delete a channelChocobozzz2019-01-141-1/+1
| | | | | Because they will not be able to create another channel with the same actor name
* Fix checkbox marginsChocobozzz2018-11-191-2/+2
|
* Check activities hostChocobozzz2018-11-141-7/+18
|
* Improve AP actor checksChocobozzz2018-09-191-0/+5
|
* Optimize activity actor load in AP processorsChocobozzz2018-09-191-2/+8
|
* Truncate correctly video descriptionsChocobozzz2018-03-281-1/+1
|
* Improve activity pub actors implementationChocobozzz2018-03-221-2/+5
|
* Fix issues with truncated description and utf charactersChocobozzz2018-03-211-2/+1
|
* Update the api documentationChocobozzz2018-03-191-0/+1
|
* Add reject processing for activitypubChocobozzz2018-01-111-0/+2
|
* Propagate old comment on new followChocobozzz2017-12-281-1/+1
|
* Begin moving video channel to actorChocobozzz2017-12-191-8/+6
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-5/+5
|
* Check signature is correct with the activity pub actorChocobozzz2017-11-271-1/+7
|
* Fetch video likes/dislikes tooChocobozzz2017-11-271-1/+5
|
* Federate likes/dislikesChocobozzz2017-11-271-2/+4
|
* Fetch outbox to grab old activitiesChocobozzz2017-11-271-0/+38