hedgedoc/lib/config
Sheogorath 1756e76dc3
Refactoring imageRouter to modularity
This should make the imageRouter more modular and easier to extent. Also
a lot of code duplication was removed which should simplify maintenance
in future.

In the new setup we only need to provide a new module file which exports
a function called `uploadImage` and takes a filePath and a callback as
argument. The callback itself takes an error and an url as parameter.
This eliminates the need of a try-catch-block around the statement and
re-enabled the optimization in NodeJS.

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-03-20 11:00:11 +01:00
..
default.js Add config option for report URI in CSP 2018-03-14 17:57:41 +01:00
defaultSSL.js fixed sslcapath bug 2017-12-05 12:06:10 +08:00
dockerSecret.js Fix not passing app key correctly in dropbox config 2018-01-19 00:25:08 +08:00
enum.js refactor(config.js): Extract config file 2017-05-08 19:29:07 +08:00
environment.js Merge pull request #761 from SISheogorath/feature/reportURI 2018-03-14 22:10:23 +01:00
index.js Refactoring imageRouter to modularity 2018-03-20 11:00:11 +01:00
oldEnvironment.js fix(config): ssl environment configs not parse properly 2017-05-08 20:41:38 +08:00
utils.js parse HMD_LDAP_SEARCHATTRIBUTES env var as a comma-separated array 2017-12-09 20:33:57 +01:00