log

age author description
Wed, 07 Aug 2019 00:22:56 +0200 Mads Kiilerich scripts: introduce import cleanup using isort
Sun, 04 Aug 2019 01:08:08 +0200 Mads Kiilerich lib: use ipaddr from pip instead of vendoring it
Sat, 03 Aug 2019 22:55:46 +0200 Mads Kiilerich kallithea: drop long forgotten kallithea.brand warning
Sat, 03 Aug 2019 19:21:32 +0200 Mads Kiilerich setup: support Mercurial 5.1
Mon, 22 Jul 2019 04:38:22 +0200 Mads Kiilerich config: stop using the app_conf sub key - TurboGears2 2.4 will drop it
Mon, 22 Jul 2019 04:18:37 +0200 Mads Kiilerich helpers: use WebHelpers2 as much as possible - it supports Python3, and WebHelpers is dead
Tue, 06 Aug 2019 22:42:37 +0200 Mads Kiilerich helpers: change CSRF protection POST parameter name to "_session_csrf_secret_token" and fix up tests to use new names
Mon, 22 Jul 2019 02:02:11 +0200 Mads Kiilerich helpers: handle CSRF protection directly, without using webhelpers, pylonslib and secure_form
Mon, 22 Jul 2019 03:29:45 +0200 Mads Kiilerich helpers: rename internal names of authentication_token to clarify that secure_form is about session CSRF secrets - not authentication
Sun, 21 Jul 2019 18:24:09 +0200 Mads Kiilerich helpers: always access secure_form through helpers
Tue, 06 Aug 2019 22:50:03 +0200 Mads Kiilerich helpers: drop unused references to secure_form
Sun, 21 Jul 2019 23:34:47 +0200 Mads Kiilerich smtp_mailer: clarify that sslerror is ssl.SSLError - slightly clearer, and Python 3 compatible
Mon, 22 Jul 2019 01:18:14 +0200 Mads Kiilerich summary: simplify sorting of language stats - avoid comparing dicts
Mon, 22 Jul 2019 04:43:45 +0200 Mads Kiilerich admin: in advanced settings, only show repos of same type in the select list for "Parent"
Tue, 06 Aug 2019 22:07:00 +0200 Mads Kiilerich admin: drop c.repos_list assignment in repos index - it is only used when actually editing a repo
Tue, 06 Aug 2019 21:31:13 +0200 Mads Kiilerich admin: drop redundant c.backends assignment - it is already set in BaseController._before
Tue, 06 Aug 2019 21:26:37 +0200 Mads Kiilerich celerylib: simplify over engineered repo walk
Sun, 21 Jul 2019 19:03:30 +0200 Mads Kiilerich vcs: fix regexp with nested [] - the outer one was apparently supposed to just do grouping
Sun, 21 Jul 2019 23:26:24 +0200 Mads Kiilerich refactor: use string methods instead of class functions and map
Mon, 22 Jul 2019 00:37:47 +0200 Mads Kiilerich setup: some additional cleanup after we no longer support Python < 2.7
Tue, 06 Aug 2019 21:08:02 +0200 Mads Kiilerich vcs: drop get_total_seconds - we only support Python 2.7 which has timedelta.total_seconds()
Sun, 21 Jul 2019 19:12:20 +0200 Mads Kiilerich compat: use collections.OrderedDict - we only support Python 2.7 and no longer need our own implementation
Wed, 31 Jul 2019 03:15:06 +0200 Mads Kiilerich kallithea-cli: use null handler to mute all console logging for ssh-serve
Wed, 31 Jul 2019 21:53:59 +0200 Mads Kiilerich kallithea-cli: introduce generic custom logging configuration for each cli command
Mon, 01 Jul 2019 10:05:00 +0200 Thomas De Schampheleire kallithea-cli: set ssh_locale when creating .ini file so it doesn't have to be set manually before using ssh
Fri, 19 Jul 2019 01:12:35 +0200 Thomas De Schampheleire ssh: set a valid locale in the ssh-serve process
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: keep track of latest use of SSH keys
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: add documentation of SSH support
Tue, 30 Jul 2019 23:55:09 +0200 Mads Kiilerich ssh: add clone_ssh_tmpl setting when migration database for SSH
Wed, 27 Sep 2017 22:45:28 +0200 domruf ssh: show ssh URL on summary page