aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/activitypub
Commit message (Expand)AuthorAgeFilesLines
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
* Move config in its own fileChocobozzz2019-04-111-11/+8
* Cleanup express locals typingsChocobozzz2019-03-193-27/+20
* Better AP route checkerChocobozzz2019-03-191-45/+67
* Add videos playlist exist testsChocobozzz2019-03-181-1/+1
* Rename streaming playlists routes/directoriesChocobozzz2019-03-181-1/+1
* Add playlist rest testsChocobozzz2019-03-181-1/+4
* Playlist server APIChocobozzz2019-03-182-6/+55
* Merge branch 'feature/correctly-send-activities' into developChocobozzz2019-02-111-9/+6
|\
| * Correctly send Flag/Dislike/View activitiesChocobozzz2019-01-151-9/+6
* | Add hls support on serverChocobozzz2019-02-111-5/+10
|/
* 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-142-6/+36
* Add user history and resume videosChocobozzz2018-10-051-2/+1
* Optimize SQL requests of videos AP endpointsChocobozzz2018-09-191-5/+11
* Process inbox activities in a queueChocobozzz2018-09-141-6/+17
* Basic video redundancy implementationChocobozzz2018-09-132-9/+31
* Add ability to set a name to a channelChocobozzz2018-08-271-8/+8
* Add subscriptions endpoints to REST APIChocobozzz2018-08-272-10/+24
* Remove kue migrationChocobozzz2018-07-301-2/+0
* 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-122-6/+6
* Fix actor outboxChocobozzz2018-05-281-5/+2
* Refractor and optimize AP collectionsChocobozzz2018-05-253-48/+73
* 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
* 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