6bbb71b52f053c148669e5b128e236781150da1f |
|
07-Jan-2016 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Add setting for git_ssh path. |
60921b2448bf638cb950a3a18f5f7d4508436143 |
|
27-Apr-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Use symlink_path in GitShell
This is where the symlinked repos are stored. Before, the `@repos_path`
was a symlink in the filesystem to the `symlink_path`. Now we directly
use that path. |
49080449843c799aeaecd76f2876f0f838cf1e4e |
|
08-May-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
refer to wiki page on git/ssh access denied. |
f35e888435be4e803bf73937cb5f173050a172e6 |
|
08-May-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
use STDERR consistently across git shell. |
afb19cddf7fe560b1d75716742176e3202c5a6ba |
|
28-Apr-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
fix maintenance mode for git
Ontohub::Application is not available in git mode,
as we do not preload the whole rails environment.
To get to related settings one needs the assume this:
Ontohub::Application.config ~= Settings. |
c34c9ede6e91863fb4e12c729d20b7941a972e18 |
|
14-Mar-2014 |
Julian Kornberger <juliank@tzi.de> |
Maintenance mode for Ontohub
Added capistrano tasks to disable the web interface and the Git shell for maintenance. |
682bdd57efa49f34f6ce02797b2e3697be09b08d |
|
09-Dec-2013 |
Tim Reddehase <robustus@rightsrestricted.com> |
use git_home instead of git_root
git_root is the actual directory where the bare
git repositories are stored. git_home is the directory
with the bare-git-repo symlinks, which are named
after the name of the repository instead of its id.
Also use the symlink-dir to get to the repositories. |
1de8dcc1c604f31a2e2a0bced7bbf8e74d393fa5 |
|
31-Oct-2013 |
Tim Reddehase <robustus@rightsrestricted.com> |
Remove unnecessary OntohubConfig and refactor. |
b27c7f227c8516589a2bd127c0f74338cf56f0b2 |
|
28-Oct-2013 |
Julian Kornberger <juliank@tzi.de> |
One step more towards SSH access |
14f706218eebe247895e08b6b2bad34d66baa4b6 |
|
27-Oct-2013 |
Tim Reddehase <robustus@rightsrestricted.com> |
refactor naming of git-shell parameters. |
b7f9db49a6db23c307613e01f08cdf302412563c |
|
27-Oct-2013 |
Tim Reddehase <robustus@rightsrestricted.com> |
remove missing actions and adjust url for git-ssh. |
201b0ddea98c2d94d56d85d8f09d3ae7c8b87060 |
|
27-Oct-2013 |
Tim Reddehase <robustus@rightsrestricted.com> |
Adjust git-ssh settings to current config. |
c211711d5bdfe0a7fc95f3db09375c4376667cd4 |
|
11-Oct-2013 |
Tim Reddehase <robustus@rightsrestricted.com> |
modify gitshell to query our sshaccess controller. |
c3a6c336056933aaedbf12520434a95a9ce1ea5c |
|
15-Aug-2013 |
Julian Kornberger <juliank@tzi.de> |
git shell and git hooks added |