Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add video category support | Chocobozzz | 2017-03-22 | 20 | -27/+250 |
| | |||||
* | Server: move pod remove to remote path | Chocobozzz | 2017-03-19 | 4 | -27/+45 |
| | |||||
* | Better real world test | Chocobozzz | 2017-03-19 | 3 | -19/+147 |
| | |||||
* | Server: add config endpoint | Chocobozzz | 2017-03-10 | 7 | -1/+106 |
| | |||||
* | Allow to sort by likes | Chocobozzz | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | Add like/dislike system for videos | Chocobozzz | 2017-03-08 | 22 | -35/+740 |
| | |||||
* | Server: add views attribute when sending videos to friends | Chocobozzz | 2017-03-04 | 3 | -4/+8 |
| | |||||
* | Server: typo | Chocobozzz | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | Server: fix migrations with an empty Applications table | Chocobozzz | 2017-03-04 | 2 | -1/+13 |
| | |||||
* | Server: fix requests endpoints | Chocobozzz | 2017-03-04 | 3 | -7/+11 |
| | |||||
* | Update bittorrent-tracker and standard to v9 | Chocobozzz | 2017-03-03 | 20 | -7/+26 |
| | |||||
* | Fix request schedulers stats | Chocobozzz | 2017-02-27 | 3 | -18/+57 |
| | |||||
* | Server: request scheduler refractoring | Chocobozzz | 2017-02-26 | 2 | -14/+5 |
| | |||||
* | Server: little sort refractoring | Chocobozzz | 2017-02-26 | 2 | -12/+17 |
| | |||||
* | Server: implement video views | Chocobozzz | 2017-02-26 | 15 | -48/+612 |
| | |||||
* | Server: make a basic "quick and dirty update" for videos | Chocobozzz | 2017-02-26 | 19 | -216/+796 |
| | | | | | | | | 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 | ||||
* | This is not a prototype anymore, but a real project! | Chocobozzz | 2017-02-26 | 2 | -4/+2 |
| | |||||
* | Server: fix migration scripts | Chocobozzz | 2017-02-18 | 5 | -28/+114 |
| | |||||
* | Server: use a request scheduler object instance for friends | Chocobozzz | 2017-02-18 | 3 | -225/+244 |
| | | | | communication | ||||
* | Add email to users | Chocobozzz | 2017-02-18 | 10 | -6/+112 |
| | |||||
* | Server: add unique to unique indexes | Chocobozzz | 2017-02-16 | 3 | -3/+10 |
| | |||||
* | Add email to pods | Chocobozzz | 2017-02-16 | 10 | -21/+46 |
| | |||||
* | Server: update express-validator | Chocobozzz | 2017-02-10 | 2 | -4/+18 |
| | |||||
* | Fix update host script | Chocobozzz | 2017-02-08 | 1 | -1/+1 |
| | |||||
* | Client: replace simple tables by ng2 smart table component | Chocobozzz | 2017-01-30 | 1 | -2/+2 |
| | |||||
* | Server: assert remoteId and host pair is unique | Chocobozzz | 2017-01-27 | 2 | -0/+12 |
| | |||||
* | Server: error if we add a pod that already exists | Chocobozzz | 2017-01-27 | 5 | -11/+40 |
| | |||||
* | Fix tests | Chocobozzz | 2017-01-23 | 1 | -1/+2 |
| | |||||
* | Client: add basic support to report video abuses | Chocobozzz | 2017-01-23 | 2 | -2/+3 |
| | |||||
* | Client: add ability to report a video | Chocobozzz | 2017-01-20 | 1 | -1/+0 |
| | |||||
* | Adapt requests controller/front to new informations | Chocobozzz | 2017-01-19 | 1 | -1/+2 |
| | |||||
* | Server: paths refractoring | Chocobozzz | 2017-01-17 | 8 | -37/+60 |
| | |||||
* | Server: requests refractoring | Chocobozzz | 2017-01-17 | 2 | -39/+40 |
| | |||||
* | Server: remote video validators refractoring | Chocobozzz | 2017-01-17 | 3 | -32/+29 |
| | |||||
* | Server: remote request process refractoring | Chocobozzz | 2017-01-17 | 2 | -20/+28 |
| | |||||
* | Server: transaction refractoring | Chocobozzz | 2017-01-17 | 3 | -84/+68 |
| | |||||
* | Server: fix update remote video | Chocobozzz | 2017-01-15 | 1 | -2/+2 |
| | |||||
* | Server: create transaction refractoring | Chocobozzz | 2017-01-15 | 4 | -72/+75 |
| | |||||
* | Server: retryer transaction wrapper refractoring | Chocobozzz | 2017-01-15 | 3 | -50/+50 |
| | |||||
* | Server: fix single pod tests | Chocobozzz | 2017-01-12 | 3 | -47/+61 |
| | |||||
* | Try to fix travis build | Chocobozzz | 2017-01-12 | 3 | -9/+9 |
| | |||||
* | Server: fix update remote video infohash | Chocobozzz | 2017-01-12 | 5 | -12/+55 |
| | |||||
* | Server: fix update right checks | Chocobozzz | 2017-01-11 | 1 | -7/+10 |
| | |||||
* | Server: transaction serializable for videos | Chocobozzz | 2017-01-11 | 3 | -3/+3 |
| | |||||
* | Server: add update case to real world script | Chocobozzz | 2017-01-11 | 1 | -2/+26 |
| | |||||
* | Server: rights check for update a video | Chocobozzz | 2017-01-11 | 2 | -0/+12 |
| | |||||
* | Server: do not break remote videos processing on error | Chocobozzz | 2017-01-11 | 3 | -12/+27 |
| | |||||
* | Server: always check commit result | Chocobozzz | 2017-01-11 | 3 | -14/+27 |
| | |||||
* | Server: retry video abuse requests too | Chocobozzz | 2017-01-10 | 1 | -12/+56 |
| | |||||
* | Server: improve requests scheduler | Chocobozzz | 2017-01-10 | 4 | -47/+125 |
| |