| Commit message (Expand) | Author | Age | Files | Lines |
* | Extends the search feature by customizing the search field (name, | Chocobozzz | 2016-05-22 | 8 | -20/+149 |
* | Add total results field and wrap videos in data field when listing | Chocobozzz | 2016-05-21 | 7 | -76/+105 |
* | Thumbnail, author and duration support in client | Chocobozzz | 2016-05-21 | 1 | -1/+1 |
* | Don't send the "http(s)" for the podUrl | Chocobozzz | 2016-05-21 | 1 | -1/+1 |
* | Return with callback with an error | Chocobozzz | 2016-05-19 | 1 | -1/+1 |
* | Add radix to parseInt | Chocobozzz | 2016-05-19 | 1 | -2/+2 |
* | Fix tests for according to the sort | Chocobozzz | 2016-05-17 | 1 | -0/+1 |
* | Add ability to sort videos list | Chocobozzz | 2016-05-17 | 11 | -9/+173 |
* | Add check for the thumbnail in base64 (requests inter pods) | Chocobozzz | 2016-05-16 | 1 | -0/+2 |
* | Add check for the author username length | Chocobozzz | 2016-05-16 | 2 | -0/+4 |
* | Add a check for the duration of videos | Chocobozzz | 2016-05-16 | 6 | -27/+56 |
* | Use async waterfall in request scheduler for better readability | Chocobozzz | 2016-05-15 | 1 | -22/+48 |
* | Use async waterfall for better readability in friends lib | Chocobozzz | 2016-05-15 | 1 | -32/+47 |
* | Use async series in installer for better readability | Chocobozzz | 2016-05-13 | 1 | -15/+17 |
* | Use async waterfall in pods controller for better readability | Chocobozzz | 2016-05-13 | 1 | -24/+59 |
* | Use async waterfall in videos controller for better readability | Chocobozzz | 2016-05-13 | 1 | -60/+115 |
* | getVideoThumbnail -> createVideoThumbnail | Chocobozzz | 2016-05-13 | 2 | -3/+3 |
* | Add createdDate to videos | Chocobozzz | 2016-05-13 | 6 | -6/+32 |
* | Move the count of results for the pagination in constants module | Chocobozzz | 2016-05-13 | 2 | -1/+7 |
* | Introduce paginations in videos listing | Chocobozzz | 2016-05-13 | 8 | -12/+188 |
* | Fix adding twice a torrent in webtorrent | Chocobozzz | 2016-05-13 | 1 | -1/+1 |
* | Authenticate before make/quit friends (server + tests) | Chocobozzz | 2016-05-13 | 10 | -38/+68 |
* | Remove the cache middleware | Chocobozzz | 2016-05-13 | 6 | -43/+11 |
* | Fix typos in server tests | Chocobozzz | 2016-05-13 | 4 | -22/+23 |
* | Fix friends making | Chocobozzz | 2016-05-13 | 1 | -2/+4 |
* | Update to standard 7. Goodbye snake_case, I used to love you | Chocobozzz | 2016-05-13 | 25 | -346/+344 |
* | Add debug electron setting | Chocobozzz | 2016-05-13 | 2 | -7/+11 |
* | thumbnail_path -> thumbnailPath | Chocobozzz | 2016-05-10 | 3 | -9/+9 |
* | Add tests for thumbnails | Chocobozzz | 2016-05-10 | 9 | -15/+85 |
* | Refractoring and add thumbnails support (without tests) | Chocobozzz | 2016-05-10 | 10 | -160/+298 |
* | Add label (host + port) to logger | Chocobozzz | 2016-05-07 | 1 | -0/+2 |
* | Move video duration logic in lib/ | Chocobozzz | 2016-05-06 | 2 | -4/+11 |
* | Video duration support (server) | Chocobozzz | 2016-05-03 | 5 | -19/+72 |
* | Better tests for a better world | Chocobozzz | 2016-05-03 | 3 | -14/+43 |
* | Rename pool requests --> requests scheduler | Chocobozzz | 2016-05-02 | 3 | -47/+47 |
* | Ensure the log directory is created before instanciate the logger | Chocobozzz | 2016-05-01 | 1 | -0/+5 |
* | Use scripty instead of writing shell commands in package.json | Chocobozzz | 2016-04-30 | 1 | -1/+1 |
* | Don't forget to test the client stuffs | Chocobozzz | 2016-04-27 | 1 | -0/+6 |
* | Make angular client load dynamically the generated client id/secret | Chocobozzz | 2016-04-27 | 2 | -0/+29 |
* | Fix lodash map require | Chocobozzz | 2016-04-26 | 2 | -2/+2 |
* | Generate passwords at initialization (client/admin passwords) | Chocobozzz | 2016-04-19 | 1 | -5/+4 |
* | Use lodash v4 | Chocobozzz | 2016-04-19 | 1 | -3/+3 |
* | Add authentications for routes that need it and adapts the tests | Chocobozzz | 2016-04-14 | 14 | -143/+415 |
* | Create an "installer" module that create defaults clients/users... | Chocobozzz | 2016-03-21 | 3 | -14/+121 |
* | OAuth server: first draft | Chocobozzz | 2016-03-21 | 4 | -0/+143 |
* | Fix exception log of the webtorrent process | Chocobozzz | 2016-03-19 | 2 | -2/+2 |
* | Change name of fields for add video api | Chocobozzz | 2016-03-18 | 3 | -11/+11 |
* | Use map instead of pluck (lodash) | Chocobozzz | 2016-03-18 | 2 | -4/+4 |
* | Change api output for videos | Chocobozzz | 2016-03-18 | 6 | -26/+82 |
* | Use const/let now we use node 4.2 | Chocobozzz | 2016-03-16 | 36 | -441/+433 |