| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* refactor(client): create account-avatar component
* continue implement account-avatar
* fix review comments
|
| |
|
| |
|
|
|
|
|
|
|
| |
Mimicked the approach used in other tabs under "My Library":
* Adding bottom margin to search field to keep distance from "Sort By"
* Fixing extra left margin on "Sort By" for narrow screens
* Removed the `ml-2` class so that `!important` is no longer needed
* Removed unnecessary `!important` from account video search field width
|
| |
|
| |
|
|
|
|
| |
fixes #3779
|
|
|
|
|
|
| |
Less dirty code, better responsive
Prepare for some regressions
Increase default miniature size
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix owner default avatar
Semi bold orange inverted button
Max width account description
Increase account's channels padding
Use owner avatar/display name links
Move "view owner account" link on mobile
Try to always display channel in video miniatures
Add small border radius for channel's avatar
Use main foreground color for the magnifying glass
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
recommendation variant
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* stricter youtubedl format selectors
make sure selectors avoid av1, and otherwise match as closely to the
maximum resolution enabled for transcoding
* add support for merge formats in youtubedl
* avoid vp9.2 in youtubedl to avoid any HDR
* move getEnabledResolutions, safer replace of imported extension
* add test for youtube-dl selectors
|
|
|
|
|
|
|
| |
* allow user to search through their watch history
* add tests for search in watch history
* Update client/src/app/shared/shared-main/users/user-history.service.ts
|
|
|
|
|
|
|
| |
* add ability to remove one's avatar for account and channels
* add ability to remove one's avatar for account and channels
* only display avatar edition options after input change
|
|
|
|
|
| |
- reduce http status codes list to potentially useful codes
- convert more codes to typed ones
- factorize html generator for error responses
|
|
|
|
|
|
|
|
|
| |
* Select first available channel when accepting ownership change
Implements https://github.com/Chocobozzz/PeerTube/issues/2240
* Made use of #patchValue() to set the default selected value
And removed the disabled state for the Accept button
|
| |
|
| |
|
| |
|
|
|
|
| |
Migrate removed primeng theme to custom CSS
|
| |
|
|
Add my-settings and my-library in left menu
Move administration below my-library
Split account menu: my-setting and my library
|