aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Migrate client to eslintChocobozzz2021-08-181-1/+1
|
* refactor scoped token serviceRigel Kent2020-11-251-5/+5
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-0/+5
|
* Reorganize left menu and account menuChocobozzz2020-11-131-74/+10
| | | | | | Add my-settings and my-library in left menu Move administration below my-library Split account menu: my-setting and my library
* Migrate to $localizeChocobozzz2020-08-141-18/+16
| | | | | | | | | | | | * 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
* Refactor - improve offset content handling with fixed sub-menu and ↵kimsible2020-08-111-1/+6
| | | | broadcast-message
* Fix regression subscriptions icon in dropdown sub-menukimsible2020-08-031-1/+1
|
* Fix testsChocobozzz2020-07-311-1/+1
|
* Add abuse messages management in my accountChocobozzz2020-07-311-0/+5
|
* Add alert and hide upload view when no upload is possible (#2966)Kim2020-07-281-11/+22
| | | | | | | | | | | | | | | | | | | | | | * Add alert and hide upload view when no upload is possible * Add about instance link to alert * Hide videos and imports links when no upload is possible * Correct curly spacing lint * Put logic canUpload to User model + add isHidden param to to-menu-dropdown * Use canSeeVideoLinks from user model * Rename and change logic canUpload to isUploadDisabled * Use isDisplayed() method intead of isHidden value * Refactor client and check videos count using quota Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Chocobozzz <me@florianbigard.com>
* Update my-account sub-menus icons (#2977)Kim2020-07-231-4/+4
| | | | | | | | | * Update user sub-menus icons * Update admin sub-menu icons * Add solendp to credits Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* simplify navigation within most admin menusRigel Kent2020-07-021-1/+1
|
* switch from softies to feathericonsRigel Kent2020-07-011-3/+3
| | | | also organize icons in folders per origin
* replace current ownership transfer icon with softies forward iconRigel Kent2020-06-281-1/+1
|
* Reorganize client shared modulesChocobozzz2020-06-231-1/+1
|
* factorize account/server blocklists for users and instance (#2875)Rigel Kent2020-06-151-1/+1
|
* Lazy load static objectsChocobozzz2019-12-181-4/+12
|
* Add my library section in menuChocobozzz2019-03-201-9/+18
|
* Add/update/delete/list my playlistsChocobozzz2019-03-181-0/+4
|
* Add notifications in the clientChocobozzz2019-01-091-0/+4
|
* Add history page on clientChocobozzz2018-12-181-1/+5
|
* My account menu -> open entries on hoverChocobozzz2018-12-051-43/+54
|
* Add user/instance block by users in the clientChocobozzz2018-10-161-3/+12
|
* Fix my account subtitlesChocobozzz2018-10-011-4/+4
|
* Unsubscribe from the routerChocobozzz2018-09-061-3/+10
|
* Clean up change password validationChocobozzz2018-09-051-2/+3
|
* Use dropdown in my account -> "my library"Chocobozzz2018-09-051-4/+37
|
* Fix fps federationChocobozzz2018-08-061-1/+1
|
* Add import http enabled configurationChocobozzz2018-08-061-1/+11
|
* Load my-account module lazilyChocobozzz2018-05-091-0/+7