aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server
Commit message (Collapse)AuthorAgeFilesLines
* Try to speed up server testsChocobozzz2021-02-192-0/+5
|
* Add ability to update torrents cache in clientChocobozzz2021-02-181-0/+4
|
* 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
|
* Support transcoding options/encoders by pluginsChocobozzz2021-01-282-0/+10
|
* 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
|
* 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
|
* 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-131-0/+1
|
* Add more hints regarding live portChocobozzz2021-01-111-0/+4
|
* Add AP statsChocobozzz2020-12-151-0/+4
|
* Refactor jobs stateChocobozzz2020-12-141-1/+1
|
* Add max lives limitChocobozzz2020-11-093-1/+8
|
* Check live duration and sizeChocobozzz2020-11-092-0/+6
|
* Add watch messages if live has not startedChocobozzz2020-11-091-0/+5
|
* Live streaming implementation first stepChocobozzz2020-11-092-9/+30
|
* Don't use @shared in modelsChocobozzz2020-08-271-2/+2
| | | | So other projects can use them
* Add redirection on unavailable video due to follow constraintsChocobozzz2020-08-262-0/+4
|
* Reorganize client shared modulesChocobozzz2020-06-231-0/+1
|
* First implem global searchChocobozzz2020-06-102-0/+21
|
* Support broadcast messagesChocobozzz2020-05-294-1/+19
|
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-141-2/+5
| | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com>
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-081-3/+7
|
* Add last login date to usersChocobozzz2020-05-071-0/+4
|
* Add external login buttonsChocobozzz2020-05-041-0/+4
|
* Begin support for external authsChocobozzz2020-05-041-0/+16
|
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-1/+1
|
* Avoir some circular dependenciesChocobozzz2020-05-043-0/+109
|
* Make the search helper change based on the server configRigel Kent2020-02-131-0/+7
|
* Move to eslintcontainChocobozzz2020-02-033-18/+19
|
* Add ability to list redundanciesChocobozzz2020-01-282-9/+12
|
* Add informational message at login for visitors coming from upload buttonRigel Kent2020-01-101-0/+8
| | | | resolves #1880
* Serve audit logs to clientChocobozzz2019-12-111-1/+1
|
* Add ability to filter per job typeChocobozzz2019-12-041-3/+3
|
* Add audio-only option to transcoders and playerfrankdelange2019-11-251-0/+1
| | | | | | | | This patch adds an audio-only option to PeerTube by means of a new transcoding configuration which creates mp4 files which only contain an audio stream. This new transcoder has a resolution of '0' and is presented in the preferences and in the player resolution menu as 'Audio-only' (localised). When playing such streams the player shows the file thumbnail as background and disables controls autohide. Audio-only files can be shared and streamed just like any other file. They can be downloaded as well, the resulting file will be an mp4 container with a single audio stream. This patch is a proof of concept to show the feasibility of 'true' audio-only support. There are better ways of doing this which also enable multiple audio streams for a given video stream (e.g. DASH) but as this would entail a fundamental change in the way PeerTube works it is a bridge too far for a simple proof of concept.
* Add ability to disable webtorrentChocobozzz2019-11-252-0/+11
| | | | In favour of HLS
* Add hardware information in instance configChocobozzz2019-09-052-0/+2
|
* Add creation reasonChocobozzz2019-09-052-0/+2
|
* Add more attributes to about pageChocobozzz2019-09-052-0/+20
|
* Add auto follow back support for instancesChocobozzz2019-09-041-0/+12
|
* Use search client scopeChocobozzz2019-07-241-2/+1
|
* Add client hooksChocobozzz2019-07-241-1/+2
|
* WIP plugins: load theme on client sideChocobozzz2019-07-241-2/+6
|
* WIP plugins: add theme supportChocobozzz2019-07-242-1/+12
|
* WIP plugins: hook on client sideChocobozzz2019-07-241-0/+10
|
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-211-0/+1
| | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction