aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users
Commit message (Collapse)AuthorAgeFilesLines
* 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
* add blocked filter in users list to filter banned usersRigel Kent2020-07-023-16/+80
| | | | fixes #2914
* remove extraneous user-list table attributeRigel Kent2020-07-022-17/+5
|
* align danger colors for user-editRigel Kent2020-07-012-1/+6
|
* fix video update button, add color to danger zoneRigel Kent2020-07-012-3/+7
|
* distinct style for rows of banned users in listing, saving spaceRigel Kent2020-07-013-5/+14
|
* Reorganize client shared modulesChocobozzz2020-06-236-48/+27
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-131-1/+1
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* preserve original variable names server-sideRigel Kent2020-06-104-5/+5
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-102-2/+2
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* add aria-hidden to non-descriptive icons (#2844)Caroline Chuong2020-06-081-1/+1
|
* Fix user dropdown overflowChocobozzz2020-05-111-1/+4
|
* Align follower handle display on instance display in tablesRigel Kent2020-05-081-2/+2
|
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-081-7/+7
|
* Add auth plugin info in users listChocobozzz2020-05-051-0/+7
|
* Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-042-3/+9
| | | | search query param dynamically
* Bind expanded rows to item ids instead of row numberRigel Kent2020-05-041-0/+1
|
* Switching to a named filters/single input on video-abuseRigel Kent2020-05-041-4/+0
|
* Add links from user-editRigel Kent2020-05-011-2/+2
|