log kallithea/lib/middleware/simplegit.py @ 8195:e35373106528

age author description
Thu, 26 Dec 2019 15:16:29 +0100 Mads Kiilerich py3: remove safe_unicode in places where it no longer is needed because all strings (except bytes) already *are* unicode strings
Thu, 26 Dec 2019 16:09:30 +0100 Mads Kiilerich lib: refactor _get_access_path as get_path_info
Sun, 04 Aug 2019 01:37:08 +0200 Mads Kiilerich flake8: fix E125 continuation line with same indent as next logical line
Wed, 07 Aug 2019 23:48:26 +0200 Mads Kiilerich flake8: fix some F401 '...' imported but unused
Wed, 07 Aug 2019 00:25:02 +0200 Mads Kiilerich scripts: initial run of import cleanup using isort
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, 06 Jan 2019 21:45:34 +0100 Mads Kiilerich middleware: simplify pygrack wrapping - there is no need for any extras
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
Sun, 31 Mar 2019 21:28:56 +0200 Thomas De Schampheleire merge default to stable for 0.4.0 stable
Sat, 29 Dec 2018 22:09:24 +0100 Thomas De Schampheleire middleware: simplegit: remove unused import of paste.httpheaders
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 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
Sat, 25 Nov 2017 10:20:23 +0100 domruf hooks: rename hooks to reflect what they are doing
Sat, 25 Jun 2016 02:57:44 +0200 Mads Kiilerich lock: simplify debug logging - use the actual response code stable
Thu, 06 Apr 2017 16:55:55 +0300 Anton Schur middleware: convert check_locking_state to be a separate function
Fri, 07 Apr 2017 04:22:42 +0200 Mads Kiilerich lib: pass full user to _check_locking_state - not just user_id
Fri, 07 Apr 2017 04:21:38 +0200 Mads Kiilerich lib: move special Mercurial HTTP listkey exception out of _check_locking_state
Thu, 23 Feb 2017 18:00:56 +0100 Søren Løvborg cleanup: refer less to User.DEFAULT_USER
Wed, 04 Jan 2017 23:01:48 +0100 Søren Løvborg vcs: dedup auth code between Hg and Git middleware
Mon, 02 Jan 2017 23:16:32 +0100 Søren Løvborg vcs: remove confusing and unnecessary local variable
Wed, 04 Jan 2017 23:05:11 +0100 Søren Løvborg vcs: remove non-sensical conditional block
Fri, 12 Aug 2016 03:04:48 +0200 Mads Kiilerich hg: drop pointless push_ssl configuration setting - if there is a risk push can be compromised, credentials can also easily be stolen for pull
Tue, 12 Jul 2016 21:47:14 +0200 Andrew Shadura git: make sure repository path and name are Unicode strings
Sat, 25 Jun 2016 02:57:44 +0200 Mads Kiilerich lock: simplify debug logging - use the actual response code
Sat, 30 Jan 2016 16:38:26 +0100 Andrew Shadura middleware: allow git and hg users to use email address instead of the username
Tue, 05 Jan 2016 16:30:05 +0100 Mads Kiilerich Merge stable
Tue, 05 Jan 2016 16:24:23 +0100 Mads Kiilerich middleware: decode the repo_name received from http header to unicode stable
Fri, 27 Nov 2015 01:47:14 +0100 Mads Kiilerich cleanup: consistent space before line continuation backslash
Wed, 14 Oct 2015 20:08:18 +0100 Jiří Suchan cleanup: stop using mutable default params
Thu, 20 Aug 2015 17:29:55 +0200 Mads Kiilerich vcs: invalidate repo caches _after_ a push finishes
Sun, 09 Aug 2015 02:29:46 +0200 Mads Kiilerich cleanup: pass log strings unformatted - avoid unnecessary % formatting when not logging
Sun, 09 Aug 2015 02:17:14 +0200 Mads Kiilerich cleanup: consistently use 'except ... as ...:'
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: various minor cleanup of general auth functionality
Fri, 19 Sep 2014 14:18:56 +0200 Na'Tosha Bard Correct capitalization and improved English text in the UI
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich https: introduce https_fixup config setting to enable the special https hacks
Wed, 02 Jul 2014 19:08:36 -0400 Bradley M. Kuhn Drop rhodecode_ prefix for known setting names that are stored in kallithea_settings without prefix kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:06:01 -0400 Bradley M. Kuhn General renaming to Kallithea kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:52 -0400 Bradley M. Kuhn RhodeCode GmbH is not the sole author of this work kallithea-2.2.5-rebrand
Wed, 21 May 2014 16:59:37 -0400 Bradley M. Kuhn Correct licensing information in individual files. kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:36 -0400 Bradley M. Kuhn Rename database classes (but not table names) kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:33 -0400 Bradley M. Kuhn Second step in two-part process to rename directories. kallithea-2.2.5-rebrand base rhodecode/lib/middleware/simplegit.py@b5b53e02131c