aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-miniature
Commit message (Collapse)AuthorAgeFilesLines
* Refactor actor avatar componentChocobozzz2022-06-271-2/+2
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-201-0/+1
|\
| * Fix video selection buttons placementChocobozzz2022-06-171-0/+1
| |
* | Cleanup title-page CSSChocobozzz2022-06-161-6/+0
| |
* | Increase global font sizeChocobozzz2022-06-164-4/+5
| |
* | Replace all glyphicon iconsChocobozzz2022-06-132-6/+2
| |
* | Rename input toggle hidden to input textChocobozzz2022-06-101-4/+4
| | | | | | | | It's more than just an hidden toggle
* | Prefer global icon instead of glyphicon for copyChocobozzz2022-06-103-31/+8
| |
* | Migrate to bootstrap 5Chocobozzz2022-06-103-18/+28
| |
* | Support ICU in TS componentsChocobozzz2022-06-081-1/+1
| |
* | (#4959) Add 'Originally Published At' sort option in videos pages (#4977)Jlll12022-05-242-1/+2
|/ | | | | | | | | * Add Original Publication Date sort dropdown option in video filters * Make the minimal sort dropdown width 250px to acomodate for 'Originally Published At' option * Improve label Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add ability to sort by global viewsChocobozzz2022-04-151-0/+1
|
* Reduce videos sort complexityChocobozzz2022-04-152-8/+2
| | | | Automatically use best sort if user is logged in and chose hot algorithm
* Support videos stats in clientChocobozzz2022-04-152-11/+29
|
* Rename studio to editorChocobozzz2022-03-221-6/+6
|
* Don't allow video edition if not enabledChocobozzz2022-03-181-4/+2
|
* Some fixes for themesChocobozzz2022-03-151-1/+1
|
* Display avatar in video miniatures (#4823)kontrollanten2022-03-081-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 supportChocobozzz2022-02-282-4/+23
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-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 loadingChocobozzz2022-02-092-0/+4
|
* Don't stuck state when move transcoding job failedChocobozzz2021-12-231-0/+4
|
* Fix buildChocobozzz2021-12-171-1/+2
|
* Stop killing peertube in ci scriptChocobozzz2021-11-181-1/+1
|
* Add ability to run transcoding jobsChocobozzz2021-11-181-3/+35
|
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-181-1/+38
|
* Add ability to bulk block videosChocobozzz2021-11-172-2/+2
|
* Add more when deleting a videoChocobozzz2021-11-151-5/+5
|
* Add ability to filter out public videos from adminChocobozzz2021-11-121-3/+6
|
* Add transcoding fail message in clientChocobozzz2021-11-091-0/+4
|
* Prefer "hide" since filters are not a modalChocobozzz2021-11-081-1/+1
|
* Fix englishChocobozzz2021-11-081-1/+1
|
* Deprecate filter video queryChocobozzz2021-10-293-12/+14
| | | | Introduce include and isLocal instead
* Changed label of "sort by views" to "sort by recent views"Poslovitch2021-10-261-1/+1
| | | | Fixes https://github.com/Chocobozzz/PeerTube/issues/4421
* Rename config keyChocobozzz2021-10-121-2/+6
|
* add option to always show channel display name (#4422)kontrollanten2021-10-122-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 reuseChocobozzz2021-10-112-2/+4
|
* Fix video filters for non english UIChocobozzz2021-09-081-7/+7
|
* More robust webtorrent redundancy downloadChocobozzz2021-09-061-2/+0
| | | | | Avoid issues with inconsistencies between magnet infohash and torrent infohash, blocking webtorrent upload that will timeout
* Fix NSFW filter and add testsChocobozzz2021-09-033-7/+3
|
* Don't display scope fitler on account/channel pagesChocobozzz2021-08-306-5/+25
|
* Add video filters to common video pagesChocobozzz2021-08-2515-527/+1172
|
* Migrate client to eslintChocobozzz2021-08-184-23/+23
|
* Fix client lintChocobozzz2021-08-174-38/+41
|
* Refactor video links buildersChocobozzz2021-07-261-1/+1
|
* Relax watch CSSChocobozzz2021-06-301-2/+2
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-2/+2
|
* Move to sass moduleChocobozzz2021-06-284-10/+10
|
* Move to sass @useChocobozzz2021-06-284-11/+11
|
* Fix subtitle downloadChocobozzz2021-06-254-98/+161
|