aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub
Commit message (Collapse)AuthorAgeFilesLines
* Avoir some circular dependenciesChocobozzz2020-05-0410-19/+9
|
* Fix import captions testChocobozzz2020-04-151-1/+1
|
* Add ability to accept or not remote redundanciesChocobozzz2020-04-072-0/+6
|
* Fix add comment in threads with deleted commentsChocobozzz2020-03-202-1/+4
|
* Fix lintChocobozzz2020-03-101-2/+1
|
* Video file metadata PR cleanupChocobozzz2020-03-101-14/+12
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-1/+15
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* Fix build with typescript 3.8Chocobozzz2020-02-283-3/+3
|
* Update dependenciesChocobozzz2020-02-284-13/+17
|
* Merge branch 'release/2.1.0' into developChocobozzz2020-02-171-1/+3
|\
| * Correctly fix auto followsChocobozzz2020-02-171-1/+3
| |
* | Merge branch 'release/2.1.0' into developChocobozzz2020-02-172-3/+3
|\|
| * Fix avatar updateChocobozzz2020-02-171-2/+2
| |
| * Manual approves followers only for the instanceChocobozzz2020-02-171-1/+1
| | | | | | | | And not for accounts or channels of the instance
* | Correctly check remote extensionChocobozzz2020-02-121-3/+9
| |
* | Fix remote avatar without AP mediatype fieldChocobozzz2020-02-121-12/+15
| |
* | Small cleanupChocobozzz2020-02-061-13/+12
| |
* | Be more robust with missing thumbnails/previewsChocobozzz2020-02-061-4/+14
| |
* | Optimize context for CacheFileChocobozzz2020-02-042-2/+5
| |
* | Optimize view endpointChocobozzz2020-02-043-18/+12
| |
* | Don't refresh videos when processing viewsChocobozzz2020-02-044-19/+46
| | | | | | | | It allows us to use a cache
* | Fix lintChocobozzz2020-02-041-1/+1
| |
* | Reduce AP context size on specific activitiesChocobozzz2020-02-033-14/+20
| |
* | Move to eslintcontainChocobozzz2020-02-0315-63/+67
| |
* | Add url field in caption and use it for thumbnailsChocobozzz2020-01-301-31/+37
| |
* | Cleanup server fixmeChocobozzz2020-01-281-1/+0
| |
* | Add ability to list redundanciesChocobozzz2020-01-281-2/+2
|/
* Try to fix subscriptions inconsistenciesChocobozzz2020-01-082-2/+2
|
* Add internal privacy modeChocobozzz2019-12-124-6/+5
|
* Move deleted comment on new follow testsChocobozzz2019-12-042-3/+7
|
* Fix retrieving of deleted comments when subscribing to a new instanceJulien Maulny2019-12-041-7/+8
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-1/+6
|
* Fix testsChocobozzz2019-11-271-1/+1
|
* Don't always replace actor avatarChocobozzz2019-11-251-15/+18
|
* Add ability to disable webtorrentChocobozzz2019-11-251-57/+84
| | | | In favour of HLS
* Fix lintChocobozzz2019-10-231-1/+1
|
* Fix federation with some actorsChocobozzz2019-10-235-17/+23
| | | | That don't have a shared inbox, or a URL
* Update server dependenciesChocobozzz2019-10-211-1/+1
|
* Fix testsChocobozzz2019-09-041-1/+1
|
* Add auto follow back support for instancesChocobozzz2019-09-044-10/+49
|
* Handle reports from mastodonChocobozzz2019-08-301-16/+24
|
* Type toActivityPubObject functionsChocobozzz2019-08-211-3/+3
|
* Fix ownership changeChocobozzz2019-08-212-5/+8
|
* Type toFormattedJSONChocobozzz2019-08-201-2/+2
|
* Cleanup model typesChocobozzz2019-08-205-18/+19
|
* Fix testsChocobozzz2019-08-201-3/+1
|
* Stronger model typingsChocobozzz2019-08-1935-329/+412
|
* Lazy load avatarsChocobozzz2019-08-092-31/+46
|
* Stronger actor association typing in AP functionsChocobozzz2019-08-0923-87/+104
|
* Remove comment federation by video ownerChocobozzz2019-08-072-4/+7
|