Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
feature/frontend-tests
|
|
Conflicts:
src/node/hooks/express/errorhandling.js
|
|
The errors passed to error handling middleware aren't that severe, so it's fine to just stay alive...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Loopback avoidance
|
|
|
|
|
|
|
|
`localhost`, `0.0.0.0`, `127.0.0.1` each works only in some places some of the time, this works around the problem by overriding Yajsml's built-in request mechanism in favor of a hacked together one. TODO: Serve files from another service, or directly from the file system in order to make this unnecessary.
Fixes #747
|
|
|
|
|
|
Since we're already in the proper path for the pad, why worry
about it? Replacing the entire path of the URL with /p/padname may
have seemed like a good idea at the time, but really, for a 302 we
only need a relative pathname. This patch provides the proper way.
|
|
Plugin/hook features&bugfixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dont expose 'package' property
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|