aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/users/user.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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