| Commit message (Expand) | Author | Age | Files | Lines |
* | Server: add information why a friend request failed (status code) | Chocobozzz | 2016-10-01 | 1 | -7/+8 |
* | Server: when we remove a user, remove the oauthtokens too | Chocobozzz | 2016-10-01 | 2 | -1/+14 |
* | Add migration (for db, folders...) mechanism | Chocobozzz | 2016-09-26 | 2 | -0/+36 |
* | Server: show user created date for the api | Chocobozzz | 2016-09-23 | 1 | -1/+2 |
* | Server: add requests stats endpoint | Chocobozzz | 2016-09-19 | 1 | -3/+8 |
* | Server: add pod created date and score to the list controller | Chocobozzz | 2016-08-26 | 1 | -6/+22 |
* | Server: encrypt password in database | Chocobozzz | 2016-08-25 | 1 | -12/+31 |
* | Server: put config in constants | Chocobozzz | 2016-08-19 | 1 | -15/+8 |
* | Server: add user list sort/pagination | Chocobozzz | 2016-08-16 | 3 | -7/+43 |
* | Server: optimize function to see if there are users or not | Chocobozzz | 2016-08-16 | 1 | -0/+5 |
* | Server: video.list -> video.listForApi (with pagination, sort...) | Chocobozzz | 2016-08-16 | 1 | -23/+5 |
* | Server: delete user with the id and not the username | Chocobozzz | 2016-08-09 | 1 | -0/+5 |
* | Implement user API (create, update, remove, list) | Chocobozzz | 2016-08-04 | 2 | -6/+32 |
* | Server: reorganize express validators | Chocobozzz | 2016-07-31 | 1 | -9/+9 |
* | Server: Use ES6 promise for mongoose/node-oatuh2-server | Chocobozzz | 2016-07-27 | 2 | -4/+4 |
* | Server: throttle "seedAll" when starting the server | Chocobozzz | 2016-07-21 | 1 | -2/+2 |
* | Server: implement refresh token | Chocobozzz | 2016-07-20 | 3 | -14/+35 |
* | Server: udpate async to 2.0.0 | Chocobozzz | 2016-07-18 | 2 | -10/+13 |
* | Server: limit actions for each request between pods | Chocobozzz | 2016-07-06 | 1 | -3/+3 |
* | Server: fix videos pagination | Chocobozzz | 2016-07-06 | 1 | -1/+1 |
* | Fix requests ordering between pods | Chocobozzz | 2016-07-05 | 1 | -1/+1 |
* | Use dashes for filenames | Chocobozzz | 2016-07-01 | 1 | -1/+1 |
* | OAuth/User models refractoring -> use mongoose api | Chocobozzz | 2016-07-01 | 4 | -123/+95 |
* | Pod model refractoring -> use mongoose api | Chocobozzz | 2016-06-30 | 2 | -79/+71 |
* | Video model: namePath -> filename | Chocobozzz | 2016-06-28 | 1 | -9/+9 |
* | Re enable the "seed all videos" function | Chocobozzz | 2016-06-28 | 1 | -2/+8 |
* | Request model refractoring -> use mongoose api | Chocobozzz | 2016-06-28 | 3 | -74/+286 |
* | Video model refractoring -> use mongoose api | Chocobozzz | 2016-06-24 | 2 | -162/+314 |
* | Try to make a better communication (between pods) module | Chocobozzz | 2016-06-18 | 2 | -7/+40 |
* | Use ng2-file-upload instead of jquery and add tags support to the video | Chocobozzz | 2016-06-07 | 1 | -0/+1 |
* | Add tag search support to server | Chocobozzz | 2016-06-06 | 1 | -1/+1 |
* | Add tags support to server | Chocobozzz | 2016-06-06 | 1 | -0/+1 |
* | Extends the search feature by customizing the search field (name, | Chocobozzz | 2016-05-22 | 1 | -2/+9 |
* | Add total results field and wrap videos in data field when listing | Chocobozzz | 2016-05-21 | 1 | -18/+24 |
* | Add ability to sort videos list | Chocobozzz | 2016-05-17 | 1 | -4/+5 |
* | Add createdDate to videos | Chocobozzz | 2016-05-13 | 1 | -3/+7 |
* | Introduce paginations in videos listing | Chocobozzz | 2016-05-13 | 1 | -4/+5 |
* | Update to standard 7. Goodbye snake_case, I used to love you | Chocobozzz | 2016-05-13 | 3 | -16/+16 |
* | Refractoring and add thumbnails support (without tests) | Chocobozzz | 2016-05-10 | 1 | -94/+32 |
* | Video duration support (server) | Chocobozzz | 2016-05-03 | 1 | -2/+4 |
* | Rename pool requests --> requests scheduler | Chocobozzz | 2016-05-02 | 1 | -10/+10 |
* | Make angular client load dynamically the generated client id/secret | Chocobozzz | 2016-04-27 | 1 | -0/+5 |
* | Add authentications for routes that need it and adapts the tests | Chocobozzz | 2016-04-14 | 2 | -2/+3 |
* | Create an "installer" module that create defaults clients/users... | Chocobozzz | 2016-03-21 | 1 | -0/+10 |
* | OAuth server: first draft | Chocobozzz | 2016-03-21 | 1 | -0/+108 |
* | Use const/let now we use node 4.2 | Chocobozzz | 2016-03-16 | 3 | -30/+30 |
* | Video lib/model/reqvalidator refractoring | Chocobozzz | 2016-03-16 | 1 | -34/+0 |
* | Fix tests | Chocobozzz | 2016-03-07 | 1 | -1/+1 |
* | Prepare folders structure for angular app | Chocobozzz | 2016-03-07 | 3 | -0/+377 |