| Commit message (Expand) | Author | Age | Files | Lines |
* | Server: host -> hostname (host = hostname + port) | Chocobozzz | 2016-10-26 | 3 | -6/+6 |
* | Client: avoid "quit friends" to appear during the pending request | Chocobozzz | 2016-10-21 | 1 | -0/+5 |
* | Server: Uploads -> Videos | Chocobozzz | 2016-10-21 | 2 | -2/+2 |
* | Server: pod removing refractoring | Chocobozzz | 2016-10-21 | 1 | -1/+2 |
* | Server: handle tls websockets | Chocobozzz | 2016-10-17 | 1 | -0/+1 |
* | Remove references to Electron | Chocobozzz | 2016-10-13 | 2 | -10/+2 |
* | Server: update to webseed implementation (tests, lint...) | Chocobozzz | 2016-10-07 | 1 | -1/+2 |
* | Merge branch 'master' into webseed-merged | Chocobozzz | 2016-10-02 | 8 | -71/+262 |
|\ |
|
| * | Server: remove useless hash affectations | Chocobozzz | 2016-10-02 | 2 | -7/+7 |
| * | Server: reorganize constant file | Chocobozzz | 2016-10-02 | 1 | -47/+64 |
| * | Server: migration script that add admin role to root user | Chocobozzz | 2016-09-27 | 2 | -1/+21 |
| * | Server: fix migration at installation | Chocobozzz | 2016-09-26 | 3 | -7/+9 |
| * | Add migration (for db, folders...) mechanism | Chocobozzz | 2016-09-26 | 5 | -1/+112 |
| * | Server: add requests stats endpoint | Chocobozzz | 2016-09-19 | 1 | -3/+3 |
| * | Server: encrypt password in database | Chocobozzz | 2016-08-25 | 2 | -2/+5 |
| * | Server: make friends urls come from the request instead of the | Chocobozzz | 2016-08-20 | 1 | -2/+2 |
| * | Server: put config in constants | Chocobozzz | 2016-08-19 | 2 | -6/+29 |
| * | Server: add user list sort/pagination | Chocobozzz | 2016-08-16 | 2 | -1/+2 |
| * | Server: optimize function to see if there are users or not | Chocobozzz | 2016-08-16 | 1 | -2/+2 |
| * | Implement user API (create, update, remove, list) | Chocobozzz | 2016-08-04 | 2 | -4/+13 |
| * | Server: reorganize express validators | Chocobozzz | 2016-07-31 | 1 | -15/+20 |
* | | First draft using only webseed for server | Chocobozzz | 2016-07-27 | 1 | -4/+8 |
|/ |
|
* | Server: Use ES6 promise for mongoose/node-oatuh2-server | Chocobozzz | 2016-07-27 | 1 | -0/+1 |
* | Server: throttle "seedAll" when starting the server | Chocobozzz | 2016-07-21 | 1 | -0/+5 |
* | Server: implement refresh token | Chocobozzz | 2016-07-20 | 2 | -1/+7 |
* | Server: udpate async to 2.0.0 | Chocobozzz | 2016-07-18 | 1 | -3/+4 |
* | Server: limit actions for each request between pods | Chocobozzz | 2016-07-06 | 1 | -0/+4 |
* | Use dashes for filenames | Chocobozzz | 2016-07-01 | 1 | -1/+1 |
* | OAuth/User models refractoring -> use mongoose api | Chocobozzz | 2016-07-01 | 3 | -10/+28 |
* | Pod model refractoring -> use mongoose api | Chocobozzz | 2016-06-30 | 2 | -3/+7 |
* | Do not generate a random password for test env | Chocobozzz | 2016-06-30 | 1 | -1/+12 |
* | Request model refractoring -> use mongoose api | Chocobozzz | 2016-06-28 | 1 | -0/+2 |
* | Video model refractoring -> use mongoose api | Chocobozzz | 2016-06-24 | 2 | -1/+5 |
* | Try to make a better communication (between pods) module | Chocobozzz | 2016-06-18 | 1 | -7/+6 |
* | Use ng2-file-upload instead of jquery and add tags support to the video | Chocobozzz | 2016-06-07 | 1 | -2/+2 |
* | Little refractoring of requests scheduler module | Chocobozzz | 2016-06-06 | 1 | -0/+4 |
* | Add tag search support to server | Chocobozzz | 2016-06-06 | 1 | -1/+1 |
* | Add tags support to server | Chocobozzz | 2016-06-06 | 1 | -9/+14 |
* | Increase the interval for the friends requests | Chocobozzz | 2016-06-05 | 1 | -2/+2 |
* | Extends the search feature by customizing the search field (name, | Chocobozzz | 2016-05-22 | 1 | -0/+6 |
* | Add ability to sort videos list | Chocobozzz | 2016-05-17 | 1 | -0/+6 |
* | Add check for the author username length | Chocobozzz | 2016-05-16 | 1 | -0/+3 |
* | Add a check for the duration of videos | Chocobozzz | 2016-05-16 | 1 | -0/+5 |
* | Use async series in installer for better readability | Chocobozzz | 2016-05-13 | 1 | -15/+17 |
* | Move the count of results for the pagination in constants module | Chocobozzz | 2016-05-13 | 1 | -0/+4 |
* | Add debug electron setting | Chocobozzz | 2016-05-13 | 1 | -1/+1 |
* | Refractoring and add thumbnails support (without tests) | Chocobozzz | 2016-05-10 | 1 | -1/+9 |
* | Generate passwords at initialization (client/admin passwords) | Chocobozzz | 2016-04-19 | 1 | -5/+4 |
* | Add authentications for routes that need it and adapts the tests | Chocobozzz | 2016-04-14 | 1 | -3/+3 |
* | Create an "installer" module that create defaults clients/users... | Chocobozzz | 2016-03-21 | 2 | -14/+111 |