aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/activitypub
Commit message (Expand)AuthorAgeFilesLines
* Try to refractor activities sendingChocobozzz2018-03-271-2/+2
* Add activity route to video and video comment objectsChocobozzz2018-03-221-0/+19
* Fix video_share_url duplicate key in transcoding jobChocobozzz2018-03-191-1/+1
* Add stats routeChocobozzz2018-02-281-0/+2
* Add log when fetching the outboxChocobozzz2018-02-271-1/+5
* Detect posting request in our own inboxChocobozzz2018-02-231-2/+2
* Correctly set the activity audience in outboxChocobozzz2018-02-071-2/+3
* Add id to likes/dislikes/comments/shares collectionsChocobozzz2018-01-291-0/+56
* Don't rehost announced video activitiesChocobozzz2018-01-262-4/+3
* Fix announce activitiesChocobozzz2018-01-261-5/+2
* Add context on activitypub responsesChocobozzz2018-01-261-10/+16
* Avoid too many requests and fetching outboxChocobozzz2018-01-181-4/+15
* Fix actor followers/following countsChocobozzz2018-01-151-18/+45
* Fetch remote AP objectsChocobozzz2018-01-101-1/+5
* Fix overflow in select inputsChocobozzz2018-01-081-1/+1
* Add mentions to commentsChocobozzz2018-01-051-1/+2
* Automatically resize avatarsChocobozzz2018-01-032-2/+2
* Begin to add avatar to actorsChocobozzz2017-12-291-3/+3
* Propagate old comment on new followChocobozzz2017-12-282-6/+23
* Begin moving video channel to actorChocobozzz2017-12-193-36/+25
* SaveChocobozzz2017-12-191-2/+2
* Move models to typescript-sequelizeChocobozzz2017-12-132-27/+29
* Fix bad to/cc when undo dislikeChocobozzz2017-11-301-1/+1
* Fix lintChocobozzz2017-11-302-5/+6
* Refractor validatorsChocobozzz2017-11-271-5/+5
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-271-10/+38
* Check signature is correct with the activity pub actorChocobozzz2017-11-271-1/+1
* Fetch video likes/dislikes tooChocobozzz2017-11-271-1/+1
* Fix lintChocobozzz2017-11-271-1/+1
* Federate video viewsChocobozzz2017-11-271-5/+9
* Fetch outbox to grab old activities testsChocobozzz2017-11-272-3/+3
* Fetch outbox to grab old activitiesChocobozzz2017-11-272-33/+2
* Add outboxChocobozzz2017-11-273-3/+65
* Refractor activity pub lib/helpersChocobozzz2017-11-271-7/+8
* Fix lintChocobozzz2017-11-271-2/+1
* Server shares user videosChocobozzz2017-11-271-1/+26
* Send server announce when users upload a videoChocobozzz2017-11-271-2/+2
* Handle announces in inboxChocobozzz2017-11-271-1/+3
* Rename Pod -> ServerChocobozzz2017-11-272-347/+0
* Add follow tabsChocobozzz2017-11-272-6/+3
* Follow worksChocobozzz2017-11-273-8/+10
* Add MANAGE_PEERTUBE_FOLLOW rightChocobozzz2017-11-271-2/+2
* Handle follow/acceptChocobozzz2017-11-274-73/+27
* Make it compile at leastChocobozzz2017-11-271-0/+2
* Remove references to authorChocobozzz2017-11-271-13/+13
* Continue activitypubChocobozzz2017-11-273-677/+419
* Begin activitypubChocobozzz2017-11-275-0/+810