aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/account/user.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update iso639 translations for french and deutchChocobozzz2018-06-191-2/+6
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-6/+8
| | | | There is a global instance setting and a per user setting
* Improve playback speed styleChocobozzz2018-03-011-4/+21
|
* Add stats routeChocobozzz2018-02-281-0/+9
|
* Fix lintChocobozzz2018-02-191-1/+1
|
* Fix sort inconsistencyChocobozzz2018-02-191-1/+1
|
* Send an email on video abuse reportChocobozzz2018-02-011-1/+22
|
* Add ability to reset our passwordChocobozzz2018-01-301-0/+10
|
* Add ability to login with emailChocobozzz2018-01-291-12/+3
|
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-1/+2
|
* 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