| Age | Message |
|---|---|
| 1 year 8 months | Write-protect git repository over HTTP! I totally misunderstood the access control mechanism (but it's logical that it behaves the way it does), and so on git projects with "open" source access, repos were write-for-all. This should fix it by enforcing member-or-owner auth for writes. Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> |
| 1 year 8 months | Use idf_exec_prefix when git tools are called |
| 1 year 8 months | Make HTTP auth cover all popular FastCGI workarounds |
| 1 year 8 months | Use REDIRECT_* for FastCGI/PHP Authorization handling |
| 1 year 8 months | Document HTTP repository access for git |
| 1 year 9 months | If necessary, create git repository on first http access |
| 1 year 9 months | Use new semantics for adding an stdin stream to PassThru |
| 1 year 9 months | Stylistic fixes |
| 1 year 9 months | Move http repository access to /r/$project It's a shorter URL and also helps git derive the right name for the clone. |
| 1 year 9 months | Provide http access to git repositories /p/$project/source/repo for git repos now exposes both "dumb" and "smart" http protocol access. |
| 1 year 9 months | Add basic framework for web based repository access /p/$project/source/repo/ is assigned to a method that takes care of providing repository access. For now, this results in an exception on all SCMs. |
| 1 year 9 months | Improve the 'parents' parsing for git and ignore any empty parts;
also react gracefully if we could not parse the parents for some weird reason. |
| 1 year 9 months | Reworked the option / argument handling in the SVN interface to have less code duplication. |
| 1 year 9 months | Dropped a few more not needed files. |
| 1 year 9 months | - Make the SVN test case work without specific test configuration. - Rename the test repo to match the test function so we can create more test repositories for other tests at a later stage. - Remove useless hooks and configs from the repo (they are not used for our specific test and just need memory). - Note the fix for issue 721 in NEWS.mdtext. |
| 1 year 9 months | Make SVN backend more robust The SVN backend failed when trying to access historical information on deleted files. There's also an initial test case for the SVN backend, testing this issue and issue 364, which is about a similar problem for renamed files. Reverting any of these fixes breaks the test. |
| 1 year 9 months | Note the change from issue 716. |
| 1 year 9 months | Merge branch 'feature.content-md5' into develop |
| 1 year 9 months | Provide MD5 value of downloads to HTTP client Content-MD5 is a HTTP header to provide end-to-end integrity checks (see RFC2616, 14.15). This doesn't protect against malicious modifications, but against transmissions errors and storage errors on the server. The change also removes one redirect when downloading files. |
| 1 year 10 months | Merge branch 'develop' of projects.ceondo.com:indefero into develop |
| 1 year 10 months | Fix issue 247 : cron overwrites authorized_keys during cron run |
| 1 year 10 months | Postgres needs a VARCHAR cast, which MySQL doesn't understand, of course. *sigh* |
| 1 year 10 months | Postgres (and probably others as well) needs an explicit char cast. |
| 1 year 10 months | Fix the rendering of issue changes in a mail template and the issue feed fragment. |
| 1 year 10 months | Fixed stupid missing semicolon. |