log

age author description
Fri, 03 Jan 2020 23:59:15 +0100 Mads Kiilerich setup: bump beaker minimum version to 1.10.1 to get py3 support
Fri, 03 Jan 2020 23:54:59 +0100 Mads Kiilerich setup: bump formencode minimum version to 1.3.1 to get py3 support
Fri, 03 Jan 2020 23:49:19 +0100 Mads Kiilerich setup: bump ipaddr minium version to 2.2.0 to get py3 support
Sat, 04 Jan 2020 00:40:10 +0100 Mads Kiilerich setup: bump TurboGears minimum version to 2.4
Sat, 04 Jan 2020 00:10:46 +0100 Mads Kiilerich setup: bump WebOb minimum version to 1.8
Fri, 03 Jan 2020 03:07:28 +0100 Mads Kiilerich py3: add missing ascii_str for display of hg changeset graft/transplant source revision
Fri, 03 Jan 2020 01:55:06 +0100 Mads Kiilerich cache: drop setup_cache_regions - tg will already have done that and coerced the types correctly
Fri, 03 Jan 2020 02:16:42 +0100 Mads Kiilerich git: initialize hook app environment with paste as we do in other places
Wed, 08 Jan 2020 03:08:09 +0100 Mads Kiilerich py3: add safe_bytes in places where we will need it and where it doesn't do any harm
Fri, 27 Dec 2019 01:46:11 +0100 Mads Kiilerich py3: open files as binary or not, depending on how we want to use them
Thu, 02 Jan 2020 23:19:36 +0100 Mads Kiilerich summary: compute lang_stats consistently
Thu, 02 Jan 2020 23:00:36 +0100 Mads Kiilerich summary: drop no_data in all possible ways
Sat, 28 Dec 2019 17:36:09 +0100 Mads Kiilerich lib: fix mail address encodings and add test coverage
Sat, 28 Dec 2019 13:38:22 +0100 Mads Kiilerich lib: clean up ext_json and how it is used - avoid monkey patching
Fri, 27 Dec 2019 01:51:14 +0100 Mads Kiilerich vcs: drop unused NodeGeneratorBase()()
Thu, 26 Dec 2019 05:28:52 +0100 Mads Kiilerich vcs: prepare hg inmemory commit callbacks that given bytes have to find corresponding vcs nodes that use unicode str
Wed, 25 Dec 2019 15:16:39 +0100 Mads Kiilerich vcs: drop GitChangeset.id
Thu, 02 Jan 2020 22:18:59 +0100 Mads Kiilerich lib: de-obfuscate nested functions in pygmentize_annotation and how they always pass an annotate_from_changeset_func to AnnotateHtmlFormatter
Thu, 02 Jan 2020 22:09:13 +0100 Mads Kiilerich vcs: drop unused kallithea/lib/vcs/utils/annotate.py
Wed, 25 Dec 2019 15:30:11 +0100 Mads Kiilerich vcs: fix get_file_annotate - consistently bind sha so it has the right value when executing
Sat, 28 Dec 2019 23:01:23 +0100 Mads Kiilerich vcs: tweak how revisions and repo names are shown in error messages
Fri, 27 Dec 2019 00:26:41 +0100 Mads Kiilerich vcs: minor cleanup
Fri, 27 Dec 2019 01:55:52 +0100 Mads Kiilerich vcs: tweak some comments - nothing big, but too good to be lost
Thu, 02 Jan 2020 20:39:13 +0100 Mads Kiilerich vcs: drop the superfluous and leaky hgcompat "layer"
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
Fri, 27 Dec 2019 02:02:20 +0100 Mads Kiilerich validator: fix ASCII password check to verify if it can be *encoded* in ascii
Sat, 28 Dec 2019 20:25:59 +0100 Mads Kiilerich py3: add b'' annotations in some places where they will be needed later
Sat, 28 Dec 2019 23:09:48 +0100 Mads Kiilerich py3: drop __unicode__ ... and generally move towards just providing a good __repr__
Thu, 26 Dec 2019 05:17:09 +0100 Mads Kiilerich py3: drop .keys when we don't need them
Thu, 26 Dec 2019 04:02:48 +0100 Mads Kiilerich routes: rename crepo_check path to something that makes more clear what it is doing
Fri, 27 Dec 2019 01:50:40 +0100 Mads Kiilerich api: better error logging for API usage errors - say which request failed to encode response