aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/activitypub
Commit message (Collapse)AuthorAgeFilesLines
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-122-6/+6
| | | | publishing a video
* Fix actor outboxChocobozzz2018-05-281-5/+2
|
* Refractor and optimize AP collectionsChocobozzz2018-05-253-48/+73
| | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes
* Split files in activitypub serverChocobozzz2018-05-252-2/+2
|
* Cache AP video route for 5 secondsChocobozzz2018-05-111-1/+3
|
* Upgrade server dependenciesChocobozzz2018-04-061-1/+3
|
* Fix content type response for ActivityPubChocobozzz2018-03-271-16/+21
|
* Try to refractor activities sendingChocobozzz2018-03-271-2/+2
| | | | There is still a need for work on this part though
* 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
| | | | | | Following Follow Followers
* Follow worksChocobozzz2017-11-273-8/+10
|
* Add MANAGE_PEERTUBE_FOLLOW rightChocobozzz2017-11-271-2/+2
|
* Handle follow/acceptChocobozzz2017-11-274-73/+27
|