log

age author description
Tue, 08 Sep 2015 10:20:31 +0000 Robert Rauch i18n: updated translation for German stable
Mon, 07 Sep 2015 16:35:09 +0000 Andrew Shadura i18n: updated translation for French stable
Mon, 07 Sep 2015 16:35:10 +0000 Andrew Shadura i18n: updated translation for French
Sun, 06 Sep 2015 23:38:08 +0200 Mads Kiilerich release: set version number to 0.2.9 to hint that it is a 0.3 rc stable
Sun, 06 Sep 2015 23:36:05 +0200 Mads Kiilerich release: merge default to stable for 0.3 stable
Sun, 06 Sep 2015 21:46:32 +0200 Mads Kiilerich meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Sun, 06 Sep 2015 21:46:14 +0200 Mads Kiilerich meta: minor cleanup of CONTRIBUTORS for consistent spelling and formatting
Mon, 31 Aug 2015 17:42:57 +0200 Søren Løvborg remove vestiges of Python 2.5 support
Thu, 03 Sep 2015 23:49:27 +0200 Søren Løvborg security: HTTP method sanity checks
Thu, 03 Sep 2015 17:08:19 +0200 Søren Løvborg auth: remove redundant is_authenticated check
Fri, 04 Sep 2015 00:01:20 +0200 Søren Løvborg security: apply CSRF check to all non-GET requests
Mon, 31 Aug 2015 17:42:56 +0200 Søren Løvborg compare: fix 404 ("undefined" ref type) error
Mon, 31 Aug 2015 17:42:56 +0200 Søren Løvborg compare: deduplicate copy-paste code
Mon, 31 Aug 2015 17:42:56 +0200 Søren Løvborg compare: ignore whitespace around revision string
Fri, 04 Sep 2015 02:07:00 +0200 Mads Kiilerich pull requests: fix forgotten FIXME
Thu, 03 Sep 2015 23:45:30 +0200 Branko Majic tests: add tests for c3d83238afa1 and git hook installation in general
Thu, 03 Sep 2015 23:04:13 +0200 Branko Majic tests: fix generation of a unique temporary directory path for VCS testing
Thu, 03 Sep 2015 21:43:20 +0200 Mads Kiilerich pull requests: inline pullrequest_show_my_data
Thu, 03 Sep 2015 21:43:20 +0200 Mads Kiilerich pull requests: remove immediate invocation of the function defined in pullrequest_data.html
Thu, 03 Sep 2015 21:43:20 +0200 Mads Kiilerich pull requests: remove unused support for 'ajax' call to pullrequest_show_all
Thu, 03 Sep 2015 17:41:05 +0200 Mads Kiilerich setup: drop pycrypto dependency - it has been unused since 31e119cb02ef
Thu, 03 Sep 2015 17:34:19 +0200 Mads Kiilerich pull requests: don't filter on repo when finding comments for a PR
Thu, 03 Sep 2015 15:40:57 +0200 Mads Kiilerich tags: add tag 0.0 for initial announcement version from 2014-07-04
Wed, 02 Sep 2015 17:47:03 +0200 Søren Løvborg auth: use HMAC-SHA1 to calculate password reset token
Sun, 17 May 2015 02:07:18 +0200 Andrew Shadura auth: secure password reset implementation
Thu, 09 Jul 2015 22:17:26 +0200 Thomas De Schampheleire email: remove user from subject of emails
Thu, 27 Aug 2015 22:19:39 +0200 Thomas De Schampheleire email: send comment and pullrequest mails with the author's name in 'From'
Sat, 15 Aug 2015 21:41:03 +0200 Thomas De Schampheleire email: fix double indentation in tests
Sat, 15 Aug 2015 21:37:13 +0200 Thomas De Schampheleire email: better logging of misconfiguration and better debug logging
Tue, 01 Sep 2015 21:46:03 +0200 Branko Majic git: add option for forcing overwrite of Git hooks when remapping and rescanning the repositories. (Issue #153)