aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/process
Commit message (Collapse)AuthorAgeFilesLines
* Unlisted videos are not displayed on Mastodon nowChocobozzz2018-02-211-1/+1
|
* Implement support field in video and video channelChocobozzz2018-02-151-21/+31
|
* Handle thumbnail updateChocobozzz2018-02-141-1/+8
|
* Don't rehost announced video activitiesChocobozzz2018-01-261-2/+5
|
* Fix announce activitiesChocobozzz2018-01-262-75/+6
|
* Move job queue to redisChocobozzz2018-01-252-2/+2
| | | | | | | 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.
* Fix lintChocobozzz2018-01-241-1/+0
|
* Upgrade server dependenciesChocobozzz2018-01-242-2/+3
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-2/+7
|
* Update follower/following countsChocobozzz2018-01-121-0/+3
|
* Activity Pub improvementsChocobozzz2018-01-111-2/+4
|
* Add reject processing for activitypubChocobozzz2018-01-112-0/+34
|
* Add tests to handle down serverChocobozzz2018-01-112-5/+7
|
* Fetch remote AP objectsChocobozzz2018-01-106-322/+54
|
* Fix comment creationChocobozzz2018-01-081-1/+1
|
* Fix lintChocobozzz2018-01-081-1/+0
|
* Send comment to followers and parentsChocobozzz2018-01-081-8/+24
|
* Handle HTML is commentsChocobozzz2018-01-041-3/+4
|
* Fix delete activitiesChocobozzz2018-01-041-3/+3
|
* Refresh remote accountsChocobozzz2018-01-041-36/+9
|
* Add ability to delete commentsChocobozzz2018-01-041-3/+30
|
* Send account activitypub update eventsChocobozzz2018-01-031-3/+91
|
* Circle avatarChocobozzz2018-01-031-0/+1
|
* Add ability to disable video commentsChocobozzz2018-01-031-0/+1
|
* Propagate old comment on new followChocobozzz2017-12-289-17/+95
|
* Send video comment comments to followers/originChocobozzz2017-12-271-14/+22
|
* Begin unit testsChocobozzz2017-12-221-2/+2
|
* Create comment on replied mastodon statutesChocobozzz2017-12-221-2/+51
|
* Improve video tag in edit formChocobozzz2017-12-201-1/+1
|
* Only import bootstrap component that we needChocobozzz2017-12-201-2/+2
|
* Handle mastodon sharesChocobozzz2017-12-191-5/+14
|
* Fix player play exception on chromiumChocobozzz2017-12-191-1/+1
|
* Unfollow with hostChocobozzz2017-12-191-1/+1
|
* Begin moving video channel to actorChocobozzz2017-12-1912-449/+272
|
* Move models to typescript-sequelizeChocobozzz2017-12-1311-166/+174
|
* Finish admin designChocobozzz2017-12-081-3/+18
|
* Fix conflict rate serializationsChocobozzz2017-11-302-2/+2
|
* Put activity pub sends inside transactionsChocobozzz2017-11-301-2/+2
|
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-274-30/+155
|
* Check signature is correct with the activity pub actorChocobozzz2017-11-271-1/+7
|
* Correctly forward like/dislikes and undoChocobozzz2017-11-274-41/+71
|
* Fetch video likes/dislikes tooChocobozzz2017-11-272-4/+53
|
* Better follows testsChocobozzz2017-11-271-4/+4
|
* Federate likes/dislikesChocobozzz2017-11-275-14/+177
|
* Federate video viewsChocobozzz2017-11-273-2/+30
|
* Fetch outbox to grab old activities testsChocobozzz2017-11-272-1/+3
|
* Fetch outbox to grab old activitiesChocobozzz2017-11-272-0/+39
|
* Fix lintChocobozzz2017-11-271-1/+1
|
* Add follow testsChocobozzz2017-11-276-12/+12
|
* Add ability to unfollow a serverChocobozzz2017-11-271-1/+1
|