aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fixed a few mistypesHEADcgit-supportdakkar2009-01-17
|
* patch from lu_zero, for cgit groupsdakkar2009-01-17
|
* added support for cgit (tested)Gianni Ceccarelli2009-01-15
|
* Handle git-1.6 which installs example hooks with .sample as a suffix so they ↵gentooRobin H. Johnson2008-10-28
| | | | do not run.
* Merge branch 'upstream' into gentooRobin H. Johnson2008-10-28
|\ | | | | | | | | | | | | | | Conflicts: gitosis/run_hook.py gitosis/serve.py gitosis/test/test_run_hook.py gitosis/test/test_serve.py
| * Use "git shell" instead of "git-shell", for compatibility with git 1.6.Tommi Virtanen2008-08-25
| |
| * Add a MANIFEST.in to please setuptools sdist.Tommi Virtanen2008-07-30
| |
| * Accept "git upload-pack" etc, for future compatibility.Tommi Virtanen2008-06-26
| |
| * Understand the popular gitosis.conf typo "writeable".Tommi Virtanen2008-04-19
| | | | | | | | Log a warning still, don't want that to get too common.
| * Show how group sections in config can be used in example.conf.Tommi Virtanen2008-04-15
| |
| * Allow absolute paths in repo paths, treat them as relative.Tommi Virtanen2008-03-19
| | | | | | | | | | | | | | As the only convenient way to use non-standard SSH ports with git is via the ssh://user@host:port/path syntax, and that syntax forces absolute urls, just force convert absolute paths to relative paths; you'll never really want absolute paths via gitosis, anyway.
| * Make serve acceptable path unit tests more careful.Tommi Virtanen2008-03-19
| | | | | | | | | | Tests used to trigger the wanted security exception merely by being unquoted, that's not good enough.
| * Test that incoming paths cannot contain /../Tommi Virtanen2008-03-19
| |
| * Show alternate gitweb.conf access control config.Tommi Virtanen2008-02-19
| |
| * State that sharing user accounts for two uses is advanced usage.Tommi Virtanen2008-02-16
| |
| * Add mod_redirect to lighttpd example config snippet.Tommi Virtanen2008-02-05
| |
| * Fix bug where members=@all didn't actually give access.Tommi Virtanen2008-01-17
| |
| * Fix typo that made push fail in writeAuthorizedKeys.Tommi Virtanen2007-12-31
| |
| * Make post-update hook reload config after writing it out.Tommi Virtanen2007-12-31
| | | | | | | | | | | | | | | | | | Without this, any changes to repository settings would only be applied after one extra (non-empty) push. Add unit test coverage for the post-update hook. Make SSH authorized_keys path configurable, mostly for unit tests.
| * Allow using fast_import for more than initial commit.Tommi Virtanen2007-12-31
| |
| * Don't always init repository when doing fast-import.Tommi Virtanen2007-12-31
| |
* | Fixup whitespace.Robin H. Johnson2008-07-11
| |
* | Ignore some useless lines.Robin H. Johnson2008-07-11
| |
* | Avoid trailing whitespace messing up the keyname.Robin H. Johnson2008-02-03
| |
* | Use a valid algo typo for ssh.Robin H. Johnson2008-01-22
| |
* | Need config for repo init.Robin H. Johnson2008-01-22
| |
* | Include the from option in ssh keys for security where desired by users.Robin H. Johnson2008-01-22
| |
* | Remove old comment.Robin H. Johnson2008-01-22
| |
* | Fix typo that made push fail in writeAuthorizedKeys.Tommi Virtanen2008-01-22
| |
* | Make post-update hook reload config after writing it out.Tommi Virtanen2008-01-22
| | | | | | | | | | | | | | | | | | Without this, any changes to repository settings would only be applied after one extra (non-empty) push. Add unit test coverage for the post-update hook. Make SSH authorized_keys path configurable, mostly for unit tests.
* | Allow using fast_import for more than initial commit.Tommi Virtanen2008-01-22
| |
* | Don't always init repository when doing fast-import.Tommi Virtanen2008-01-22
| |
* | Make sure the test input is actually a string and not an integer, just like ↵Robin H. Johnson2008-01-22
| | | | | | | | it will be in the config.
* | Remember to convert string to integer as octal for making directories.Robin H. Johnson2008-01-03
| |
* | Add debug to serve.serveRobin H. Johnson2007-12-28
| |
* | Allow some slashes, to provide support for git+ssh:// URLs that always have ↵Robin H. Johnson2007-12-28
| | | | | | | | a leading slash.
* | Add testcode for gitosis.dirmode setting.Robin H. Johnson2007-12-28
| |
* | Add support for custom perms during repo creation.Robin H. Johnson2007-12-28
| |
* | Remove old extract_user function, replaced by username property of ↵Robin H. Johnson2007-12-24
| | | | | | | | SSHPublicKey class.
* | Try to fix the @all problem.Robin H. Johnson2007-12-24
| |
* | Improve default config stuff.Robin H. Johnson2007-12-24
| |
* | Add utility function for default access to config.Robin H. Johnson2007-12-24
| |
* | Use correct configparser for test.Robin H. Johnson2007-12-24
| |
* | Use the new GitosisRawConfigParser.Robin H. Johnson2007-12-24
| |
* | Use a custom RawConfigParser config implementation, with a special order for ↵Robin H. Johnson2007-12-24
| | | | | | | | the keys.
* | Renable test.Robin H. Johnson2007-12-24
| |
* | Use an already existing config file is passed to gitosis-init.Robin H. Johnson2007-12-24
| |
* | Since we do not write raw anymore, we do not know that the gitosis section ↵Robin H. Johnson2007-12-24
| | | | | | | | is always first.
* | Support filename for input.Robin H. Johnson2007-12-24
| |
* | ssh-dsa is the actual correct name, but SSH accepts ssh-dss as an alias.Robin H. Johnson2007-12-24
| |