aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Factorize rest-table and fix/simplify SQLRigel Kent2020-05-011-1/+0
|
* Unify paginator disabling when no result is displayable, fix batch domain ↵Rigel Kent2020-05-011-1/+1
| | | | add for non-https
* Add video channel and video thumbnail, rework video appearance in rowRigel Kent2020-05-011-1/+1
|
* Update translationsChocobozzz2020-04-151-1/+1
|
* Fix lintChocobozzz2020-04-141-2/+2
|
* Fix lintRigel Kent2020-04-141-2/+10
|
* Rich reporter field and video embed in moderation abuse listRigel Kent2020-04-133-4/+24
|
* Improving select displays, focus box-shadows for paginators, instructions ↵Rigel Kent2020-04-134-6/+18
| | | | for index url
* Fix sort in admin tablesChocobozzz2020-04-081-0/+4
|
* Improve channel and account display on medium devicesRigel Kent2020-04-032-4/+4
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-021-3/+3
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-276-117/+242
|
* Fix user role editionChocobozzz2020-03-182-4/+9
|
* Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-174-2/+23
| | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
* Strict templates enabledChocobozzz2020-02-101-1/+1
|
* Fix angular 9 buildChocobozzz2020-02-101-1/+1
|
* Update a little bit user dropdown messageChocobozzz2020-01-211-1/+1
|
* Add action dropdown descriptionsRigel Kent2020-01-212-25/+31
|
* Accessibility fixes for #2149Rigel Kent2020-01-211-1/+1
|
* Lazy load static objectsChocobozzz2019-12-184-6/+25
|
* Serve audit logs to clientChocobozzz2019-12-111-1/+1
|
* Update user-edit.component.htmlKnackie2019-10-191-0/+1
| | | fixes #1943
* Moderators can only manage usersChocobozzz2019-07-305-13/+35
|
* Update angularChocobozzz2019-07-251-1/+1
|
* Add sortable for videoQuotaUsed in user-list component.Axel Viala2019-07-251-1/+1
|
* Improve 4K video quality after transcodingChocobozzz2019-06-061-2/+3
|
* Add user adminFlagsChocobozzz2019-04-154-3/+24
|
* Cleanup reset user password by adminChocobozzz2019-02-117-49/+42
| | | | And add some tests
* cleanup and remove paramSubsRigel Kent2019-02-113-10/+9
|
* move user-password to Input decoratorRigel Kent2019-02-112-11/+3
|
* remove isAdministrationRigel Kent2019-02-114-17/+7
|
* allow administration to change/reset a user's passwordRigel Kent2019-02-118-3/+190
|
* Add hls support on serverChocobozzz2019-02-111-1/+5
|
* Refactor how we use iconsChocobozzz2019-01-172-3/+3
| | | | 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
|
* Refractor notification serviceChocobozzz2018-12-193-37/+24
| | | | Shorter name and use primeng component
* enable email verification by admin (#1348)Josh Morel2018-11-212-2/+36
| | | | | | | | | | | | | * 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-153-3/+3
|
* Better typingsChocobozzz2018-10-182-4/+4
|
* NoImplicitAny flag true (#1157)BO412018-10-182-3/+3
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Add user/instance block by users in the clientChocobozzz2018-10-161-2/+4
|
* update tslint config and fix member ordering (#1279)BO412018-10-162-15/+14
|