Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First typescript iteration | Chocobozzz | 2017-05-20 | 1 | -137/+0 |
| | |||||
* | Server: implement video views | Chocobozzz | 2017-02-26 | 1 | -0/+2 |
| | |||||
* | Server: make a basic "quick and dirty update" for videos | Chocobozzz | 2017-02-26 | 1 | -61/+2 |
| | | | | | | | | 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 | ||||
* | Server: use a request scheduler object instance for friends | Chocobozzz | 2017-02-18 | 1 | -181/+27 |
| | | | | communication | ||||
* | Server: requests refractoring | Chocobozzz | 2017-01-17 | 1 | -38/+38 |
| | |||||
* | Server: transaction serializable for videos | Chocobozzz | 2017-01-11 | 1 | -1/+1 |
| | |||||
* | Server: do not break remote videos processing on error | Chocobozzz | 2017-01-11 | 1 | -2/+2 |
| | |||||
* | Server: improve requests scheduler | Chocobozzz | 2017-01-10 | 1 | -42/+68 |
| | |||||
* | Server: try to have a better video integrity | Chocobozzz | 2017-01-06 | 1 | -2/+2 |
| | |||||
* | Server: use crypto instead of ursa for pod signature | Chocobozzz | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Server: add database field validations | Chocobozzz | 2016-12-28 | 1 | -6/+8 |
| | |||||
* | Move tags in another table | Chocobozzz | 2016-12-24 | 1 | -2/+4 |
| | |||||
* | First version with PostgreSQL | Chocobozzz | 2016-12-19 | 1 | -82/+105 |
| | |||||
* | Server: remove encryption when seending requests to other pods | Chocobozzz | 2016-11-27 | 1 | -2/+1 |
| | | | | We don't need it anymore since HTTPS is mandatory now | ||||
* | Pod URL -> pod host. HTTPS is required to make friends. | Chocobozzz | 2016-11-16 | 1 | -1/+1 |
| | | | | | Reason: in a network with mix http/https pods, https pods won't be able to play videos from http pod (insecure requests). | ||||
* | Server: add endpoint in requests | Chocobozzz | 2016-11-01 | 1 | -22/+37 |
| | |||||
* | Server: randomize the requests list | Chocobozzz | 2016-10-26 | 1 | -3/+14 |
| | | | | We don't want to stuck with the same failing requests | ||||
* | Server: pod removing refractoring | Chocobozzz | 2016-10-21 | 1 | -46/+3 |
| | |||||
* | Server: wait pod removal when finishing a request | Chocobozzz | 2016-10-17 | 1 | -4/+4 |
| | |||||
* | Server: add informations when removing requests of unexisting pod | Chocobozzz | 2016-10-01 | 1 | -0/+1 |
| | |||||
* | Server: fix remaining milli seconds before the next requests feature | Chocobozzz | 2016-10-01 | 1 | -3/+18 |
| | |||||
* | Server: fix error log when a friend request fails | Chocobozzz | 2016-10-01 | 1 | -2/+1 |
| | |||||
* | Server: add information why a friend request failed (status code) | Chocobozzz | 2016-10-01 | 1 | -7/+8 |
| | |||||
* | Server: add requests stats endpoint | Chocobozzz | 2016-09-19 | 1 | -3/+8 |
| | |||||
* | Server: udpate async to 2.0.0 | Chocobozzz | 2016-07-18 | 1 | -5/+7 |
| | |||||
* | Server: limit actions for each request between pods | Chocobozzz | 2016-07-06 | 1 | -3/+3 |
| | |||||
* | Fix requests ordering between pods | Chocobozzz | 2016-07-05 | 1 | -1/+1 |
| | |||||
* | Pod model refractoring -> use mongoose api | Chocobozzz | 2016-06-30 | 1 | -19/+29 |
| | |||||
* | Request model refractoring -> use mongoose api | Chocobozzz | 2016-06-28 | 1 | -0/+280 |