aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use async series in installer for better readabilityChocobozzz2016-05-131-15/+17
* 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-132-3/+3
* Add createdDate to videosChocobozzz2016-05-136-6/+32
* Move the count of results for the pagination in constants moduleChocobozzz2016-05-132-1/+7
* Introduce paginations in videos listingChocobozzz2016-05-138-12/+188
* Fix adding twice a torrent in webtorrentChocobozzz2016-05-131-1/+1
* Authenticate before make/quit friends (server + tests)Chocobozzz2016-05-1310-38/+68
* Remove the cache middlewareChocobozzz2016-05-136-43/+11
* Fix typos in server testsChocobozzz2016-05-134-22/+23
* Fix friends makingChocobozzz2016-05-131-2/+4
* Update to standard 7. Goodbye snake_case, I used to love youChocobozzz2016-05-1325-346/+344
* Add debug electron settingChocobozzz2016-05-132-7/+11