aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Begin tests for user quotaChocobozzz2017-09-052-2/+13
* Make tslint happyChocobozzz2017-09-041-1/+0
* Begin user quotaChocobozzz2017-09-043-5/+66
* Upgrade common server dependenciesChocobozzz2017-08-257-11/+12
* Formated -> FormattedChocobozzz2017-08-2510-39/+39
* Move video file metadata in their own tableChocobozzz2017-08-255-238/+377
* Add previews cache system between podsChocobozzz2017-07-123-2/+5
* Remove "function" in favor of () => {}Chocobozzz2017-07-119-44/+43
* Use global uuid instead of remoteId for videosChocobozzz2017-07-119-59/+89
* Remove any typing from serverChocobozzz2017-07-112-9/+9
* Better typescript typing for a better worldChocobozzz2017-07-106-6/+7