aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers
Commit message (Expand)AuthorAgeFilesLines
* fix typo in code commentMarcin Mikołajczak2020-02-051-1/+1
* Optimize context for CacheFileChocobozzz2020-02-041-91/+106
* Don't refresh videos when processing viewsChocobozzz2020-02-041-3/+12
* Add model cache for videoChocobozzz2020-02-042-6/+23
* Reduce AP context size on specific activitiesChocobozzz2020-02-031-86/+93
* Move to eslintcontainChocobozzz2020-02-0323-260/+266
* Fix lintChocobozzz2020-01-301-2/+0
* Add url field in caption and use it for thumbnailsChocobozzz2020-01-303-10/+31
* Fix transcodingChocobozzz2020-01-291-7/+6
* Comments enabled attrivute is optional in APChocobozzz2020-01-291-0/+1
* Add tests for video downscale framerate matchingRigel Kent2020-01-292-5/+9
* Downsample to the closest divisor standard framerateRigel Kent2020-01-291-4/+7
* Add ability to list redundanciesChocobozzz2020-01-283-3/+15
* Proxy youtube-dl format command tooChocobozzz2020-01-221-7/+13
* Use a proxy for youtube-dl to avoid travis errorsChocobozzz2020-01-211-3/+9
* Add outbox page size parameterRigel Kent2020-01-091-3/+8
* Add ability to skip count queryChocobozzz2020-01-081-1/+6
* Update http signatureChocobozzz2020-01-072-4/+12
* Update validator dependencyChocobozzz2020-01-0720-21/+20
* Accept . _ and 0-9 plugin namesChocobozzz2020-01-061-1/+1
* Add infohash cacheChocobozzz2020-01-031-1/+1
* autoplay next video support for playlistsRigel Kent2019-12-131-0/+5
* Add max file size, max files and ip anonymize log optionsChocobozzz2019-12-121-3/+3
* Add internal privacy modeChocobozzz2019-12-121-1/+1
* Serve audit logs to clientChocobozzz2019-12-112-2/+4
* Add ability to filter per job typeChocobozzz2019-12-041-2/+8
* Move deleted comment on new follow testsChocobozzz2019-12-041-9/+9
* Fix retrieving of deleted comments when subscribing to a new instanceJulien Maulny2019-12-041-1/+18
* Don't move the caption if it has the right nameChocobozzz2019-12-031-1/+1
* Only display accepted followers/followings in about pageChocobozzz2019-11-281-0/+14
* Fix duplicate HLS resolution in master playlistChocobozzz2019-11-261-1/+1
* Add codec information in HLS playlistChocobozzz2019-11-261-5/+44
* Add audio only transcoding testsChocobozzz2019-11-251-31/+23
* Add audio-only option to transcoders and playerfrankdelange2019-11-251-7/+38
* Add disable webtorrent migrationChocobozzz2019-11-251-1/+3
* Add ability to disable webtorrentChocobozzz2019-11-255-23/+105
* Avoid circular error in loggerChocobozzz2019-11-051-10/+20
* Add plugin hook on registrationChocobozzz2019-10-251-4/+4
* Fix federation with some actorsChocobozzz2019-10-231-4/+11
* Use typescript paths in cli scripts tooChocobozzz2019-10-211-0/+16
* Update server dependenciesChocobozzz2019-10-212-2/+4
* Don't quick transcode with the wrong pixel formatChocobozzz2019-10-211-0/+1
* Fix federation issue with some actor descriptionsChocobozzz2019-10-214-20/+16
* Autoplay next recommended video (#2137)LoveIsGrief2019-09-241-0/+5
* Improve plugin package.json error messageChocobozzz2019-09-111-11/+59
* Add welcome modalChocobozzz2019-09-051-0/+10
* Handle reports from mastodonChocobozzz2019-08-301-7/+8
* Remove old JSON LD signature implementationChocobozzz2019-08-292-67/+59
* Merge branch 'feature/strong-model-types' into developChocobozzz2019-08-2214-96/+162
|\
| * Type toActivityPubObject functionsChocobozzz2019-08-211-1/+4