aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* thumbnail_path -> thumbnailPathChocobozzz2016-05-103-9/+9
* Add tests for thumbnailsChocobozzz2016-05-109-15/+85
* Refractoring and add thumbnails support (without tests)Chocobozzz2016-05-1010-160/+298
* Add label (host + port) to loggerChocobozzz2016-05-071-0/+2
* Move video duration logic in lib/Chocobozzz2016-05-062-4/+11
* Video duration support (server)Chocobozzz2016-05-035-19/+72
* Better tests for a better worldChocobozzz2016-05-033-14/+43
* Rename pool requests --> requests schedulerChocobozzz2016-05-023-47/+47
* Ensure the log directory is created before instanciate the loggerChocobozzz2016-05-011-0/+5
* Use scripty instead of writing shell commands in package.jsonChocobozzz2016-04-301-1/+1
* Don't forget to test the client stuffsChocobozzz2016-04-271-0/+6
* Make angular client load dynamically the generated client id/secretChocobozzz2016-04-272-0/+29
* Fix lodash map requireChocobozzz2016-04-262-2/+2
* Generate passwords at initialization (client/admin passwords)Chocobozzz2016-04-191-5/+4
* Use lodash v4Chocobozzz2016-04-191-3/+3
* Add authentications for routes that need it and adapts the testsChocobozzz2016-04-1414-143/+415
* Create an "installer" module that create defaults clients/users...Chocobozzz2016-03-213-14/+121
* OAuth server: first draftChocobozzz2016-03-214-0/+143
* Fix exception log of the webtorrent processChocobozzz2016-03-192-2/+2
* Change name of fields for add video apiChocobozzz2016-03-183-11/+11
* Use map instead of pluck (lodash)Chocobozzz2016-03-182-4/+4
* Change api output for videosChocobozzz2016-03-186-26/+82
* Use const/let now we use node 4.2Chocobozzz2016-03-1636-441/+433
* Video lib/model/reqvalidator refractoringChocobozzz2016-03-163-41/+23
* Fix testsChocobozzz2016-03-151-1/+1