aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/videos.js
Commit message (Expand)AuthorAgeFilesLines
* Video model refractoring -> use mongoose apiChocobozzz2016-06-241-162/+0
* Use ng2-file-upload instead of jquery and add tags support to the videoChocobozzz2016-06-071-0/+1
* Add tag search support to serverChocobozzz2016-06-061-1/+1
* Add tags support to serverChocobozzz2016-06-061-0/+1
* Extends the search feature by customizing the search field (name,Chocobozzz2016-05-221-2/+9
* Add total results field and wrap videos in data field when listingChocobozzz2016-05-211-18/+24
* Add ability to sort videos listChocobozzz2016-05-171-4/+5
* Add createdDate to videosChocobozzz2016-05-131-3/+7
* Introduce paginations in videos listingChocobozzz2016-05-131-4/+5
* Update to standard 7. Goodbye snake_case, I used to love youChocobozzz2016-05-131-4/+4
* Refractoring and add thumbnails support (without tests)Chocobozzz2016-05-101-94/+32
* Video duration support (server)Chocobozzz2016-05-031-2/+4
* Add authentications for routes that need it and adapts the testsChocobozzz2016-04-141-1/+2
* Use const/let now we use node 4.2Chocobozzz2016-03-161-18/+18
* Video lib/model/reqvalidator refractoringChocobozzz2016-03-161-34/+0
* Fix testsChocobozzz2016-03-071-1/+1
* Prepare folders structure for angular appChocobozzz2016-03-071-0/+234