aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Translated using Weblate (Swedish)Filip Bengtsson2021-01-151-206/+193
| | | | | | | Currently translated at 100.0% (1745 of 1745 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
* Translated using Weblate (Russian)Александр2021-01-151-214/+201
| | | | | | | Currently translated at 93.6% (1634 of 1745 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/
* Translated using Weblate (Polish)Marcin Mikołajczak2021-01-151-327/+314
| | | | | | | Currently translated at 97.9% (1710 of 1745 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/pl/
* Translated using Weblate (Occitan)Quentin PAGÈS2021-01-151-3933/+4760
| | | | | | | Currently translated at 54.0% (944 of 1745 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/oc/
* Translated using Weblate (Galician)josé m2021-01-151-206/+193
| | | | | | | Currently translated at 100.0% (1745 of 1745 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/gl/
* Translated using Weblate (Spanish)YiDai2021-01-151-207/+194
| | | | | | | Currently translated at 100.0% (1745 of 1745 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/es/
* Put feed url as linkChocobozzz2021-01-153-17/+18
|
* Display debug ffmpeg stdout/stderrChocobozzz2021-01-151-1/+3
|
* Load user when auth service is readyChocobozzz2021-01-151-9/+12
|
* Remove unused tracker paramChocobozzz2021-01-151-1/+0
|
* fix undefined dropdown on user logoutRigel Kent2021-01-141-1/+1
|
* Update project descriptionChocobozzz2021-01-144-8/+6
|
* Try to display job log in specific stageChocobozzz2021-01-141-1/+5
|
* Fix display all videos filterChocobozzz2021-01-131-2/+5
|
* Update FAQChocobozzz2021-01-131-37/+17
|
* prevent sending search GET parameter if undefined in my watch historyRigel Kent2021-01-131-1/+2
|
* Add missing `i18n`Marcin Mikołajczak2021-01-131-1/+1
|
* add admin reminder in case of transcode with no selected resolution to generateRigel Kent2021-01-131-0/+4
|
* Fix loading bar for HTTP requestsChocobozzz2021-01-133-11/+25
|
* Avatar info component optimizationsChocobozzz2021-01-132-26/+17
|
* Add title to left menu toggleChocobozzz2021-01-133-1/+11
|
* Move orange admin buttons on the left sideChocobozzz2021-01-135-18/+26
|
* Fix lintChocobozzz2021-01-131-3/+11
|
* Add 4k transcoding testChocobozzz2021-01-132-1/+31
|
* Fix and add skipping ping log testsChocobozzz2021-01-133-4/+41
|
* It's 2021!Chocobozzz2021-01-132-3/+3
|
* merge optional modules within standard ones in support/nginx/peertubeRigel Kent2021-01-131-2/+1
|
* Mention additional nginx modules required since (#3313)Timo Gurr2021-01-131-2/+2
| | | | | | | | | | 5f59cf077fd9f9c0c91c7bb56efbfd5db103bff2 introduced requirements on additional nginx modules: nginx: [emerg] "aio threads" is unsupported on this platform in /etc/nginx/sites-enabled/peertube:247 https://nginx.org/en/docs/http/ngx_http_core_module.html#aio nginx: [emerg] unknown directive "deny" in /etc/nginx/sites-enabled/peertube:83 https://nginx.org/en/docs/http/ngx_http_access_module.html
* specific niceness for live transcodingRigel Kent2021-01-132-3/+9
|
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-1312-16/+97
| | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts
* show first decimal for views above a thousand (#3564)Rigel Kent2021-01-131-2/+17
| | | | | * show first decimal for views above a thousand * Update client/src/app/shared/shared-main/angular/number-formatter.pipe.ts
* feat: allow administrator to disable logging of ping requestsJohan Fleury2021-01-135-2/+13
|
* add support for 1440p (Quad HD/QHD/WQHD) videosRigel Kent2021-01-1323-4/+51
|
* add test for script printing commandRigel Kent2021-01-132-0/+37
|
* add script printing command to generate a resolution for a given fileRigel Kent2021-01-133-16/+71
|
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-1318-26/+206
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* chore: add manifest in light buildkontrollanten2021-01-131-1/+1
|
* client: register service workerkontrollanten2021-01-133-18/+8
| | | | closes #296
* Use source sans 3 fontChocobozzz2021-01-1314-32/+28
|
* Remove docker images I can't maintainChocobozzz2021-01-137-153/+0
|
* Clearer docker doc hierarchyChocobozzz2021-01-121-10/+10
|
* Increase test timeoutChocobozzz2021-01-121-1/+1
|
* Merge branch 'release/3.0.0' into developChocobozzz2021-01-124-3/+26
|\
| * Update changelogrelease/3.0.0Chocobozzz2021-01-121-0/+23
| |
| * Bumped to version v3.0.1v3.0.1Chocobozzz2021-01-123-3/+3
| |
* | better subscribe button display for accountsRigel Kent2021-01-122-1/+6
| |
* | fix remote subscribe input alignmentRigel Kent2021-01-111-2/+4
|/
* Update translationsChocobozzz2021-01-1142-12086/+10175
|
* Translated using Weblate (Dutch)chocobozzz2021-01-111-1/+1
| | | | | | | Currently translated at 97.1% (1694 of 1743 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/nl/
* Translated using Weblate (Norwegian Nynorsk)Eivind Ødegård2021-01-111-27/+27
| | | | | | | Currently translated at 20.4% (50 of 244 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/nn/