aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/v1/videos.js
Commit message (Expand)AuthorAgeFilesLines
* Server: udpate async to 2.0.0Chocobozzz2016-07-181-3/+3
* reqValidators --> validatorsChocobozzz2016-07-011-12/+12
* OAuth/User models refractoring -> use mongoose apiChocobozzz2016-07-011-3/+3
* Video model: namePath -> filenameChocobozzz2016-06-281-1/+1
* Video model refractoring -> use mongoose apiChocobozzz2016-06-241-97/+27
* Try to make a better communication (between pods) moduleChocobozzz2016-06-181-21/+9
* Add tags support to serverChocobozzz2016-06-061-3/+5
* Extends the search feature by customizing the search field (name,Chocobozzz2016-05-221-2/+5
* Add total results field and wrap videos in data field when listingChocobozzz2016-05-211-8/+11
* Don't send the "http(s)" for the podUrlChocobozzz2016-05-211-1/+1
* Add ability to sort videos listChocobozzz2016-05-171-2/+8
* Add a check for the duration of videosChocobozzz2016-05-161-19/+7
* Use async waterfall in videos controller for better readabilityChocobozzz2016-05-131-60/+115
* getVideoThumbnail -> createVideoThumbnailChocobozzz2016-05-131-1/+1
* Add createdDate to videosChocobozzz2016-05-131-2/+5
* Introduce paginations in videos listingChocobozzz2016-05-131-8/+32
* Authenticate before make/quit friends (server + tests)Chocobozzz2016-05-131-3/+3
* Remove the cache middlewareChocobozzz2016-05-131-6/+5
* Update to standard 7. Goodbye snake_case, I used to love youChocobozzz2016-05-131-42/+42
* thumbnail_path -> thumbnailPathChocobozzz2016-05-101-1/+1
* Refractoring and add thumbnails support (without tests)Chocobozzz2016-05-101-27/+55
* Move video duration logic in lib/Chocobozzz2016-05-061-4/+1
* Video duration support (server)Chocobozzz2016-05-031-16/+29
* Add authentications for routes that need it and adapts the testsChocobozzz2016-04-141-4/+7
* Change name of fields for add video apiChocobozzz2016-03-181-2/+2
* Change api output for videosChocobozzz2016-03-181-6/+30
* Use const/let now we use node 4.2Chocobozzz2016-03-161-25/+25
* Angular 2 : draft 2Chocobozzz2016-03-141-2/+2
* Angular application :first draftChocobozzz2016-03-141-3/+3
* Prepare folders structure for angular appChocobozzz2016-03-071-0/+144