aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video
Commit message (Collapse)AuthorAgeFilesLines
* Fix concurrency error when deleting a videoChocobozzz2017-09-121-3/+3
|
* Add tests for npm run scriptsChocobozzz2017-09-073-2/+4
|
* Begin tests for user quotaChocobozzz2017-09-051-0/+8
|
* Make tslint happyChocobozzz2017-09-041-1/+0
|
* Begin user quotaChocobozzz2017-09-041-3/+4
|
* Upgrade common server dependenciesChocobozzz2017-08-252-3/+3
|
* Formated -> FormattedChocobozzz2017-08-256-26/+26
|
* Move video file metadata in their own tableChocobozzz2017-08-255-238/+377
| | | | Will be used for user video quotas and multiple video resolutions
* Add previews cache system between podsChocobozzz2017-07-121-0/+1
|
* Remove "function" in favor of () => {}Chocobozzz2017-07-113-18/+14
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-117-57/+87
|
* Remove any typing from serverChocobozzz2017-07-112-9/+9
|
* Better typescript typing for a better worldChocobozzz2017-07-103-3/+3
|
* Fix error loggingChocobozzz2017-07-071-1/+1
|
* Video search -> case insensitiveChocobozzz2017-07-061-8/+4
|
* Move to promisesChocobozzz2017-07-0511-330/+243
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Share models between server and clientChocobozzz2017-06-174-3/+19
|
* Add this context to instance model functionsChocobozzz2017-06-166-24/+30
|
* Reorganize model filesChocobozzz2017-06-1613-0/+1659