aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos
Commit message (Expand)AuthorAgeFilesLines
* Upload a video to /videos/uploadChocobozzz2017-09-071-1/+1
* Upgrade common server dependenciesChocobozzz2017-08-251-27/+26
* Formated -> FormattedChocobozzz2017-08-252-6/+6
* Move video file metadata in their own tableChocobozzz2017-08-251-12/+53
* Remove "function" in favor of () => {}Chocobozzz2017-07-111-3/+3
* Use global uuid instead of remoteId for videosChocobozzz2017-07-113-4/+4
* Better typescript typing for a better worldChocobozzz2017-07-103-8/+24
* Fix error loggingChocobozzz2017-07-074-7/+7
* Move to promisesChocobozzz2017-07-054-394/+282
* Fix video update testChocobozzz2017-06-121-1/+1
* Update webpack stackChocobozzz2017-06-111-1/+0
* Type functionsChocobozzz2017-06-104-22/+25
* require -> importChocobozzz2017-06-054-8/+8
* Type modelsChocobozzz2017-05-254-4/+4
* First typescript iterationChocobozzz2017-05-204-166/+205
* Server: split videos controllerChocobozzz2017-05-054-0/+728