aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Expand)AuthorAgeFilesLines
* Fix lintChocobozzz2017-11-272-18/+15
* Optimize signature verificationChocobozzz2017-11-271-0/+1
* Optimize account creationChocobozzz2017-11-271-1/+1
* Federate video abusesChocobozzz2017-11-273-3/+19
* Federate video updateChocobozzz2017-11-277-8/+73
* Server shares user videosChocobozzz2017-11-271-1/+2
* Send server announce when users upload a videoChocobozzz2017-11-274-16/+30
* Handle announces in inboxChocobozzz2017-11-276-11/+152
* Fix video upload and videos listChocobozzz2017-11-274-15/+18
* Add video abuse to activity pubChocobozzz2017-11-272-27/+31
* Fix error when creating a fresh databaseChocobozzz2017-11-271-2/+0
* Rename Pod -> ServerChocobozzz2017-11-2716-387/+375
* Add follow tabsChocobozzz2017-11-274-137/+149
* Follow worksChocobozzz2017-11-276-26/+68
* Fix issues on server startChocobozzz2017-11-275-46/+38
* Add MANAGE_PEERTUBE_FOLLOW rightChocobozzz2017-11-272-14/+14
* Send follow/acceptChocobozzz2017-11-272-3/+5
* Handle follow/acceptChocobozzz2017-11-277-61/+172
* Make it compile at leastChocobozzz2017-11-275-56/+53
* Remove references to authorChocobozzz2017-11-2714-735/+4
* Continue activitypubChocobozzz2017-11-274-10/+66
* Begin activitypubChocobozzz2017-11-2723-585/+981
* Don't hash user password once again on updateChocobozzz2017-11-041-4/+7
* Upgrade server packagesChocobozzz2017-10-312-4/+2
* Add video privacy settingChocobozzz2017-10-312-17/+64
* Lazy description and previews to video formChocobozzz2017-10-301-1/+1
* Add lazy description on serverChocobozzz2017-10-302-55/+35
* Support roles with rights and add moderator roleChocobozzz2017-10-272-15/+23
* Remove sequelize deprecated operatorsChocobozzz2017-10-267-16/+19
* Fix integrity issues with after destroy hookChocobozzz2017-10-263-6/+6
* Fix log in after destroy hookChocobozzz2017-10-261-1/+1
* Fix join in video eventsChocobozzz2017-10-261-10/+20
* Reset video fields when remote update failsChocobozzz2017-10-262-0/+18
* Fix lintChocobozzz2017-10-261-1/+0
* Use async/await in lib and initializersChocobozzz2017-10-261-16/+17
* Add video channelsChocobozzz2017-10-2611-88/+760
* Add ability to download a video from direct link or torrent fileChocobozzz2017-10-192-33/+44
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-192-1/+22
* Fix video removing when it is corruptedChocobozzz2017-10-191-2/+5
* Use preview instead of thumbnail for oembedChocobozzz2017-10-171-1/+5
* Add oembed endpointChocobozzz2017-10-162-4/+31
* Change how we handle resolutionChocobozzz2017-10-093-153/+99
* Client: handle multiple file resolutionsChocobozzz2017-10-061-13/+20
* Add migration scriptChocobozzz2017-10-031-8/+2
* Implement video transcoding on server sideChocobozzz2017-10-034-61/+112
* Modify video file size to bigintChocobozzz2017-09-221-1/+1
* Handle blacklist (#84)Green-Star2017-09-223-6/+34
* Fix concurrency error when deleting a videoChocobozzz2017-09-121-3/+3
* Add tests for npm run scriptsChocobozzz2017-09-077-8/+10
* Fix tests and user quotaChocobozzz2017-09-061-14/+12