log

age author description
Thu, 02 Jan 2020 00:44:56 +0100 Mads Kiilerich cleanup: get rid of most "import *"
Thu, 02 Jan 2020 00:57:38 +0100 Mads Kiilerich cleanup: fix db.py "import *"
Wed, 08 Jan 2020 03:11:31 +0100 Mads Kiilerich py3: avoid logging of b'' strings for "config from db"
Wed, 08 Jan 2020 12:22:58 +0100 Mads Kiilerich py3: make sure "raw_diff" is bytes ... also when it instead is a localized error message
Tue, 07 Jan 2020 12:41:33 +0100 Mads Kiilerich py3: fix error in template from introducing safe_unicode in 9203621cae03
Sat, 01 Feb 2020 14:36:57 +0100 Mads Kiilerich db: fix missing variable in downgrade step stable
Fri, 31 Jan 2020 00:29:30 +0100 Mads Kiilerich alembic: fix fatal missing os import stable
Wed, 22 Jan 2020 23:02:04 +0100 Mads Kiilerich scripts: handle "Python 2.7 reached the end of its life" message stable
Tue, 21 Jan 2020 21:05:44 +0100 Thomas De Schampheleire Added tag 0.5.1 for changeset d01a8e92936d stable
Sat, 18 Jan 2020 21:03:30 +0100 Thomas De Schampheleire release 0.5.1 stable 0.5.1
Sat, 18 Jan 2020 21:01:47 +0100 Thomas De Schampheleire contributors: update stable
Sat, 18 Jan 2020 22:42:50 +0100 Mads Kiilerich scripts: lower case contributor emails to normalize them stable
Sat, 18 Jan 2020 21:17:31 +0100 Thomas De Schampheleire scripts/make-release: fix check of dist file content after commit 7c7d6b5c07c7 stable
Sun, 29 Dec 2019 15:31:25 +0100 Mads Kiilerich ssh: extra paranoid check for authorized_keys lines having safe content stable
Sun, 05 Jan 2020 01:19:05 +0100 Mads Kiilerich i18n: make sure 'en' in Accept-Language is recognized as having 100% coverage - i18n.lang is for source language stable
Mon, 30 Dec 2019 01:02:36 +0100 Mads Kiilerich auth: accept sha256 passwords on all platforms - not only on Windows stable
Thu, 09 Jan 2020 12:28:33 +0100 Mads Kiilerich login: fix incorrect CSRF rejection of "Reset Your Password" form (Issue #350) stable
Thu, 09 Jan 2020 21:54:27 +0100 Mads Kiilerich tests: refactor test_forgot_password to give better coverage stable
Sun, 29 Dec 2019 01:41:47 +0100 Mads Kiilerich hooks: slight improvement of get_hook_environment stable
Sun, 29 Dec 2019 15:15:09 +0100 Mads Kiilerich ssh: tweak some exception messages to make them more helpful in context stable
Sun, 29 Dec 2019 01:47:29 +0100 Mads Kiilerich ssh: let SshKeyModelException inherit from vcs RepositoryError - such exceptions are shown nicely in the UI stable
Sun, 29 Dec 2019 01:43:18 +0100 Mads Kiilerich ssh: add WARNING comment as first line in .authorized_keys managed by Kallithea stable
Sun, 29 Dec 2019 01:41:47 +0100 Mads Kiilerich git: more elegant handling of installed pre/post-receive hook failing on direct repo access stable
Sun, 29 Dec 2019 17:35:13 +0100 Wolfgang Scherer logging: always invoke fileConfig with '__file__' and 'here' stable
Mon, 30 Dec 2019 00:03:19 +0100 Mads Kiilerich logging: drop fileConfig initialization in make_app - backout 0d4dd9380a45 stable
Sun, 29 Dec 2019 15:35:06 +0100 Mads Kiilerich ssh: drop usk_public_key_idx again stable
Mon, 30 Dec 2019 01:38:59 +0100 Mads Kiilerich ssh: make it clear that SshKeyModel.delete has user as mandatory parameter stable
Sun, 29 Dec 2019 15:11:13 +0100 Mads Kiilerich ssh: use fingerprint when deleting public keys stable
Thu, 26 Dec 2019 15:20:08 +0100 Mads Kiilerich py3: trivially replace safe_str with safe_bytes in some places where that is what we need
Thu, 02 Jan 2020 03:15:36 +0100 Mads Kiilerich py3: start using ascii_str and ascii_bytes - we will need it later