aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-list/user-list.component.html
Commit message (Collapse)AuthorAgeFilesLines
* Put admin users in overview tabChocobozzz2021-10-291-163/+0
|
* Improve admin tables responsiveChocobozzz2021-10-201-1/+1
|
* Make /a and /c default URLs for accounts and channelsKimsible2021-05-051-1/+1
|
* Refactor search filtersChocobozzz2021-05-031-4/+4
|
* Add ability to filter my videos by liveChocobozzz2021-05-031-18/+1
|
* 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-151-7/+2
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Move orange admin buttons on the left sideChocobozzz2021-01-131-5/+6
|
* Fix some accessibility issuesChocobozzz2020-12-221-2/+2
|
* Refactor rest table search filterChocobozzz2020-11-161-1/+1
|
* Put admin actions on the leftChocobozzz2020-11-161-1/+1
|
* 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-111-22/+22
|
* 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>
* harmonize search for librariesRigel Kent2020-07-291-2/+4
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-291-18/+63
| | | | statuses
* 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-021-8/+21
| | | | fixes #2914
* remove extraneous user-list table attributeRigel Kent2020-07-021-11/+5
|
* distinct style for rows of banned users in listing, saving spaceRigel Kent2020-07-011-3/+6
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-131-1/+1
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* add aria-hidden to non-descriptive icons (#2844)Caroline Chuong2020-06-081-1/+1
|
* Fix user dropdown overflowChocobozzz2020-05-111-1/+4
|
* 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-041-3/+5
| | | | search query param dynamically
* Bind expanded rows to item ids instead of row numberRigel Kent2020-05-041-0/+1
|
* Unify paginator disabling when no result is displayable, fix batch domain ↵Rigel Kent2020-05-011-1/+1
| | | | add for non-https
* Update translationsChocobozzz2020-04-151-1/+1
|
* Rich reporter field and video embed in moderation abuse listRigel Kent2020-04-131-4/+15
|
* Improving select displays, focus box-shadows for paginators, instructions ↵Rigel Kent2020-04-131-0/+2
| | | | for index url
* Strict templates enabledChocobozzz2020-02-101-1/+1
|
* Add action dropdown descriptionsRigel Kent2020-01-211-2/+2
|
* Serve audit logs to clientChocobozzz2019-12-111-1/+1
|
* Add sortable for videoQuotaUsed in user-list component.Axel Viala2019-07-251-1/+1
|
* Refactor how we use iconsChocobozzz2019-01-171-1/+1
| | | | Inject them in an angular component so we can easily change their color
* Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-0/+3
|
* enable email verification by admin (#1348)Josh Morel2018-11-211-1/+11
| | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required
* Fix new Angular 7 issuesChocobozzz2018-11-151-1/+1
|
* Add user/instance block by users in the clientChocobozzz2018-10-161-2/+4
|
* Add checkbox to check every rowsChocobozzz2018-10-081-1/+2
|
* Add users search filterChocobozzz2018-10-081-0/+1
|
* Add bulk actions in users tableChocobozzz2018-10-081-2/+29
|
* Add user moderation in the account pageChocobozzz2018-10-051-1/+2
|
* Move user moderation tool in a separate componentChocobozzz2018-10-051-2/+1
|
* Add quota used in users listChocobozzz2018-08-141-1/+1
|