aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to hide plugin settingsChocobozzz2021-04-092-0/+9
|
* Plugins can register html/select settingsChocobozzz2021-04-092-5/+11
|
* Add ability to update the bannerChocobozzz2021-04-081-0/+9
|
* Add banners supportChocobozzz2021-04-083-2/+5
|
* Agnostic actor image storageChocobozzz2021-04-088-10/+13
|
* Add auth user client hook actionsChocobozzz2021-03-241-0/+6
|
* Add client action hooks for pubish pagesChocobozzz2021-03-241-0/+9
|
* Add server hooks for search endpointChocobozzz2021-03-241-0/+10
|
* Add filter hook to forbid embed accessChocobozzz2021-03-241-1/+5
|
* Add hooks support for video downloadChocobozzz2021-03-242-2/+10
|
* Stricter email options typingsChocobozzz2021-03-241-8/+45
|
* Add new plugin/peertube version notifsChocobozzz2021-03-245-1/+25
|
* Reduce bundle size using a const enumChocobozzz2021-03-241-1/+1
|
* Use got instead of requestChocobozzz2021-03-241-1/+1
|
* 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
|