aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/channel/video-channel.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Added "total views" in the my channels list (#5007)Florian CUNY2022-05-311-0/+1
| | | | | | | | | | | | | | | | | * Added "total views" in the my channels list Implements https://github.com/Chocobozzz/PeerTube/issues/4331 * Fix lint * applied suggested change * updated openAPI spec for the use "withStats" when getting video channels * applied code change * removed GROUP BY in query * Fixed test
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Update channel updatedAt when uploading a videoChocobozzz2021-05-101-0/+3
|
* Add banners supportChocobozzz2021-04-081-0/+2
|
* Agnostic actor image storageChocobozzz2021-04-081-3/+2
|
* Add videos count in channels listChocobozzz2020-06-161-0/+2
|
* Use inner join and document code for viewr stats for channelsRigel Kent2020-03-311-2/+2
|
* View stats for channelsRigel Kent2020-03-311-0/+6
|
* Remove unused actor uuid fieldChocobozzz2019-05-311-1/+0
|
* Playlist server APIChocobozzz2019-03-181-1/+11
|
* Flat shared module directoryChocobozzz2018-08-141-0/+11