Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Server: implement video views | Chocobozzz | 2017-02-26 | 1 | -26/+124 |
| | |||||
* | Server: make a basic "quick and dirty update" for videos | Chocobozzz | 2017-02-26 | 2 | -1/+70 |
| | | | | | | | | This system will be useful to to update some int video attributes (likes, dislikes, views...) The classic system is not used because we need some optimization for scaling | ||||
* | Add email to users | Chocobozzz | 2017-02-18 | 3 | -1/+70 |
| | |||||
* | Add email to pods | Chocobozzz | 2017-02-16 | 1 | -0/+2 |
| | |||||
* | Server: assert remoteId and host pair is unique | Chocobozzz | 2017-01-27 | 1 | -0/+2 |
| | |||||
* | Server: error if we add a pod that already exists | Chocobozzz | 2017-01-27 | 1 | -0/+8 |
| | |||||
* | Server: paths refractoring | Chocobozzz | 2017-01-17 | 1 | -2/+2 |
| | |||||
* | Server: fix single pod tests | Chocobozzz | 2017-01-12 | 1 | -27/+25 |
| | |||||
* | Try to fix travis build | Chocobozzz | 2017-01-12 | 2 | -6/+6 |
| | |||||
* | Server: fix update remote video infohash | Chocobozzz | 2017-01-12 | 2 | -8/+40 |
| | |||||
* | Server: rights check for update a video | Chocobozzz | 2017-01-11 | 1 | -0/+4 |
| | |||||
* | Server: add video abuse support | Chocobozzz | 2017-01-04 | 6 | -11/+387 |
| | |||||
* | Server: split check params tests | Chocobozzz | 2016-12-30 | 7 | -865/+1099 |
| | |||||
* | Server: add updatedAt attribute to videos | Chocobozzz | 2016-12-30 | 2 | -0/+13 |
| | |||||
* | Server: propagate video update to other pods | Chocobozzz | 2016-12-30 | 1 | -10/+45 |
| | |||||
* | Server: add ability to update a video | Chocobozzz | 2016-12-29 | 2 | -0/+177 |
| | |||||
* | Move tags in another table | Chocobozzz | 2016-12-24 | 3 | -53/+56 |
| | |||||
* | First version with PostgreSQL | Chocobozzz | 2016-12-19 | 6 | -48/+23 |
| | |||||
* | Server: adapt tests to host | Chocobozzz | 2016-11-16 | 5 | -38/+47 |
| | |||||
* | Server: Uploads -> Videos | Chocobozzz | 2016-10-21 | 1 | -2/+9 |
| | |||||
* | Try to fix travis | Chocobozzz | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | Server: forbid to remove the root user | Chocobozzz | 2016-10-07 | 1 | -0/+9 |
| | |||||
* | Server: update to webseed implementation (tests, lint...) | Chocobozzz | 2016-10-07 | 3 | -16/+2 |
| | |||||
* | Server: fix unit tests again | Chocobozzz | 2016-09-21 | 1 | -2/+4 |
| | |||||
* | Server: fix tests | Chocobozzz | 2016-09-21 | 1 | -4/+6 |
| | |||||
* | Fix client peer dependencies | Chocobozzz | 2016-09-20 | 1 | -7/+0 |
| | |||||
* | Server: add requests stats endpoint | Chocobozzz | 2016-09-19 | 2 | -1/+148 |
| | |||||
* | Server: add pod created date and score to the list controller | Chocobozzz | 2016-08-26 | 1 | -2/+11 |
| | |||||
* | Server: fix check user params tests | Chocobozzz | 2016-08-23 | 1 | -12/+10 |
| | |||||
* | Client: fix error display for component | Chocobozzz | 2016-08-23 | 1 | -0/+11 |
| | |||||
* | Server: fix makefriends validation and tests | Chocobozzz | 2016-08-21 | 1 | -50/+59 |
| | |||||
* | Server: make friends urls come from the request instead of the | Chocobozzz | 2016-08-20 | 1 | -4/+34 |
| | | | | configuration file | ||||
* | Server: add user list sort/pagination | Chocobozzz | 2016-08-16 | 2 | -4/+105 |
| | |||||
* | 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 | 2 | -5/+5 |
| | |||||
* | Server: create requests utils module | Chocobozzz | 2016-08-07 | 1 | -89/+37 |
| | |||||
* | Server: split tests utils in multiple files | Chocobozzz | 2016-08-07 | 7 | -626/+150 |
| | |||||
* | Server: do not allow a user to remove a video of another user | Chocobozzz | 2016-08-05 | 1 | -0/+2 |
| | |||||
* | Server: fix tests | Chocobozzz | 2016-08-05 | 1 | -1/+1 |
| | |||||
* | Server: allow user to get its informations (/users/me) | Chocobozzz | 2016-08-05 | 3 | -7/+53 |
| | |||||
* | Implement user API (create, update, remove, list) | Chocobozzz | 2016-08-04 | 3 | -20/+393 |
| | |||||
* | Server: Add some cli tools to make it easy to upload a lot of videos | Chocobozzz | 2016-07-20 | 1 | -1/+20 |
| | |||||
* | Server: do not enable images tests by default because it needs a special | Chocobozzz | 2016-07-20 | 1 | -9/+16 |
| | | | | ffmpeg version | ||||
* | Server: implement refresh token | Chocobozzz | 2016-07-20 | 1 | -1/+7 |
| | |||||
* | Server: udpate async to 2.0.0 | Chocobozzz | 2016-07-18 | 6 | -36/+40 |
| | |||||
* | Fix tests | Chocobozzz | 2016-07-07 | 1 | -1/+1 |
| | | | | I should consider writing unit tests to test the tests | ||||
* | Fix requests ordering between pods | Chocobozzz | 2016-07-05 | 1 | -0/+15 |
| | |||||
* | Request model refractoring -> use mongoose api | Chocobozzz | 2016-06-28 | 1 | -1/+1 |
| | |||||
* | Video model refractoring -> use mongoose api | Chocobozzz | 2016-06-24 | 1 | -1/+1 |
| |