aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Translated using Weblate (Swedish)Mats Blomdahl2023-04-141-3481/+3957
| | | | | | | Currently translated at 83.1% (1828 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/sv/
* Translated using Weblate (Polish)adam iter2023-04-141-2105/+2291
| | | | | | | Currently translated at 78.9% (1736 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/pl/
* Translated using Weblate (Russian)Александр2023-04-141-331/+320
| | | | | | | Currently translated at 100.0% (2199 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ru/
* Translated using Weblate (Japanese)T.S2023-04-141-1/+1
| | | | | | | Currently translated at 99.9% (2198 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ja/
* Translated using Weblate (Japanese)DignifiedSilence2023-04-141-2/+2
| | | | | | | Currently translated at 99.9% (2198 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ja/
* Translated using Weblate (Japanese)DignifiedSilence2023-04-141-70/+70
| | | | | | | Currently translated at 99.9% (2198 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ja/
* Translated using Weblate (Norwegian Bokmål)Erik Guldberg2023-04-141-15/+13
| | | | | | | Currently translated at 7.5% (165 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/nb_NO/
* Translated using Weblate (Japanese)T.S2023-04-141-1422/+1545
| | | | | | | Currently translated at 96.7% (2128 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/ja/
* Translated using Weblate (Norwegian Bokmål)Erik Guldberg2023-04-141-18/+17
| | | | | | | Currently translated at 6.9% (152 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/nb_NO/
* Translated using Weblate (Basque)Txopi2023-04-141-1/+1
| | | | | | | Currently translated at 39.3% (865 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/eu/
* Translated using Weblate (Norwegian Bokmål)Erik Guldberg2023-04-141-13/+13
| | | | | | | Currently translated at 77.7% (105 of 135 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/nb_NO/
* Translated using Weblate (Norwegian Bokmål)Erik Guldberg2023-04-141-28/+28
| | | | | | | Currently translated at 6.1% (135 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/nb_NO/
* Translated using Weblate (Hungarian)Balázs Meskó2023-04-141-1422/+1545
| | | | | | | Currently translated at 76.1% (1674 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hu/
* Translated using Weblate (Norwegian Bokmål)Erik Guldberg2023-04-141-41/+41
| | | | | | | Currently translated at 68.1% (92 of 135 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/nb_NO/
* Translated using Weblate (Norwegian Bokmål)Erik Guldberg2023-04-141-1699/+1822
| | | | | | | Currently translated at 5.0% (110 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/nb_NO/
* Translated using Weblate (French (France) (fr_FR))chocobozzz2023-04-141-1422/+1545
| | | | | | | Currently translated at 96.6% (2126 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/fr_FR/
* Allow to update a live with untouched privacyChocobozzz2023-04-144-5/+34
|
* Fix button themingChocobozzz2023-04-141-0/+1
|
* Fix follow linksChocobozzz2023-04-142-10/+13
|
* Prevent exception when headers are already sentChocobozzz2023-04-141-1/+4
|
* Breaking: docker requires compose v2Chocobozzz2023-04-141-4/+13
|
* Feature/filter already watched videos (#5739)Wicklow2023-04-1210-9/+119
| | | | | * filter already watched videos * Updated code based on review comments
* Remove invalid jsonld propertyChocobozzz2023-04-111-1/+0
|
* feat(docker): make database name configurable (#5734)Joël Galeran2023-04-072-4/+11
| | | | | | | | | | * feat(docker): make database name configurable WIP Related https://github.com/Chocobozzz/PeerTube/issues/5708 * Update .env * PEERTUBE_DB_NAME & add comments
* feature/ability to disable video history by default (#5728)Wicklow2023-04-0718-18/+145
| | | | | | | | | | | | | * draft: ability to disable video history by default * Update configuration and add tests * Updated code based on review comments * Add tests on registration and video quota * Remove required video quotas in query * Fix tests
* feat(about): render images in markdown (#5732)Joël Galeran2023-04-052-9/+9
| | | | | | | | | * feat(about): render images in markdown Closes https://github.com/Chocobozzz/PeerTube/issues/5710 * Update edit-instance-information.component.html * use `markdownType="enhanced"`
* Misc wording fixes, while learning how to test/contribute (#5727)Mats Blomdahl2023-04-052-8/+7
| | | | | | | | | | | * Misc wording fixes, while learning how to test/contribute - Remove duplicate discrimination topic in Code of Conduct - Correct capitalization of some brands (PeerTube, GitHub) - Replace `npm` with `yarn`, for additional consistency * Revert `yarn` to `npm run` per PR #5727 comment * Remove note on how to start Redis on Windows/WSL
* Remove $ for bash commandsChocobozzz2023-04-0411-259/+259
| | | | It prevents easy copy
* Correct API docs link in `./config/production.yaml.example`ar97082023-04-031-1/+1
| | | Just a broken link. :)
* Use hook inside the transactionChocobozzz2023-03-311-3/+5
| | | | To prevent serialization issue
* Feature/Add replay privacy (#5692)Wicklow2023-03-3136-120/+746
| | | | | | | | | | | | | | | | | | | | | | | | | * Add replay settings feature * Fix replay settings behaviour * Fix tests * Fix tests * Fix tests * Update openapi doc and fix tests * Add tests and fix code * Models correction * Add migration and update controller and middleware * Add check params tests * Fix video live middleware * Updated code based on review comments
* Revert matrix for docker buildChocobozzz2023-03-271-7/+5
|
* Fix testsChocobozzz2023-03-272-1/+5
|
* Add filter:html.client.json-ld.result hookChocobozzz2023-03-244-11/+55
|
* Merge branch 'release/5.1.0' into developChocobozzz2023-03-231-5/+5
|\
| * Fix docker ci matrixChocobozzz2023-03-231-5/+5
| |
| * Try to fix docker build timeoutChocobozzz2023-03-221-4/+6
| |
* | Try to fix docker build timeoutChocobozzz2023-03-221-4/+6
| |
* | Stop testing broken youtube-dlChocobozzz2023-03-221-4/+4
| |
* | fix(object-storage-proxy): set content-rangekontrollanten2023-03-221-0/+1
| |
* | Merge branch 'release/5.1.0' into developChocobozzz2023-03-215-7/+32
|\|
| * Bumped to version v5.1.0v5.1.0Chocobozzz2023-03-212-2/+2
| |
| * Update changelogChocobozzz2023-03-211-3/+28
| |
| * Fix console errorChocobozzz2023-03-211-1/+1
| |
| * Fix flaky testsChocobozzz2023-03-171-1/+1
| |
* | Add infohash test for VODChocobozzz2023-03-201-2/+18
|/
* Translated using Weblate (Italian)chocobozzz2023-03-171-9/+9
| | | | | | | Currently translated at 75.7% (1665 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/it/
* Translated using Weblate (Croatian)Milo Ivir2023-03-161-9/+9
| | | | | | | Currently translated at 100.0% (2199 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hr/
* Translated using Weblate (Croatian)Milo Ivir2023-03-161-504/+493
| | | | | | | Currently translated at 99.5% (2190 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/hr/
* Translated using Weblate (Russian)Александр2023-03-161-2/+2
| | | | | | | Currently translated at 100.0% (135 of 135 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/ru/