aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-edit
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to update plugin authChocobozzz2021-02-013-1/+19
|
* Retrieve user by id instead of usernameChocobozzz2021-01-111-5/+0
|
* Fix some accessibility issuesChocobozzz2020-12-221-1/+1
|
* 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
|
* We don't need services anymore for validatorsChocobozzz2020-08-173-18/+32
|
* Migrate to $localizeChocobozzz2020-08-143-23/+13
| | | | | | | | | | | | * 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
* 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
|
* 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
|
* 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
|
* Reorganize client shared modulesChocobozzz2020-06-234-35/+19
|
* 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
* Align follower handle display on instance display in tablesRigel Kent2020-05-081-2/+2
|
* Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-041-0/+4
| | | | search query param dynamically
* 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
|
* Add video channel and video thumbnail, rework video appearance in rowRigel Kent2020-05-011-1/+1
|
* Fix lintChocobozzz2020-04-141-2/+2
|
* Fix lintRigel Kent2020-04-141-2/+10
|
* Improving select displays, focus box-shadows for paginators, instructions ↵Rigel Kent2020-04-132-6/+11
| | | | for index url
* 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-173-2/+19
| | | | | | | | | | | | | | | | 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
* Accessibility fixes for #2149Rigel Kent2020-01-211-1/+1
|
* Lazy load static objectsChocobozzz2019-12-183-4/+17
|
* Update user-edit.component.htmlKnackie2019-10-191-0/+1
| | | fixes #1943
* Moderators can only manage usersChocobozzz2019-07-304-8/+21
|
* 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-113-15/+6
|
* allow administration to change/reset a user's passwordRigel Kent2019-02-117-2/+188
|
* Add hls support on serverChocobozzz2019-02-111-1/+5
|
* Refractor notification serviceChocobozzz2018-12-192-13/+6
| | | | Shorter name and use primeng component
* Fix new Angular 7 issuesChocobozzz2018-11-151-1/+1
|
* Better typingsChocobozzz2018-10-181-1/+1
|