aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* improve error message when postsignin is not setJoey Hess2018-01-04
| | | | | | | This can happen if the user goes directly to /ikiwiki.cgi?do=login and logs in, since nothing redirected them to there, there's no postsignin value set. It can also happen when cookies are disabled, or perhaps other problems.
* correction; I did not reproduce thisJoey Hess2018-01-04
| | | | | I was manually reloading /ikiwiki.cgi?do=login, and postsignin is not set when that's done, which is a bug, but not the bug I was after.
* bug reportJoey Hess2018-01-04
|
* Is it still Joey's opinion that ikiwiki.info should remain using the anti-theme?jon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c32017-12-28
|
* Updated German basewiki and directives translation from Sebastian Kuhnert.Joey Hess2017-12-25
|
* Serialist doesn't use Ikiwiki any more, and also isn't called Serialist any ↵jamey@90d19ce4e4c32214a97c10f9d98b7c313e236fb42017-12-10
| | | | more, whoops
* (no commit message)jon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c32017-12-08
|
* possible explanationjon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c32017-12-08
|
* Added a comment: Fixed... by upgrading!STrRedWolf2017-12-08
|
* Added a commentSTrRedWolf2017-12-08
|
* formattingjon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c32017-12-08
|
* (no commit message)jon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c32017-12-08
|
* bug report re http redirectjon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c32017-12-08
|
* (no commit message)fixitdad2017-11-11
|
* link to the ordering patchanarcat2017-11-06
|
* propose a javascript optimizationanarcat2017-11-06
|
* optimization proposalhttps://anarc.at/openid/2017-11-06
|
* (no commit message)1112017-11-06
|
* (no commit message)1112017-11-06
|
* file bugEdward2017-10-27
|
* formattingEdward2017-10-27
|
* file bugEdward2017-10-27
|
* file bugEdward2017-10-27
|
* Revert spam edits.Amitai Schleier2017-10-26
|
* (no commit message)abilash2017-10-26
|
* (no commit message)abilash2017-10-26
|
* (no commit message)abilash2017-10-26
|
* Announce version 3.20171001Simon McVittie2017-10-01
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* 3.20171001Simon McVittie2017-10-01
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Update l10nSimon McVittie2017-10-01
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* t/git-untrusted.t: Fix redundant declarationSimon McVittie2017-10-01
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* debian: Declare compliance with Debian Policy 4.1.1Simon McVittie2017-10-01
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Update changelogSimon McVittie2017-10-01
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* t/git-untrusted.t: New test case for untrusted pushesSimon McVittie2017-10-01
| | | | | | | | | This also exercises the typical centralized git repository workflow, where changes flow from a non-bare clone (for example on a laptop) to a centralized bare repository, then from the centralized bare repository to a non-bare clone that is ikiwiki's srcdir. Signed-off-by: Simon McVittie <smcv@debian.org>
* Pass some git environment variables to the test-receive hookSimon McVittie2017-10-01
| | | | | | | | | | | Since git 2.11, git has stored the proposed push in a "quarantine area" until it is accepted by the pre-receive hook, and passed extra environment variables to the pre-receive hook so that it can read objects from the quarantine area. This fixes untrusted push on modern git versions. Signed-off-by: Simon McVittie <smcv@debian.org>
* IkiWiki::Receive: Avoid using asprintfSimon McVittie2017-10-01
| | | | | | | | | On GNU/Linux, it isn't declared in stdio.h unless we define _GNU_SOURCE, which we don't; using the implicit declaration risks crashes on platforms where sizeof(pointer) != sizeof(int). On other platforms it isn't guaranteed to exist at all. Signed-off-by: Simon McVittie <smcv@debian.org>
* Update changelog and close bugSimon McVittie2017-09-28
|
* Merge remote-tracking branch 'tails/img-determinism'Simon McVittie2017-09-28
|\
| * img: resize images in a deterministic manner.intrigeri2017-09-01
| |
| * t/img.t: test determinism of PNG resizing.intrigeri2017-09-01
| |
* | Update changelogSimon McVittie2017-09-28
| |
* | Fix build with po4a 0.52.Amitai Schleier2017-09-19
| |
* | (no commit message)fairusurped@12113b58e7c4c69149ded64c82f268e9fa14ad882017-09-07
| |
* | (no commit message)azzamsa2017-09-06
| |
* | (no commit message)azzamsa2017-09-06
| |
* | Added a comment: my issue solvedazzamsa2017-09-06
| |
* | Report bug + merge request: image resize is not deterministic.intrigeri2017-09-01
|/
* Added a comment: Reposted question on unix.sxanna192017-08-28
|
* emailauth, passwordauth: Avoid leaving cgisess_* files in the system temp ↵Joey Hess2017-08-23
| | | | | | | | | | | | | directory. Due to the use/abuse of CGI::Session to generate a token for the login process, a new session database was created for each login, and left behind afterwards. While each file is small, with many logings this could bloat the size of /tmp significantly. Fixed by making CGI::Session write to /dev/null, since there does not seem to be a way to entirely prevent the writing. This commit was sponsored by Henrik Riomar on Patreon.
* removedKeeh2017-08-21
|