-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cryptographic privates suppot #277
base: development
Are you sure you want to change the base?
Conversation
please ignore "merge commits". I talked with @SiTLar and we agreed, that I will merge this manually with clean history, when pull-request is ready |
var pg = require('pg'); | ||
var https = require('https'); | ||
var url = require('url'); | ||
var authSRV = 'https://nanopeppa.freefeed.net/v1/posts/'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this line is not needed anymore? just as https
require
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, that's true
On Thu, Jul 30, 2015 at 5:56 PM, Alexey Zakhlestin <[email protected]
wrote:
In app/controllers/api/secret/SecretController.js
#277 (comment)
:@@ -0,0 +1,303 @@
+'use strict';
- var openpgp = require('openpgp');
- var pg = require('pg');
- var https = require('https');
- var url = require('url');
- var authSRV = 'https://nanopeppa.freefeed.net/v1/posts/';
I believe this line is not needed anymore? just as https require
—
Reply to this email directly or view it on GitHub
https://github.com/pepyatka/pepyatka-server/pull/277/files#r35879360.
No description provided.