aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-edit/user-edit.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2020-08-071-0/+1
|
* Reorganize shared modelsChocobozzz2020-08-071-2/+3
|
* Upgrade to angular 10Chocobozzz2020-08-071-1/+2
|
* Reorganize client shared modulesChocobozzz2020-06-231-7/+4
|
* preserve original variable names server-sideRigel Kent2020-06-101-1/+1
|
* 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
* 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-131-4/+9
| | | | for index url
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-271-1/+18
|
* Fix user role editionChocobozzz2020-03-181-3/+8
|
* Lazy load static objectsChocobozzz2019-12-181-4/+13
|
* Moderators can only manage usersChocobozzz2019-07-301-4/+16
|
* Improve 4K video quality after transcodingChocobozzz2019-06-061-2/+3
|
* Add user adminFlagsChocobozzz2019-04-151-0/+5
|
* Cleanup reset user password by adminChocobozzz2019-02-111-0/+5
| | | | And add some tests
* Add hls support on serverChocobozzz2019-02-111-1/+5
|
* 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
|
* Fix quota translationsChocobozzz2018-09-261-6/+13
|
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-10/+7
| | | | | | | | | | | | | | | | | | | | * 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
* Form validators refractoringChocobozzz2018-06-051-2/+2
|
* Upgrade client depChocobozzz2017-10-311-1/+1
|
* Support roles with rights and add moderator roleChocobozzz2017-10-271-1/+3
|
* Take in account transcoding for video quotaChocobozzz2017-10-191-1/+23
|
* Add ability to forbid user to upload videoChocobozzz2017-10-191-0/+1
|
* Add user update for adminsChocobozzz2017-09-051-0/+16