roschaefer
489e9281f7
fix: Github's security vulnerability warning
...
We use an unmaintained package called `activitystrea.ms` for the
activity pub middleware. Since the activity pub middleware is dead code
at the moment I suggest that we remove that package and disable all the
code that depends on the package.
When we get back to implement the ActivityPub spec for Human Connection I
would suggest to maintain this package `activitystrea.ms`, update the
dependencies there and re-enable and **test** the code of the activity pub
middleware.
2019-09-28 14:41:47 +02:00
roschaefer
c3edc92436
Fix lint
2019-08-20 14:06:24 +02:00
Robert Schäfer
e1bb6ed74e
Fix lint
2019-08-02 01:45:36 +02:00
3adb8d0f64
lint fixes
2019-06-03 19:29:14 +02:00
caa6a65f99
removed dotenv.config calls
2019-06-03 18:47:00 +02:00
4fd2885b26
reference global config
2019-06-03 13:19:08 +02:00
cfd0975b24
backend linting
2019-05-23 19:23:03 +02:00
Robert Schäfer
82bb4c4d7d
Fix lint
2019-03-27 11:26:07 +01:00
Armin
53a2440e3c
Add needed env var PRIVATE_KEY_PASSPHRASE + fix WebFinger test
2019-03-27 01:18:52 +01:00
Robert Schäfer
fca2fcf713
Fix lint
2019-03-26 01:41:58 +01:00
Robert Schäfer
46c0d0659a
Fix routing/proxying of AP, works locally
...
RSA keys get seeded but not for tests
2019-03-26 01:24:52 +01:00
Robert Schäfer
6d4ac65a92
Apparently this change got overlooked
2019-03-25 17:46:44 +01:00
Robert Schäfer
ebb1c283b7
Refactor: Use URL.host instead of hostname
...
This way, we don't have to manually add the port number.
cc @Mastercuber
Documentation: https://nodejs.org/api/url.html#url_urlobject_host
2019-03-25 15:52:34 +01:00
Armin
a55b253784
Fix for previous commit
2019-03-25 15:37:05 +01:00
Armin
f2735e6275
Use host instead of hostname
2019-03-25 15:33:53 +01:00
Armin
5e4ff7cf9b
Fix tests
2019-03-25 13:34:02 +01:00
Armin
1d5a8d3917
Should fix #234 + refactor domain to hostname
2019-03-25 13:15:37 +01:00
Robert Schäfer
7a72185c9e
Merging backend to master
2019-03-20 21:00:59 +01:00