aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/users/user.service.ts
Commit message (Collapse)AuthorAgeFilesLines
* Split user serviceChocobozzz2022-01-211-227/+57
|
* Remove unnecessary functionChocobozzz2022-01-181-45/+11
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-161-84/+20
|
* Fix NSFW filter and add testsChocobozzz2021-09-031-1/+5
|
* Don't display account setup modal on signupChocobozzz2021-08-271-1/+8
| | | | Don't bother user with a modal just after signup
* Migrate client to eslintChocobozzz2021-08-181-2/+2
|
* Refactor parseQueryStringFilter boolean handlerChocobozzz2021-05-031-7/+1
|
* Agnostic actor image storageChocobozzz2021-04-081-3/+2
|
* 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-131-0/+10
| | | | | | | * 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-071-32/+23
|
* 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 blocked filter in users list to filter banned usersRigel Kent2020-07-021-2/+23
| | | | fixes #2914
* Reorganize client shared modulesChocobozzz2020-06-231-0/+375