aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/requests.js
Commit message (Collapse)AuthorAgeFilesLines
* First typescript iterationChocobozzz2017-05-201-68/+0
|
* Server: move requests lib in their own directoryChocobozzz2017-05-051-1/+1
|
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-261-0/+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 crypto instead of ursa for pod signatureChocobozzz2017-01-041-20/+26
|
* Server: remove encryption when seending requests to other podsChocobozzz2016-11-271-15/+2
| | | | We don't need it anymore since HTTPS is mandatory now
* Pod URL -> pod host. HTTPS is required to make friends.Chocobozzz2016-11-161-3/+5
| | | | | Reason: in a network with mix http/https pods, https pods won't be able to play videos from http pod (insecure requests).
* Server: remove useless hash affectationsChocobozzz2016-10-021-2/+2
|
* Server: put config in constantsChocobozzz2016-08-191-9/+2
|
* Use dashes for filenamesChocobozzz2016-07-011-1/+1
|
* Try to make a better communication (between pods) moduleChocobozzz2016-06-181-71/+43
|
* Update to standard 7. Goodbye snake_case, I used to love youChocobozzz2016-05-131-15/+15
|
* Use const/let now we use node 4.2Chocobozzz2016-03-161-27/+24
|
* Prepare folders structure for angular appChocobozzz2016-03-071-0/+109