aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/process
Commit message (Collapse)AuthorAgeFilesLines
* Correctly forward video related activitiesChocobozzz2018-05-314-16/+25
|
* Split files in activitypub serverChocobozzz2018-05-256-6/+8
|
* Fix cc field in classic audienceChocobozzz2018-05-251-1/+1
|
* Add ability to update a video channelChocobozzz2018-05-112-3/+32
|
* Truncate correctly video descriptionsChocobozzz2018-03-281-1/+1
|
* Fix delete comment federationChocobozzz2018-03-271-4/+11
|
* Fix error loggingChocobozzz2018-03-261-3/+3
|
* Improve activity pub actors implementationChocobozzz2018-03-224-7/+17
|
* Fix issues with truncated description and utf charactersChocobozzz2018-03-211-2/+1
|
* Update the api documentationChocobozzz2018-03-191-0/+1
|
* 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
|