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