aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Server: do not allow a user to remove a video of another userChocobozzz2016-08-052-0/+3
* Server: fix testsChocobozzz2016-08-051-1/+1
* Server: fix status code when updating/removing a userChocobozzz2016-08-051-2/+2
* Server: allow user to get its informations (/users/me)Chocobozzz2016-08-054-7/+62
* Server: move clients in its own fileChocobozzz2016-08-053-27/+43
* Implement user API (create, update, remove, list)Chocobozzz2016-08-0416-47/+688
* Server: reorganize express validatorsChocobozzz2016-07-317-51/+99
* Server: Use ES6 promise for mongoose/node-oatuh2-serverChocobozzz2016-07-274-9/+9
* Server: throttle "seedAll" when starting the serverChocobozzz2016-07-212-2/+7
* Server: Add some cli tools to make it easy to upload a lot of videosChocobozzz2016-07-204-1/+188
* Server: do not enable images tests by default because it needs a specialChocobozzz2016-07-201-9/+16
* Server: implement refresh tokenChocobozzz2016-07-209-23/+78
* Server: Don't make the host url check for client credentials if this is a tes...Chocobozzz2016-07-191-1/+4
* Server: udpate async to 2.0.0Chocobozzz2016-07-1814-70/+84
* Server: fix ipc bugChocobozzz2016-07-181-3/+3
* Fix testsChocobozzz2016-07-071-1/+1
* Server: add script that try to simulate a real world situationChocobozzz2016-07-061-0/+215
* Server: limit actions for each request between podsChocobozzz2016-07-062-3/+7
* Server: fix videos paginationChocobozzz2016-07-061-1/+1
* Fix requests ordering between podsChocobozzz2016-07-053-1/+26
* Use dashes for filenamesChocobozzz2016-07-0110-7/+7
* reqValidators --> validatorsChocobozzz2016-07-0113-53/+54
* OAuth/User models refractoring -> use mongoose apiChocobozzz2016-07-0113-148/+209
* Pod model refractoring -> use mongoose apiChocobozzz2016-06-308-97/+109
* Do not generate a random password for test envChocobozzz2016-06-301-1/+12
* Video model: namePath -> filenameChocobozzz2016-06-282-10/+10
* Re enable the "seed all videos" functionChocobozzz2016-06-281-2/+8
* Request model refractoring -> use mongoose apiChocobozzz2016-06-286-142/+100
* Video model refractoring -> use mongoose apiChocobozzz2016-06-2414-531/+410
* Try to make a better communication (between pods) moduleChocobozzz2016-06-1819-429/+483
* Remove useless use of async.eachChocobozzz2016-06-141-15/+13
* Use ng2-file-upload instead of jquery and add tags support to the videoChocobozzz2016-06-073-3/+4
* Little refractoring of requests scheduler moduleChocobozzz2016-06-062-41/+50
* Add tag search support to serverChocobozzz2016-06-063-2/+40
* Add tags support to serverChocobozzz2016-06-0613-72/+277
* Increase the interval for the friends requestsChocobozzz2016-06-051-2/+2
* Handle error for the video uploadChocobozzz2016-06-041-1/+1
* Extends the search feature by customizing the search field (name,Chocobozzz2016-05-228-20/+149
* Add total results field and wrap videos in data field when listingChocobozzz2016-05-217-76/+105
* Thumbnail, author and duration support in clientChocobozzz2016-05-211-1/+1
* Don't send the "http(s)" for the podUrlChocobozzz2016-05-211-1/+1
* Return with callback with an errorChocobozzz2016-05-191-1/+1
* Add radix to parseIntChocobozzz2016-05-191-2/+2
* Fix tests for according to the sortChocobozzz2016-05-171-0/+1
* Add ability to sort videos listChocobozzz2016-05-1711-9/+173
* Add check for the thumbnail in base64 (requests inter pods)Chocobozzz2016-05-161-0/+2
* Add check for the author username lengthChocobozzz2016-05-162-0/+4
* Add a check for the duration of videosChocobozzz2016-05-166-27/+56
* Use async waterfall in request scheduler for better readabilityChocobozzz2016-05-151-22/+48
* Use async waterfall for better readability in friends libChocobozzz2016-05-151-32/+47