log

age author description
Sat, 30 Jan 2016 16:38:26 +0100 Andrew Shadura middleware: allow git and hg users to use email address instead of the username
Sat, 30 Jan 2016 16:37:43 +0100 Andrew Shadura auth: allow web login with email addresses
Sat, 30 Jan 2016 16:36:26 +0100 Andrew Shadura auth: authenticate using either username or email address
Sat, 30 Jan 2016 15:59:33 +0100 Andrew Shadura db: add User.get_by_username_or_email
Mon, 01 Feb 2016 00:36:09 +0100 Andrew Shadura tests: add tests for case (in)sensitive user selections
Sun, 31 Jan 2016 16:51:32 +0100 Andrew Shadura db: match case-insensitively using func.lower, not ilike
Sat, 30 Jan 2016 12:15:23 +0100 Andrew Shadura db: always match user emails case insensitively
Mon, 01 Feb 2016 22:18:59 +0100 Mads Kiilerich css: generic .hidden class which can be overruled with .show class
Mon, 01 Feb 2016 21:23:44 +0100 Mads Kiilerich db: add index on PullRequestReviewers.user_id
Mon, 01 Feb 2016 21:23:07 +0100 Mads Kiilerich pullrequests: show tags in lists of included and available changesets
Mon, 01 Feb 2016 21:22:59 +0100 Mads Kiilerich pullrequests: show date for changesets that are available for update
Mon, 01 Feb 2016 21:22:39 +0100 Mads Kiilerich pullrequests: try to improve usability of PR update functionality
Mon, 01 Feb 2016 21:22:09 +0100 Mads Kiilerich pullrequests: restore display of "Current revision - no change" at the bottom of the list of available updates
Thu, 24 Sep 2015 15:42:28 +0200 Søren Løvborg design: make top-right profile button into an actual link
Tue, 05 Jan 2016 18:51:07 +0100 Søren Løvborg admin: remove superfluous check in SettingsController
Tue, 05 Jan 2016 18:50:58 +0100 Søren Løvborg admin: remove check for empty Ui table
Tue, 05 Jan 2016 19:19:09 +0100 Søren Løvborg admin: cleanup Ui table queries
Tue, 05 Jan 2016 14:48:03 +0100 Søren Løvborg db: fix Ui.get_by_key to also filter on section
Tue, 05 Jan 2016 18:53:09 +0100 Søren Løvborg db: refactor/simplify Ui access code - use get_or_create
Tue, 05 Jan 2016 15:56:34 +0100 Søren Løvborg db: remove superfluous Ui table session adds
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: limit comment deletion to a 5 minutes grace period
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich pullrequests: make it possible to delete pull requests instead of commenting
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: drop delayed activation of new comments
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: reload after some kinds of general comments - the ones that change the whole page state
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: fix class of inline comments without context
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: use inline comment infrastructure for general comments too
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: extract common comment creation functionality for changesets and pullrequests
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: avoid js string formatting of html template from DOM - avoid insecure naming
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: drop preview - no need for it without RST
Fri, 04 Jul 2014 14:12:07 +0200 Mads Kiilerich comments: linkify revision hashes and issue tracker references