aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2018-02-231-1/+1
|
* Detect posting request in our own inboxChocobozzz2018-02-231-0/+9
|
* Unlisted videos are not displayed on Mastodon nowChocobozzz2018-02-213-18/+8
|
* Implement support field in video and video channelChocobozzz2018-02-154-32/+62
|
* Handle thumbnail updateChocobozzz2018-02-141-1/+8
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-3/+3
|
* Add id to likes/dislikes/comments/shares collectionsChocobozzz2018-01-291-1/+21
|
* Fix video announces processingChocobozzz2018-01-261-2/+5
|
* Use sensitive instead of nsfw in activitypubChocobozzz2018-01-261-1/+1
|
* Don't rehost announced video activitiesChocobozzz2018-01-263-39/+27
|
* Fix announce activitiesChocobozzz2018-01-264-84/+62
|
* Move job queue to redisChocobozzz2018-01-2511-72/+76
| | | | | | | 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.
* Accept actors with url objects instead of stringChocobozzz2018-01-251-1/+8
|
* Fix lintChocobozzz2018-01-242-2/+0
|
* Upgrade server dependenciesChocobozzz2018-01-243-3/+4
|
* Optimize SQL query that fetch actor outboxChocobozzz2018-01-181-12/+30
|
* Avoid too many requests and fetching outboxChocobozzz2018-01-181-0/+5
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-184-6/+16
|
* Fix actor followers/following countsChocobozzz2018-01-151-6/+3
|
* Fix communication with mastodonChocobozzz2018-01-121-3/+3
|
* Update follower/following countsChocobozzz2018-01-122-0/+4
|
* Avoid making retried requests to dead followersChocobozzz2018-01-121-1/+0
|
* Activity Pub improvementsChocobozzz2018-01-112-5/+7
|
* Add reject processing for activitypubChocobozzz2018-01-112-0/+34
|
* Fix actor refreshChocobozzz2018-01-111-0/+2
|
* Add tests to handle down serverChocobozzz2018-01-112-5/+7
|
* Fetch remote AP objectsChocobozzz2018-01-1010-371/+491
|
* Fix comment creationChocobozzz2018-01-081-1/+1
|
* Fix lintChocobozzz2018-01-081-1/+0
|
* Send comment to followers and parentsChocobozzz2018-01-083-31/+88
|
* Add mentions to commentsChocobozzz2018-01-052-12/+44
|
* Handle HTML is commentsChocobozzz2018-01-041-3/+4
|
* Fix delete activitiesChocobozzz2018-01-043-10/+20
|
* Refresh remote accountsChocobozzz2018-01-042-39/+86
|
* Add ability to delete commentsChocobozzz2018-01-042-4/+45
|
* Send account activitypub update eventsChocobozzz2018-01-033-42/+154
|
* Circle avatarChocobozzz2018-01-031-0/+1
|
* Add ability to disable video commentsChocobozzz2018-01-031-0/+1
|
* Begin to add avatar to actorsChocobozzz2017-12-292-30/+59
|
* Propagate old comment on new followChocobozzz2017-12-2815-45/+115
|
* Fix preview 404Chocobozzz2017-12-281-1/+3
|
* Add comments federation testsChocobozzz2017-12-271-2/+2
|
* Send video comment comments to followers/originChocobozzz2017-12-272-39/+68
|
* Begin unit testsChocobozzz2017-12-221-2/+2
|
* Add comments controllerChocobozzz2017-12-221-6/+7
|
* 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
|