aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/activitypub
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | 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
|