log

age author description
Sat, 28 Mar 2020 15:28:25 +0100 Mads Kiilerich scripts: in regexps, use + when we actually want to make long matches instead of empty
Sat, 28 Mar 2020 22:41:12 +0100 Mads Kiilerich scripts: use plain import of contributor_data
Thu, 26 Mar 2020 18:12:52 +0100 Mads Kiilerich setup: avoid bleach 3.1.4 for now - it seems to deliberately cause regressions
Thu, 26 Mar 2020 17:35:43 +0100 Mads Kiilerich py3: vcs should return successors and predecessors short hashes as strings
Sun, 22 Mar 2020 23:05:36 +0100 Mads Kiilerich auth: don't use json for debug logging
Mon, 23 Mar 2020 14:29:31 +0100 Mads Kiilerich login: clarify comments
Mon, 23 Mar 2020 14:32:06 +0100 Mads Kiilerich user: make get_by_username_or_email default to treat username case insensitive
Thu, 26 Mar 2020 17:48:16 +0100 Mads Kiilerich auth: show a clear "Authentication failed" message if login fails after passing form validation
Tue, 24 Mar 2020 11:24:05 +0100 Thomas De Schampheleire login: assert that the validated user actually is found
Wed, 25 Mar 2020 16:24:26 +0100 Thomas De Schampheleire diff: fix two-way diff for added or removed files
Sun, 22 Mar 2020 21:22:23 +0100 Thomas De Schampheleire auth_ldap: fix interpretation of LDAP attributes in Python 3
Tue, 17 Mar 2020 17:29:57 +0100 Mads Kiilerich hg: handle Mercurial RepoError correctly in is_valid_repo_uri
Tue, 17 Mar 2020 17:15:59 +0100 Mads Kiilerich repos: separate repo creation from form validation
Tue, 17 Mar 2020 00:16:52 +0100 Mads Kiilerich hg: fix db migration after 802fdeefc8cc - index name changed in 1a080d4e926e
Thu, 12 Mar 2020 23:21:01 +0100 Mads Kiilerich scripts: make output from run-all-cleanup easier to parse
Thu, 12 Mar 2020 17:07:28 +0100 Mads Kiilerich cli: fix indexing of repos where last indexed revision has been stripped
Thu, 12 Mar 2020 17:06:56 +0100 Mads Kiilerich vcs: fix validation of Git https URLs (Issue #365)
Fri, 06 Mar 2020 18:10:02 +0100 Mads Kiilerich hg: read everything from hgrc, without config section whitelisting (Issue #246)
Thu, 12 Mar 2020 22:52:22 +0100 Mads Kiilerich hg: always show and run Mercurial hooks in alphabetical order (Issue #246)
Fri, 06 Mar 2020 18:02:12 +0100 Mads Kiilerich hg: set HGPLAIN globally to minimize potential impact from reading hgrc configuration when creating ui
Fri, 06 Mar 2020 16:58:47 +0100 Mads Kiilerich auth: make it explicit that _check_permission only use the less strict pull checking for actual pull actions
Tue, 10 Mar 2020 15:08:46 +0100 Mads Kiilerich scripts: drop isort --wrap-length 160 - it is broken with py3 and not really necessary
Fri, 06 Mar 2020 19:37:10 +0100 Mads Kiilerich scripts: run isort on scripts too
Sun, 01 Mar 2020 21:40:32 +0100 Thomas De Schampheleire validators: don't catch all Exceptions as invalid clone URIs, be specific
Fri, 06 Mar 2020 19:20:36 +0100 Mads Kiilerich utils: let is_valid_repo_uri report URLError from ._check_url as InvalidCloneUriException
Fri, 06 Mar 2020 19:06:09 +0100 Mads Kiilerich utils: don't raise HgsubversionImportError from is_valid_repo_uri - just report that the URL isn't supported
Fri, 06 Mar 2020 19:02:26 +0100 Mads Kiilerich utils: don't raise NotImplementedError in is_valid_repo_uri when the user provides an "invalid" URL
Sun, 01 Mar 2020 21:40:32 +0100 Thomas De Schampheleire validators: introduce InvalidCloneUriException instead of throwing bare Exceptions for invalid clone URIs
Fri, 06 Mar 2020 18:47:29 +0100 Mads Kiilerich cleanup: improve exception logging from validators
Sun, 01 Mar 2020 21:29:40 +0100 Thomas De Schampheleire vcs: fix repo creation with a remote clone uri under Python 3
Sun, 01 Mar 2020 20:51:03 +0100 Thomas De Schampheleire cli: fix '--full' option of index-create
Wed, 04 Mar 2020 13:47:15 +0100 Mads Kiilerich cli: fix argv bug just introduced in 2ce0bc6e85f1
Wed, 04 Mar 2020 13:43:08 +0100 Mads Kiilerich auth: fix bad comment reference to fill_data
Sat, 29 Feb 2020 16:06:30 +0100 Mads Kiilerich celery: fix send_email to work with JSON encoding (Issue #363)
Tue, 25 Feb 2020 18:18:44 +0100 Mads Kiilerich js: fix missing var declaration of AJAX_COMMENT_URL and AJAX_COMMENT_DELETE_URL (Issue #362)
Tue, 25 Feb 2020 18:03:54 +0100 Mads Kiilerich front-end: add eslint-plugin-html as dependency as introduced in .eslintrc.js in 4d36432bf705
Tue, 25 Feb 2020 18:24:39 +0100 Mads Kiilerich front-end: move eslint to dev section and update package-lock.json
Mon, 30 Dec 2019 01:02:36 +0100 Mads Kiilerich auth: also use safe password hashing on Windows using bcrypt
Sun, 04 Aug 2019 18:35:21 +0200 Mads Kiilerich cli: pass local argv to argparser instead of letting it use the global sys.argv
Sun, 04 Aug 2019 00:07:10 +0200 Mads Kiilerich cleanup: minimize use of lambda expressions - we have 'def' for that purpose
Thu, 13 Feb 2020 14:46:50 +0100 Mads Kiilerich celery: use celery 4 setting names in generated .ini files
Thu, 20 Feb 2020 02:03:24 +0100 Mads Kiilerich celery: upgrade to Celery 4
Mon, 24 Feb 2020 18:37:31 +0100 Mads Kiilerich celery: move initialization of global kallithea.CELERY_EAGER to the place where we read celery configuration
Mon, 24 Feb 2020 17:51:17 +0100 Mads Kiilerich celery: log an error for some deprecated config settings
Thu, 20 Feb 2020 01:35:22 +0100 Mads Kiilerich celery: drop config settings not supported in Celery 4
Thu, 13 Feb 2020 14:46:50 +0100 Mads Kiilerich celery: tweak the RabbitMQ example in generated config
Fri, 14 Feb 2020 02:25:00 +0100 Mads Kiilerich celery: change ini template to use sqlite for results
Tue, 18 Feb 2020 17:03:09 +0100 Mads Kiilerich celery: set default config values in code and remove them from the generated .ini
Sun, 16 Feb 2020 04:16:14 +0100 Mads Kiilerich config-create: show options used for generating .ini, and list what alternative values are supported
Sun, 16 Feb 2020 04:16:14 +0100 Mads Kiilerich config-create: report when database_engine or http_server are provided with invalid values
Sun, 16 Feb 2020 03:23:21 +0100 Mads Kiilerich eslint: fix "is assigned a value but never used"
Fri, 10 Jan 2020 00:34:22 +0100 Mads Kiilerich eslint: fix "is already defined"
Fri, 10 Jan 2020 00:34:22 +0100 Mads Kiilerich eslint: fix "is defined but never used"
Fri, 10 Jan 2020 00:34:22 +0100 Mads Kiilerich eslint: fix "Unnecessary semicolon"
Thu, 09 Jan 2020 01:12:38 +0100 Mads Kiilerich eslint: fix "Unnecessary escape character"
Sun, 16 Feb 2020 02:12:48 +0100 Mads Kiilerich eslint: install eslint with front-end so it can be run manually
Thu, 09 Jan 2020 23:40:42 +0100 Mads Kiilerich js: cleanup to use nested named functions instead of vars with anonymous functions
Sun, 16 Feb 2020 02:47:09 +0100 Mads Kiilerich js: cleanup to use named functions instead of vars with anonymous functions
Mon, 17 Feb 2020 17:49:45 +0100 Mads Kiilerich js: use strict ... and fix the problems it points out
Mon, 17 Feb 2020 17:14:12 +0100 Mads Kiilerich js: omit redundant type="text/javascript"
Sun, 16 Feb 2020 03:20:44 +0100 Mads Kiilerich js: simplify statistics.html
Fri, 14 Feb 2020 14:45:56 +0100 Mads Kiilerich repo: fix sorting in repo lists (Issue #360)
Sat, 15 Feb 2020 03:04:48 +0100 Mads Kiilerich front-end: fix display of follow icon in repo lists after 173612a900ef
Fri, 14 Feb 2020 02:25:00 +0100 Mads Kiilerich celery: update ini template to use json for tasks and results
Fri, 14 Feb 2020 13:56:58 +0100 Mads Kiilerich celery: fix logging from inside tasks
Thu, 13 Feb 2020 16:41:51 +0100 Mads Kiilerich celery: use celery directly instead of leaky abstraction in celerypylons
Thu, 13 Feb 2020 16:41:51 +0100 Mads Kiilerich celery: use the proper configured global app for scheduling and retrieving tasks
Thu, 13 Feb 2020 16:41:51 +0100 Mads Kiilerich celery: refactor initialization - replace global CELERY_ON flag with CELERY_APP with the actual celery app that it indicates
Wed, 12 Feb 2020 14:37:15 +0100 Ross Thomas ui: show toggleable "Follow" status in repo groups' repo list
Tue, 11 Feb 2020 05:17:03 +0100 Mads Kiilerich cleanup: run pyflakes as a part of scripts/run-all-cleanup
Sun, 09 Feb 2020 19:46:43 +0100 Mads Kiilerich cleanup: mute some pyflakes "imported but unused" by adding asserts
Sun, 09 Feb 2020 19:42:16 +0100 Mads Kiilerich cleanup: trivial fixes for some pyflakes warnings
Tue, 11 Feb 2020 03:54:43 +0100 Mads Kiilerich ini: drop deprecated CELERY_RESULT_DBURI
Wed, 12 Feb 2020 14:52:11 +0100 Mads Kiilerich Merge stable
Wed, 12 Feb 2020 14:37:15 +0100 Ross Thomas ui: fix page navigation/scrolling when toggling "Follow" status stable
Tue, 11 Feb 2020 03:34:33 +0100 Mads Kiilerich ini: fix spelling of the CELERY_TASK_SERIALIZER stable
Mon, 10 Feb 2020 15:35:05 +0100 Mads Kiilerich mails: make error reporting by mail work with secure mail servers stable
Fri, 07 Feb 2020 13:55:27 -0800 Ross Thomas follow: Fix args for $.post() call in toggleFollowingRepo()
Thu, 06 Feb 2020 02:31:39 +0100 Mads Kiilerich ui: use fork icon for the fork option (Issue #356)
Fri, 29 Nov 2019 11:47:32 +0100 Mads Kiilerich tests: add some doctests for urlify and markup
Fri, 07 Feb 2020 01:38:30 +0100 Mads Kiilerich cleanup: drop some dead code spotted by "vulture"
Thu, 06 Feb 2020 02:38:25 +0100 Mads Kiilerich setup: bump version numbers to current max
Wed, 25 Dec 2019 21:27:00 +0100 Mads Kiilerich vcs: drop _fix_path
Thu, 06 Feb 2020 03:39:22 +0100 Mads Kiilerich ssh: use py3 os.replace
Thu, 06 Feb 2020 03:03:58 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f future
Thu, 06 Feb 2020 02:57:51 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f unicode
Mon, 20 Apr 2020 11:12:54 +0200 Asterios Dimitriou i18n: updated translation for Greek i18n
Sun, 19 Apr 2020 09:39:21 +0200 Asterios Dimitriou i18n: updated translation for Greek i18n
Tue, 14 Apr 2020 06:21:00 +0200 Étienne Gilli i18n: updated translation for French i18n
Sun, 12 Apr 2020 21:10:21 +0200 Dennis Fink i18n: updated translation for Luxembourgish default-i18n
Mon, 13 Apr 2020 21:40:33 +0200 Mads Kiilerich i18n: move to use "i18n" branch - for now based on default branch, but will generally track stable i18n
Mon, 13 Apr 2020 21:38:30 +0200 Mads Kiilerich Close default-i18n default-i18n
Thu, 09 Apr 2020 02:20:06 +0200 Jeannette L i18n: updated translation for French default-i18n
Wed, 12 Feb 2020 13:44:58 +0100 Private i18n: updated translation for Russian default-i18n
Thu, 06 Feb 2020 01:19:23 +0100 Mads Kiilerich Merge from default default-i18n
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 default-i18n
Sat, 18 Jan 2020 07:42:24 +0100 Dennis Fink i18n: added translation for Luxembourgish default-i18n
Sun, 26 Jan 2020 14:12:25 +0100 robertus i18n: updated translation for Polish
Mon, 02 Dec 2019 07:10:09 +0100 Private i18n: updated translation for Russian
Thu, 06 Feb 2020 00:34:33 +0100 Mads Kiilerich i18n: drop translation of error message without translation
Wed, 05 Feb 2020 22:28:20 +0100 Mads Kiilerich py3: officially support Python 3
Fri, 31 Jan 2020 19:38:09 +0100 Mads Kiilerich py3: work around incompatibility between pytest, py3 inspect, and tg
Sat, 25 Jan 2020 20:06:36 +0100 Mads Kiilerich tests: minor doctest updates for py3
Sat, 28 Dec 2019 15:05:53 +0100 Mads Kiilerich tests: minor updates for how py3 strings/bytes are different
Sat, 28 Dec 2019 18:21:50 +0100 Mads Kiilerich tests: update test_filenode_path for py3
Thu, 26 Dec 2019 15:21:51 +0100 Mads Kiilerich tests: update test_git_cmd_injection - something with only reproducible with file:, and better error handling raising RepositoryError
Thu, 26 Dec 2019 11:27:11 +0100 Mads Kiilerich tests: accept py3 output in test_list_valued_setting_update
Mon, 23 Dec 2019 00:56:45 +0100 Mads Kiilerich py3: fix non-ASCII URLs - decode unicode correctly before passing them to controllers as unicode strings
Thu, 26 Dec 2019 15:17:51 +0100 Mads Kiilerich py3: trivial renaming of unicode to str
Sat, 21 Dec 2019 15:14:08 +0100 Mads Kiilerich py3: some not-entirely-trivial removing of "unicode"
Sat, 28 Dec 2019 19:59:15 +0100 Mads Kiilerich py3: add safe_str where we really need it to get a str - probably from bytes
Thu, 02 Jan 2020 02:22:14 +0100 Mads Kiilerich py3: rename all existing safe_unicode to safe_str
Thu, 19 Dec 2019 22:49:43 +0100 Mads Kiilerich py3: update safe_* functions for how unicode pretty much has been renamed to str
Thu, 26 Dec 2019 13:16:14 +0100 Mads Kiilerich py3: drop the last uses of safe_str - they are no longer relevant when we don't have a separate unicode type
Thu, 26 Dec 2019 15:16:29 +0100 Mads Kiilerich py3: remove safe_unicode in places where it no longer is needed because all strings (except bytes) already *are* unicode strings
Tue, 31 Dec 2019 15:39:17 +0100 Mads Kiilerich py3: use str instead of safe_unicode when we just need a stable string for everything
Mon, 03 Feb 2020 16:30:08 +0100 Mads Kiilerich py3: use "python3 -m venv" instead of virtualenv package
Wed, 25 Dec 2019 17:07:35 +0100 Mads Kiilerich py3: use inspect.getfullargspec instead of deprecated inspect.getargspec
Wed, 25 Dec 2019 01:57:05 +0100 Mads Kiilerich py3: fix kallithea-cli ini parsing after ConfigParser got strict=True
Sat, 25 Jan 2020 19:53:56 +0100 Mads Kiilerich py3: update ssh for base64.b64decode raising binascii.Error instead of TypeError