aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/request.js
Commit message (Collapse)AuthorAgeFilesLines
* First typescript iterationChocobozzz2017-05-201-137/+0
|
* Server: implement video viewsChocobozzz2017-02-261-0/+2
|
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-261-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 friendsChocobozzz2017-02-181-181/+27
| | | | communication
* Server: requests refractoringChocobozzz2017-01-171-38/+38
|
* Server: transaction serializable for videosChocobozzz2017-01-111-1/+1
|
* Server: do not break remote videos processing on errorChocobozzz2017-01-111-2/+2
|
* Server: improve requests schedulerChocobozzz2017-01-101-42/+68
|
* Server: try to have a better video integrityChocobozzz2017-01-061-2/+2
|
* Server: use crypto instead of ursa for pod signatureChocobozzz2017-01-041-1/+1
|
* Server: add database field validationsChocobozzz2016-12-281-6/+8
|
* 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