aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
...
* Translated using Weblate (Japanese)T.S2023-07-171-288/+280
| | | | | | | Currently translated at 100.0% (2250 of 2250 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ja/
* Translated using Weblate (Persian)Payman Moghadam2023-07-171-2/+2
| | | | | | | Currently translated at 100.0% (2250 of 2250 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fa/
* Translated using Weblate (Persian)Payman Moghadam2023-07-171-1/+1
| | | | | | | Currently translated at 100.0% (2250 of 2250 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fa/
* Translated using Weblate (Persian)Payman Moghadam2023-07-171-1/+1
| | | | | | | Currently translated at 100.0% (2250 of 2250 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fa/
* Translated using Weblate (Persian)Payman Moghadam2023-07-171-1/+1
| | | | | | | Currently translated at 100.0% (2250 of 2250 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fa/
* Translated using Weblate (Persian)Payman Moghadam2023-07-171-1/+1
| | | | | | | Currently translated at 100.0% (2250 of 2250 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fa/
* Translated using Weblate (Chinese (Traditional))Jeff Huang2023-07-171-297/+289
| | | | | | | Currently translated at 100.0% (2250 of 2250 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/zh_Hant/
* Translated using Weblate (Persian)Payman Moghadam2023-07-171-216/+205
| | | | | | | Currently translated at 100.0% (2250 of 2250 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fa/
* Translated using Weblate (Ukrainian)Ihor Hordiichuk2023-07-171-298/+290
| | | | | | | Currently translated at 97.9% (2203 of 2250 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/uk/
* Translated using Weblate (Russian)Александр2023-07-171-298/+290
| | | | | | | Currently translated at 100.0% (2250 of 2250 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/
* Fix password E2E testsChocobozzz2023-07-171-2/+0
|
* Improve settings menu label handlerChocobozzz2023-07-174-26/+29
|
* Fix e2e testsChocobozzz2023-07-176-26/+63
|
* Fix anonymous autoplayChocobozzz2023-07-171-4/+4
|
* Don't update opengraph in angularChocobozzz2023-07-171-26/+0
| | | | We already set these tags in the server
* Some player fixes on Android, Safari and iOSChocobozzz2023-07-178-12/+22
|
* Fix HLS player on mobileChocobozzz2023-07-171-2/+5
|
* Round HTTP/P2P network statsChocobozzz2023-07-171-4/+4
|
* Prevent multiple sha requestsChocobozzz2023-07-172-3/+17
|
* Add e2e tests for password protected videos (#5860)Wicklow2023-07-177-6/+370
|
* update third party link to docsJackson Chen2023-07-171-1/+1
|
* Fix lintChocobozzz2023-07-121-9/+9
|
* Merge branch 'release/5.2.0' into developChocobozzz2023-07-126-12/+20
|\
| * Fix terms/code of conduct link toggleChocobozzz2023-07-126-12/+20
| |
* | Rename webtorrent config to web_videosChocobozzz2023-07-113-10/+10
| |
* | Prefer web videos in favour of webtorrentChocobozzz2023-07-1112-57/+55
| |
* | Fix buildChocobozzz2023-07-103-4/+4
| |
* | Rename player embed apiChocobozzz2023-07-1011-4/+7
| |
* | Remove webtorrent support from clientChocobozzz2023-07-1076-3855/+2542
| |
* | Fix fetching storyboard of password protected videoChocobozzz2023-06-292-3/+5
| |
* | Better channel deletion messageChocobozzz2023-06-291-1/+1
| |
* | More robust wait transcoding checkbox displayChocobozzz2023-06-291-6/+2
| |
* | Fix lintChocobozzz2023-06-291-2/+2
| |
* | Support storyboards in embedChocobozzz2023-06-293-8/+53
| |
* | Fix storyboard on firefoxChocobozzz2023-06-291-4/+4
| |
* | Add storyboard supportChocobozzz2023-06-2913-23/+348
| |
* | Simplify ICU in componentsChocobozzz2023-06-2922-142/+230
| |
* | Feature/password protected videos (#5836)Wicklow2023-06-2956-143/+572
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add server endpoints * Refactoring test suites * Update server and add openapi documentation * fix compliation and tests * upload/import password protected video on client * add server error code * Add video password to update resolver * add custom message when sharing pw protected video * improve confirm component * Add new alert in component * Add ability to watch protected video on client * Cannot have password protected replay privacy * Add migration * Add tests * update after review * Update check params tests * Add live videos test * Add more filter test * Update static file privacy test * Update object storage tests * Add test on feeds * Add missing word * Fix tests * Fix tests on live videos * add embed support on password protected videos * fix style * Correcting data leaks * Unable to add password protected privacy on replay * Updated code based on review comments * fix validator and command * Updated code based on review comments
* Bumped to version v5.2.0v5.2.0Chocobozzz2023-06-211-1/+1
|
* Update translationsChocobozzz2023-06-202-405/+427
|
* Translated using Weblate (Persian)Payman Moghadam2023-06-201-287/+279
| | | | | | | Currently translated at 100.0% (2250 of 2250 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fa/
* Translated using Weblate (Czech)chocobozzz2023-06-201-290/+282
| | | | | | | Currently translated at 99.9% (2248 of 2250 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/cs/
* Update translationsChocobozzz2023-06-2045-3857/+4243
|
* Translated using Weblate (Persian)Payman Moghadam2023-06-191-4/+4
| | | | | | | Currently translated at 100.0% (2249 of 2249 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fa/
* Translated using Weblate (Persian)Payman Moghadam2023-06-191-1/+1
| | | | | | | Currently translated at 100.0% (2249 of 2249 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fa/
* Translated using Weblate (Czech)Jiri Podhorecky2023-06-191-815/+822
| | | | | | | Currently translated at 100.0% (2249 of 2249 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/cs/
* Translated using Weblate (German)Ettore Atalan2023-06-191-2/+2
| | | | | | | Currently translated at 97.8% (2200 of 2249 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/de/
* Translated using Weblate (German)Ettore Atalan2023-06-191-1108/+1220
| | | | | | | Currently translated at 97.7% (2198 of 2249 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/de/
* Translated using Weblate (Icelandic)Sveinn í Felli2023-06-191-13/+13
| | | | | | | Currently translated at 100.0% (268 of 268 strings) Translation: PeerTube/server Translate-URL: https://weblate.framasoft.org/projects/peertube/server/is/
* Translated using Weblate (Icelandic)Sveinn í Felli2023-06-191-1/+1
| | | | | | | Currently translated at 100.0% (134 of 134 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/is/