-
Originally reported on Google Code with ID 520
```
Hello Guys,
i recently discovered Gitblit and the only thing i'd really wish for is an alternative
to gravatar. Best would be an Option for LDAP-Sy…
-
I know there is option to install Azure Domain services (using secure Ldaps) and then connect/sync users by adding realm.authenticationProviders = ldap options in the gitbilt.property;
My question is…
-
![dev gitblit certificate](https://cloud.githubusercontent.com/assets/3098010/12182174/e050525e-b586-11e5-9671-b314e5477b5e.png)
-
```
What steps will reproduce the problem?
1.
/tools/repository/test1.git
/tools/repo/test2.git
2. create a symlink in /tools/repository to the 'other' git repo
cd /tools/repository/
ln -s /tools/re…
-
I set up Gitblit to use the HTTP Header authentication provider and defined a header for the user name. Nginx is set up as reverse proxy and it sets the user name from the certificate.
This works w…
-
```
What steps will reproduce the problem?
1.Set in gitblit.properties git.repositoriesFolder = /path/gitblit_links
1a. and git.searchRepositoriesSubfolders = true
1b. and git.searchRecursionDepth = -…
-
```
It seems Gitblit chokes when a repository it hosts either has no master branch,
or a master branch with no commits. The repository has other branches with
commits, but these commits cannot be vi…
-
Originally reported on Google Code with ID 604
```
What steps will reproduce the problem?
1. Run gitblit GO with http
2. behind a reverse proxy (Apache)
3. configure apache to use https
4. access gi…
-
```
What steps will reproduce the problem?
1. Initialize an object of com.gitblit.client.GitblitClient
and invoke login operation
2. Try to login with invalid credentials
What is the expected output…
-
```
your shell scripts to start and stop gitblit work with a simple sh shell, so
there is no need to force bash. /bin/sh is available on every UNIX and
UNIX-like system, while /bin/bash is not (e.g.…