aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Improve remote runner config UXChocobozzz2023-05-195-53/+81
|
* Add % to runner job percentageChocobozzz2023-05-191-1/+5
|
* Remove uneeded date pipeChocobozzz2023-05-171-1/+1
|
* Support handles starting with @Chocobozzz2023-05-101-1/+3
|
* Prevent invalid end watch section warningsChocobozzz2023-05-102-4/+0
|
* Fix subscribe button responsiveChocobozzz2023-05-091-0/+6
|
* Support studio transcoding in peertube runnerChocobozzz2023-05-095-2/+33
|
* Enable external plugins to test the PRChocobozzz2023-05-091-1/+1
|
* Implement runner in client sideChocobozzz2023-05-0921-11/+742
|
* I18n missing parameter (#5782)Wicklow2023-05-022-2/+2
| | | | | * fix syntax * Missing i18n parameter
* Don't send replay settings on not replayed livesWicklow2023-04-192-4/+14
|
* Fix lintChocobozzz2023-04-171-1/+1
|
* Always translate user roleChocobozzz2023-04-173-28/+33
|
* Add missing strings to translateChocobozzz2023-04-171-2/+2
|
* Allow to update a live with untouched privacyChocobozzz2023-04-141-2/+3
|
* 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
* Merge branch 'release/5.1.0' into developChocobozzz2023-03-168-19/+15
|\
| * Fix button/input/select heightsChocobozzz2023-03-165-15/+8
| |
| * Fix notification tick sizeChocobozzz2023-03-161-1/+5
| |
| * Fix small action dropdownChocobozzz2023-03-162-3/+2
| |
| * Fix button widthChocobozzz2023-03-142-2/+2
| |
| * 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-1526-153/+139
| |
* | Fix button widthChocobozzz2023-03-142-2/+2
| |
* | 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-142-15/+34
| | | | | | | | | | | | | | * 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
|/
* Add timestamp auto link docChocobozzz2023-03-071-3/+5
|
* Don't display alt for actor imagesChocobozzz2023-03-072-10/+1
| | | | We don't need it since it's just a "cosmetic" image
* Fix update user password confirm messageChocobozzz2023-03-072-4/+4
|
* Refactor my actor avatar editChocobozzz2023-03-079-77/+85
|
* Hotfix/channel avatars overview (#5667)Wicklow2023-03-071-7/+5
| | | | | | | | | * Fix channel avatar display * Improve video overview component style * Better alignment of avatar and title * Convert in rem video overview component
* Fix displaying remote actor avatarsChocobozzz2023-03-022-22/+47
|
* Fix confirm modal containing 2 inputsChocobozzz2023-03-011-1/+1
|
* List my channels using paginationChocobozzz2023-03-012-57/+77
|
* Fix action dropdown heightChocobozzz2023-03-011-1/+0
|
* Fix hotkeys close buttonChocobozzz2023-02-281-1/+1
|