hedgedoc/lib/web
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
..
auth Multiple emails from LDAP are already an Array 2018-03-09 14:39:08 +01:00
imageRouter Refactoring imageRouter to modularity 2018-03-20 11:00:11 +01:00
middleware
baseRouter.js
historyRouter.js
noteRouter.js
statusRouter.js
userRouter.js
utils.js