aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/users/user.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* enable email verification by admin (#1348)Josh Morel2018-11-211-0/+1
| | | | | | | | | | | | | * enable email verification by admin * rename/label to set email as verified to be more explicit that admin is not sending another email to confirm * add update user emailVerified check-params test * make user.model emailVerified property required
* Better typingsChocobozzz2018-10-181-1/+0
|
* NoImplicitAny flag true (#1157)BO412018-10-181-0/+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
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-0/+1
| | | | | | | | | | | | | | | | | | | | * 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
* Add quota used in users listChocobozzz2018-08-141-0/+2
|
* Flat shared module directoryChocobozzz2018-08-141-1/+1
|
* Add reason when banning a userChocobozzz2018-08-081-0/+3
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-1/+2
| | | | There is a global instance setting and a per user setting
* Begin moving video channel to actorChocobozzz2017-12-191-1/+1
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-0/+1
| | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video
* Add account avatarChocobozzz2017-12-041-5/+3
|
* Make it compile at leastChocobozzz2017-11-271-1/+1
|
* Support roles with rights and add moderator roleChocobozzz2017-10-271-1/+1
|
* Add video channelsChocobozzz2017-10-261-1/+7
|
* Begin user quotaChocobozzz2017-09-041-0/+1
|
* Better typescript typing for a better worldChocobozzz2017-07-101-0/+10