aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/lib/middleware
AgeCommit message (Expand)Author
2013-04-05Merged fix for dumb http, fixed conflicts.Milo Casagrande
2013-04-05FIXED: Selecting dumb HTTP git protocol from web UIGeorgy Redkozubov
2013-04-03Force the dumb git protocol in the code, LP bug #1163317.v1.5.4_linarolistMilo Casagrande
2013-04-03Merge branch 'dumb_http' of git://git.linaro.org/people/gesha/rhodecode into ...Milo Casagrande
2013-03-19Added support for clone/pull operations using dumb http protocol.Georgy Redkozubov
2013-01-31git hook handler shouldn't ever use cache instancesMarcin Kuzminski
2013-01-31don't invalidate cache before handling hookMarcin Kuzminski
2013-01-02logging: include more info in action loggingMads Kiilerich
2012-12-30Added UserIpMap interface for allowed IP addresses and IP restriction accessMarcin Kuzminski
2012-10-29whitespace cleanupMarcin Kuzminski
2012-10-27Implemented #628: Pass server URL to rc-extensions hooksMarcin Kuzminski
2012-10-18Added Errormator and Sentry support part of pull request #71Marcin Kuzminski
2012-09-28more logging in pygrackMarcin Kuzminski
2012-09-26There's no need to use special env variable for config file, it's already pas...Marcin Kuzminski
2012-09-26fix for issue #578 git hooks sometimes cannot be executed due to different py...Marcin Kuzminski
2012-09-20Also export config filename via extras.config in simplegit middleware (juste ...Vincent Caron
2012-09-07Pass on RhodeCode config file down to a python-based Hg hook via the extras p...Vincent Caron
2012-08-31fixed #545, exception during cloning of non-bare repositoriesMarcin Kuzminski
2012-08-22Implemented basic locking functionality.Marcin Kuzminski
2012-08-15use os.environ as a fallback for getting special info from hooks, this will a...Marcin Kuzminski
2012-07-27white space cleanupMarcin Kuzminski
2012-07-26Implementes #509 require SSL flag now works for both git and mercurial.Marcin Kuzminski
2012-07-12fix http NotFound call in pygrackMarcin Kuzminski
2012-07-10reset charset for git rpc cals alsoMarcin Kuzminski
2012-07-10reset response charset to fix Egit/JGit issuesMarcin Kuzminski
2012-07-09Fixed issue with gzipped streams for large git pushes.Marcin Kuzminski
2012-07-01Don't always return action, raise an Exception if we cannot check what the ac...Marcin Kuzminski
2012-06-23fix pygrack call on non-bare reposMarcin Kuzminski
2012-06-21make get_action always return actionMarcin Kuzminski
2012-06-21possible fix for #486 undefined variable usernameMarcin Kuzminski
2012-06-14Fix repo_root for grouped reposhppj
2012-06-06Change git & hg hooks to post. They shouldn't block as they are used just for...Marcin Kuzminski
2012-06-06changed scope of calling EXTENSIONS from rhodecode for githooks to be able to...Marcin Kuzminski
2012-06-06Added handling of git hooks, extract pushed revisions and store them insideMarcin Kuzminski
2012-06-06fix pygrack for non bare git reposMarcin Kuzminski
2012-06-04changed dulwich git interface to gitweb + subprocessioMarcin Kuzminski
2012-05-21comments on git-operations mappMarcin Kuzminski
2012-05-04fixes issue #436 git push errorMarcin Kuzminski
2012-04-26Implemented pull command for remote repos for gitMarcin Kuzminski
2012-04-23white space cleanupMarcin Kuzminski
2012-04-19added emulation of pull hook for git-backend, and dummy git-push hookMarcin Kuzminski
2012-04-17Synced SimpleGitUploadPackHandler with latest dulwich codeMarcin Kuzminski
2012-04-12Added HTTP_X_FORWARDED_FOR as another method of extracting IP for pull/push l...Marcin Kuzminski
2012-03-18Merged in codingtony/rhodecode (pull request #36)Marcin Kuzminski
2012-03-12Making RhodeCode ready for dulwich 0.8.4Tony Bussieres
2012-03-12git+hg middleware do repo verification at earliest possible state, giving 404...Marcin Kuzminski
2012-03-07utils/confMarcin Kuzminski
2012-03-04fixed some unicode problems with waitressMarcin Kuzminski
2012-03-02fixes issue #372Marcin Kuzminski
2012-02-28merge pull request #32 from codingtonyMarcin Kuzminski