aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/account/actor.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix avatars in notificationsChocobozzz2022-05-251-3/+3
|
* Fix avatar default sizeChocobozzz2022-05-231-1/+1
|
* Fix avatar responsiveChocobozzz2022-05-021-2/+6
|
* Fix channel edition pageChocobozzz2022-03-211-1/+1
|
* Continue user mute in ban modal PRChocobozzz2022-02-281-5/+3
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Migrate client to eslintChocobozzz2021-08-181-1/+1
|
* Sort channels by -updatedAtChocobozzz2021-05-101-2/+0
|
* Remove avatarUrl from modelsChocobozzz2021-04-281-1/+0
|
* Don't always use a link for account avatarChocobozzz2021-04-151-3/+3
|
* Set channel banner/avatar in creation formChocobozzz2021-04-081-4/+4
|
* Add ability to update the bannerChocobozzz2021-04-081-2/+7
|
* Agnostic actor image storageChocobozzz2021-04-081-2/+2
|
* Add new default different avatar for channel and accountkimsible2020-11-251-18/+0
|
* Add abuse messages management in my accountChocobozzz2020-07-311-4/+8
|
* Add ability to report accountChocobozzz2020-07-101-0/+6
|
* Add ability to report comments in front endChocobozzz2020-07-101-2/+4
|
* Use 3 tables to represent abusesChocobozzz2020-07-101-1/+1
|
* Reorganize client shared modulesChocobozzz2020-06-231-0/+65