| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Downgrade openssl wrapper to see if the travis build still fails | Chocobozzz | 2016-06-01 | 1 | -1/+1 |
* | Add authentication tokens to make friends/quit friends | Chocobozzz | 2016-06-01 | 23 | -34/+37 |
* | Move scripty and node sass into the main dependencies | Chocobozzz | 2016-06-01 | 1 | -2/+2 |
* | Add jquery and jquery.fileupload to typings.json | Chocobozzz | 2016-06-01 | 1 | -0/+2 |
* | Move webtorrent inside a service | Chocobozzz | 2016-05-31 | 5 | -15/+42 |
* | Update node openssl wrapper module | Chocobozzz | 2016-05-31 | 1 | -1/+1 |
* | Remove the include of ng2 bootstrap in the html index | Chocobozzz | 2016-05-27 | 2 | -2/+1 |
* | Directives/providers array for components in alphabetical order | Chocobozzz | 2016-05-27 | 3 | -3/+2 |
* | Put presentation logic in the components | Chocobozzz | 2016-05-27 | 3 | -4/+8 |
* | Alphabetical | Chocobozzz | 2016-05-27 | 10 | -131/+138 |
* | Do not prefix private attributes | Chocobozzz | 2016-05-27 | 15 | -93/+112 |
* | Follow the angular styleguide for the directories structure | Chocobozzz | 2016-05-27 | 59 | -137/+177 |
* | Add a loader animation when loading the videos list | Chocobozzz | 2016-05-26 | 10 | -46/+73 |
* | Make the sort/results bar less ugly | Chocobozzz | 2016-05-24 | 5 | -6/+41 |
* | Lint the client | Chocobozzz | 2016-05-23 | 6 | -42/+41 |
* | Add trivial sort for the client | Chocobozzz | 2016-05-23 | 9 | -8/+78 |
* | Use progress bar from bootstrap for the upload | Chocobozzz | 2016-05-23 | 3 | -2/+8 |
* | Add search with field choose support in client | Chocobozzz | 2016-05-23 | 10 | -19/+99 |
* | Add pagination support to the client | Chocobozzz | 2016-05-22 | 11 | -28/+74 |
* | 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 | 12 | -71/+221 |
* | Add the list of files inside tsconfig | Chocobozzz | 2016-05-21 | 1 | -1/+28 |
* | Move livereload to an external script and remove from express. | Chocobozzz | 2016-05-21 | 5 | -9/+6 |
* | Don't send the "http(s)" for the podUrl | Chocobozzz | 2016-05-21 | 1 | -1/+1 |
* | Add production example file | Chocobozzz | 2016-05-20 | 3 | -1/+18 |
* | Update node for travis | Chocobozzz | 2016-05-19 | 1 | -2/+2 |
* | Use bash for danger scripts instead of env sh | Chocobozzz | 2016-05-19 | 2 | -2/+2 |
* | Return with callback with an error | Chocobozzz | 2016-05-19 | 1 | -1/+1 |
* | Add radix to parseInt | Chocobozzz | 2016-05-19 | 1 | -2/+2 |
* | Update client dependencies | Chocobozzz | 2016-05-17 | 3 | -3/+3 |
* | 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 |
* | Update disk size for 1000000 videos in architecture | Chocobozzz | 2016-05-16 | 1 | -1/+1 |
* | 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 |
* | Only display "make/quit friends" if connected | Chocobozzz | 2016-05-13 | 1 | -1/+1 |
* | 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 |