log

age author description
Thu, 27 May 2021 21:28:32 +0200 Thomas De Schampheleire release 0.7.0 stable 0.7.0
Thu, 27 May 2021 21:33:23 +0200 Thomas De Schampheleire MANIFEST.in: add missing pytype_requirements.txt added in commit 278cc5936ed5 stable
Thu, 27 May 2021 21:27:37 +0200 Thomas De Schampheleire release: merge default to stable for 0.7.0 stable
Thu, 13 May 2021 20:17:40 +0200 Thomas De Schampheleire contributors: update default
Fri, 14 May 2021 16:44:27 +0200 Étienne Gilli i18n: updated translation for French
Thu, 27 May 2021 02:01:47 +0200 Mads Kiilerich i18n: update normalized translations
Wed, 12 May 2021 11:01:13 +0200 Mads Kiilerich i18n: fix duplicate entries after fixing odd space before ? in "Don't have an account ?"
Thu, 27 May 2021 00:48:35 +0200 Mads Kiilerich ini: set translate_forwarded_server = False when using paste prefix middleware
Thu, 27 May 2021 00:54:01 +0200 Mads Kiilerich git: fix whitespace in previous commit
Tue, 18 May 2021 00:58:06 +0200 Mads Kiilerich git: update check for invalid URL characters to work with Python versions that include an attempt at fixing the very same problem
Sun, 09 May 2021 22:40:56 +0200 Mads Kiilerich auth: only use X- headers instead of wsgi.url_scheme if explicitly told so in url_scheme_header - drop https_fixup setting
Sun, 09 May 2021 22:34:02 +0200 Mads Kiilerich auth: only use X- headers instead of REMOTE_ADDR if explicitly told so in remote_addr_header
Sun, 09 May 2021 22:32:51 +0200 Mads Kiilerich auth: don't trust clients too much - only trust the *last* IP in the X-Forwarded-For header
Sun, 09 May 2021 22:17:21 +0200 Mads Kiilerich docs: document how proxy servers must be configured
Mon, 17 May 2021 16:59:06 +0200 Mads Kiilerich docs: clarify that force_https trumps anything else