aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/account
Commit message (Collapse)AuthorAgeFilesLines
* Add scores to follows and remove bad onesChocobozzz2018-01-111-1/+0
|
* Support video quota on clientChocobozzz2018-01-081-1/+1
|
* Send comment to followers and parentsChocobozzz2018-01-081-13/+2
|
* Fix account names validationChocobozzz2018-01-051-1/+0
|
* Send account activitypub update eventsChocobozzz2018-01-031-1/+22
|
* Begin to add avatar to actorsChocobozzz2017-12-292-5/+9
|
* Propagate old comment on new followChocobozzz2017-12-281-1/+1
|
* Begin moving video channel to actorChocobozzz2017-12-193-324/+38
|
* SaveChocobozzz2017-12-191-201/+33
|
* 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-139-1104/+728
|
* Fix lintChocobozzz2017-12-041-1/+0
|
* Add account avatarChocobozzz2017-12-043-5/+30
|
* Put activity pub sends inside transactionsChocobozzz2017-11-305-16/+28
|
* Add ability to list jobsChocobozzz2017-11-301-5/+3
|
* Refractor validatorsChocobozzz2017-11-271-12/+7
|
* Correctly forward like/dislikes and undoChocobozzz2017-11-272-1/+18
|
* Cleanup modelsChocobozzz2017-11-272-31/+1
|
* Fetch video likes/dislikes tooChocobozzz2017-11-271-0/+3
|
* Federate likes/dislikesChocobozzz2017-11-272-3/+8
|
* Add outboxChocobozzz2017-11-271-2/+2
|
* Add ability to unfollow a serverChocobozzz2017-11-272-7/+30
|
* Refractor activity pub lib/helpersChocobozzz2017-11-273-4/+15
|
* Fix lintChocobozzz2017-11-272-18/+15
|
* Optimize account creationChocobozzz2017-11-271-1/+1
|
* Federate video updateChocobozzz2017-11-271-2/+2
|
* Send server announce when users upload a videoChocobozzz2017-11-272-11/+25
|
* Fix video upload and videos listChocobozzz2017-11-273-14/+15
|
* Fix error when creating a fresh databaseChocobozzz2017-11-271-2/+0
|
* Rename Pod -> ServerChocobozzz2017-11-273-22/+30
|
* Add follow tabsChocobozzz2017-11-274-137/+149
| | | | | | Following Follow Followers
* Follow worksChocobozzz2017-11-273-18/+47
|
* Fix issues on server startChocobozzz2017-11-272-32/+25
|
* Add MANAGE_PEERTUBE_FOLLOW rightChocobozzz2017-11-272-14/+14
|
* Send follow/acceptChocobozzz2017-11-272-3/+5
|
* Handle follow/acceptChocobozzz2017-11-274-38/+162
|
* Make it compile at leastChocobozzz2017-11-272-9/+12
|
* Remove references to authorChocobozzz2017-11-271-2/+2
|
* Begin activitypubChocobozzz2017-11-279-0/+1085