aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/send
Commit message (Collapse)AuthorAgeFilesLines
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-2/+2
|
* Refractor activities sendingChocobozzz2018-09-147-140/+126
|
* Basic video redundancy implementationChocobozzz2018-09-139-106/+153
|
* Add federation to ownership changeChocobozzz2018-09-042-3/+12
|
* Add subscriptions endpoints to REST APIChocobozzz2018-08-275-3/+31
|
* Add more info loggingChocobozzz2018-07-309-0/+46
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-125-94/+74
| | | | publishing a video
* Correctly forward video related activitiesChocobozzz2018-05-311-1/+17
|
* Split files in activitypub serverChocobozzz2018-05-259-126/+30
|
* Fix cc field in classic audienceChocobozzz2018-05-251-3/+1
|
* Add ability to update a video channelChocobozzz2018-05-111-4/+25
|
* Try to refractor activities sendingChocobozzz2018-03-274-105/+75
| | | | There is still a need for work on this part though
* Fix delete comment federationChocobozzz2018-03-276-21/+39
|
* Add public to activitypub announcesChocobozzz2018-03-231-1/+1
|
* Add /activity to activity create idsChocobozzz2018-03-221-1/+1
|
* Unlisted videos are not displayed on Mastodon nowChocobozzz2018-02-211-2/+2
|
* Implement support field in video and video channelChocobozzz2018-02-151-7/+16
|
* Don't rehost announced video activitiesChocobozzz2018-01-261-29/+6
|
* Fix announce activitiesChocobozzz2018-01-261-8/+4
|
* Move job queue to redisChocobozzz2018-01-257-40/+36
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Avoid too many requests and fetching outboxChocobozzz2018-01-181-0/+5
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-1/+4
|
* Activity Pub improvementsChocobozzz2018-01-111-3/+3
|
* Send comment to followers and parentsChocobozzz2018-01-082-23/+64
|
* Add mentions to commentsChocobozzz2018-01-052-12/+44
|
* Fix delete activitiesChocobozzz2018-01-041-6/+11
|
* Add ability to delete commentsChocobozzz2018-01-041-1/+15
|
* Send account activitypub update eventsChocobozzz2018-01-031-0/+16
|
* Propagate old comment on new followChocobozzz2017-12-282-2/+2
|
* Send video comment comments to followers/originChocobozzz2017-12-271-25/+46
|
* Fix lintChocobozzz2017-12-191-1/+1
|
* Status are sent to mastodonChocobozzz2017-12-196-27/+34
|
* Begin moving video channel to actorChocobozzz2017-12-1911-341/+226
|
* Move models to typescript-sequelizeChocobozzz2017-12-1310-142/+134
|
* Fix bad to/cc when undo dislikeChocobozzz2017-11-301-2/+2
|
* Fix lintChocobozzz2017-11-301-1/+1
|
* Put activity pub sends inside transactionsChocobozzz2017-11-3010-81/+94
|
* Fix undo like/dislike forwardingChocobozzz2017-11-281-3/+14
|
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-275-22/+105
|
* Fix lintChocobozzz2017-11-271-2/+2
|
* Correctly forward like/dislikes and undoChocobozzz2017-11-274-50/+111
|
* Better follows testsChocobozzz2017-11-271-5/+4
|
* Federate likes/dislikesChocobozzz2017-11-275-18/+204
|
* Federate video viewsChocobozzz2017-11-272-10/+68
|
* Fetch outbox to grab old activitiesChocobozzz2017-11-271-0/+2
|
* Add outboxChocobozzz2017-11-271-12/+13
|
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-276-6/+6
|
* Refractor activity pub lib/helpersChocobozzz2017-11-2710-0/+407