aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix action button heightChocobozzz2023-02-281-1/+1
|
* Fix instance accordion line heightChocobozzz2023-02-271-1/+1
|
* Fix hotkeys page themingChocobozzz2023-02-271-6/+6
|
* Always list nsfw videos in adminChocobozzz2023-02-251-0/+1
|
* Avoid always resuming the end of the videoChocobozzz2023-02-251-7/+12
|
* Fix infinite scroll on search pageChocobozzz2023-02-242-2/+6
|
* Update doc anchor linksChocobozzz2023-02-234-5/+5
|
* Move to new documentation linksChocobozzz2023-02-2210-18/+18
|
* Fix channel buttons heightChocobozzz2023-02-222-17/+22
|
* Fix angular build, againChocobozzz2023-02-2016-16/+16
| | | | Maybe a bug in the sass loader
* Fix angular buildChocobozzz2023-02-202-2/+1
|
* Refactoring margin and padding mixinsWicklow2023-02-208-19/+11
|
* Fix basic linter issuesWicklow2023-02-206-9/+8
|
* Remove empty sass filesWicklow2023-02-209-24/+4
|
* Refactoring login component styleWicklow2023-02-202-99/+40
|
* Refactoring manage video channel component styleWicklow2023-02-202-42/+9
|
* Refactoring accounts component styleWicklow2023-02-204-63/+25
|