aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Collapse)AuthorAgeFilesLines
* 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 pods controller for better readabilityChocobozzz2016-05-131-24/+59
|
* 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-134-13/+14
|
* Remove the cache middlewareChocobozzz2016-05-134-18/+11
|
* Update to standard 7. Goodbye snake_case, I used to love youChocobozzz2016-05-134-58/+58
|
* thumbnail_path -> thumbnailPathChocobozzz2016-05-101-1/+1
|
* Refractoring and add thumbnails support (without tests)Chocobozzz2016-05-103-43/+98
|
* Move video duration logic in lib/Chocobozzz2016-05-061-4/+1
|
* Video duration support (server)Chocobozzz2016-05-031-16/+29
|
* Make angular client load dynamically the generated client id/secretChocobozzz2016-04-271-0/+24
|
* Fix lodash map requireChocobozzz2016-04-261-1/+1
|
* Add authentications for routes that need it and adapts the testsChocobozzz2016-04-142-8/+10
|
* OAuth server: first draftChocobozzz2016-03-212-0/+24
|
* Change name of fields for add video apiChocobozzz2016-03-181-2/+2
|
* Use map instead of pluck (lodash)Chocobozzz2016-03-181-2/+2
|
* Change api output for videosChocobozzz2016-03-181-6/+30
|
* Use const/let now we use node 4.2Chocobozzz2016-03-165-59/+59
|
* Angular 2 : draft 2Chocobozzz2016-03-141-2/+2
|
* Angular application :first draftChocobozzz2016-03-144-8/+8
|
* Fix testsChocobozzz2016-03-071-0/+7
|
* Prepare Angular routesChocobozzz2016-03-072-30/+1
|
* Prepare folders structure for angular appChocobozzz2016-03-076-0/+345