Commit message Age Author Refs
r581:5c1ed3a7
vcs: Move VCSMiddleware up to pyramid layer as wrapper around pylons app. The VCSMiddleware is now moved to the pyramid layer and acts as a fallback if pyramid does not find a view to handle the request.
Martin Bornhold
0
r580:b2c504de
config: Move initial repo scan up to the pyramid layer. It is now subscribed to the ApplicationCreated event from pyramid.
Martin Bornhold
0
r579:ecb16d2d
vcs: Retrieve base path and realm with new helper methods.
Martin Bornhold
0
r578:1f68e5aa
js-log: logger doesn't have warning(), just warn().
0
r577:a8687552
static: use static_path instead of static_url to account for http vs https
dan
0
r576:ffa50597
celery: create custom celery task class which loads context/threadlocals of the original request required for tasks like create_repo which needs to generate a url after the repo is created. fixes #4139
dan
0
r575:ec0a2507
jsonalchemy: add pickle support to mutation dict so that json setting values can be pickled and passed to celery tasks
dan
0
r574:0b49cf74
svn: Add rhodecode realm to subversion configuration generation.
Martin Bornhold
0
r573:7ad65159
svn: Set authentication realm to None in apache config template Inside of the vcs middlewares we are using the empty string as authentication realm for HTTP basic auth. Because we are proxy the requestst between svn client and mod_dav_svn wen have to use the same authentication relam in mod_dav_svn and vcs middleware. Otherwise auth is impossible because of mismatching realms.
Martin Bornhold
0
r572:a3054906
svn: Adapt tests to recent changes in implementation.
Martin Bornhold
0
< 1 .. 475 476 477 478 479 .. 535 >