aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-edit/user-update.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize client shared modulesChocobozzz2020-06-231-12/+6
|
* preserve original variable names server-sideRigel Kent2020-06-101-2/+2
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-1/+1
| | | | | | | | | | | - 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
* Add video channel and video thumbnail, rework video appearance in rowRigel Kent2020-05-011-1/+1
|
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-271-15/+18
|
* Creating a user with an empty password will send an email to let him set his ↵John Livingston2020-02-171-0/+4
| | | | | | | | | | | | | | | | 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
* Lazy load static objectsChocobozzz2019-12-181-0/+2
|
* Moderators can only manage usersChocobozzz2019-07-301-1/+2
|
* Add user adminFlagsChocobozzz2019-04-151-2/+6
|
* Cleanup reset user password by adminChocobozzz2019-02-111-3/+2
| | | | And add some tests
* remove isAdministrationRigel Kent2019-02-111-7/+0
|
* allow administration to change/reset a user's passwordRigel Kent2019-02-111-1/+23
|
* Refractor notification serviceChocobozzz2018-12-191-6/+3
| | | | Shorter name and use primeng component
* Move user moderation tool in a separate componentChocobozzz2018-10-051-1/+1
|
* Fix quota translationsChocobozzz2018-09-261-1/+5
|
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-3/+6
| | | | | | | | | | | | | | | | | | | | * 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-051-4/+6
|
* Form validators refractoringChocobozzz2018-06-051-25/+8
|
* Fix i18n in componentsChocobozzz2018-06-051-1/+1
|
* Add i18n attributesChocobozzz2018-06-051-3/+8
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-10/+3
|
* Fix error messages on client formsChocobozzz2017-11-041-2/+2
|
* Support roles with rights and add moderator roleChocobozzz2017-10-271-3/+11
|
* Take in account transcoding for video quotaChocobozzz2017-10-191-2/+5
|
* err.text -> errChocobozzz2017-09-141-2/+2
|
* Add user update for adminsChocobozzz2017-09-051-0/+106