| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Server: fix real world simulation script | Chocobozzz | 2016-08-20 | 1 | -14/+17 |
| * | Server: make friends urls come from the request instead of the | Chocobozzz | 2016-08-20 | 7 | -14/+82 |
| * | Server: put config in constants | Chocobozzz | 2016-08-19 | 10 | -65/+72 |
| * | Server: add user list sort/pagination | Chocobozzz | 2016-08-16 | 11 | -16/+199 |
| * | Server: optimize function to see if there are users or not | Chocobozzz | 2016-08-16 | 2 | -2/+7 |
| * | Server: video.list -> video.listForApi (with pagination, sort...) | Chocobozzz | 2016-08-16 | 2 | -24/+6 |
| * | Server: test filenames with hyphens | Chocobozzz | 2016-08-15 | 6 | -5/+5 |
| * | Server: fix travis tests | Chocobozzz | 2016-08-14 | 1 | -9/+2 |
| * | Server: delete user with the id and not the username | Chocobozzz | 2016-08-09 | 6 | -12/+18 |
| * | Server: create requests utils module | Chocobozzz | 2016-08-07 | 2 | -89/+105 |
| * | Server: split tests utils in multiple files | Chocobozzz | 2016-08-07 | 14 | -626/+712 |
| * | Server: do not allow a user to remove a video of another user | Chocobozzz | 2016-08-05 | 2 | -0/+3 |
| * | Server: fix tests | Chocobozzz | 2016-08-05 | 1 | -1/+1 |
| * | Server: fix status code when updating/removing a user | Chocobozzz | 2016-08-05 | 1 | -2/+2 |
| * | Server: allow user to get its informations (/users/me) | Chocobozzz | 2016-08-05 | 4 | -7/+62 |
| * | Server: move clients in its own file | Chocobozzz | 2016-08-05 | 3 | -27/+43 |
| * | Implement user API (create, update, remove, list) | Chocobozzz | 2016-08-04 | 16 | -47/+688 |
| * | Server: reorganize express validators | Chocobozzz | 2016-07-31 | 7 | -51/+99 |
* | | First draft using only webseed for server | Chocobozzz | 2016-07-27 | 4 | -291/+30 |
|/ |
|
* | Server: Use ES6 promise for mongoose/node-oatuh2-server | Chocobozzz | 2016-07-27 | 4 | -9/+9 |
* | Server: throttle "seedAll" when starting the server | Chocobozzz | 2016-07-21 | 2 | -2/+7 |
* | Server: Add some cli tools to make it easy to upload a lot of videos | Chocobozzz | 2016-07-20 | 4 | -1/+188 |
* | Server: do not enable images tests by default because it needs a special | Chocobozzz | 2016-07-20 | 1 | -9/+16 |
* | Server: implement refresh token | Chocobozzz | 2016-07-20 | 9 | -23/+78 |
* | Server: Don't make the host url check for client credentials if this is a tes... | Chocobozzz | 2016-07-19 | 1 | -1/+4 |
* | Server: udpate async to 2.0.0 | Chocobozzz | 2016-07-18 | 14 | -70/+84 |
* | Server: fix ipc bug | Chocobozzz | 2016-07-18 | 1 | -3/+3 |
* | Fix tests | Chocobozzz | 2016-07-07 | 1 | -1/+1 |
* | Server: add script that try to simulate a real world situation | Chocobozzz | 2016-07-06 | 1 | -0/+215 |
* | Server: limit actions for each request between pods | Chocobozzz | 2016-07-06 | 2 | -3/+7 |
* | Server: fix videos pagination | Chocobozzz | 2016-07-06 | 1 | -1/+1 |
* | Fix requests ordering between pods | Chocobozzz | 2016-07-05 | 3 | -1/+26 |
* | Use dashes for filenames | Chocobozzz | 2016-07-01 | 10 | -7/+7 |
* | reqValidators --> validators | Chocobozzz | 2016-07-01 | 13 | -53/+54 |
* | OAuth/User models refractoring -> use mongoose api | Chocobozzz | 2016-07-01 | 13 | -148/+209 |
* | Pod model refractoring -> use mongoose api | Chocobozzz | 2016-06-30 | 8 | -97/+109 |
* | Do not generate a random password for test env | Chocobozzz | 2016-06-30 | 1 | -1/+12 |
* | Video model: namePath -> filename | Chocobozzz | 2016-06-28 | 2 | -10/+10 |
* | Re enable the "seed all videos" function | Chocobozzz | 2016-06-28 | 1 | -2/+8 |
* | Request model refractoring -> use mongoose api | Chocobozzz | 2016-06-28 | 6 | -142/+100 |
* | Video model refractoring -> use mongoose api | Chocobozzz | 2016-06-24 | 14 | -531/+410 |
* | Try to make a better communication (between pods) module | Chocobozzz | 2016-06-18 | 19 | -429/+483 |
* | Remove useless use of async.each | Chocobozzz | 2016-06-14 | 1 | -15/+13 |
* | Use ng2-file-upload instead of jquery and add tags support to the video | Chocobozzz | 2016-06-07 | 3 | -3/+4 |
* | Little refractoring of requests scheduler module | Chocobozzz | 2016-06-06 | 2 | -41/+50 |
* | Add tag search support to server | Chocobozzz | 2016-06-06 | 3 | -2/+40 |
* | Add tags support to server | Chocobozzz | 2016-06-06 | 13 | -72/+277 |
* | Increase the interval for the friends requests | Chocobozzz | 2016-06-05 | 1 | -2/+2 |
* | Handle error for the video upload | Chocobozzz | 2016-06-04 | 1 | -1/+1 |
* | Extends the search feature by customizing the search field (name, | Chocobozzz | 2016-05-22 | 8 | -20/+149 |