aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
Commit message (Expand)AuthorAge
* Don't send relative redirect URLs when behind a reverse proxySimon McVittie2018-01-08
* improve error message when postsignin is not setJoey Hess2018-01-04
* cgierror: When the CGI fails, print the error to stderr, not "Died"Simon McVittie2017-05-14
* Defend against empty session namesSimon McVittie2017-05-14
* CGI, attachment, passwordauth: harden against repeated parametersSimon McVittie2017-01-11
* cgitemplate: actually remove dead codeSimon McVittie2016-12-19
* HTML-escape error messages (OVE-20160505-0012)Simon McVittie2016-05-05
* Silence "used only once: possible typo" warnings for variables that are part ...Simon McVittie2016-01-19
* cloak user PII when making commits etc, and let cloaked PII be used in banned...Joey Hess2015-05-14
* Fix double UTF-8 decode on Perl < 5.20 with upgraded Encode.pmAnders Kaseorg2015-03-01
* Merge branch 'ready/html5'Simon McVittie2014-11-26
|\
| * Now that we're always using HTML5, <base href> can be relativeSimon McVittie2014-10-16
* | Call CGI->param_fetch instead of CGI->param in array contextAmitai Schlair2014-10-16
|/
* In html5 mode, generate a host- or protocol-relative <base> for the CGISimon McVittie2014-10-05
* Add reverse_proxy option which hard-codes cgiurl in CGI outputSimon McVittie2014-10-05
* Force use of $config{url} as top URL in w3mmodeSimon McVittie2014-10-05
* do not double-decode unicode in CGI formsAntoine Beaupré2014-09-09
* protect $@ whenever a block using $@ is non-trivialSimon McVittie2014-02-21
* save whole form state, not just QUERY_STRING, for postsigninJoey Hess2012-04-08
* record email of new users in userinfo for userlistJoey Hess2011-06-09
* let's assume some web server will think OFF is a good idea..Joey Hess2011-06-03
* Support the Hiawatha web server which sets HTTPS=off rather than not setting ...Joey Hess2011-06-03
* Fix broken baseurl in cgi mode when usedirs is disabled. Bug introduced in 3....Joey Hess2011-02-21
* fix urlto(undef)Joey Hess2011-01-05
* add cgitemplateJoey Hess2011-01-05
* factored out an urlabs from aggregate and cgiJoey Hess2011-01-05
* oopsJoey Hess2011-01-05
* typoJoey Hess2011-01-05
* Fix redirect to use a full url.Joey Hess2011-01-05
* Fix base url when previewing. Was broken by urlto changes in last release.Joey Hess2011-01-05
* Merge remote branch 'smcv/ready/sslcookie-auto'Joey Hess2010-11-29
|\
| * Always set secure cookies if logging in via HTTPSSimon McVittie2010-11-29
* | Use local path for even more CGI URLsSimon McVittie2010-11-23
* | Use local paths for redirection where possibleSimon McVittie2010-11-23
|/
* stop using REMOTE_ADDRJoey Hess2010-06-23
* allow misctemplate callers to pass params to suppress actions etcJoey Hess2010-05-14
* moved non-openid signin form into same page as openid selector; show/hide as ...Joey Hess2010-05-08
* simplify formbuilder stylesheet specificationJoey Hess2010-05-06
* brace styleJoey Hess2010-01-18
* typosJoey Hess2010-01-18
* make decode_form_utf8 safe for arraysJoey Hess2010-01-09
* 404/goto: Fix 404 display of utf-8 pages.Joey Hess2009-12-14
* fix url encoding in redirJoey Hess2009-10-29
* Expand banned_users; it can now include PageSpecs, which allows banning by IP...Joey Hess2009-09-08
* Fix typo attepting→attemptingJonas Smedegaard2009-07-23
* detect sslcookie set and no httpsJoey Hess2009-02-26
* factor out IE stupididy workaroundJoey Hess2009-01-31
* Split cgi_goto into a goto pluginSimon McVittie2009-01-31
* Split apache404 into an independent pluginSimon McVittie2009-01-31
* CGI: pad error responses with 512 bytes of spaces so IE will display themSimon McVittie2009-01-31