Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display avatar in video miniatures (#4823) | kontrollanten | 2022-03-08 | 1 | -12/+31 |
| | | | | | | | | | | | | | | | | | | | | | * show avatar in video miniatures closes #4040 * fix: videos for api, include avatars * add config for display video miniature avatar * Revert "fix: videos for api, include avatars" This reverts commit 5520a3eda6805338317a394d0553f2f82095a425. * video-min: set display avatar to false as default * remove empty line * rename display_avatar > display_author_avatar * fix renaming displayAvatar > displayAuthorAvatar | ||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 2 | -4/+23 |
| | |||||
* | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Don't display no results if still loading | Chocobozzz | 2022-02-09 | 2 | -0/+4 |
| | |||||
* | Don't stuck state when move transcoding job failed | Chocobozzz | 2021-12-23 | 1 | -0/+4 |
| | |||||
* | Fix build | Chocobozzz | 2021-12-17 | 1 | -1/+2 |
| | |||||
* | Stop killing peertube in ci script | Chocobozzz | 2021-11-18 | 1 | -1/+1 |
| | |||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 1 | -3/+35 |
| | |||||
* | Add ability to remove hls/webtorrent files | Chocobozzz | 2021-11-18 | 1 | -1/+38 |
| | |||||
* | Add ability to bulk block videos | Chocobozzz | 2021-11-17 | 2 | -2/+2 |
| | |||||
* | Add more when deleting a video | Chocobozzz | 2021-11-15 | 1 | -5/+5 |
| | |||||
* | Add ability to filter out public videos from admin | Chocobozzz | 2021-11-12 | 1 | -3/+6 |
| | |||||
* | Add transcoding fail message in client | Chocobozzz | 2021-11-09 | 1 | -0/+4 |
| | |||||
* | Prefer "hide" since filters are not a modal | Chocobozzz | 2021-11-08 | 1 | -1/+1 |
| | |||||
* | Fix english | Chocobozzz | 2021-11-08 | 1 | -1/+1 |
| | |||||
* | Deprecate filter video query | Chocobozzz | 2021-10-29 | 3 | -12/+14 |
| | | | | Introduce include and isLocal instead | ||||
* | Changed label of "sort by views" to "sort by recent views" | Poslovitch | 2021-10-26 | 1 | -1/+1 |
| | | | | Fixes https://github.com/Chocobozzz/PeerTube/issues/4421 | ||||
* | Rename config key | Chocobozzz | 2021-10-12 | 1 | -2/+6 |
| | |||||
* | add option to always show channel display name (#4422) | kontrollanten | 2021-10-12 | 2 | -2/+10 |
| | | | | | | | | | | | | | | | * add option to always show channel display name closes #4040 * show avatar in video miniatures closes #4040 * Revert "show avatar in video miniatures" This reverts commit 79b1a84140857fc24f7e2233e838d012f72bc56f. * channel display name: fix review comments | ||||
* | Correctly disable infinite scroll for reuse | Chocobozzz | 2021-10-11 | 2 | -2/+4 |
| | |||||
* | Fix video filters for non english UI | Chocobozzz | 2021-09-08 | 1 | -7/+7 |
| | |||||
* | More robust webtorrent redundancy download | Chocobozzz | 2021-09-06 | 1 | -2/+0 |
| | | | | | Avoid issues with inconsistencies between magnet infohash and torrent infohash, blocking webtorrent upload that will timeout | ||||
* | Fix NSFW filter and add tests | Chocobozzz | 2021-09-03 | 3 | -7/+3 |
| | |||||
* | Don't display scope fitler on account/channel pages | Chocobozzz | 2021-08-30 | 6 | -5/+25 |
| | |||||
* | Add video filters to common video pages | Chocobozzz | 2021-08-25 | 15 | -527/+1172 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 4 | -23/+23 |
| | |||||
* | Fix client lint | Chocobozzz | 2021-08-17 | 4 | -38/+41 |
| | |||||
* | Refactor video links builders | Chocobozzz | 2021-07-26 | 1 | -1/+1 |
| | |||||
* | Relax watch CSS | Chocobozzz | 2021-06-30 | 1 | -2/+2 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 1 | -2/+2 |
| | |||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 4 | -10/+10 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 4 | -11/+11 |
| | |||||
* | Fix subtitle download | Chocobozzz | 2021-06-25 | 4 | -98/+161 |
| | |||||
* | Add ability to search playlists | Chocobozzz | 2021-06-25 | 2 | -10/+8 |
| | |||||
* | Add max rows to videos list | Chocobozzz | 2021-06-09 | 1 | -1/+1 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 4 | -12/+19 |
| | |||||
* | Use HTML config when possible | Chocobozzz | 2021-06-04 | 2 | -13/+7 |
| | |||||
* | Support '/w/' and '/w/p/' for watch page | Chocobozzz | 2021-05-28 | 1 | -1/+1 |
| | | | | And use them as default in client | ||||
* | Merge branch 'develop' into shorter-URLs-channels-accounts | Chocobozzz | 2021-05-27 | 1 | -0/+2 |
|\ | |||||
| * | Fix miniature overflow | Chocobozzz | 2021-05-10 | 1 | -0/+2 |
| | | |||||
* | | Make /a and /c default URLs for accounts and channels | Kimsible | 2021-05-05 | 1 | -4/+4 |
|/ | |||||
* | Fix miniature avatar size | Chocobozzz | 2021-05-05 | 2 | -2/+5 |
| | |||||
* | Refactor search filters | Chocobozzz | 2021-05-03 | 2 | -2/+5 |
| | |||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 3 | -13/+12 |
| | |||||
* | Remove avatarUrl from models | Chocobozzz | 2021-04-28 | 1 | -8/+0 |
| | |||||
* | Refactor actor avatar display | Chocobozzz | 2021-04-28 | 3 | -14/+10 |
| | |||||
* | Fix video actions dropdown overflow | Chocobozzz | 2021-04-26 | 1 | -0/+1 |
| | |||||
* | Refactor feed component | Chocobozzz | 2021-04-15 | 2 | -21/+4 |
| | |||||
* | Refactor menu css | Chocobozzz | 2021-04-15 | 2 | -11/+15 |
| | |||||
* | Don't always use a link for account avatar | Chocobozzz | 2021-04-15 | 1 | -1/+1 |
| |