aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video.ts
Commit message (Expand)AuthorAgeFilesLines
* Add lazy description on serverChocobozzz2017-10-301-55/+31
* Remove sequelize deprecated operatorsChocobozzz2017-10-261-5/+5
* Fix integrity issues with after destroy hookChocobozzz2017-10-261-2/+2
* Fix log in after destroy hookChocobozzz2017-10-261-1/+1
* Reset video fields when remote update failsChocobozzz2017-10-261-0/+16
* Add video channelsChocobozzz2017-10-261-40/+140
* Add ability to download a video from direct link or torrent fileChocobozzz2017-10-191-31/+44
* 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-161-4/+25
* Change how we handle resolutionChocobozzz2017-10-091-123/+84
* Client: handle multiple file resolutionsChocobozzz2017-10-061-13/+20
* Add migration scriptChocobozzz2017-10-031-8/+2
* Implement video transcoding on server sideChocobozzz2017-10-031-9/+96
* Fix concurrency error when deleting a videoChocobozzz2017-09-121-3/+3
* Add tests for npm run scriptsChocobozzz2017-09-071-0/+2
* Make tslint happyChocobozzz2017-09-041-1/+0
* Begin user quotaChocobozzz2017-09-041-3/+4
* Upgrade common server dependenciesChocobozzz2017-08-251-2/+2
* Formated -> FormattedChocobozzz2017-08-251-3/+3
* Move video file metadata in their own tableChocobozzz2017-08-251-211/+223
* Add previews cache system between podsChocobozzz2017-07-121-0/+1
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-15/+11
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-39/+61
* Remove any typing from serverChocobozzz2017-07-111-8/+8
* Fix error loggingChocobozzz2017-07-071-1/+1
* Video search -> case insensitiveChocobozzz2017-07-061-8/+4
* Move to promisesChocobozzz2017-07-051-211/+158
* Add this context to instance model functionsChocobozzz2017-06-161-11/+11
* Reorganize model filesChocobozzz2017-06-161-0/+921