log

age author description
Mon, 22 Jul 2019 00:37:47 +0200 Mads Kiilerich setup: some additional cleanup after we no longer support Python < 2.7
Tue, 06 Aug 2019 21:08:02 +0200 Mads Kiilerich vcs: drop get_total_seconds - we only support Python 2.7 which has timedelta.total_seconds()
Sun, 21 Jul 2019 19:12:20 +0200 Mads Kiilerich compat: use collections.OrderedDict - we only support Python 2.7 and no longer need our own implementation
Wed, 31 Jul 2019 03:15:06 +0200 Mads Kiilerich kallithea-cli: use null handler to mute all console logging for ssh-serve
Wed, 31 Jul 2019 21:53:59 +0200 Mads Kiilerich kallithea-cli: introduce generic custom logging configuration for each cli command
Mon, 01 Jul 2019 10:05:00 +0200 Thomas De Schampheleire kallithea-cli: set ssh_locale when creating .ini file so it doesn't have to be set manually before using ssh
Fri, 19 Jul 2019 01:12:35 +0200 Thomas De Schampheleire ssh: set a valid locale in the ssh-serve process
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: keep track of latest use of SSH keys
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: add documentation of SSH support
Tue, 30 Jul 2019 23:55:09 +0200 Mads Kiilerich ssh: add clone_ssh_tmpl setting when migration database for SSH
Wed, 27 Sep 2017 22:45:28 +0200 domruf ssh: show ssh URL on summary page
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: maintain authorized_keys file automatically
Sun, 30 Jun 2019 13:31:56 +0200 Mads Kiilerich kallithea-cli: set kallithea_cli_path when creating .ini file so it doesn't have to be set manually before using ssh
Sat, 22 Jun 2019 19:46:25 +0200 Mads Kiilerich kallithea-cli: set ssh_authorized_keys when creating .ini file so it doesn't have to be set manually before using ssh
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: introduce 'kallithea-cli ssh-update-authorized-keys' command for updating authorized_keys file
Wed, 31 Jul 2019 03:56:57 +0200 Mads Kiilerich tests: run vcs tests on ssh too
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: introduce 'kallithea-cli ssh-serve' command for providing actual protocol access over ssh
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: when adding a new public key, if no description is provided and the SSH key itself has a comment, use that as description
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: error checking for ssh key management
Mon, 17 Nov 2014 14:40:35 -0500 Tim Freund ssh: user management of ssh keys
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: admin management of ssh keys
Fri, 19 Jul 2019 01:12:35 +0200 Thomas De Schampheleire ssh: introduce ini setting 'ssh_enabled', disabled by default
Mon, 17 Nov 2014 14:40:35 -0500 Tim Freund ssh: db models for ssh key management
Wed, 31 Jul 2019 02:55:22 +0200 Mads Kiilerich ini: create separate log handlers for color and null, and add comments hinting how they can be used
Wed, 31 Jul 2019 02:51:28 +0200 Mads Kiilerich ini: drop explicit 'propagate = 1' from logger configuration - that is already the default
Wed, 31 Jul 2019 02:00:11 +0200 Mads Kiilerich settings: always show permanent URL on repo settings page - the click-to-display functionality was confusing
Tue, 16 Jul 2019 12:30:15 +0200 Mads Kiilerich clone_url: introduce {system_user} and {hostname} variables that will be used for SSH clone URL
Tue, 16 Jul 2019 12:25:10 +0200 Mads Kiilerich clone_url: simplify stripping of 'username@' from URLs when username is empty
Wed, 31 Jul 2019 02:29:36 +0200 Mads Kiilerich clone_url: use regexp and single pass for variable expansion - avoid nested expansion in case a variable value would contain a variable reference
Tue, 16 Jul 2019 12:10:33 +0200 Mads Kiilerich clone_url: drop **override - we only pass username
Wed, 31 Jul 2019 02:09:04 +0200 Mads Kiilerich clone_url: simplify the logic - move summary handling of different URLs with/without id to db
Tue, 30 Jul 2019 22:59:44 +0200 Mads Kiilerich clone_url: always pass a clone_uri_tmpl, with Repository.DEFAULT_CLONE_URI as last resort
Tue, 16 Jul 2019 12:13:53 +0200 Mads Kiilerich clone_url: clarify variable naming
Sun, 21 Jul 2019 18:54:05 +0200 Mads Kiilerich hgignore: ignore *.bak - such files are created by tools like 2to3
Wed, 31 Jul 2019 00:26:41 +0200 Mads Kiilerich cli: expose the Click hidden flag to register_command
Sun, 21 Jul 2019 03:50:59 +0200 Mads Kiilerich docs: maintain copyright year from update-copyrights.py
Fri, 19 Jul 2019 01:00:11 +0200 Mads Kiilerich scripts: prepare for giving credit for contributions that have been integrated into other changesets
Thu, 17 Jan 2019 03:56:34 +0100 Mads Kiilerich tests: push with force in test_vcs_operations.py _add_files_and_push
Wed, 03 Jul 2019 12:25:55 +0200 Mads Kiilerich cli: introduce -h alias for --help
Tue, 11 Jun 2019 20:53:33 +0200 Thomas De Schampheleire tests: introduce doctest_mock_ugettext to allow doctests of localized code
Mon, 24 Jun 2019 21:42:02 +0200 Thomas De Schampheleire lib/locale: move locale check to separate file
Mon, 24 Jun 2019 19:42:02 +0200 Thomas De Schampheleire locale: fix environment checks: LC_ALL has precedence over LC_CTYPE
Wed, 01 May 2019 02:50:55 +0200 Mads Kiilerich files: add missing `var` for parts
Sun, 30 Jun 2019 13:03:35 +0200 Mads Kiilerich files: keep _repo_files_url as "global" const variable
Sun, 23 Jun 2019 00:43:44 +0200 Mads Kiilerich pullrequests: in PR update list, only show first line of commit messages
Fri, 07 Jun 2019 03:37:02 +0200 Mads Kiilerich readme: some minor updates for TurboGears2 and various other tweaks
Sun, 16 Jun 2019 20:16:44 +0200 Thomas De Schampheleire setup: bump formencode minimum version to 1.3.0
Fri, 07 Jun 2019 03:37:14 +0200 Mads Kiilerich tests: introduce test_vcs_operations test_pull with explicit testing of pull operations and their logging
Thu, 17 Jan 2019 03:56:34 +0100 Mads Kiilerich tests: minor clean-up of test_vcs_operations test_custom_hooks_prechangegroup - the test is Mercurial only
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich setup: bump some setup.py dependency versions
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich setup: bump some dev_requirements.txt versions
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich lib: use Python dot notation for Markdown extensions
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich tests: some coverage of Markdown rendering actually rendering as HTML and using code-highlight
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich config: rename .ini settings to avoid beaker-session deprecation warnings
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich config: change default .ini to always include trace_errors settings and thus avoid deprecation warnings
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich db: drop __mapper_args__ that cause SQLAlchemy deprecation warnings
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich setup: bump py.test version
Tue, 11 Jun 2019 20:53:33 +0200 Thomas De Schampheleire tests: run doctests via pytest
Fri, 07 Jun 2019 01:25:27 +0200 Mads Kiilerich tests: fix merge error in test_vcs_operations mixins for Mercurial and Git - don't hardcode webserver repo_url_param
Thu, 06 Jun 2019 23:47:43 +0200 Mads Kiilerich auth: fix failure when editing inactive users
Wed, 23 Jan 2019 12:44:17 +0100 Mads Kiilerich db: drop unused Ui settings for hgweb
Wed, 23 Jan 2019 12:38:05 +0100 Mads Kiilerich config: clarify naming of repo_root_path
Wed, 23 Jan 2019 12:44:35 +0100 Mads Kiilerich scm: remove redundant cache invalidations - hook invocations will usually do the work
Thu, 10 Jan 2019 03:43:14 +0100 Mads Kiilerich hooks: move _handle_rc_scm_extras to utils2 as set_hook_environment and get_hook_environment
Thu, 10 Jan 2019 03:35:01 +0100 Mads Kiilerich middleware: use shared code for setting hook context (KALLITHEA_EXTRAS environment variable)
Thu, 10 Jan 2019 23:30:58 +0100 Mads Kiilerich scm: don't try to get IP address from web request in model
Thu, 10 Jan 2019 03:35:01 +0100 Mads Kiilerich hooks: drop 'server_url' parameter
Thu, 10 Jan 2019 03:34:45 +0100 Mads Kiilerich middleware: unify Mercurial and Git _handle_request in the VCS base class
Mon, 07 Jan 2019 02:08:38 +0100 Mads Kiilerich middleware: minor cleanup and alignment between VCSs to clarify how things work
Wed, 23 Jan 2019 03:47:46 +0100 Mads Kiilerich middleware: move VCS specific functionality to the VCS apps
Tue, 08 Jan 2019 13:04:19 +0100 Mads Kiilerich middleware: introduce BaseVCSController scm_alias - prepare for sharing shared code
Fri, 11 Jan 2019 02:02:01 +0100 Mads Kiilerich middleware: also parse action in BaseVCSController parse_request
Tue, 08 Jan 2019 13:02:44 +0100 Mads Kiilerich middleware: introduce more generic VCS webob.exc.HTTPException exception handling
Tue, 08 Jan 2019 13:02:34 +0100 Mads Kiilerich middleware: introduce BaseVCSController parse_request retrieving repo_name and use that for VCS dispatch
Tue, 08 Jan 2019 13:02:34 +0100 Mads Kiilerich middleware: don't allow trailing text after Git commands
Mon, 07 Jan 2019 02:08:35 +0100 Mads Kiilerich middleware: remove access fallback to reuse previous access - drop _git_stored_op
Mon, 07 Jan 2019 01:58:16 +0100 Mads Kiilerich middleware: fix handling of Git 'info/refs' command to give correct access control
Mon, 07 Jan 2019 01:50:56 +0100 Mads Kiilerich middleware: move handling of permanent repo URLs to separate middleware
Mon, 07 Jan 2019 00:00:18 +0100 Mads Kiilerich middleware: drop fix_PATH
Sun, 26 May 2019 22:41:36 +0200 Mads Kiilerich setup: support Mercurial 5.0
Mon, 27 May 2019 00:12:15 +0200 Mads Kiilerich hg: prepare for Mercurial 5.0 changing "exact" arguments
Mon, 27 May 2019 00:17:32 +0200 Mads Kiilerich hg: prepare for Mercurial 5.0 renaming memfilectx `copied` to `copysource` - add backwards compat wrapper
Sun, 26 May 2019 23:20:58 +0200 Mads Kiilerich setup: bump Mercurial minimum version to 4.5 - that allow us to drop some hacks, and it was released more than one year ago
Wed, 01 May 2019 22:44:51 +0200 Mads Kiilerich setup: drop support for Python 2.6
Sun, 26 May 2019 23:25:04 +0200 Mads Kiilerich vcs: drop exceptionhandling in utils.imports.import_class - it is over-engineered and just make debugging harder
Mon, 07 Jan 2019 00:00:22 +0100 Mads Kiilerich middleware: drop special handling of hg RepoError
Sun, 06 Jan 2019 21:45:34 +0100 Mads Kiilerich middleware: simplify pygrack wrapping - there is no need for any extras
Fri, 04 Jan 2019 03:51:45 +0100 Mads Kiilerich auth: drop authenticating_api_key from AuthUser
Fri, 04 Jan 2019 03:51:38 +0100 Mads Kiilerich auth: move CSRF checks from the optional LoginRequired to the more basic BaseController._before
Fri, 04 Jan 2019 03:42:23 +0100 Mads Kiilerich auth: simplify API key auth - move it out of _determine_auth_user
Fri, 04 Jan 2019 03:42:17 +0100 Mads Kiilerich tests: prepare for adding CSRF protection on login forms
Wed, 23 Jan 2019 00:56:18 +0100 Mads Kiilerich tests: make test_admin_users user_and_repo_group_fail() fixture more stable
Wed, 23 Jan 2019 01:49:30 +0100 Mads Kiilerich tests: Change test_delete_repo_group_err to use the values from user_and_repo_group_fail fixture
Mon, 08 Apr 2019 00:11:20 +0200 Mads Kiilerich auth: make User.get_by_api_key more strict about only returning active non-default users
Thu, 03 Jan 2019 01:22:56 +0100 Mads Kiilerich auth: move IP check to AuthUser.make - it is more about accepting authentication than about permissions after authentication
Thu, 03 Jan 2019 01:22:45 +0100 Mads Kiilerich auth: introduce AuthUser.make factory which can return None if user can't be authenticated
Sun, 07 Apr 2019 23:44:17 +0200 Mads Kiilerich auth: remove AuthUser __init__ magic for fallback to default user instead of the requested user
Thu, 03 Jan 2019 01:22:06 +0100 Mads Kiilerich auth: drop unused AuthUser.is_authenticated
Sun, 07 Apr 2019 23:35:23 +0200 Mads Kiilerich auth: use other and better checks than is_authenticated
Thu, 03 Jan 2019 01:16:36 +0100 Mads Kiilerich auth: drop api_access_controllers_whitelist and give API key auth same access as other kinds of auth
Mon, 31 Dec 2018 02:32:23 +0100 Mads Kiilerich auth: refactor auth computation, introducing bump_permission helper function
Sat, 29 Dec 2018 19:16:56 +0100 Mads Kiilerich auth: drop "multiple_counter" from computing permissions
Sat, 29 Dec 2018 18:55:01 +0100 Mads Kiilerich auth: minor refactoring of computation of admin access for repo owners
Sat, 29 Dec 2018 18:39:46 +0100 Mads Kiilerich auth: drop the internal "explicit" flag - the new default is all we want; explicit permissions should never blindly overrule indirect permissions
Sat, 29 Dec 2018 17:48:07 +0100 Mads Kiilerich auth: explicit user permission should not blindly overrule permissions through user groups
Mon, 31 Dec 2018 02:25:11 +0100 Mads Kiilerich auth: global permissions given to the default user are the bare minimum and should apply to *all* other users too
Thu, 03 Jan 2019 01:03:27 +0100 Mads Kiilerich auth: minor code improvements around global permission
Mon, 21 Jan 2019 03:57:34 +0100 Mads Kiilerich tests: verify in test_api_pull_remote that a pull from remote updates the tip cache
Mon, 21 Jan 2019 03:39:26 +0100 Mads Kiilerich tests: verify in vcs test_push_invalidates_cache that the push hook actually updates the cache
Mon, 21 Jan 2019 03:37:06 +0100 Mads Kiilerich tests: fix test_push_invalidates_cache - put test data in the right repo
Wed, 16 Jan 2019 02:32:33 +0100 Mads Kiilerich tests: better coverage of UserLog action logging
Wed, 16 Jan 2019 02:11:55 +0100 Mads Kiilerich tests: make test_vcs_operations test_push_new_repo work on hg
Thu, 17 Jan 2019 04:25:52 +0100 Mads Kiilerich tests: create clone_url in VcsTest as repo_url_param - it will soon create more than just a URL when it will be used for ssh testing
Wed, 16 Jan 2019 01:56:37 +0100 Mads Kiilerich tests: refactor vcs _add_files_and_push - pass url_fixture
Thu, 17 Jan 2019 04:00:26 +0100 Mads Kiilerich tests: refactor test_vcs_operations _add_files - make clone_url mandatory
Tue, 13 Mar 2018 23:52:10 +0100 domruf tests: run the same vcs tests both for hg and git using http ... and soon also ssh
Wed, 16 Jan 2019 12:55:10 +0100 Mads Kiilerich hooks: refactor log_push_action
Wed, 23 Jan 2019 00:03:40 +0100 Mads Kiilerich utils: refactor make_ui to always read from db, optionally also augmenting with hgrc content
Wed, 23 Jan 2019 03:52:13 +0100 Mads Kiilerich hooks: make sure push and pull hooks always are enabled
Wed, 16 Jan 2019 02:32:35 +0100 Mads Kiilerich locking: drop the pull-to-lock / push-to-unlock functionality
Wed, 22 May 2019 18:06:55 -0400 Mads Kiilerich tests: make a commit in auto_clear_ip_permissions
Sat, 05 Jan 2019 16:42:07 +0100 Mads Kiilerich tests: fix utils2 extract_mentioned_usernames doctest
Sat, 05 Jan 2019 16:47:08 +0100 Mads Kiilerich tests: fix doctest for summarize_address_range - it is sensitive to linebreaks
Sat, 05 Jan 2019 14:57:49 +0100 Mads Kiilerich tests: fix missing constants in manual_test_concurrency.py
Wed, 16 Jan 2019 03:11:06 +0100 Mads Kiilerich tests: better debugging of failing vcs Commands - show the actual output, not the repr
Sat, 05 Jan 2019 14:57:49 +0100 Mads Kiilerich scripts: clean up and run the old scripts/logformat.py script
Thu, 03 Jan 2019 01:03:14 +0100 Mads Kiilerich tests: make test_forks teardown more stable
Mon, 08 Apr 2019 01:16:34 +0200 Mads Kiilerich markup_renderer: fix doctests after 2ac4499b25eb; .markdown() is no longer safe, but .render() is
Mon, 08 Apr 2019 01:14:10 +0200 Mads Kiilerich markup_renderer: use classmethods - there is really no need for the class; we already have the module namespace
Wed, 22 May 2019 12:50:45 +0200 Thomas De Schampheleire Merge stable
Wed, 22 May 2019 12:49:38 +0200 Thomas De Schampheleire Added tag 0.4.1 for changeset da65398a62ff stable
Wed, 22 May 2019 12:49:32 +0200 Thomas De Schampheleire release: 0.4.1 stable 0.4.1
Wed, 22 May 2019 12:48:57 +0200 Thomas De Schampheleire contributors: update stable
Fri, 19 Apr 2019 20:54:46 +0200 Thomas De Schampheleire changeset: fix XSS vulnerability in parent-child navigation stable
Wed, 24 Apr 2019 20:58:31 +0200 Thomas De Schampheleire search: fix XSS vulnerability in search results stable
Tue, 07 May 2019 20:00:28 +0200 ssantos i18n: updated translation for German stable
Sun, 05 May 2019 08:24:41 +0200 Étienne Gilli i18n: updated translation for French stable
Mon, 13 May 2019 16:31:48 +0200 Wolfgang Scherer style: fix mis-aligned changeset numbers in annotation view stable
Wed, 01 May 2019 00:57:04 +0200 Mads Kiilerich docs: outline the challenges of specifying a locale for services (Issue #340) stable
Fri, 10 May 2019 21:24:21 +0200 Thomas De Schampheleire docs: tweak documentation of Apache+mod_wsgi further stable
Fri, 10 May 2019 21:05:21 +0200 Thomas De Schampheleire docs: move Apache+mod_wsgi example code to the corresponding bullets stable
Sat, 04 May 2019 21:16:15 +0200 Thomas De Schampheleire i18n: regenerate translations stable
Tue, 30 Apr 2019 16:13:14 +0200 Allan Nordhøy i18n: updated translation for Norwegian Bokmål stable
Sat, 27 Apr 2019 22:27:45 +0200 Thomas De Schampheleire templates: narrow down scope of webhelpers.html.literal for HTML injection stable
Mon, 29 Apr 2019 21:46:44 +0200 Thomas De Schampheleire templates/files: narrow down scope of webhelpers.html.literal stable
Mon, 29 Apr 2019 21:33:45 +0200 Thomas De Schampheleire templates, controllers: replace webhelpers.html.literal() with webhelpers.html.HTML() where possible stable
Thu, 18 Apr 2019 21:33:23 +0200 Thomas De Schampheleire files: remove need for webhelpers.html.literal stable
Mon, 29 Apr 2019 21:26:00 +0200 Thomas De Schampheleire templates: don't apply formatting inside ugettext (_) calls stable
Tue, 30 Apr 2019 19:03:02 +0200 Mads Kiilerich files: fix ignored navigation back to initial page stable
Tue, 30 Apr 2019 19:04:38 +0200 Mads Kiilerich files: drop extra history push on source pages that trapped the user without option for going back (Issue #343) stable
Tue, 30 Apr 2019 19:05:16 +0200 Mads Kiilerich files: avoid duplicated "Select changeset" select2 controls on file source pages (Issue #343) stable
Tue, 30 Apr 2019 19:03:27 +0200 Mads Kiilerich files: fix State typo after d66201a7ce6 (Issue #343) stable
Wed, 17 Apr 2019 21:10:55 +0200 Thomas De Schampheleire gists: fix typo in translatable string stable
Tue, 16 Apr 2019 22:25:27 +0200 Thomas De Schampheleire model,templates: make text argument to h.link_to translatable strings stable
Tue, 16 Apr 2019 21:52:51 +0200 Thomas De Schampheleire settings: rework logic for flash message after repository scan stable
Tue, 16 Apr 2019 20:39:13 +0200 Thomas De Schampheleire files: reduce duplication in display of file entries stable
Sun, 14 Apr 2019 20:32:10 +0200 Thomas De Schampheleire files: restore 'Show Authors' functionality stable
Mon, 08 Apr 2019 22:06:12 +0200 Thomas De Schampheleire cli: fill in git_hook_interpreter at 'config-create' time to really fix potentially invalid interpreter in git hooks (Issue #333) stable
Mon, 08 Apr 2019 21:32:57 +0200 Thomas De Schampheleire hooks: make the Python interpreter for Git hooks configurable as 'git_hook_interpreter' (Issue #333) stable
Mon, 08 Apr 2019 22:06:12 +0200 Thomas De Schampheleire hooks: use /usr/bin/env only when needed stable
Wed, 10 Apr 2019 21:54:50 +0200 Thomas De Schampheleire hooks: add intermediate function _get_git_hook_interpreter stable
Mon, 01 Apr 2019 20:06:41 +0200 Thomas De Schampheleire setup: restrict TurboGears2 version to 2.3.x stable
Mon, 01 Apr 2019 11:30:47 +0200 Thomas De Schampheleire ini: fix typo i18n.enable -> i18n.enabled (Issue #339) stable
Sun, 31 Mar 2019 21:31:30 +0200 Thomas De Schampheleire Added tag 0.4.0 for changeset 19086c5de05f stable
Sun, 31 Mar 2019 21:31:17 +0200 Thomas De Schampheleire release: 0.4.0 stable 0.4.0
Sun, 31 Mar 2019 21:28:56 +0200 Thomas De Schampheleire merge default to stable for 0.4.0 stable
Tue, 30 Apr 2019 16:13:14 +0200 Allan Nordhøy i18n: updated translation for Norwegian Bokmål
Wed, 03 Apr 2019 21:06:34 +0200 Thomas De Schampheleire Initiate development cycle for 0.5.x (mark version as 0.4.99)
Sun, 31 Mar 2019 21:26:35 +0200 Thomas De Schampheleire .hgtags: remove accidental unused double tag of 0.4.0rc1
Thu, 28 Mar 2019 21:49:07 +0100 Thomas De Schampheleire git: fix handling of submodules that are not in the repo root (Issue #337)
Tue, 26 Mar 2019 22:20:29 +0100 Thomas De Schampheleire Added tag 0.4.0rc2 for changeset 60f726162fd6
Tue, 26 Mar 2019 22:20:23 +0100 Thomas De Schampheleire release 0.4.0rc2 (release candidate) 0.4.0rc2
Tue, 26 Mar 2019 22:19:16 +0100 Thomas De Schampheleire contributors: update
Tue, 26 Mar 2019 21:14:37 +0000 Thomas De Schampheleire i18n: updated translation for French
Tue, 26 Mar 2019 22:10:53 +0100 Thomas De Schampheleire i18n: regenerate translations
Sat, 23 Mar 2019 08:11:32 +0000 Étienne Gilli i18n: updated translation for French
Mon, 25 Mar 2019 21:07:21 +0100 Thomas De Schampheleire dependencies: bump minimum requirements to fix installation with minimum versions
Mon, 25 Mar 2019 20:57:39 +0100 Thomas De Schampheleire dependencies: remove duplicate dependencies in dev_requirements.txt
Tue, 26 Mar 2019 21:32:47 +0100 Thomas De Schampheleire tests: add missing tests for closing and deleting pullrequests
Sun, 24 Mar 2019 17:57:34 +0100 Mads Kiilerich pull-request: fix missing imports for delete and close
Sun, 24 Mar 2019 03:40:34 +0100 Mads Kiilerich style: fix width of anonymous icon used in changelog for users without gravatar - align it with gravatar icons
Sun, 24 Mar 2019 03:40:34 +0100 Mads Kiilerich style: drop changelog table outer spacing - especially to make right-aligned tags align with the general panel-body margin
Fri, 22 Mar 2019 02:11:45 +0100 Mads Kiilerich style: adjust vertical spacing inside comment chunks
Fri, 22 Mar 2019 02:09:16 +0100 Mads Kiilerich style: increase spacing around PR comment chunks
Fri, 22 Mar 2019 02:14:36 +0100 Mads Kiilerich style: avoid double horizontal padding inside panel-body
Fri, 22 Mar 2019 02:04:31 +0100 Mads Kiilerich style: align repository page HG/GIT logo with other headings - align context-bar heading with panel-heading
Fri, 22 Mar 2019 02:21:57 +0100 Mads Kiilerich summary: fix odd code for allowing URI clone template to either be specified with {repo} or _{repoid} (Issue #336)
Sun, 24 Mar 2019 03:40:34 +0100 Mads Kiilerich pull-request: limit date tooltip on comments to the age itself
Fri, 22 Mar 2019 02:21:53 +0100 Mads Kiilerich pull-request: make pull request title point to the pull request, but explain that it is a PR comment and let "comment" link to the comment
Wed, 20 Mar 2019 15:59:32 +0100 Mads Kiilerich hg: support Mercurial 4.9
Wed, 20 Mar 2019 20:59:59 +0100 Thomas De Schampheleire i18n: regenerate translations
Tue, 19 Mar 2019 08:20:36 +0000 Étienne Gilli i18n: updated translation for French
Wed, 13 Mar 2019 00:34:28 +0000 Allan Nordhøy i18n: updated translation for Norwegian Bokmål
Wed, 13 Mar 2019 00:38:58 +0000 Allan Nordhøy i18n: updated translation for German
Wed, 13 Mar 2019 00:35:45 +0000 Allan Nordhøy i18n: updated translation for Danish
Mon, 18 Mar 2019 22:25:30 +0100 Thomas De Schampheleire cli: fix 'front-end-build' on Windows (Issue #332)
Sun, 10 Mar 2019 20:58:28 +0100 Thomas De Schampheleire docs: suggest creating a new virtual environment for major upgrades
Tue, 19 Mar 2019 21:43:59 +0100 Thomas De Schampheleire scripts/make-release: print out shortlog for inclusion in release announcements
Mon, 18 Mar 2019 23:04:20 +0100 Thomas De Schampheleire scripts/make-release: fix PyPI upload by using twine
Mon, 18 Mar 2019 22:30:51 +0100 Thomas De Schampheleire scripts/make-release: remove uploading of PyPI docs
Fri, 15 Mar 2019 21:25:49 +0100 Thomas De Schampheleire scripts/shortlog: new script
Tue, 19 Mar 2019 22:00:15 +0100 Thomas De Schampheleire scripts/contributor_data: add to-ignore entry for 'Hosted Weblate'
Fri, 15 Mar 2019 21:21:12 +0100 Thomas De Schampheleire scripts: extract contributor data out of update-copyrights.py
Mon, 18 Mar 2019 21:34:32 +0100 Thomas De Schampheleire admin: remove named references to web analytics services
Tue, 19 Mar 2019 03:05:11 +0100 Mads Kiilerich utils: let make_ui return an empty ui.ui() object if the requested hgrc file isn't present
Sat, 16 Mar 2019 21:07:30 +0100 Thomas De Schampheleire Added tag 0.4.0rc1 for changeset 8db761c40768
Sat, 16 Mar 2019 21:04:29 +0100 Thomas De Schampheleire release: 0.4.0rc1 (release candidate) 0.4.0rc1
Sat, 16 Mar 2019 21:06:36 +0100 Thomas De Schampheleire contributors: update
Sat, 05 Jan 2019 17:33:08 +0000 Danni Randeris i18n: added + updated translation for Danish
Mon, 11 Mar 2019 20:51:31 +0100 Thomas De Schampheleire i18n: regenerate translations
Tue, 12 Mar 2019 21:25:19 +0100 Thomas De Schampheleire i18n: pt_BR: fix empty 'Language' entry
Tue, 12 Mar 2019 21:22:43 +0100 Thomas De Schampheleire i18n: how_to: add instructions to regenerate translations
Tue, 12 Mar 2019 21:08:02 +0100 Thomas De Schampheleire i18n: how_to: fix some non-fluent English
Sun, 10 Mar 2019 22:13:35 +0100 Thomas De Schampheleire i18n: es: fix syntax error
Sun, 10 Mar 2019 22:12:18 +0100 Thomas De Schampheleire i18n: ru: fix syntax error
Sun, 10 Mar 2019 22:11:14 +0100 Thomas De Schampheleire i18n: ja: fix syntax errors / duplicate message definition
Sun, 10 Mar 2019 21:58:20 +0100 Thomas De Schampheleire i18n: el: fix syntax errors
Sun, 10 Mar 2019 21:51:06 +0100 Thomas De Schampheleire i18n: de: fix syntax error
Sun, 10 Mar 2019 21:48:43 +0100 Thomas De Schampheleire i18n: fr: fix duplicate message definition
Sun, 10 Mar 2019 21:41:57 +0100 Thomas De Schampheleire i18n: zh_CN: fix 'duplicate message definition'
Sun, 10 Mar 2019 21:23:35 +0100 Thomas De Schampheleire i18n: be: fix syntax errors
Sun, 03 Mar 2019 21:43:18 +0100 Thomas De Schampheleire Merge stable
Sun, 03 Mar 2019 21:38:05 +0100 Thomas De Schampheleire update-copyrights: fixup double entry for Lars Kruse and regenerate
Sun, 03 Mar 2019 21:36:25 +0100 Thomas De Schampheleire Added tag 0.3.7 for changeset a18445b85d40 stable
Sun, 03 Mar 2019 21:29:56 +0100 Thomas De Schampheleire release: 0.3.7 stable 0.3.7
Tue, 12 Feb 2019 20:32:24 +0100 Thomas De Schampheleire contributors: update stable
Wed, 27 Feb 2019 02:30:58 +0100 Mads Kiilerich compare: correct display of special branch names in initial placeholder stable
Tue, 26 Feb 2019 21:27:42 +0100 Thomas De Schampheleire compare: prevent XSS due to unescaped branch/tag/bookmark names stable
Mon, 11 Feb 2019 21:36:55 +0100 Mads Kiilerich templates/summary: escape branch/tag/bookmark names in 'Download as zip' links to prevent XSS stable
Sat, 26 Jan 2019 20:27:50 +0100 Thomas De Schampheleire lib: sanitize HTML for all types of README rendering, not only markdown stable
Sat, 26 Jan 2019 20:00:14 +0100 Thomas De Schampheleire cleanup: remove unnecessary (and potentially problematic) use of 'literal' stable
Tue, 26 Feb 2019 21:50:15 +0100 Thomas De Schampheleire pullrequests: prevent XSS in 'Potential Reviewers' list when first and last names cannot be trusted stable
Mon, 11 Feb 2019 21:36:13 +0100 Mads Kiilerich js: introduce an html_escape function stable
Wed, 27 Feb 2019 02:30:58 +0100 Mads Kiilerich compare: correct display of special branch names in initial placeholder
Tue, 26 Feb 2019 21:27:42 +0100 Thomas De Schampheleire compare: prevent XSS due to unescaped branch/tag/bookmark names
Wed, 27 Feb 2019 02:30:18 +0100 Mads Kiilerich base: escape branch/tag/bookmark names in 'Switch To' menu to prevent XSS
Mon, 11 Feb 2019 21:36:55 +0100 Mads Kiilerich templates/summary: escape branch/tag/bookmark names in 'Download as zip' links to prevent XSS
Sat, 26 Jan 2019 20:27:50 +0100 Thomas De Schampheleire lib: sanitize HTML for all types of README rendering, not only markdown
Sat, 26 Jan 2019 20:00:14 +0100 Thomas De Schampheleire cleanup: remove unnecessary (and potentially problematic) use of 'literal'
Wed, 27 Feb 2019 02:29:34 +0100 Mads Kiilerich base: when using a custom select2 escapeMarkup function, make it clear that the exception only is for a static safe string
Wed, 27 Feb 2019 02:23:26 +0100 Mads Kiilerich pullrequests: prevent XSS in @mention completion when first and last names cannot be trusted
Wed, 27 Feb 2019 02:23:26 +0100 Mads Kiilerich pullrequests: prevent XSS when 'Potential Reviewers' are selected and first and last names cannot be trusted
Wed, 27 Feb 2019 02:23:26 +0100 Mads Kiilerich pullrequests: prevent XSS in 'Potential Reviewers' list when first and last names cannot be trusted
Mon, 11 Feb 2019 21:36:13 +0100 Mads Kiilerich js: introduce an html_escape function
Sat, 23 Feb 2019 21:10:59 +0100 Thomas De Schampheleire pull requests: urlify pull request lists to make issue references clickable
Sat, 23 Feb 2019 21:04:26 +0100 Thomas De Schampheleire pull requests: urlify title to make issue references clickable
Mon, 18 Feb 2019 21:17:58 +0100 Manuel Jacob hg: improve implementations of `successors` and `precursors` properties of Mercurial changesets
Mon, 18 Feb 2019 17:00:51 +0800 Edmund Wong model: rename confusing kwargs argument for repo_group update method (Issue #331)
Tue, 19 Feb 2019 00:02:33 +0100 Manuel Jacob hg: make `predecessors` property of MercurialChangeset compatible with newer versions of Mercurial.
Mon, 18 Feb 2019 23:58:33 +0100 Manuel Jacob hg: make `successors` property of MercurialChangeset compatible with newer versions of Mercurial.
Mon, 18 Feb 2019 23:55:07 +0100 Manuel Jacob hg: add tests for `successors` and `predecessors` properties of MercurialChangeset
Mon, 18 Feb 2019 23:41:53 +0100 Manuel Jacob hg: rename `precursors` variable to `predecessors`
Mon, 18 Feb 2019 23:50:43 +0100 Manuel Jacob hg: rename `precursors` property of MercurialChangeset to `predecessors`
Wed, 30 Jan 2019 11:14:21 +0100 Hosted Weblate Update translation files
Wed, 30 Jan 2019 11:12:23 +0100 Andrej Shadura Merge translation changes from stable
Mon, 03 Dec 2018 19:19:07 +0000 ssantos i18n: updated translation for German stable
Fri, 30 Mar 2018 20:51:01 +0000 Максим Якимчук i18n: updated translation for Ukrainian stable
Sun, 04 Feb 2018 15:28:32 +0000 Michal Čihař i18n: updated translation for Norwegian Bokmål stable
Tue, 30 Jan 2018 16:23:23 +0000 Марс Ямбар i18n: updated translation for Ukrainian stable
Sun, 28 Jan 2018 19:09:01 +0000 Марс Ямбар i18n: added translation for Ukrainian stable
Fri, 01 Dec 2017 17:32:11 +0000 Allan Nordhøy i18n: updated translation for Norwegian Bokmål stable
Thu, 19 Oct 2017 10:02:13 +0000 Allan Nordhøy i18n: added translation for Norwegian Bokmål stable
Tue, 29 Jan 2019 09:43:29 +0100 Andrej Shadura misc: update the contributor’s preferred name
Tue, 29 Jan 2019 09:36:42 +0100 Hosted Weblate Update translation files
Wed, 11 Apr 2018 03:04:14 +0000 Pheng Heong Tan i18n: updated translation for Chinese (Simplified)
Mon, 03 Dec 2018 19:27:15 +0000 ssantos i18n: updated translation for German
Fri, 05 Oct 2018 18:45:49 +0000 Allan Nordhøy i18n: added translation for Norwegian Bokmål
Tue, 17 Apr 2018 11:24:31 +0000 Jesús Sánchez i18n: updated translation for Spanish
Wed, 04 Apr 2018 04:18:02 +0000 Pheng Heong Tan i18n: updated translation for Chinese (Simplified)
Sat, 19 Aug 2017 07:58:41 +0000 Lars i18n: updated translation for German
Sat, 19 Aug 2017 07:54:34 +0000 Viktar Vauchkevich i18n: updated translation for Belarusian
Sat, 29 Dec 2018 01:48:02 +0100 Mads Kiilerich auth: drop support for different "algorithms" for computing permission
Sat, 29 Dec 2018 16:17:31 +0100 Mads Kiilerich tests: merge tests that depend on each other
Sat, 29 Dec 2018 16:16:36 +0100 Mads Kiilerich auth: don't ignore login POSTs if already logged in
Sun, 30 Dec 2018 20:28:06 +0100 Thomas De Schampheleire scripts: add developer script validate-commits
Sun, 30 Dec 2018 21:25:30 +0100 Thomas De Schampheleire tests: fix assert rewriting in non-test modules like api_base.py
Sat, 29 Dec 2018 20:26:02 +0100 Thomas De Schampheleire .coveragerc: fix reporting of coverage to match what is run
Sun, 30 Dec 2018 13:56:00 +0100 Thomas De Schampheleire .coveragerc: remove reference to non-existing paster_commands dir
Sun, 30 Dec 2018 11:45:28 +0100 Thomas De Schampheleire scripts: docs-headings: improve performance by grouping 'hg diff' invocations
Fri, 28 Dec 2018 21:56:52 +0100 Thomas De Schampheleire setup.py: support Paste 3.0.x
Sat, 29 Dec 2018 22:30:08 +0100 Thomas De Schampheleire install-iis: use logging.config.fileConfig instead of paste.script copy
Sat, 29 Dec 2018 22:09:24 +0100 Thomas De Schampheleire middleware: simplegit: remove unused import of paste.httpheaders
Sat, 29 Dec 2018 22:02:39 +0100 Thomas De Schampheleire lib: BaseRepoController: use webob.exc.HTTPNotFound if possible
Fri, 28 Dec 2018 22:11:40 +0100 Thomas De Schampheleire docs: upgrade: misc. clarification on upgrade from 0.3.x to 0.4
Fri, 28 Dec 2018 22:46:35 +0100 Thomas De Schampheleire docs: upgrade: recreating git hooks can only be done after starting Kallithea
Fri, 28 Dec 2018 22:43:49 +0100 Thomas De Schampheleire docs: upgrade: front-end should be built for all installation methods
Fri, 28 Dec 2018 22:39:38 +0100 Thomas De Schampheleire docs: upgrade: make upgrade instructions from version control more explicit
Fri, 28 Dec 2018 22:38:02 +0100 Thomas De Schampheleire docs: upgrade: clarify database upgrade instructions
Wed, 26 Dec 2018 21:39:32 +0100 Thomas De Schampheleire model: comments: allow selective retrieval of inline comments
Wed, 26 Dec 2018 20:52:04 +0100 Thomas De Schampheleire tests: add basic tests for comment model
Wed, 26 Dec 2018 22:55:06 +0100 Mads Kiilerich auth: drop UserCreationError handling for AuthUser.from_cookie
Wed, 26 Dec 2018 03:03:31 +0100 Mads Kiilerich auth: make sure request.authuser *always* has been checked for check_ip_allowed - there is thus no need to check it later
Wed, 26 Dec 2018 02:21:26 +0100 Mads Kiilerich auth: consistently use request.authuser - drop request.user
Wed, 26 Dec 2018 02:18:59 +0100 Mads Kiilerich auth: let AuthUser fetch default user on demand
Wed, 26 Dec 2018 02:11:55 +0100 Mads Kiilerich auth: drop confusing and layering-violating User.AuthUser property
Wed, 26 Dec 2018 01:54:23 +0100 Mads Kiilerich auth: move 'active' handling out of the individual auth modules
Wed, 26 Dec 2018 01:53:28 +0100 Mads Kiilerich auth: drop active_from_extern from internal auth API
Tue, 25 Dec 2018 20:31:12 +0100 Mads Kiilerich auth: change get_allowed_ips to be more resilient when operating on a cached default user
Tue, 25 Dec 2018 20:31:12 +0100 Mads Kiilerich tests: make IP access control tests more stable - make one unified test_add_delete_ips test
Tue, 25 Dec 2018 20:31:12 +0100 Mads Kiilerich tests: make lock tests stable against running 'py.test -k user'
Tue, 25 Dec 2018 20:23:42 +0100 Mads Kiilerich files: use the web browsers built-in js history instead of native.history.js
Tue, 25 Dec 2018 20:23:42 +0100 Mads Kiilerich files: set page title explicitly when navigating history
Tue, 25 Dec 2018 20:23:42 +0100 Mads Kiilerich files: Extract load_state function
Tue, 25 Dec 2018 20:23:42 +0100 Mads Kiilerich files: more cleanup of what history "state" actually is
Tue, 25 Dec 2018 20:23:42 +0100 Mads Kiilerich files: change "callbacks" function to the more descriptive name "post_load_state" and let it take an actual state data object
Tue, 11 Dec 2018 01:14:16 +0100 Mads Kiilerich front-end: Move .less files to the front-end folder
Tue, 11 Dec 2018 01:40:17 +0100 Mads Kiilerich front-end: Drop lessc --relative-urls
Tue, 11 Dec 2018 00:25:21 +0100 Mads Kiilerich front-end: More clean-up after YUI is gone
Sun, 06 Aug 2017 12:46:03 +0200 domruf front-end: remove unused YUI
Wed, 11 Oct 2017 19:37:03 +0200 domruf front-end: remove code that is unused after autocomplete switched to At.js
Mon, 10 Dec 2018 22:54:04 +0100 domruf front-end: use At.js for MentionsAutoComplete
Mon, 10 Dec 2018 23:32:39 +0100 Mads Kiilerich front-end: Use codemirror from node_modules and stop bundling it
Mon, 10 Dec 2018 22:47:01 +0100 Mads Kiilerich front-end: Use DataTables from node_modules and stop bundling it
Tue, 11 Dec 2018 01:22:56 +0100 Mads Kiilerich front-end: Use select2 from node_modules and stop bundling it
Mon, 10 Dec 2018 23:20:54 +0100 Mads Kiilerich front-end: Use jQuery and Flot from node_modules and stop bundling them
Mon, 10 Dec 2018 23:25:58 +0100 Mads Kiilerich front-end: Use the existing bootstrap.js from node_modules and stop bundling Bootstrap
Tue, 25 Dec 2018 20:23:42 +0100 Mads Kiilerich front-end: use license-checker to generate information about code used to build the front-end
Mon, 10 Dec 2018 22:35:29 +0100 Mads Kiilerich front-end: Store temporary files in a tmp directory
Tue, 04 Dec 2018 12:16:20 +0100 Mads Kiilerich front-end: Introduce 'front-end' directory with source files for building the front-end
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich make-release: drop partial support for shipping the generated style.css and corresponding bootstrap
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich make-release: only specify Sphinx once for pip install
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich docs: Fix a couple of build warnings
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich hgignore: .pytest_cache
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich gearbox: drop last traces of upgrade-db paster command
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich search: tweak logging from index-create
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich search: better messaging when the index hasn't been built yet
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich search: Actually raise EmptyIndexError if the index hasn't been built yet
Sun, 23 Dec 2018 21:16:06 +0100 Mads Kiilerich hg: fix URL cloning with Mercurial 4.6 and later
Mon, 17 Dec 2018 22:33:29 +0100 Thomas De Schampheleire kallithea-cli: remind users to generate the front-end
Wed, 05 Dec 2018 21:37:21 +0100 Thomas De Schampheleire model: move notification types from Notification to NotificationModel
Wed, 05 Dec 2018 21:27:58 +0100 Thomas De Schampheleire model: remove UI notification feature
Wed, 05 Dec 2018 21:21:39 +0100 Thomas De Schampheleire controllers/templates: remove UI notification feature
Wed, 05 Dec 2018 07:40:00 +0100 Thomas De Schampheleire tests: remove tests of UI notifications
Tue, 04 Dec 2018 21:32:57 +0100 Thomas De Schampheleire templates: remove notification count from user profile button
Tue, 04 Dec 2018 21:27:35 +0100 Thomas De Schampheleire lib: remove unused method 'notify' from DbManage
Sat, 01 Dec 2018 22:04:58 +0100 Thomas De Schampheleire tests: notifications: increase indentation of multi-line for loop condition
Wed, 28 Nov 2018 21:22:28 +0100 Thomas De Schampheleire model: notification: don't round-trip via list if you want a set
Thu, 22 Nov 2018 22:27:14 +0100 Thomas De Schampheleire cli: fix celery-run usage text
Sat, 15 Sep 2018 21:52:16 +0200 Thomas De Schampheleire cli: front-end-build: generate pygments.css dynamically
Mon, 24 Sep 2018 20:44:36 +0200 Thomas De Schampheleire cli: add command 'kallithea-cli front-end-build'
Thu, 22 Nov 2018 21:51:52 +0100 Thomas De Schampheleire cli: fix celery-run
Thu, 22 Nov 2018 21:19:45 +0100 Thomas De Schampheleire controllers: add docstring to create_cs_pr_comment and delete_cs_pr_comment
Thu, 22 Nov 2018 21:01:54 +0100 Thomas De Schampheleire controllers: remove pr_comment flag in delete_cs_pr_comment
Sat, 17 Nov 2018 21:31:08 +0100 Thomas De Schampheleire controllers: inline changeset.create_comment
Fri, 16 Nov 2018 22:20:32 +0100 Thomas De Schampheleire controllers: forward pullrequests.comment to changeset
Fri, 16 Nov 2018 22:09:30 +0100 Thomas De Schampheleire controllers: align pullrequests.comment with changeset.comment
Fri, 16 Nov 2018 21:45:21 +0100 Thomas De Schampheleire controllers: pullrequests: comments are always using AJAX
Sat, 10 Nov 2018 21:35:54 +0100 Thomas De Schampheleire model: changeset_status: remove support for 'dont_allow_on_closed_pull_request' and 'StatusChangeOnClosedPullRequestError'
Sat, 10 Nov 2018 21:34:57 +0100 Thomas De Schampheleire controllers: changeset: always allow status changes
Sat, 10 Nov 2018 21:29:29 +0100 Thomas De Schampheleire controllers: pullrequests: rename _get_is_allowed_change_status
Sat, 10 Nov 2018 21:05:28 +0100 Thomas De Schampheleire controllers: changeset: catch status changes on inline comments
Thu, 08 Nov 2018 21:38:37 +0100 Thomas De Schampheleire controllers: forward pullrequests.delete_comment to changeset
Fri, 19 Oct 2018 22:02:55 +0200 Thomas De Schampheleire controllers: align pullrequests.delete_comment with changeset.delete_comment
Tue, 20 Nov 2018 21:22:43 +0100 Thomas De Schampheleire tests: test status change in comments and pull requests
Tue, 20 Nov 2018 20:13:54 +0100 Thomas De Schampheleire tests: rename test_changeset_comments to test_changeset_pullrequests_comments
Mon, 19 Nov 2018 22:07:26 +0100 Thomas De Schampheleire tests: add tests for commenting on pullrequests
Sat, 17 Nov 2018 21:54:21 +0100 Thomas De Schampheleire tests: small improvements to test_changeset_comments
Thu, 18 Oct 2018 22:47:25 +0200 Thomas De Schampheleire cli: remove now obsolete 'paster_commands' files
Sun, 18 Nov 2018 19:57:40 +0100 Mads Kiilerich utils2: Move ask_ok out of paster_commands
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox celeryd' into 'kallithea-cli celery-run'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox make-index' into 'kallithea-cli index-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox make-rcext' in 'kallithea-cli extensions-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox setup-db' into 'kallithea-cli db-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox install-iis' into 'kallithea-cli iis-install'
Sun, 14 Oct 2018 22:09:49 +0200 Thomas De Schampheleire cli: repo-purge-deleted: improve reporting to user
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox cleanup-repos' into 'kallithea-cli repo-purge-deleted'
Wed, 03 Oct 2018 21:47:43 +0200 Thomas De Schampheleire cli: drop 'gearbox cache-keys --show/--cleanup' - they are rarely used, and use cases are covered by commands for updating metadata
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox update-repoinfo' into 'kallithea-cli repo-update-metadata'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox repo-scan' into 'kallithea-cli repo-scan'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox ishell' into 'kallithea-cli ishell'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: convert 'gearbox make-config' into 'kallithea-cli config-create'
Sun, 18 Nov 2018 20:02:17 +0100 Thomas De Schampheleire cli: initial introduction of 'kallithea-cli' command
Mon, 05 Nov 2018 00:31:07 +0100 Mads Kiilerich Merge stable
Mon, 29 Oct 2018 21:51:53 +0100 Thomas De Schampheleire Added tag 0.3.6 for changeset 082c9b8f0f17 stable
Mon, 29 Oct 2018 21:50:56 +0100 Thomas De Schampheleire release: 0.3.6 stable 0.3.6
Sun, 21 Oct 2018 17:44:06 +0200 Mads Kiilerich lib: use bleach to sanitize HTML generated from markdown - fix XSS issue when repo front page shows README.md stable
Sun, 21 Oct 2018 17:42:37 +0200 Mads Kiilerich lib: refactor use of markdown library - it is a mandatory dependency stable
Sun, 21 Oct 2018 17:42:00 +0200 Mads Kiilerich lib: some doctest coverage of markup rendering stable
Sun, 21 Oct 2018 15:19:56 +0200 Mads Kiilerich hg: make protocol access control more explicit stable
Sun, 21 Oct 2018 15:18:43 +0200 Mads Kiilerich hg: explicit handling of the 'batch' protocol command - consider it a "push" command if any of the batch commands are stable
Thu, 11 Oct 2018 02:06:50 +0200 Mads Kiilerich hg: make __get_action command parsing simpler and safer stable
Mon, 29 Oct 2018 01:20:21 +0100 Mads Kiilerich hg: support Mercurial 4.8
Mon, 29 Oct 2018 01:20:21 +0100 Mads Kiilerich hg: update diff between repositories to support Mercurial 4.8 by using the makeunionrepository factory
Mon, 29 Oct 2018 01:20:21 +0100 Mads Kiilerich graph: don't try to get obsolete status for fake parent revisions
Mon, 29 Oct 2018 01:20:08 +0100 Mads Kiilerich hg: use localrepo.instance instead of invoking localrepository directly
Mon, 29 Oct 2018 01:07:18 +0100 Mads Kiilerich hg: refactor compat wrapping of repository
Mon, 29 Oct 2018 01:07:15 +0100 Mads Kiilerich docs: update i18n doc after TG migration changed lang to i18n.lang and test.ini is generated
Fri, 12 Oct 2018 20:39:17 +0200 Thomas De Schampheleire docs: align use of 'my.ini' as configfile placeholder
Tue, 02 Oct 2018 20:11:18 +0200 Thomas De Schampheleire scripts/manifest: drop unused file
Tue, 09 Oct 2018 11:45:55 +0200 Mads Kiilerich make-config: tweak description - don't call it "bare" and don't reference setup-app
Sun, 30 Sep 2018 18:31:37 +0200 Mads Kiilerich tests: fix vcs Hg helper function get_config_value to not modify global state when using a custom config file
Sun, 30 Sep 2018 18:29:55 +0200 Mads Kiilerich tests: fix vcs Hg helper functions get_user_name and get_user_email to actually use provided config_file
Sun, 16 Sep 2018 21:05:06 +0200 Thomas De Schampheleire style: vertically align comment bubble icon
Sun, 16 Sep 2018 21:03:30 +0200 Thomas De Schampheleire style: remove vertical scrollbar on hover of last line's comment bubble
Sat, 15 Sep 2018 20:45:23 +0200 Thomas De Schampheleire model/scm: fix incorrect reporting of pull from remote git repo
Mon, 24 Sep 2018 22:37:44 +0200 Thomas De Schampheleire make-config: reorganize code to make it clear that --show-defaults can't be combined with custom key=value
Mon, 24 Sep 2018 22:37:44 +0200 Thomas De Schampheleire make-config: drop unused variables TMPL and here
Sat, 22 Sep 2018 21:29:22 +0200 Thomas De Schampheleire docs: upgrade: add section on updating git hooks
Sat, 22 Sep 2018 22:20:34 +0200 Mads Kiilerich config: abort early if the environment doesn't allow Python to pass Unicode strings to the file system layer
Tue, 18 Sep 2018 20:57:32 +0200 Thomas De Schampheleire notification: don't repeat common actions for each email recipient
Mon, 17 Sep 2018 22:34:09 +0200 Thomas De Schampheleire urls: allow canonical_url to contain more than just a hostname
Mon, 17 Sep 2018 22:33:57 +0200 Thomas De Schampheleire tests: add basic tests for canonical_url
Sat, 01 Sep 2018 16:14:30 +0200 Mads Kiilerich tests: workaround for pytest 3.7.1 breaking autouse of classmethods
Sat, 01 Sep 2018 16:14:24 +0200 Mads Kiilerich setup: bump all upper pip dependency versions to minor updates of what currently is available and testable on pypi
Sat, 01 Sep 2018 02:14:29 +0200 Mads Kiilerich setup: clarify that we require Routes less than 2.0
Sat, 01 Sep 2018 02:10:28 +0200 Mads Kiilerich celery: clarify that celery 4 doesn't work
Sat, 01 Sep 2018 02:08:15 +0200 Mads Kiilerich ishell: specify ipython minimum version 4
Sat, 01 Sep 2018 01:20:18 +0200 Mads Kiilerich ishell: only report 'Kallithea ishell requires the IPython Python package' when ipython import fails
Sat, 01 Sep 2018 01:12:13 +0200 Mads Kiilerich auth: strip RFC4007 zone identifiers from IPv6 addresses before doing access control
Thu, 30 Aug 2018 20:58:25 +0200 Thomas De Schampheleire setup: sort gearbox.commands
Thu, 30 Aug 2018 20:28:23 +0200 Thomas De Schampheleire paster_commands: remove unused imports
Wed, 15 Aug 2018 00:17:24 +0200 Mads Kiilerich middleware: align hg and git implementations - make it more clear that we have code duplication and something probably should be reused
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich git: fix push to empty repo (Issue 323)
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich hooks: slight cleanup of handling of scm_repo.run_git_command return values
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich hooks: simplify app config code in _hook_environment - don't use relative_to
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich middleware: clean-up of Git _git_stored_op
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich cache: move cache invalidation from web handler to post push hook
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich middleware: inline the _set_extras invocation from the __inject_extras method, leaving behind only functionality for augmenting ui from hgrc
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich hooks: clarify return value from Git hooks
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich hooks: use os.environ directly for KALLITHEA_EXTRAS instead of sometimes passing it as parameter
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich hooks: cleanup and documentation of the installed Git hooks
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich hooks: drop RC_SCM_DATA for internal transfer of data to sub processes - Kallithea uses KALLITHEA_EXTRAS
Tue, 14 Aug 2018 23:43:35 +0200 Mads Kiilerich hooks: empower the Git entry points and avoid the big handle_git_receive dispatch
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich hooks: extract a separate _hook_environment from handle_git_receive
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich hooks: minor changes to clean up, improve docs and naming
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich git: introduce test_push_new_repo_git to reproduce a hook crash when pushing to empty repos
Wed, 08 Aug 2018 02:21:31 +0200 Mads Kiilerich hg: fix 4.7 compatibility in checkout_branch
Mon, 06 Aug 2018 01:05:18 +0200 Mads Kiilerich Merge stable
Mon, 06 Aug 2018 00:37:13 +0200 Mads Kiilerich setup: normalize casing of dependencies and formatting of constraints
Sun, 05 Aug 2018 23:25:23 +0200 Mads Kiilerich hg: support 4.7
Sun, 05 Aug 2018 23:16:43 +0200 Mads Kiilerich hg: be more strict about which kinds of revision lookup we want from hg
Sun, 05 Aug 2018 23:16:23 +0200 Mads Kiilerich hg: don't use custom diff arguments when generating diffstats for rss feed
Sun, 05 Aug 2018 23:16:10 +0200 Mads Kiilerich hg: bump minimum version to 4.1.1
Sun, 05 Aug 2018 22:38:05 +0200 Mads Kiilerich ishell: use traitlets.config and require ipython >= 4.0.0
Sun, 05 Aug 2018 22:37:55 +0200 Mads Kiilerich summary: don't indent <pre> text
Mon, 30 Jul 2018 22:07:36 +0200 Thomas De Schampheleire docs: move authentication info to separate file
Mon, 30 Jul 2018 21:19:33 +0200 Thomas De Schampheleire docs: vcs_setup: add note about Git HTTP POST buffer
Sat, 28 Jul 2018 21:53:43 +0200 Thomas De Schampheleire docs: split vcs_support into admin/vcs_setup and usage/vcs_notes
Mon, 11 Jun 2018 21:43:03 +0200 Thomas De Schampheleire remove references to pythonhosted.org (issue #293)
Thu, 14 Jun 2018 23:45:16 +0200 Mads Kiilerich formatting: accept cleanup from scripts/run-all-cleanup
Mon, 02 Jul 2018 01:55:49 +0200 Mads Kiilerich db: drop constraint that started failing with MariaDB 10.2 / MySQL 5.7 (Issue #324) stable
Tue, 12 Jun 2018 23:30:41 +0200 Mads Kiilerich tests: fix reference to edit_repo_perms_update - it is actually edit_repo_perms_revoke, even though they have the same value (but different method) stable
Mon, 11 Jun 2018 21:43:03 +0200 Thomas De Schampheleire remove references to pythonhosted.org (issue #293) stable
Wed, 16 May 2018 21:20:40 +0200 Thomas De Schampheleire docs: reorganize index page
Sat, 09 Jun 2018 21:42:42 +0200 Thomas De Schampheleire templates: remove references to non-existing commit-message class
Sat, 09 Jun 2018 21:39:10 +0200 Thomas De Schampheleire style: use monospace for changeset messages
Sat, 09 Jun 2018 21:24:45 +0200 Thomas De Schampheleire utils: move repo_name_slug to utils2 to prevent import cycle on setup_db
Sat, 09 Jun 2018 16:30:22 +0200 Mads Kiilerich unicode: consistently use the preferred Python spelling 'utf-8' instead of the alias 'utf8'
Sat, 09 Jun 2018 16:28:33 +0200 Mads Kiilerich hg: set encoding to utf-8 by default to always show unicode characters correctly
Sat, 19 May 2018 22:00:41 +0200 Thomas De Schampheleire pullrequests: don't show empty "additional changesets" (issue #280)
Mon, 04 Jun 2018 14:28:19 +0200 Mads Kiilerich tests: improve error reporting for api tests - show the actual expected and seen values
Mon, 04 Jun 2018 14:27:51 +0200 Mads Kiilerich repos: add edit_permissions_revoke controller asserts to show the intended use - not for security
Mon, 04 Jun 2018 14:26:37 +0200 Mads Kiilerich repos: make edit_permissions_revoke controller return an actual (empty) body on success
Thu, 07 Jun 2018 01:48:15 +0200 Mads Kiilerich changelog: tweak positioning of checkboxes for changeset selection
Thu, 07 Jun 2018 01:47:22 +0200 Mads Kiilerich changelog: override the Bootstrap default and give changeset labels less bottom padding so the bottom border doesn't get truncated
Thu, 07 Jun 2018 01:46:02 +0200 Mads Kiilerich Merge stable
Wed, 06 Jun 2018 21:37:21 +0200 Thomas De Schampheleire Added tag 0.3.5 for changeset 4cca4cc6a0a9 stable
Wed, 06 Jun 2018 21:37:12 +0200 Thomas De Schampheleire release: 0.3.5 stable 0.3.5
Tue, 29 May 2018 12:25:59 +0200 Mads Kiilerich repos: introduce low level slug check of repo and group names stable
Tue, 29 May 2018 12:25:43 +0200 Mads Kiilerich tests: clarify that fixture.create_repo_group takes a name, not a path stable
Tue, 29 May 2018 12:25:42 +0200 Mads Kiilerich tests: introduce API test coverage for some invalid repo names - especially repo names that would need escaping to prevent XSS stable
Tue, 29 May 2018 12:25:41 +0200 Mads Kiilerich repos: only allow api repo creation in existing groups stable
Tue, 29 May 2018 12:25:40 +0200 Mads Kiilerich tests: tweak test coverage of repo creation API - prepare for other changes stable
Mon, 07 May 2018 11:38:40 +0200 Mads Kiilerich repos: introduce low level check of clone URIs to prevent direct file system access to local repos stable
Mon, 07 May 2018 11:38:13 +0200 Mads Kiilerich utils: move clone URI validator function to more generic utils.is_valid_repo_uri stable
Mon, 07 May 2018 11:37:55 +0200 Mads Kiilerich tests: improve test coverage of clone_uri and expose some existing problems with unauthenticated cloning from local repos stable
Mon, 07 May 2018 00:49:44 +0200 Mads Kiilerich tests: fix some incorrect test use of create_repo to create forks stable
Mon, 07 May 2018 00:49:44 +0200 Mads Kiilerich repos: add missing access control check for repository permission management stable
Mon, 07 May 2018 00:49:44 +0200 Mads Kiilerich tests: add tests that exercise some missing repo permission access control checks stable
Sun, 01 Apr 2018 15:25:05 +0200 Thomas De Schampheleire Added tag 0.3.4 for changeset cf635c823ea0 stable
Sun, 01 Apr 2018 15:25:03 +0200 Thomas De Schampheleire release: 0.3.4 stable 0.3.4
Wed, 26 Jul 2017 06:42:40 +0000 Étienne Gilli i18n: updated translation for French stable
Sun, 18 Mar 2018 21:08:52 +0100 Thomas De Schampheleire make-release: use a fresh virtualenv for building the release stable
Sun, 18 Mar 2018 20:52:26 +0100 Thomas De Schampheleire make-release: remove instruction about updating copyright/contributors stable
Sun, 18 Mar 2018 21:54:48 +0100 Thomas De Schampheleire make-release: import version and copyright updates from default branch (dba4e770d4b6) stable
Sat, 17 Mar 2018 22:47:48 +0100 Mads Kiilerich contributors: update stable
Tue, 29 May 2018 12:25:59 +0200 Mads Kiilerich repos: introduce low level slug check of repo and group names
Tue, 29 May 2018 12:25:43 +0200 Mads Kiilerich tests: clarify that fixture.create_repo_group takes a name, not a path
Tue, 29 May 2018 12:25:42 +0200 Mads Kiilerich tests: introduce API test coverage for some invalid repo names - especially repo names that would need escaping to prevent XSS
Tue, 29 May 2018 12:25:41 +0200 Mads Kiilerich repos: only allow api repo creation in existing groups