aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/users
Commit message (Collapse)AuthorAgeFilesLines
* Refactor parseQueryStringFilter boolean handlerChocobozzz2021-05-031-7/+1
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-151-6/+0
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Agnostic actor image storageChocobozzz2021-04-082-5/+4
|
* Fix updating boolean anonymous settingsChocobozzz2021-02-261-1/+1
|
* Fix anonymous user settingsChocobozzz2021-02-251-10/+30
|
* Fix lintChocobozzz2021-02-181-1/+1
|
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-132-2/+13
| | | | | | | * 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 dependenciesChocobozzz2020-08-141-8/+6
|
* Migrate to $localizeChocobozzz2020-08-141-7/+5
| | | | | | | | | | | | * 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-1/+1
|
* Cleanup tokens logic in embedChocobozzz2020-08-072-35/+23
|
* Reorganize shared modelsChocobozzz2020-08-071-1/+1
|
* deal with refresh token in embedRigel Kent2020-08-061-15/+2
|
* Fix anonymous user themeChocobozzz2020-07-311-1/+2
|
* harmonize search for librariesRigel Kent2020-07-291-5/+5
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-291-2/+18
| | | | statuses
* Add alert and hide upload view when no upload is possible (#2966)Kim2020-07-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | * 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>
* Add migrationsChocobozzz2020-07-101-6/+8
|
* add blocked filter in users list to filter banned usersRigel Kent2020-07-021-2/+23
| | | | fixes #2914
* Reorganize client shared modulesChocobozzz2020-06-233-0/+527