log

age author description
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich tests: permission names are strings, not unicode - avoid extra conversions
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich auth: get username as str when container auth gets username from user object
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich vcs: emails are never unicode so make author_email return strings
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich auth: clarify that extern_type and extern_name are strings, not unicode
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich db: drop unused settings.permission_longname field
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich db: avoid specifying uniqueness constraints twice
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich celery: stop using deprecated celery.decorators
Tue, 05 Jan 2016 16:30:11 +0100 Mads Kiilerich db: introduce _table_args_default_dict with dict values for __table_args__
Tue, 05 Jan 2016 16:30:11 +0100 Mads Kiilerich ini: specify utf8 for sample MySQL connection strings
Tue, 05 Jan 2016 16:30:05 +0100 Mads Kiilerich Merge stable
Tue, 05 Jan 2016 16:24:27 +0100 Mads Kiilerich repos: fix crashes when repository name is unicode and can't be encoded with the current LANG stable
Tue, 05 Jan 2016 16:24:23 +0100 Mads Kiilerich middleware: decode the repo_name received from http header to unicode stable
Tue, 05 Jan 2016 16:23:22 +0100 Mads Kiilerich db: fix unknown exception type in commit error handling stable
Tue, 05 Jan 2016 16:23:22 +0100 Mads Kiilerich python: workaround Python 2.7.11 incompatibility in the celery dependency kombu stable
Fri, 25 Dec 2015 13:50:37 +0100 Mads Kiilerich tests: run git diff tests using the git diff parser
Sun, 04 Oct 2015 20:43:12 +0200 domruf auth: let container authentication get email, first and last name from custom headers
Fri, 25 Dec 2015 13:50:18 +0100 Mads Kiilerich Merge stable
Fri, 25 Dec 2015 12:37:49 +0100 Mads Kiilerich db: handle race when multiple threads add the same cache invalidation entry simultaneously (Issue #177) stable
Fri, 25 Dec 2015 12:33:13 +0100 Mads Kiilerich git: fix parsing of git mode change + rename diffs stable
Fri, 25 Dec 2015 12:32:47 +0100 Mads Kiilerich indexer: skip documents that can't be retrieved - probably because encoding issues (Issue #175) stable
Fri, 25 Dec 2015 12:32:25 +0100 Mads Kiilerich auth: fail pam and internal authentication attempts if no username is provided (Issue #180) stable
Thu, 24 Dec 2015 21:28:19 +0100 Jan Heylen diff: get collapse target via .attr instead of .prop stable
Fri, 27 Nov 2015 01:48:09 +0100 Mads Kiilerich cleanup: introduce scripts/logformat.py for cleanup of string formatting of logging statements
Fri, 27 Nov 2015 01:47:14 +0100 Mads Kiilerich cleanup: consistent space before line continuation backslash
Fri, 27 Nov 2015 01:47:12 +0100 Mads Kiilerich paster: minor changes to paster commands, making them slightly more consistent
Fri, 27 Nov 2015 01:47:06 +0100 Mads Kiilerich auth: let login helper function return exception to raise instead of raising it self
Fri, 27 Nov 2015 01:46:59 +0100 Mads Kiilerich auth: only local passwords can be reset
Fri, 27 Nov 2015 01:39:21 +0100 Mads Kiilerich Merge stable
Fri, 27 Nov 2015 01:34:47 +0100 Mads Kiilerich repo-scan: print status to stdout instead of logging it stable
Fri, 27 Nov 2015 01:34:47 +0100 Mads Kiilerich docs: consistently use venv instead of pyenv stable