aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fix tmp testsChocobozzz2021-02-021-2/+6
|
* Transcode HLS playlists in a tmp directoryChocobozzz2021-02-021-5/+22
|
* Fix broken HLS playback with some audio streamsChocobozzz2021-02-021-0/+4
|
* Fix small UI bugsChocobozzz2021-02-023-8/+17
|
* Fix hls testsChocobozzz2021-02-021-1/+1
|
* Transcode audio uploads to lower resolutionsChocobozzz2021-02-023-424/+523
| | | | Better consistency
* Purge entire video from redundancyChocobozzz2021-02-022-1/+60
|
* fix trending page scrollRigel Kent2021-02-011-1/+7
| | | | fixes #3665
* exclude support for non-release external dependenciesRigel Kent2021-02-011-0/+2
|
* Fix lintChocobozzz2021-02-012-5/+12
|
* Add ability to update plugin authChocobozzz2021-02-019-8/+62
|
* Improve parse log with sqlChocobozzz2021-02-012-2/+15
|
* Fix testsChocobozzz2021-02-013-40/+48
|
* Fix URI search config updateChocobozzz2021-02-011-2/+2
|
* Correctly remove torrents with HLS onlyChocobozzz2021-02-011-0/+1
|
* Fix redundancy with HLS only filesChocobozzz2021-02-013-59/+132
|
* Check banned status for external authsChocobozzz2021-02-012-1/+24
|
* fix nginx unitsRigel Kent2021-01-311-4/+4
|
* Fix testsChocobozzz2021-01-291-4/+4
|
* Use veryfast preset for default transcoding profileChocobozzz2021-01-293-2/+6
|
* Update translationsChocobozzz2021-01-2941-22566/+24983
|
* Merge remote-tracking branch 'weblate/develop' into developChocobozzz2021-01-299-9795/+11103
|\
| * Translated using Weblate (Turkish)Ömer Faruk Çakmak2021-01-291-319/+299
| | | | | | | | | | | | | | Currently translated at 25.7% (455 of 1767 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/tr/
| * Translated using Weblate (Turkish)Ömer Faruk Çakmak2021-01-291-4018/+4896
| | | | | | | | | | | | | | Currently translated at 8.9% (158 of 1767 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/tr/
| * Translated using Weblate (German)Simon Brosdetzko2021-01-291-139/+127
| | | | | | | | | | | | | | Currently translated at 100.0% (1767 of 1767 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/de/
| * Translated using Weblate (Russian)Александр2021-01-291-269/+277
| | | | | | | | | | | | | | Currently translated at 97.9% (1731 of 1767 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/
| * Translated using Weblate (Ukrainian)Ihor Hordiichuk2021-01-291-1/+1
| | | | | | | | | | | | | | Currently translated at 100.0% (234 of 234 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/uk/
| * Translated using Weblate (Ukrainian)Ihor Hordiichuk2021-01-291-8/+8
| | | | | | | | | | | | | | Currently translated at 18.8% (333 of 1767 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/uk/
| * Translated using Weblate (Czech)Chronos2021-01-291-5044/+5494
| | | | | | | | | | | | | | Currently translated at 27.3% (483 of 1767 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/cs/
| * Translated using Weblate (Central Atlas Tamazight)Hakim Oubouali2021-01-291-14/+14
| | | | | | | | | | | | | | Currently translated at 13.7% (14 of 102 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/tzm/
| * localize decimal separator in video miniatures (#3643)kontrollanten2021-01-292-9/+13
| | | | | | | | | | | | | | | | | | | | | | * fix(client): localize decimal separator * fix(client/numpipe): handle Intl failure gently * Revert "fix(client/numpipe): handle Intl failure gently" This reverts commit e275049f1fabb0a7af5a274ebfc33f9c3fb279ed. * client: switch from Intl to ng formatNumber
* | Fix default.yaml and production.yaml inconsistenciesChocobozzz2021-01-292-6/+10
|/
* Fix hls error handlingChocobozzz2021-01-291-1/+4
|
* Try to support other codecsChocobozzz2021-01-293-9/+29
|
* Correctlu throws an error on manifestIncompatibleCodecsErrorChocobozzz2021-01-291-23/+14
|
* Don't quick transcode if using a custom profileChocobozzz2021-01-291-0/+2
|
* Add plugin transcoding profile guideChocobozzz2021-01-293-0/+94
|
* add description to live transcoding profile selectorRigel Kent2021-01-291-9/+16
|
* Reduce transcoding overhead by disabling resolutionsChocobozzz2021-01-291-1/+13
|
* add description to transcoding profile selectorRigel Kent2021-01-282-8/+25
|
* take into account mime-encoding in nginx client_max_body_sizeRigel Kent2021-01-281-4/+4
| | | | fixes #3656
* Support transcoding profile in client adminChocobozzz2021-01-284-2/+51
|
* Support transcoding options/encoders by pluginsChocobozzz2021-01-2832-125/+744
|
* Use a profile manager for transcodingChocobozzz2021-01-286-52/+116
|
* add test and openapi for hot sort parameterRigel Kent2021-01-283-1/+12
|
* move from trending routes to alg paramRigel Kent2021-01-2830-396/+211
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-2830-103/+256
|
* only count comments from people other than the video authorRigel Kent2021-01-282-4/+22
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-2834-63/+396
| | | | recommendation variant
* Fix rss feed with HLS videosChocobozzz2021-01-272-15/+24
|