aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix live RAM usage when ffmpeg is too slowChocobozzz2021-01-272-8/+60
|
* Add missing niceness to ffmpeg thumbnail processesChocobozzz2021-01-272-4/+4
|
* Force update live booleanChocobozzz2021-01-261-5/+2
|
* Don't update live attributes if they did not changeChocobozzz2021-01-261-5/+13
|
* Fix testsChocobozzz2021-01-266-19/+25
|
* Fix wait transcoding checkbox displayChocobozzz2021-01-268-32/+30
|
* Allow webp image uploadsChocobozzz2021-01-264-12/+13
|
* Reformat sql console outputChocobozzz2021-01-261-7/+10
|
* Add refresh button in jobs listChocobozzz2021-01-263-1/+16
|
* Disable sql prettifier by defaultChocobozzz2021-01-265-4/+11
| | | | It adds too much lines, leading to difficulties when reading dev logs
* Fix sendmail emailerChocobozzz2021-01-262-49/+50
|
* Added translation using Weblate (Central Atlas Tamazight)Hakim Oubouali2021-01-261-0/+104
|
* Added translation using Weblate (Central Atlas Tamazight)Hakim Oubouali2021-01-261-0/+16199
|
* Translated using Weblate (Danish)Nicolai Larsen2021-01-261-1/+236
| | | | | | | Currently translated at 36.3% (85 of 234 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/da/
* Translated using Weblate (Danish)Nicolai Larsen2021-01-261-5086/+5491
| | | | | | | Currently translated at 7.5% (134 of 1767 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/da/
* Translated using Weblate (French (France) (fr_FR))Laurent Ettouati2021-01-261-43/+42
| | | | | | | Currently translated at 99.8% (1765 of 1767 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/
* Translated using Weblate (Ukrainian)Ihor Hordiichuk2021-01-261-514/+412
| | | | | | | Currently translated at 18.4% (326 of 1767 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/uk/
* Translated using Weblate (Polish)Marcin Mikołajczak2021-01-261-381/+389
| | | | | | | Currently translated at 97.1% (1717 of 1767 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/pl/
* Translated using Weblate (French)Mildred2021-01-261-1968/+1946
| | | | | | | Currently translated at 23.9% (423 of 1765 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr/
* Translated using Weblate (French)Mildred2021-01-261-102/+102
| | | | | | | Currently translated at 78.4% (80 of 102 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/fr/
* Translated using Weblate (Chinese (Traditional))Jeff Huang2021-01-261-124/+113
| | | | | | | Currently translated at 100.0% (1767 of 1767 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/zh_Hant/
* Translated using Weblate (Galician)josé m2021-01-261-128/+117
| | | | | | | Currently translated at 100.0% (1767 of 1767 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gl/
* Translated using Weblate (Spanish)A.D.R.S2021-01-261-126/+115
| | | | | | | Currently translated at 100.0% (1767 of 1767 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/
* Translated using Weblate (Esperanto)Tirifto2021-01-261-699/+750
| | | | | | | Currently translated at 98.3% (1737 of 1767 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/eo/
* Translated using Weblate (French (France) (fr_FR))Laurent Ettouati2021-01-261-701/+752
| | | | | | | Currently translated at 97.7% (1727 of 1767 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/
* Added translation using Weblate (French)Mildred2021-01-261-0/+16199
|
* Added translation using Weblate (French)Mildred2021-01-261-0/+104
|
* add `proxy_ignore_client_abort` flag to Nginx confRigel Kent2021-01-251-0/+1
| | | | | | | | | | The `proxy_ignore_client_abort` flag specifies whether nginx will monitor possible connection close while waiting for an upstream server response. If an error occurs while sending a response, the connection will be closed regardless of the flag, much like if there were no nginx at all. fixes #3484
* add option for video-import CLI to wait between two video imports (#3310)Florent2021-01-251-58/+63
| | | | | | | | * peertube-import-videos: Add --wait-interval option * peertube-import-videos: various code style improvements Co-authored-by: Florent F <florent.fayolle69@gmail.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* prettify SQL queries during debug (#3635)Rigel Kent2021-01-254-5/+21
| | | | | | | * prettify SQL queries during debug * Use sql-formatter Co-authored-by: Chocobozzz <me@florianbigard.com>
* redirect to login on 401, display error variants in 404 componentRigel Kent2021-01-257-22/+55
|
* Safely remove webtorrent filesChocobozzz2021-01-254-10/+54
| | | | Only remove them on max quality HLS playlist generation
* Add priority to transcoding jobsChocobozzz2021-01-2515-79/+172
| | | | | | | | | | (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
* advertise live streaming as a feature in readmeRigel Kent2021-01-241-2/+5
|
* add missing i18n tag in login form (#3628)Marcin Mikołajczak2021-01-221-1/+1
|
* Fix job table colspanChocobozzz2021-01-211-1/+5
|
* Refactor transcoding job handlersChocobozzz2021-01-218-91/+162
|
* Support progress for ffmpeg tasksChocobozzz2021-01-218-34/+71
|
* Update FAQChocobozzz2021-01-211-6/+20
|
* Add user video list hooksChocobozzz2021-01-205-13/+52
|
* Serve AP objects for default account/channel pagesChocobozzz2021-01-201-2/+4
|
* Update translationsChocobozzz2021-01-2041-4892/+5763
|
* Merge remote-tracking branch 'weblate/develop' into developChocobozzz2021-01-206-5870/+6472
|\
| * Translated using Weblate (Chinese (Traditional))Jeff Huang2021-01-201-213/+212
| | | | | | | | | | | | | | Currently translated at 100.0% (1764 of 1764 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/zh_Hant/