aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-0/+1
|
* Fix broken local actorsChocobozzz2021-02-261-0/+5
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Add more AP stats to stats endpointChocobozzz2021-02-261-1/+29
| | | | It will help to understand if the federation correctly works or not
* Fix video comments display with deleted commentsChocobozzz2021-02-191-0/+4
|
* Try to speed up server testsChocobozzz2021-02-192-0/+5
|
* Fix feedsChocobozzz2021-02-181-2/+1
|
* Add ability to update torrents cache in clientChocobozzz2021-02-181-0/+4
|
* Don't guess remote tracker URLChocobozzz2021-02-182-3/+14
|
* Dissociate video file names and video uuidChocobozzz2021-02-181-1/+7
|
* Guess if we need to generate the thumbnail for importsChocobozzz2021-02-121-2/+0
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-082-0/+4
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-1/+2
| | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet.
* Add ability to update plugin authChocobozzz2021-02-011-0/+1
|
* Try to support other codecsChocobozzz2021-01-291-1/+1
|
* Add plugin transcoding profile guideChocobozzz2021-01-291-0/+2
|
* Support transcoding options/encoders by pluginsChocobozzz2021-01-286-0/+71
|
* move from trending routes to alg paramRigel Kent2021-01-282-12/+13
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-282-2/+16
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-281-1/+4
| | | | recommendation variant
* Add priority to transcoding jobsChocobozzz2021-01-251-0/+1
| | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days
* Refactor transcoding job handlersChocobozzz2021-01-211-5/+5
|
* Support progress for ffmpeg tasksChocobozzz2021-01-211-0/+1
|
* Add user video list hooksChocobozzz2021-01-201-0/+4
|
* Fix (again) youtube importChocobozzz2021-01-191-2/+0
|
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-0/+1
| | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-132-1/+9
|
* Add more hints regarding live portChocobozzz2021-01-111-0/+4
|
* Add AP statsChocobozzz2020-12-151-0/+4
|
* Refactor jobs stateChocobozzz2020-12-141-1/+1
|
* Prepare changelog v3Chocobozzz2020-12-141-1/+1
|
* Live views updateChocobozzz2020-12-092-2/+3
|
* Use dedicated hooks for account/channel videosChocobozzz2020-12-081-0/+9
|
* Add permanent live supportChocobozzz2020-12-034-0/+4
|
* :sparkles: Add input-password #3375madmath032020-11-301-1/+1
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-0/+5
|
* Support encoding profilesChocobozzz2020-11-251-1/+1
|
* Add ability to display all channel/account videosChocobozzz2020-11-181-1/+1
|
* Implement video comment list in adminChocobozzz2020-11-132-0/+21
|
* Remove deprecated abuse apiChocobozzz2020-11-102-20/+0
|
* Add live server hooksChocobozzz2020-11-091-1/+5
|
* Add check constraints live testsChocobozzz2020-11-091-2/+3
|
* Begin live testsChocobozzz2020-11-093-2/+5
|
* Add check params live testsChocobozzz2020-11-091-0/+3
|
* Add max lives limitChocobozzz2020-11-093-1/+8
|
* Add ability to save live replayChocobozzz2020-11-094-0/+11
|
* Check live duration and sizeChocobozzz2020-11-092-0/+6
|
* Add watch messages if live has not startedChocobozzz2020-11-096-2/+17
|
* Handle live federationChocobozzz2020-11-092-4/+7
|
* Live streaming implementation first stepChocobozzz2020-11-098-12/+42
|
* Fix VideoStreamingPlaylist modelChocobozzz2020-08-271-1/+1
|