aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/v1/pods.js
Commit message (Expand)AuthorAgeFilesLines
* Server: remove v1 directory, we don't really need itChocobozzz2016-10-211-145/+0
* Server: pod removing refractoringChocobozzz2016-10-211-23/+1
* Server: add port when making friends if it is not specifiedChocobozzz2016-10-011-1/+7
* Server: do not forget to check the signature when another pod wants toChocobozzz2016-10-011-1/+6
* Server: add pod created date and score to the list controllerChocobozzz2016-08-261-4/+16
* Do not wait the make friends process ends to send a response to theChocobozzz2016-08-231-2/+7
* Server: make friends urls come from the request instead of theChocobozzz2016-08-201-2/+4
* Implement user API (create, update, remove, list)Chocobozzz2016-08-041-2/+12
* Server: udpate async to 2.0.0Chocobozzz2016-07-181-4/+5
* reqValidators --> validatorsChocobozzz2016-07-011-4/+4
* OAuth/User models refractoring -> use mongoose apiChocobozzz2016-07-011-3/+3
* Pod model refractoring -> use mongoose apiChocobozzz2016-06-301-5/+14
* Video model refractoring -> use mongoose apiChocobozzz2016-06-241-11/+6
* Try to make a better communication (between pods) moduleChocobozzz2016-06-181-30/+13
* Return with callback with an errorChocobozzz2016-05-191-1/+1
* Use async waterfall in pods controller for better readabilityChocobozzz2016-05-131-24/+59
* Authenticate before make/quit friends (server + tests)Chocobozzz2016-05-131-6/+7
* Remove the cache middlewareChocobozzz2016-05-131-5/+4
* Update to standard 7. Goodbye snake_case, I used to love youChocobozzz2016-05-131-6/+6
* Refractoring and add thumbnails support (without tests)Chocobozzz2016-05-101-8/+19
* Use const/let now we use node 4.2Chocobozzz2016-03-161-17/+17
* Angular application :first draftChocobozzz2016-03-141-3/+3
* Prepare folders structure for angular appChocobozzz2016-03-071-0/+93