aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix error loggingChocobozzz2017-07-073-5/+5
* Video search -> case insensitiveChocobozzz2017-07-061-8/+4
* Move to promisesChocobozzz2017-07-0535-589/+445
* Share models between server and clientChocobozzz2017-06-176-4/+23
* Create types for model enumsChocobozzz2017-06-168-12/+22
* Add this context to instance model functionsChocobozzz2017-06-1610-32/+38
* Reorganize model filesChocobozzz2017-06-1642-68/+75
* Convert scripts to typescriptChocobozzz2017-06-121-1/+1
* Better models define typingChocobozzz2017-06-1117-31/+31
* Use shared modelsChocobozzz2017-06-112-3/+3
* Type functionsChocobozzz2017-06-1033-216/+429
* require -> importChocobozzz2017-06-051-6/+6