log

age author description
Sun, 12 Jul 2015 18:40:19 +0200 Andrew Shadura i18n: synchronised translations from the development branch stable 0.2.2
Mon, 13 Jul 2015 16:55:49 +0200 Mads Kiilerich release: update version number to 0.2.2 stable
Tue, 07 Jul 2015 02:25:59 +0200 Mads Kiilerich api: make update_repo check permissions to check owner like create_repo does stable
Tue, 07 Jul 2015 02:25:59 +0200 Mads Kiilerich api: check repo create permissions for update_repo and fork_repo as for create-repo stable
Tue, 07 Jul 2015 02:25:54 +0200 Mads Kiilerich permissions: clarify what the default options actually mean stable
Tue, 07 Jul 2015 02:19:55 +0200 Mads Kiilerich auth: ignore permissions from in-active user groups (Issue #138) stable
Tue, 07 Jul 2015 02:09:35 +0200 Mads Kiilerich tooltips: fix unsafe insertion of userdata into the DOM as html stable
Tue, 07 Jul 2015 02:09:35 +0200 Mads Kiilerich auth: only API keys with 40 alpha-numeric characters are valid stable
Tue, 07 Jul 2015 02:09:35 +0200 Mads Kiilerich utils: make API key generator more random stable
Tue, 07 Jul 2015 02:09:35 +0200 Mads Kiilerich auth: make random password generator more random stable
Fri, 15 May 2015 18:07:27 +0200 Andrew Shadura auth: reduce code duplication by removing generate_api_key implemented in utils2 stable
Wed, 01 Jul 2015 18:28:28 +0200 Søren Løvborg notification tests: delete notifications before (not after) tests
Tue, 09 Jun 2015 14:58:13 +0000 Viktar Palstsiuk i18n: updated translation for Belarusian
Thu, 28 May 2015 22:41:42 +0000 Sam Jaques i18n: updated translation for Dutch (Belgium)
Fri, 26 Jun 2015 20:36:05 +0200 Søren Løvborg AuthUser: Drop ip_addr field
Mon, 22 Jun 2015 14:56:01 +0200 Thomas De Schampheleire tests: improve robustness of notifications tests
Sat, 20 Jun 2015 22:10:05 +0200 Thomas De Schampheleire tests: remove hardcoded reference to GIT_REPO
Sat, 20 Jun 2015 22:07:56 +0200 Thomas De Schampheleire tests: remove hardcoded reference to HG_REPO
Sat, 20 Jun 2015 21:56:56 +0200 Thomas De Schampheleire tests: remove hardcoded test passwords
Sat, 20 Jun 2015 22:31:44 +0200 Thomas De Schampheleire tests: remove hardcoded test e-mail addresses
Sat, 20 Jun 2015 22:26:49 +0200 Thomas De Schampheleire tests: remove hardcoded test_regular username
Sat, 20 Jun 2015 21:43:15 +0200 Thomas De Schampheleire tests: remove hardcoded test_regular2 username
Sat, 20 Jun 2015 21:40:59 +0200 Thomas De Schampheleire tests: remove hardcoded test_admin username
Fri, 19 Jun 2015 15:42:50 +0200 Thomas De Schampheleire pullrequest: when adding a reviewer, show full name only
Fri, 19 Jun 2015 15:40:27 +0200 Thomas De Schampheleire pullrequest: warn for duplication of reviewer handling with base.js
Fri, 19 Jun 2015 18:06:39 +0200 Mads Kiilerich db: add NOT NULL constraint to repositories created_on and updated_on (Issue #134)
Fri, 19 Jun 2015 18:06:39 +0200 Mads Kiilerich db: add explicit NOT NULL constraint for the implicit invariant that all status changes have a comment
Fri, 19 Jun 2015 18:06:39 +0200 Mads Kiilerich pullrequsts: really create a comment when creating a PR and setting status to 'under review'
Fri, 19 Jun 2015 18:06:24 +0200 Mads Kiilerich compare: backout 51c4d2e74898 to fix ancestor calculation to empty repository
Mon, 15 Jun 2015 17:22:17 +0200 Søren Løvborg LoginController: Let sessionmiddleware set session cookies