log rhodecode/lib/middleware/simplehg.py @ 3960:5293d4bbb1ea

age author description
Fri, 07 Jun 2013 00:31:11 +0200 Marcin Kuzminski Merged dev into stable/default/master branch
Mon, 03 Jun 2013 23:54:52 +0200 Marcin Kuzminski Moved all Mercurial imports into hgcompat from vcs beta
Wed, 08 May 2013 17:43:59 +0200 Marcin Kuzminski removed duplicate code that set os.environ['RC_SCM_DATA'] beta
Sun, 07 Apr 2013 18:37:22 +0200 Marcin Kuzminski merge with rc1
Fri, 29 Mar 2013 23:33:02 +0100 Marcin Kuzminski fix unicode issues on logging in SCM middlewares beta
Thu, 28 Mar 2013 03:34:36 +0100 Marcin Kuzminski Don't catch all exceptions beta
Thu, 28 Mar 2013 01:10:45 +0100 Mads Kiilerich follow Python conventions for boolean values beta
Sun, 24 Mar 2013 03:07:04 +0100 Marcin Kuzminski Switched handling of RhodeCode extra params in consistent way beta
Sun, 10 Mar 2013 22:53:25 +0100 Marcin Kuzminski configurable locking codes. beta
Thu, 31 Jan 2013 01:51:42 +0100 Marcin Kuzminski git hook handler shouldn't ever use cache instances
Thu, 31 Jan 2013 01:51:42 +0100 Marcin Kuzminski git hook handler shouldn't ever use cache instances beta
Mon, 21 Jan 2013 00:03:44 +0100 Marcin Kuzminski merged with beta
Wed, 02 Jan 2013 13:54:26 +0100 Mads Kiilerich logging: include more info in action logging beta
Sun, 30 Dec 2012 23:06:03 +0100 Marcin Kuzminski Added UserIpMap interface for allowed IP addresses and IP restriction access beta
Thu, 13 Dec 2012 22:54:21 +0100 Marcin Kuzminski merge with beta rhodecode-0.0.1.5.0
Sat, 27 Oct 2012 15:36:53 +0200 Marcin Kuzminski Implemented #628: Pass server URL to rc-extensions hooks beta
Fri, 28 Sep 2012 23:28:10 +0200 Marcin Kuzminski merged beta into stable
Wed, 26 Sep 2012 20:59:37 +0200 Marcin Kuzminski fix for issue #578 git hooks sometimes cannot be executed due to different python they runned under, this commit tries to fix that by altering the PATH env variable using current python that rhodecode is running beta
Fri, 07 Sep 2012 22:59:08 +0200 Vincent Caron Pass on RhodeCode config file down to a python-based Hg hook via the extras pseudo-config key, see https://bitbucket.org/marcinkuzminski/rhodecode/issue/558/access-to-rhodecode-config-from-a-hg beta
Sun, 02 Sep 2012 21:19:54 +0200 Marcin Kuzminski Merge beta branch into stable
Wed, 22 Aug 2012 00:30:02 +0200 Marcin Kuzminski Implemented basic locking functionality. beta
Wed, 15 Aug 2012 00:22:53 +0200 Marcin Kuzminski use os.environ as a fallback for getting special info from hooks, this will allow beta
Fri, 27 Jul 2012 01:06:50 +0200 Marcin Kuzminski white space cleanup beta
Thu, 26 Jul 2012 23:03:26 +0200 Marcin Kuzminski Implementes #509 require SSL flag now works for both git and mercurial. beta
Sun, 01 Jul 2012 16:11:38 +0200 Marcin Kuzminski Don't always return action, raise an Exception if we cannot check what the action is beta
Thu, 21 Jun 2012 17:51:01 +0200 Marcin Kuzminski make get_action always return action beta
Thu, 21 Jun 2012 17:48:41 +0200 Marcin Kuzminski possible fix for #486 undefined variable username beta
Thu, 10 May 2012 20:27:45 +0200 Marcin Kuzminski merged beta into stable
Thu, 19 Apr 2012 01:27:37 +0200 Marcin Kuzminski added emulation of pull hook for git-backend, and dummy git-push hook beta
Thu, 12 Apr 2012 22:49:13 +0200 Marcin Kuzminski Added HTTP_X_FORWARDED_FOR as another method of extracting IP for pull/push logs. beta
Wed, 28 Mar 2012 19:54:16 +0200 Marcin Kuzminski merged beta into default branch
Mon, 12 Mar 2012 20:33:13 +0200 Marcin Kuzminski git+hg middleware do repo verification at earliest possible state, giving 404 as fast as possible. If repo is not found. beta
Wed, 07 Mar 2012 02:18:22 +0200 Marcin Kuzminski utils/conf beta
Sun, 04 Mar 2012 03:08:54 +0000 Marcin Kuzminski fixed some unicode problems with waitress beta
Sun, 26 Feb 2012 17:25:09 +0200 Marcin Kuzminski merge 1.3 into stable
Thu, 23 Feb 2012 03:51:39 +0200 Marcin Kuzminski improved logging in git/hg middlewares beta
Wed, 22 Feb 2012 21:20:50 +0200 Marcin Kuzminski better logging beta
Mon, 20 Feb 2012 23:00:54 +0200 Marcin Kuzminski Added VCS into rhodecode core for faster and easier deployments of new versions beta
Fri, 06 Jan 2012 06:09:12 +0200 Marcin Kuzminski backported fixes for issue #318
Wed, 04 Jan 2012 03:50:07 +0200 Marcin Kuzminski 2012 copyrights beta
Thu, 29 Dec 2011 07:35:51 +0200 Marcin Kuzminski auto white-space removal beta
Thu, 29 Dec 2011 00:01:05 +0200 Marcin Kuzminski implements #285: Implemented non changeable urls for clone url, and web views beta
Wed, 07 Dec 2011 22:08:12 +0200 Marcin Kuzminski Wrapped calls for git and hg middleware in extra block that clears db Session. beta
Wed, 02 Nov 2011 22:19:47 +0200 Marcin Kuzminski merged upto rev 019026a8cf67
Tue, 01 Nov 2011 01:31:24 +0200 Liad Shani Improved container-based auth support for middleware beta
Sat, 29 Oct 2011 16:36:26 +0200 Liad Shani Fixed middleware to prevent deactivated users from authenticating beta
Wed, 26 Oct 2011 21:59:22 +0200 Liad Shani Improved container-based auth implementation and added support for a reverse-proxy setup (using the X-Forwarded-User header) beta
Tue, 25 Oct 2011 21:17:29 +0200 Liad Shani Merge with upstream beta
Sun, 09 Oct 2011 23:49:00 +0200 Liad Shani Merge with upstream beta
Tue, 27 Sep 2011 22:20:24 +0300 Liad Shani Added container-based authentication support beta
Mon, 24 Oct 2011 23:07:06 +0200 Marcin Kuzminski #286 raise HttpForbidden if username lookup failed instead of internal server error beta
Mon, 17 Oct 2011 01:01:18 +0200 Marcin Kuzminski Merge with beta
Sat, 08 Oct 2011 02:02:25 +0200 Marcin Kuzminski Refactoring of model get functions beta
Fri, 07 Oct 2011 23:17:45 +0200 Marcin Kuzminski Fixed test_hg_operations test and added concurency test beta
Fri, 07 Oct 2011 01:08:50 +0200 Marcin Kuzminski merge beta in stable branch
Sat, 01 Oct 2011 21:51:28 +0300 Marcin Kuzminski changed check_... functions from their stupid names to something less retarded :) beta
Sat, 01 Oct 2011 21:40:34 +0300 Marcin Kuzminski fixed broken check_repo on middlewares beta
Thu, 29 Sep 2011 23:57:44 +0300 Marcin Kuzminski Removed deprecated usage of UserModel() in simplehg and simplegit beta
Thu, 29 Sep 2011 23:32:13 +0300 Marcin Kuzminski #176 LookupError: 00changelog.i@66f0739d7517: no node beta
Thu, 30 Jun 2011 01:25:37 +0200 Marcin Kuzminski Unicode fixes, added safe_str method for global str() operations +better test sandboxing beta
Sun, 08 May 2011 20:04:35 +0200 Marcin Kuzminski fixed local hgrc settings, patch introduced by Marc Villetard beta
Wed, 27 Apr 2011 01:27:39 +0200 Marcin Kuzminski fixed issue #181, and small fix in gitmiddleware beta
Sat, 23 Apr 2011 15:52:32 +0200 Marcin Kuzminski small rewrite for injecting rhodecode_extras into ui. instead of injecting to hgweb instance, inject to ui and pass to hgweb. It's simpler and more readable. beta
Sat, 23 Apr 2011 15:17:42 +0200 Marcin Kuzminski pep8ify middlewares beta
Sat, 09 Apr 2011 17:13:15 +0200 Marcin Kuzminski fixes for stable
Tue, 05 Apr 2011 18:04:06 +0200 Marcin Kuzminski fixes for issue #149
Mon, 04 Apr 2011 20:01:45 +0200 Marcin Kuzminski fixed license issue #149 beta
Sun, 03 Apr 2011 18:23:15 +0200 Marcin Kuzminski source code cleanup: remove trailing white space, normalize file endings beta
Sun, 13 Mar 2011 01:22:29 +0100 Marcin Kuzminski let action always return pull command for better security on pull restricted repos beta
Tue, 01 Feb 2011 02:18:05 +0100 Marcin Kuzminski simplified simplegit and simplehg a little beta
Thu, 06 Jan 2011 19:10:25 +0100 Marcin Kuzminski merged found bugs and fixed for stable release:
Thu, 06 Jan 2011 14:36:10 +0100 Marcin Kuzminski fixes #97 in simplehg and simplegit, force casting to headers beta
Mon, 03 Jan 2011 00:47:16 +0100 Marcin Kuzminski Rewrite simehg for enabling cloning with raw url for anonymous access + some optimizations for making less queries when authenticating users. beta
Fri, 31 Dec 2010 19:58:43 +0100 Marcin Kuzminski code docs, updates beta
Fri, 31 Dec 2010 19:46:56 +0100 Marcin Kuzminski fixed copyright year to 2011 beta
Thu, 30 Dec 2010 18:43:04 +0100 Marcin Kuzminski fixed error propagation when using git/mercurial requests beta
Thu, 25 Nov 2010 01:57:37 +0100 Marcin Kuzminski project refactoring, cleaned up lib.utils from rarly used functions, and place them beta
Thu, 18 Nov 2010 19:23:39 +0100 Marcin Kuzminski removed 'thank you..' message from simpleHG, it should be used in hooks. beta
Thu, 11 Nov 2010 01:21:33 +0100 Marcin Kuzminski #49 Enabled anonymous access push and pull commands beta
Sun, 07 Nov 2010 15:02:56 +0100 Marcin Kuzminski Moved out reposcan into hg Model. beta
Fri, 05 Nov 2010 18:38:25 +0100 Marcin Kuzminski propagate changes for #48 into simplegit. beta
Fri, 05 Nov 2010 18:26:26 +0100 Marcin Kuzminski #48 rewrite action loggers into hooks with all changesets that are inside a push beta
Thu, 21 Oct 2010 01:38:14 +0200 Marcin Kuzminski Code refactoring,models renames beta
Mon, 18 Oct 2010 04:11:59 +0200 Marcin Kuzminski fixed chrome repo switcher issue
Mon, 18 Oct 2010 03:39:16 +0200 Marcin Kuzminski Fixed journal action loggin doubled messages.
Mon, 18 Oct 2010 03:06:38 +0200 Marcin Kuzminski security bugfix simplehg wasn't checking for permissions on remote commands different than pull or push.
Wed, 06 Oct 2010 03:34:18 +0200 Marcin Kuzminski more renames for rhode code !!
Wed, 06 Oct 2010 03:22:52 +0200 Marcin Kuzminski renamed hg_app to rhodecode
Wed, 06 Oct 2010 03:18:16 +0200 Marcin Kuzminski renamed project to rhodecode base pylons_app/lib/middleware/simplehg.py@b4737fe858d4