aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-list/user-list.component.html
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add ability to ban/unban usersChocobozzz2018-08-091-7/+26
|
* Add reason when banning a userChocobozzz2018-08-081-2/+3
|
* Add i18n attributesChocobozzz2018-06-051-7/+7
|
* User add -> User createChocobozzz2018-05-111-2/+2
|
* Add video channel managementChocobozzz2018-04-261-1/+1
|
* Improve admin tablesChocobozzz2018-02-231-16/+28
|
* Better admin tablesChocobozzz2017-12-211-1/+1
|
* Design follow admin pageChocobozzz2017-12-081-1/+1
|
* Design admin data tablesChocobozzz2017-12-081-11/+5
|
* Begin admin designChocobozzz2017-12-081-33/+30
|
* Support roles with rights and add moderator roleChocobozzz2017-10-271-1/+1
|
* Move to HttpClient and PrimeNG data tableChocobozzz2017-09-141-4/+23
|
* Add user update for adminsChocobozzz2017-09-051-1/+1
|
* Client: beautiful watch pageChocobozzz2017-04-261-9/+14
|
* Client: replace simple tables by ng2 smart table componentChocobozzz2017-01-301-21/+4
|