aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/users/user.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add notifications in the clientChocobozzz2019-01-091-1/+5
|
* Add ability to disable and clear historyChocobozzz2018-12-181-27/+6
|
* enable email verification by admin (#1348)Josh Morel2018-11-211-0/+2
| | | | | | | | | | | | | * 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
* move to boolean switchRigel Kent2018-10-131-4/+3
|
* add webtorrent opt-out settingsRigel Kent2018-10-131-0/+4
| | | | | - add a key in localstorage to remember the opt-out - add a user setting
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-0/+3
| | | | | | | | | | | | | | | | | | | | * 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 reason when banning a userChocobozzz2018-08-081-21/+14
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-291-11/+6
|
* Fix images size limitChocobozzz2018-06-221-0/+7
|
* Only use account name in routesChocobozzz2018-05-251-3/+18
|
* Add video channel account listChocobozzz2018-04-251-6/+11
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-4/+5
| | | | There is a global instance setting and a per user setting
* Support video quota on clientChocobozzz2018-01-081-0/+6
|
* Begin to add avatar to actorsChocobozzz2017-12-291-2/+2
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-0/+6
| | | | | | | | | 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
* Begin video watch designChocobozzz2017-12-061-4/+2
|
* Design signup and login pagesChocobozzz2017-12-051-1/+1
|
* Fix missing default avatarChocobozzz2017-12-051-1/+1
|
* Design account videosChocobozzz2017-12-041-1/+1
|
* Add account avatarChocobozzz2017-12-041-15/+10
|
* Make the client compile tooChocobozzz2017-11-271-3/+3
|
* Support roles with rights and add moderator roleChocobozzz2017-10-271-3/+5
|
* Adapt client with video channelsChocobozzz2017-10-261-10/+30
|
* Begin user quotaChocobozzz2017-09-041-2/+11
|
* Use typescript standard and lint all filesChocobozzz2017-06-161-17/+17
|
* Fix client compilationChocobozzz2017-06-161-3/+3
|
* Use shared modelsChocobozzz2017-06-111-1/+6
|
* Client: Handle NSFW videoChocobozzz2017-04-041-1/+9
|
* First version with PostgreSQLChocobozzz2016-12-191-5/+5
|
* Client: fix compilation about the user created dateChocobozzz2016-09-231-2/+5
|
* Client: display created user dateChocobozzz2016-09-231-1/+3
|
* Client: add user managementChocobozzz2016-08-091-0/+15
|
* Client: Add authHttp service that authentificates the http request andChocobozzz2016-07-201-20/+0
| | | | optionally refresh the access token if needed
* First draft to use webpack instead of systemjsChocobozzz2016-06-031-0/+20