aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-edit
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* NoImplicitAny flag true (#1157)BO412018-10-181-1/+1
| | | | | | | | 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
* update tslint config and fix member ordering (#1279)BO412018-10-161-1/+0
|
* Move user moderation tool in a separate componentChocobozzz2018-10-052-2/+2
|
* Fix quota translationsChocobozzz2018-09-263-7/+22
|
* Fix user create daily quota componentChocobozzz2018-08-313-8/+14
|
* Implement daily upload limit (#956)Felix Ableitner2018-08-283-13/+22
| | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo
* Fix client buildChocobozzz2018-08-141-2/+1
|
* Add form validator translationsChocobozzz2018-06-052-10/+13
|
* Form validators refractoringChocobozzz2018-06-053-58/+24
|
* Fix i18n in componentsChocobozzz2018-06-052-2/+2
|
* Add i18n attributesChocobozzz2018-06-053-25/+27
|