aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/request.js
Commit message (Collapse)AuthorAgeFilesLines
* Move tags in another tableChocobozzz2016-12-241-2/+4
|
* First version with PostgreSQLChocobozzz2016-12-191-82/+105
|
* Server: remove encryption when seending requests to other podsChocobozzz2016-11-271-2/+1
| | | | We don't need it anymore since HTTPS is mandatory now
* Pod URL -> pod host. HTTPS is required to make friends.Chocobozzz2016-11-161-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 requestsChocobozzz2016-11-011-22/+37
|
* Server: randomize the requests listChocobozzz2016-10-261-3/+14
| | | | We don't want to stuck with the same failing requests
* Server: pod removing refractoringChocobozzz2016-10-211-46/+3
|
* Server: wait pod removal when finishing a requestChocobozzz2016-10-171-4/+4
|
* Server: add informations when removing requests of unexisting podChocobozzz2016-10-011-0/+1
|
* Server: fix remaining milli seconds before the next requests featureChocobozzz2016-10-011-3/+18
|
* Server: fix error log when a friend request failsChocobozzz2016-10-011-2/+1
|
* Server: add information why a friend request failed (status code)Chocobozzz2016-10-011-7/+8
|
* Server: add requests stats endpointChocobozzz2016-09-191-3/+8
|
* Server: udpate async to 2.0.0Chocobozzz2016-07-181-5/+7
|
* Server: limit actions for each request between podsChocobozzz2016-07-061-3/+3
|
* Fix requests ordering between podsChocobozzz2016-07-051-1/+1
|
* Pod model refractoring -> use mongoose apiChocobozzz2016-06-301-19/+29
|
* Request model refractoring -> use mongoose apiChocobozzz2016-06-281-0/+280