aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub/activitypub-actor.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Fix remote actor creation dateChocobozzz2021-05-071-0/+2
|
* Add banners supportChocobozzz2021-04-081-1/+2
|
* Move to eslintcontainChocobozzz2020-02-031-6/+2
|
* Fix federation with some actorsChocobozzz2019-10-231-1/+1
| | | | That don't have a shared inbox, or a URL
* Remove unused actor uuid fieldChocobozzz2019-05-311-1/+0
|
* Playlist server APIChocobozzz2019-03-181-0/+1
|
* Implement support field in video and video channelChocobozzz2018-02-151-2/+1
|
* Begin to add avatar to actorsChocobozzz2017-12-291-1/+5
|
* Begin moving video channel to actorChocobozzz2017-12-191-2/+7
|
* SaveChocobozzz2017-12-191-1/+1
|
* Begin activitypubChocobozzz2017-11-271-0/+27