aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* set last release's distribution to upstream; dch -r will copy that valueJoey Hess2018-01-05
| | | | to not imply that this changelog has anything to do with debian unstable
* flip changelog symlinkJoey Hess2018-01-05
|
* Remove openid provider icons from login selectorJoey Hess2018-01-05
| | | | | | | | | Remove openid provider icons from login selector, since openid providers are increasingly not working. Verisign retired theirs, and aol and yahoo/flickr are not commonly used for openid. Any users who still clicked those icons to login will need to instead enter their openid url. This commit was sponsored by andrea rota.
* add and use cgiurl_abs_sameschemeJoey Hess2018-01-05
| | | | | | | | | | | | | | | | * emailauth: Fix cookie problem when user is on https and the cgiurl uses http, by making the emailed login link use https. * passwordauth: Use https for emailed password reset link when user is on https. Not entirely happy with this approach, but I don't currently see a better one. I have not verified that the passwordauth change fixes any problem, other than the user getting a http link when they were using https. The emailauth problem is verified fixed by this commit. This commit was sponsored by Michael Magin.
* how to fix?Joey Hess2018-01-05
|
* think I cracked itJoey Hess2018-01-05
|
* updateJoey Hess2018-01-05
|
* 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
| |