aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/requests.js
Commit message (Collapse)AuthorAgeFilesLines
* 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