aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/account
Commit message (Collapse)AuthorAgeFilesLines
* Add mute status in account and channel pagesChocobozzz2021-12-071-1/+8
|
* Migrate client to eslintChocobozzz2021-08-182-2/+2
|
* CleanupChocobozzz2021-05-282-38/+0
| | | | | We must not expose private actor objects to clients Just make 2 GET requests on channel/accounts instead
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-272-2/+6
|\
| * Sort channels by -updatedAtChocobozzz2021-05-102-2/+6
| |
* | Use userId key to distinct Account or VideoChannel actorKimsible2021-05-051-13/+9
| |
* | Refactor client @actorName matcher with new API routeKimsible2021-05-052-0/+42
|/
* Remove avatarUrl from modelsChocobozzz2021-04-282-10/+0
|
* Use account initial as default avatar (#4002)kontrollanten2021-04-271-2/+2
| | | | | | | * client: use account initial as default avatar * fix UI in user list Avatars was cutted in the top and bottom
* Don't always use a link for account avatarChocobozzz2021-04-152-5/+5
|
* Set channel banner/avatar in creation formChocobozzz2021-04-081-4/+4
|
* Add ability to update the bannerChocobozzz2021-04-088-313/+7
|
* Agnostic actor image storageChocobozzz2021-04-082-4/+4
|
* Channel/account page redesign feedbacksChocobozzz2021-03-311-0/+1
| | | | | | | | | | | | Fix owner default avatar Semi bold orange inverted button Max width account description Increase account's channels padding Use owner avatar/display name links Move "view owner account" link on mobile Try to always display channel in video miniatures Add small border radius for channel's avatar Use main foreground color for the magnifying glass
* Square channel avatar consistencyChocobozzz2021-03-315-9/+22
|
* Avatar info component optimizationsChocobozzz2021-01-132-26/+17
|
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-134-10/+68
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* Fix circular dep issueChocobozzz2020-11-254-5/+7
|
* Add new default different avatar for channel and accountkimsible2020-11-252-19/+21
|
* Add pixel size to tooltip and gif support with FFmpeg for avatar upload (#3329)Kimsible2020-11-252-6/+7
| | | | | | | | | * Add avatar pixel size upload in tooltip * Add gif support for avatar * Add ffmpeg GIF process Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Fix circular dependenciesChocobozzz2020-08-141-4/+4
|
* Migrate to $localizeChocobozzz2020-08-142-17/+4
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Remove angular pipes moduleChocobozzz2020-08-111-2/+1
|
* Add abuse messages management in my accountChocobozzz2020-07-311-4/+8
|
* Hide generic channel display name and avatar on watch view (#2988)Kim2020-07-242-6/+29
| | | | | | | | | * Hide generic channel display name on watch view * Hide generic channel avatar on watch view * Add Default username channel as a generic channel display-name Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* 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
|
* fix reactive file upload buttonRigel Kent2020-07-011-0/+1
|
* Reorganize client shared modulesChocobozzz2020-06-2310-0/+367