aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users
Commit message (Collapse)AuthorAgeFilesLines
* Fix client lintChocobozzz2021-08-174-53/+58
|
* Add missing localization keysChocobozzz2021-07-211-8/+8
|
* Fix user creation formChocobozzz2021-07-161-4/+2
|
* Move to sass moduleChocobozzz2021-06-283-6/+7
|
* Move to sass @useChocobozzz2021-06-283-6/+6
|
* Bidi supportChocobozzz2021-06-071-1/+2
|
* Use HTML config when possibleChocobozzz2021-06-043-17/+8
|
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-271-0/+2
|\
| * Fix local plugin auth selectChocobozzz2021-05-251-0/+2
| |
* | Make /a and /c default URLs for accounts and channelsKimsible2021-05-052-2/+2
|/
* Refactor search filtersChocobozzz2021-05-032-16/+11
|
* Add ability to filter my videos by liveChocobozzz2021-05-033-42/+21
|
* Move to stylelintChocobozzz2021-04-283-3/+4
|
* Refactor actor avatar displayChocobozzz2021-04-281-1/+1
|
* Use account initial as default avatar (#4002)kontrollanten2021-04-271-1/+1
| | | | | | | * client: use account initial as default avatar * fix UI in user list Avatars was cutted in the top and bottom
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-152-11/+2
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Add ability to update the bannerChocobozzz2021-04-082-9/+1
|
* Add ability to set a custom quotaChocobozzz2021-02-104-34/+41
|
* Add ability to update plugin authChocobozzz2021-02-013-1/+19
|
* Move orange admin buttons on the left sideChocobozzz2021-01-131-5/+6
|
* Retrieve user by id instead of usernameChocobozzz2021-01-111-5/+0
|
* Fix some accessibility issuesChocobozzz2020-12-222-3/+3
|
* Fix password input in edit userChocobozzz2020-12-152-3/+11
|
* unify inputs requiring buttons like password inputsRigel Kent2020-12-041-4/+3
|
* Profile settings title consistencyChocobozzz2020-11-261-3/+3
|
* Add new default different avatar for channel and accountkimsible2020-11-251-2/+2
|
* Refactor rest table search filterChocobozzz2020-11-162-33/+6
|
* Put admin actions on the leftChocobozzz2020-11-161-1/+1
|
* We don't need services anymore for validatorsChocobozzz2020-08-173-18/+32
|
* Use localize for page titlesChocobozzz2020-08-171-3/+3
|
* Migrate to $localizeChocobozzz2020-08-144-46/+30
| | | | | | | | | | | | * 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 useless i18n tagsChocobozzz2020-08-141-8/+8
|
* adapt my-select-checkbox placeholder to its contextRigel Kent2020-08-111-0/+1
|
* Use ng select for multiselectChocobozzz2020-08-113-36/+43
|
* Add validator channel namekimsible2020-08-111-1/+1
|
* Add channel_name field to create-user viewkimsible2020-08-112-0/+12
|
* Fix lintChocobozzz2020-08-071-0/+1
|
* Reorganize shared modelsChocobozzz2020-08-071-2/+3
|
* Upgrade to angular 10Chocobozzz2020-08-071-1/+2
|
* correct column toggle z-index for user listRigel Kent2020-08-031-1/+1
|
* Fix user list viewChocobozzz2020-07-311-8/+8
|
* Improve (accessibility title) and move action-buttons on left in tables (#2980)Kim2020-07-311-9/+7
| | | | | | | | | | | * Improve and move action-buttons on left in tables * Focus on my-delete and my-button * Correct spaces syntax * Move user-action dropdown on the left Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* modify user-quota to match account settings styleRigel Kent2020-07-291-1/+1
|
* harmonize search for librariesRigel Kent2020-07-292-7/+16
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-293-19/+129
| | | | statuses
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-201-1/+1
|\
| * Correct missing test in user-edit templatekimsible2020-07-201-1/+1
| |
* | Add migrationsChocobozzz2020-07-101-4/+4
|/
* Fix external user editionChocobozzz2020-07-061-11/+11
|
* add check-params test for user listRigel Kent2020-07-031-1/+1
| | | | fixes #2918