aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/account/user.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support video quota on clientChocobozzz2018-01-081-1/+1
|
* Begin to add avatar to actorsChocobozzz2017-12-291-3/+5
|
* Propagate old comment on new followChocobozzz2017-12-281-1/+1
|
* Begin moving video channel to actorChocobozzz2017-12-191-18/+5
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-1/+8
| | | | | | | | | 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
* Use sequelize scopesChocobozzz2017-12-141-23/+27
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-255/+205
|
* Add account avatarChocobozzz2017-12-041-4/+1
|
* Fix issues on server startChocobozzz2017-11-271-14/+7
|
* Remove references to authorChocobozzz2017-11-271-2/+2
|
* Begin activitypubChocobozzz2017-11-271-0/+311