log

age author description
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
Sat, 21 Dec 2019 15:55:51 +0100 Mads Kiilerich controllers: use unicode for internal rendering of template snippets
Fri, 27 Dec 2019 01:58:57 +0100 Mads Kiilerich git: clean up safety check for overwriting hooks
Wed, 25 Dec 2019 15:24:54 +0100 Mads Kiilerich gist: make it a bit more clear how gist_access_id is used ... and how it is different from gist_id
Wed, 25 Dec 2019 19:32:48 +0100 Mads Kiilerich model: clean up get_email_description to make it more clear how the [tags] are added ... and why
Tue, 24 Dec 2019 04:13:48 +0100 Mads Kiilerich lib: handle both HTML, unsafe strings, and exceptions passed to helpers.flash()
Thu, 26 Dec 2019 16:09:30 +0100 Mads Kiilerich lib: refactor _get_access_path as get_path_info
Thu, 26 Dec 2019 04:05:14 +0100 Mads Kiilerich lib: avoid comparing ordering with None
Thu, 26 Dec 2019 11:52:58 +0100 Mads Kiilerich lib: clarify that repo2db_mapper actually takes a dict
Sun, 22 Dec 2019 21:43:54 +0100 Mads Kiilerich lib: mktime needs a tuple - not a list
Mon, 23 Dec 2019 02:59:05 +0100 Mads Kiilerich lib: base64 followup from 82b1eaec25f5
Sat, 21 Dec 2019 16:29:11 +0100 Mads Kiilerich lib: avoid import string.replace
Sat, 28 Dec 2019 01:08:48 +0100 Mads Kiilerich vcs: always return bytes from node.content