aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Better noscript wordingChocobozzz2023-04-171-1/+1
|
* Add missing strings to translateChocobozzz2023-04-171-2/+2
|
* Allow to update a live with untouched privacyChocobozzz2023-04-141-2/+3
|
* Fix button themingChocobozzz2023-04-141-0/+1
|
* Fix follow linksChocobozzz2023-04-142-10/+13
|
* Feature/filter already watched videos (#5739)Wicklow2023-04-122-2/+13
| | | | | * filter already watched videos * Updated code based on review comments
* feature/ability to disable video history by default (#5728)Wicklow2023-04-072-0/+16
| | | | | | | | | | | | | * 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"`
* Feature/Add replay privacy (#5692)Wicklow2023-03-314-5/+29
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Bumped to version v5.1.0v5.1.0Chocobozzz2023-03-211-1/+1
|
* Fix console errorChocobozzz2023-03-211-1/+1
|
* 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/
* Translated using Weblate (Thai)Phongpanot2023-03-161-1/+1
| | | | | | | Currently translated at 64.4% (1417 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/th/
* Translated using Weblate (Icelandic)Sveinn í Felli2023-03-161-1/+1
| | | | | | | Currently translated at 99.7% (2194 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/is/
* Translated using Weblate (Italian)lost_geographer2023-03-161-1424/+1547
| | | | | | | 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 (German)Vri2023-03-161-15/+15
| | | | | | | Currently translated at 100.0% (135 of 135 strings) Translation: PeerTube/player Translate-URL: https://weblate.framasoft.org/projects/peertube/player/de/
* Translated using Weblate (German)Vri2023-03-161-33/+33
| | | | | | | Currently translated at 100.0% (2199 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/de/
* Translated using Weblate (Thai)Phongpanot2023-03-161-20/+20
| | | | | | | Currently translated at 64.3% (1416 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/th/
* Translated using Weblate (Basque)Asier Iturralde Sarasola2023-03-161-1493/+1616
| | | | | | | Currently translated at 39.2% (864 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/eu/
* Translated using Weblate (German)Vri2023-03-161-638/+624
| | | | | | | Currently translated at 100.0% (2199 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/de/
* Translated using Weblate (Thai)Phongpanot2023-03-161-437/+426
| | | | | | | Currently translated at 63.4% (1396 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/th/
* Translated using Weblate (Icelandic)Sveinn í Felli2023-03-161-491/+490
| | | | | | | Currently translated at 99.7% (2194 of 2199 strings) Translation: PeerTube/angular Translate-URL: https://weblate.framasoft.org/projects/peertube/angular/is/
* Merge branch 'release/5.1.0' into developChocobozzz2023-03-1611-33/+37
|\
| * Fix button/input/select heightsChocobozzz2023-03-168-29/+30
| |
| * Fix notification tick sizeChocobozzz2023-03-161-1/+5
| |
| * Fix small action dropdownChocobozzz2023-03-162-3/+2
| |
| * Fix button widthChocobozzz2023-03-142-2/+2
| |
| * Prevent layout shift on th hoverChocobozzz2023-03-141-7/+0
| |
| * Don't send undefined with HTML inputChocobozzz2023-03-101-0/+3
| |
| * Add test on AP hooksChocobozzz2023-03-101-2/+2
| |
| * Add ability for plugins to alter video jsonldChocobozzz2023-03-102-24/+8
| |
| * Add ability for plugins to add metadataChocobozzz2023-03-103-2/+46
| |
| * Add action:video-edit.form.updated hookChocobozzz2023-03-101-1/+9
| |
* | Improve accessibilityChocobozzz2023-03-1534-209/+200
| |
* | Fix button widthChocobozzz2023-03-142-2/+2
| |
* | Prevent layout shift on th hoverChocobozzz2023-03-141-7/+0
| |
* | Add ability for plugins to alter video jsonldChocobozzz2023-03-141-9/+0
| |
* | Add ability for plugins to add metadataChocobozzz2023-03-141-0/+9
| |
* | Add an option to provide responsive embed (#5690)Wicklow2023-03-143-18/+52
| | | | | | | | | | | | | | * Add option to provide responsive embed * Fix typo * More understandable parameter
* | Don't send undefined with HTML inputChocobozzz2023-03-101-0/+3
| |
* | Add test on AP hooksChocobozzz2023-03-101-2/+2
| |
* | Add ability for plugins to alter video jsonldChocobozzz2023-03-102-24/+8
| |
* | Add ability for plugins to add metadataChocobozzz2023-03-103-2/+46
| |
* | Add action:video-edit.form.updated hookChocobozzz2023-03-101-1/+9
| |
* | Non latin keyboard layout support player shortcut (#5684)Wicklow2023-03-081-1/+26
|/ | | | | * Non latin keyboard layout support player shortcut * isNaked in charge of toUpperCase
* Add timestamp auto link docChocobozzz2023-03-071-3/+5
|
* Fix live buffering with small latencyChocobozzz2023-03-072-9/+4
|