summaryrefslogtreecommitdiff
path: root/src/node/hooks/express/padurlsanitize.js
AgeCommit message (Collapse)Author
2015-10-08Fix decode error if pad name contains special characters and is sanitizedStefan
2015-04-10fix the rest of the deprecation warningsTom Hunkapiller
2013-12-05Replace tabs indentation with spaces indentationLuc Didry
Some files are obviously external libraries, I didn't touch them
2012-09-22Fix res.send (migrate to express v3)Marcel Klehr
2012-07-02Don't rewrite in a stupid wayMark Holmquist
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.
2012-06-13The pad name sanitizer shouldn't drop query params. issue #779Jordan Hollinger
2012-02-26The Big Renaming - etherpad is now an NPM moduleEgil Moeller