log

age author description
Mon, 30 Mar 2020 13:17:18 +0200 Mads Kiilerich db: drop url_sep() function that just returns a constant "/"
Mon, 30 Mar 2020 14:52:01 +0200 Mads Kiilerich cache: drop unused set_value - it is handled by cache.get_value by calling createfunc
Mon, 30 Mar 2020 13:03:33 +0200 Mads Kiilerich cache: repo model cache is never used - remove it
Mon, 30 Mar 2020 12:07:06 +0200 Mads Kiilerich auth: for default permissions, use existing explicit query result values instead of following dot references in ORM result objects
Mon, 30 Mar 2020 15:44:47 +0200 Mads Kiilerich middleware: HTTP status code logging in wrapper summaries
Mon, 30 Mar 2020 16:23:37 +0200 Mads Kiilerich windows: fix import of posix-only pwd module in d83f41634d06 (Issue #367)
Fri, 20 Mar 2020 20:16:43 +0100 Mads Kiilerich docs: fix contributing.rst reference to Session.remove()
Fri, 10 Apr 2020 15:29:48 +0200 Mads Kiilerich py3: fix display of default user permissions
Fri, 10 Apr 2020 15:32:26 +0200 Mads Kiilerich Merge stable
Thu, 09 Apr 2020 18:03:56 +0200 Mads Kiilerich db: drop superfluous space in UserGroup relationship definition stable
Sun, 03 Nov 2019 16:39:59 +0100 Mads Kiilerich scripts/i18n: let 'normalized-merge' leave 3-way conflict markers in output file
Thu, 19 Dec 2019 20:47:55 +0100 Mads Kiilerich scripts/i18n: also normalize casing of UTF-8 in Content-Type
Wed, 04 Sep 2019 22:54:49 +0200 Mads Kiilerich scripts/i18n: introduce --merge-pot-file to control normalization
Thu, 19 Dec 2019 00:28:45 +0100 Thomas De Schampheleire scripts/i18n: add command 'normalized-merge' for use with Mercurial's 'merge-tool' option
Thu, 07 Nov 2019 01:52:16 +0100 Thomas De Schampheleire scripts/i18n: add command 'normalized-diff'
Thu, 19 Dec 2019 00:14:27 +0100 Thomas De Schampheleire scripts/i18n: add command 'normalize-po-files'
Sun, 29 Mar 2020 21:24:14 +0200 Thomas De Schampheleire scripts/i18n: introduce new i18n maintenance script
Sat, 28 Mar 2020 21:21:47 +0100 Mads Kiilerich vcs: avoid node base class knowledge of sub classes
Sat, 28 Mar 2020 21:07:08 +0100 Mads Kiilerich vcs: simplify nodes kind handling
Sat, 28 Mar 2020 15:29:58 +0100 Mads Kiilerich scripts: fix crash from comparing integer with empty list
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