log

age author description
Thu, 25 Jun 2015 21:46:43 +0200 Thomas De Schampheleire autocomplete: factor out formatResult function
Thu, 25 Jun 2015 21:37:34 +0200 Thomas De Schampheleire autocomplete: increase reuse of gravatar logic
Thu, 25 Jun 2015 21:15:46 +0200 Thomas De Schampheleire autocomplete: factor out _gravatar function
Thu, 25 Jun 2015 21:10:01 +0200 Thomas De Schampheleire autocomplete: factor out highlightMatch function
Thu, 25 Jun 2015 21:06:15 +0200 Thomas De Schampheleire autocomplete: factor out matchGroups function
Wed, 24 Jun 2015 18:22:48 +0200 Thomas De Schampheleire autocomplete: factor out matchUsers function
Wed, 24 Jun 2015 21:32:26 +0200 Thomas De Schampheleire autocomplete: remove dead code
Tue, 14 Jul 2015 11:50:04 +0200 Andrew Shadura i18n: update the translation template
Tue, 14 Jul 2015 11:45:44 +0200 Andrew Shadura i18n: undo changes undone by 148360f533a4
Thu, 02 Jul 2015 12:07:19 +0200 Thomas De Schampheleire tests: hide database setup queries with pytest
Mon, 13 Jul 2015 19:37:39 +0200 Mads Kiilerich Merge stable
Mon, 13 Jul 2015 17:14:31 +0200 Mads Kiilerich Added tag 0.2.2 for changeset 14f488a5dc4c stable
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
Fri, 19 Jun 2015 18:00:42 +0200 Mads Kiilerich helpers: introduce urlify_stylize_text for correctly and safely stylizing and urlifying a string
Fri, 19 Jun 2015 18:00:42 +0200 Mads Kiilerich helpers: extract internal _urlify_text function from urlify_text
Fri, 19 Jun 2015 18:00:42 +0200 Mads Kiilerich helpers: improve html_escape
Fri, 19 Jun 2015 00:54:07 +0200 Mads Kiilerich BaseController: refactor, extract _determine_auth_user function
Mon, 15 Jun 2015 17:22:17 +0200 Søren Løvborg test_login: Test "Log Out" link
Thu, 18 Jun 2015 14:54:35 +1200 Andrew Bartlett git: Allow git:// URLs as a source to clone from
Thu, 18 Jun 2015 08:46:07 +0200 Thomas De Schampheleire comments: remove dysfunctional comment bubble on compare and file views (issue #84)
Wed, 17 Jun 2015 13:24:00 +0200 Thomas De Schampheleire routing: remove dysfunctional route to pullrequest copy_update
Sun, 14 Jun 2015 13:48:15 +0200 Thomas De Schampheleire pullrequests: detect invalid reviewers and raise HTTPBadRequest
Thu, 11 Jun 2015 08:18:14 +0200 Thomas De Schampheleire changeset: reduce log level of stack trace on innocent exceptions
Sat, 28 Mar 2015 21:08:01 +0100 Thomas De Schampheleire helpers: add automatic logging of Flash messages shown to users
Wed, 27 May 2015 17:18:33 +0200 Thomas De Schampheleire style: prefer Lucida Console over Consolas font
Mon, 08 Jun 2015 06:46:48 +0200 Jan Heylen comments: relink the previous and next links as soon as a comment is submitted
Tue, 09 Jun 2015 22:53:24 +0200 Mads Kiilerich git: run external commands as list of strings so we really get correct quoting (Issue #135)
Sun, 31 May 2015 21:39:22 +0200 Matthias Zilk git: fix test_git_cmd_injection on windows, add tests for path with spaces
Sun, 07 Jun 2015 13:13:12 +0200 Andrew Shadura tests: update password reset form test to employ only a simple @ check
Wed, 22 Apr 2015 09:55:46 +1000 Ben Finney Refer to “remote repository” and “clone” consistently in templates.
Tue, 09 Jun 2015 22:53:24 +0200 Mads Kiilerich repos: cleanup of stuff related to clone_uri
Tue, 09 Jun 2015 22:51:01 +0200 Mads Kiilerich login: refactor came_from and _validate_came_from handling
Tue, 09 Jun 2015 22:50:20 +0200 Mads Kiilerich diffs: avoid conflicts between inline diff mechanism and special markup
Tue, 09 Jun 2015 22:50:20 +0200 Mads Kiilerich helpers: make desc_stylize work when given html escaped strings
Tue, 09 Jun 2015 22:46:40 +0200 Mads Kiilerich Merge stable
Tue, 09 Jun 2015 22:12:21 +0200 Mads Kiilerich contributors: update stable
Tue, 09 Jun 2015 22:12:21 +0200 Mads Kiilerich archive: fix archive failing first time on Windows - close file descriptor early stable
Sat, 16 May 2015 16:37:17 +0200 Andrew Shadura privacy: on password reset, don't tell strangers if email is valid or not stable
Tue, 09 Jun 2015 10:38:25 +0200 Marc Villetard helpers: Fix displayed author on changelog_summary_data when no email is set in commit author (Issue #137) stable
Mon, 01 Jun 2015 17:40:31 +0200 Thomas De Schampheleire UserModel: remove code duplication of User.get_by_username()
Wed, 03 Jun 2015 21:23:06 +0200 Thomas De Schampheleire users: add extra checks on editing the default user
Wed, 03 Jun 2015 21:25:38 +0200 Thomas De Schampheleire admin: users: factorize check for default user
Tue, 19 May 2015 21:50:35 +0200 Thomas De Schampheleire login: preserve GET arguments throughout login redirection (issue #104)
Sun, 10 May 2015 21:51:44 +0200 Thomas De Schampheleire pullrequest/compare: add logical changeset index to clarify the order
Mon, 18 May 2015 17:22:04 +0200 Daniel Hobley select2: move "exact prefix matches" to the top of the search
Sat, 06 Jun 2015 17:41:27 +0200 Mads Kiilerich Merge stable
Fri, 29 May 2015 18:18:23 +0200 Jan Heylen changeset comment: fix delete button issue stable
Sun, 31 May 2015 13:56:27 +0200 Thomas De Schampheleire files: fix invalid links to Last Revision stable
Sat, 06 Jun 2015 17:24:22 +0200 Mads Kiilerich repos: fix superfluous escaping of urlified URLs in repo descriptions stable
Fri, 22 May 2015 23:56:50 +0200 Matthias Zilk vcs: added proper windows quoting to git commands (Issue #135) stable
Wed, 27 May 2015 23:15:36 +0200 Mads Kiilerich templates: whitespace/linebreak cleanup around "remote URL"
Sun, 17 May 2015 21:54:55 +0200 Mads Kiilerich comments: refactor the DOM handling for previous/next comment links
Wed, 27 May 2015 23:15:36 +0200 Mads Kiilerich comments: introduce .url method for linking to originating PR or changeset page
Wed, 27 May 2015 23:15:36 +0200 Mads Kiilerich git: avoid OSError when encountering invalid lock file
Sun, 17 May 2015 21:47:33 +0200 Mads Kiilerich comments: inline pointless inline template function
Sun, 17 May 2015 21:41:40 +0200 Mads Kiilerich comments: more jQuery
Sun, 17 May 2015 21:37:46 +0200 Mads Kiilerich pullrequests: kill a bit of YUD
Wed, 27 May 2015 23:15:36 +0200 Mads Kiilerich javascript: add missing semicolons
Tue, 26 May 2015 13:55:06 +0200 Andrew Shadura spelling: IP address, IPv4, IPv6
Thu, 21 May 2015 15:52:30 -0400 Christian Oyarzun admin: use POST in routing for adding API keys for users - match template change in 6f6aab7ca754
Mon, 04 May 2015 21:07:37 +0200 Jan Heylen changeset/pullrequest controller: refactor some old variable naming
Fri, 15 May 2015 18:07:27 +0200 Andrew Shadura auth: reduce code duplication by removing generate_api_key implemented in utils2
Thu, 14 May 2015 21:05:47 +0200 Thomas De Schampheleire tests: move pytest settings from kallithea/tests/pytest.ini to setup.cfg
Thu, 14 May 2015 21:42:26 +0200 Thomas De Schampheleire tests: restrict pytest test collection to kallithea/tests
Tue, 12 May 2015 23:32:41 +0200 Andrew Shadura style: make the login page Bootstrap-ready
Wed, 04 Mar 2015 23:57:57 +0100 Andrew Shadura middleware: use secure cookies over secure connections
Wed, 25 Mar 2015 10:11:54 +0100 Thomas De Schampheleire auth: simplify logging of regular authentication in LoginRequired
Fri, 15 May 2015 23:40:44 +0200 Mads Kiilerich auth: avoid flash message with 'None' on login redirect
Wed, 13 May 2015 15:13:16 +0000 Peter Vitt i18n: updated translation for German
Wed, 13 May 2015 09:51:32 +0000 Viktar Palstsiuk i18n: updated translation for Belarusian
Mon, 11 May 2015 23:05:42 +0000 David Avigni i18n: updated translation for French
Mon, 11 May 2015 22:34:51 +0000 Tuux i18n: updated translation for French
Mon, 11 May 2015 22:34:13 +0000 David Avigni i18n: updated translation for French
Tue, 12 May 2015 22:41:49 +0000 Peter Vitt i18n: updated translation for German
Tue, 12 May 2015 22:03:36 +0200 Peter Vitt permissions: fix a copy/paste error, rename repository group to user group in tooltip
Tue, 12 May 2015 09:54:46 -0700 Marc Abramowitz tests: add kallithea/tests/pytest.ini with useful options that improve the pytest default output
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich settings: use more descriptive page/section/menu names
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich admin: clarify that the 'Defaults' menu is for 'Repository Defaults'
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich admin: cleanup of naming of 'Default Permissions'
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich permissions: clarify the use of "Permissions" - use "Show Permissions" for the overview
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich admin: use POST for adding API keys for users - just like on the self serve page
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich spelling: fix title casing on various translated strings
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich spelling: fix title casing on translated template strings
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich spelling: more consistent casing of 'IP'
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich spelling: more consistent casing of 'API key'
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich comments: fix permalink symbol appearance on hover
Wed, 13 May 2015 01:27:19 +0200 Mads Kiilerich Merge stable
Wed, 13 May 2015 01:26:45 +0200 Mads Kiilerich settings: show bullet indicating the currently selected sub page stable
Wed, 13 May 2015 01:16:48 +0200 Mads Kiilerich api_keys: Update 'New api key' label target so clicking the label focuses the input element stable
Wed, 13 May 2015 01:16:48 +0200 Mads Kiilerich middleware: apply HttpsFixup to Hg/Git operations too (Issue #132) stable
Wed, 13 May 2015 01:16:48 +0200 Mads Kiilerich comments: don't eat character before @mention when rendering to rst stable