aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-miniature
Commit message (Collapse)AuthorAgeFilesLines
* Add contained in playlists badges gapChocobozzz2023-05-242-1/+9
|
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-243-15/+17
| | | | It's deprecated by TS
* Fix lintChocobozzz2023-05-245-12/+12
|
* Improve accessibilityChocobozzz2023-03-155-9/+13
|
* Prefer displaying channel for playlist elementChocobozzz2023-02-152-20/+6
|
* Prevent layout shift in videos listChocobozzz2023-01-241-1/+1
|
* Add missing url unique index in local video viewerChocobozzz2023-01-191-2/+0
|
* Implement signup approval in clientChocobozzz2023-01-192-6/+2
|
* Process requests in correct orderChocobozzz2022-12-291-24/+38
|
* Reorder playlists when adding an elementChocobozzz2022-12-291-1/+1
|
* Fix client lintChocobozzz2022-11-151-1/+1
|
* Merge branch 'release/4.3.0' into developChocobozzz2022-11-142-8/+19
|\
| * Prevent XSS with ng-selectChocobozzz2022-11-142-8/+19
| | | | | | | | | | | | When using ng-option See https://github.com/ng-select/ng-select/issues/1363
* | Put private videos under a specific subdirectoryChocobozzz2022-10-242-9/+15
| |
* | feat: show contained playlists under My videos (#5125)kontrollanten2022-10-245-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: show contained playlists under My videos closes #4769 * refactor(server): remove unused types * fixes after code review * fix(client/video-miniature): add to playlist * fix(server/user/me): shortUUID response * Revert "fix(client/video-miniature): add to playlist" This reverts commit f1a0412391c7e2370b87df2594c9fe3f39a40ddc. * fix(client/PlaylistService): caching * Revert "fix(server/user/me): shortUUID response" This reverts commit e3f1ee4e335739b895bced938540c003df24af73. * Fix fetching playlists Co-authored-by: Chocobozzz <me@florianbigard.com>
* | Added filter to sort videos by name (alphabetical order)Poslovitch2022-10-241-0/+1
| | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/5134
* | Force channel in my videosChocobozzz2022-09-281-2/+10
|/
* Prefer using Object.valuesChocobozzz2022-08-171-3/+3
|
* Add channel hooksChocobozzz2022-08-031-0/+2
|
* Clearer live sessionChocobozzz2022-07-221-1/+1
| | | | | | | | | Get the save replay setting when the session started to prevent inconsistent behaviour when the setting changed before the session was processed by the live ending job Display more information about the potential session replay in live modal information
* Add ability for client to create server logsChocobozzz2022-07-184-11/+14
|
* 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
|