log rhodecode/lib/middleware/simplegit.py @ 1818:cf51bbfb120e beta

age author description
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
Thu, 27 Oct 2011 21:01:16 +0200 Liad Shani Added container-based authentication support to git middleware 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 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:34:47 +0300 Marcin Kuzminski Rewrote git middleware with the same pattern as recent fix for #176 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
Wed, 27 Apr 2011 01:27:39 +0200 Marcin Kuzminski fixed issue #181, and small fix in gitmiddleware beta
Sun, 24 Apr 2011 23:20:58 +0200 Marcin Kuzminski small fixes for gitmiddleware beta
Sat, 23 Apr 2011 15:17:42 +0200 Marcin Kuzminski pep8ify middlewares beta
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
Tue, 01 Feb 2011 02:18:05 +0100 Marcin Kuzminski simplified simplegit and simplehg a little beta
Thu, 06 Jan 2011 14:36:10 +0100 Marcin Kuzminski fixes #97 in simplehg and simplegit, force casting to headers 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
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
Tue, 02 Nov 2010 22:26:50 +0100 Marcin Kuzminski updated setup for all newest versions beta
Mon, 25 Oct 2010 03:19:01 +0200 Marcin Kuzminski Fixed age, for new vcs implementation. Removed all obsolete date formatters beta
Wed, 20 Oct 2010 02:08:03 +0200 Marcin Kuzminski some hacking on simplegit middleware
Tue, 19 Oct 2010 00:55:05 +0200 Marcin Kuzminski added base simple git middleware, for future usage