aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/activitypub/client.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix AP redirectionChocobozzz2018-11-301-14/+14
|
* Fix AP collections paginationChocobozzz2018-11-161-2/+2
|
* Do not host remote AP objectsChocobozzz2018-11-161-1/+11
|
* Check activities hostChocobozzz2018-11-141-4/+32
|
* Add user history and resume videosChocobozzz2018-10-051-2/+1
|
* Optimize SQL requests of videos AP endpointsChocobozzz2018-09-191-5/+11
|
* Basic video redundancy implementationChocobozzz2018-09-131-6/+28
|
* Add ability to set a name to a channelChocobozzz2018-08-271-8/+8
|
* Fix nodeinfo endpointChocobozzz2018-07-241-2/+2
|
* adding initial support for nodeinfoRigel Kent2018-07-241-3/+2
|
* Implement captions/subtitlesChocobozzz2018-07-161-0/+5
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-4/+4
| | | | publishing a video
* Refractor and optimize AP collectionsChocobozzz2018-05-251-36/+50
| | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes
* Split files in activitypub serverChocobozzz2018-05-251-1/+1
|
* Cache AP video route for 5 secondsChocobozzz2018-05-111-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
|
* Add id to likes/dislikes/comments/shares collectionsChocobozzz2018-01-291-0/+56
|
* Don't rehost announced video activitiesChocobozzz2018-01-261-1/+1
|
* Add context on activitypub responsesChocobozzz2018-01-261-10/+16
|
* 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
|
* Begin to add avatar to actorsChocobozzz2017-12-291-3/+3
|
* Propagate old comment on new followChocobozzz2017-12-281-5/+22
|
* Begin moving video channel to actorChocobozzz2017-12-191-25/+6
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-23/+25
|
* Fix lintChocobozzz2017-11-301-2/+2
|
* Refractor validatorsChocobozzz2017-11-271-5/+5
|
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-271-10/+38
|
* Fetch outbox to grab old activities testsChocobozzz2017-11-271-2/+2
|
* Add outboxChocobozzz2017-11-271-3/+3
|
* Server shares user videosChocobozzz2017-11-271-1/+26
|
* Send server announce when users upload a videoChocobozzz2017-11-271-2/+2
|
* Add follow tabsChocobozzz2017-11-271-2/+2
| | | | | | Following Follow Followers
* Follow worksChocobozzz2017-11-271-2/+2
|
* Add MANAGE_PEERTUBE_FOLLOW rightChocobozzz2017-11-271-2/+2
|
* Handle follow/acceptChocobozzz2017-11-271-4/+4
|
* Begin activitypubChocobozzz2017-11-271-0/+65