aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-edit
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-10/+3
|
* User add -> User createChocobozzz2018-05-113-5/+5
|
* Add video channel managementChocobozzz2018-04-262-3/+3
|
* Fix aot buildChocobozzz2018-01-091-1/+1
|
* Support video quota on clientChocobozzz2018-01-081-1/+1
|
* Customize selectChocobozzz2017-12-202-15/+19
|
* Move to angular cliChocobozzz2017-12-121-0/+3
|
* Design follow admin pageChocobozzz2017-12-081-1/+1
|
* Begin admin designChocobozzz2017-12-082-64/+77
|
* Fix error messages on client formsChocobozzz2017-11-042-3/+3
|
* Upgrade client depChocobozzz2017-10-311-1/+1
|
* Support roles with rights and add moderator roleChocobozzz2017-10-274-6/+33
|
* Take in account transcoding for video quotaChocobozzz2017-10-195-4/+41
|
* Add ability to forbid user to upload videoChocobozzz2017-10-191-0/+1
|
* err.text -> errChocobozzz2017-09-142-3/+3
|
* Add user update for adminsChocobozzz2017-09-055-0/+266