aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/actors
Commit message (Collapse)AuthorAgeFilesLines
* Add rejected state to followsChocobozzz2022-07-271-1/+1
| | | | Prevent reprocessing already rejected follows
* Implement avatar miniatures (#4639)kontrollanten2022-02-283-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Instance homepage support (#4007)Chocobozzz2021-05-272-0/+4
| | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* Update channel updatedAt when uploading a videoChocobozzz2021-05-102-1/+2
|
* Agnostic actor image storageChocobozzz2021-04-085-4/+18
|
* Reorganize client shared modulesChocobozzz2020-06-231-0/+1
|
* Remove unused actor uuid fieldChocobozzz2019-05-312-2/+0
|
* Playlist server APIChocobozzz2019-03-181-0/+11
|
* Refactor how we use iconsChocobozzz2019-01-171-1/+1
| | | | Inject them in an angular component so we can easily change their color
* Add user moderation in the account pageChocobozzz2018-10-051-0/+2
|
* Basic video redundancy implementationChocobozzz2018-09-131-3/+3
|
* Add ability to update a video channelChocobozzz2018-05-111-2/+2
|
* Implement support field in video and video channelChocobozzz2018-02-151-0/+1
|
* Add scores to follows and remove bad onesChocobozzz2018-01-113-15/+20
|
* Add ability to delete commentsChocobozzz2018-01-041-0/+1
|
* Begin to add avatar to actorsChocobozzz2017-12-291-0/+1
|
* Begin moving video channel to actorChocobozzz2017-12-193-0/+27