NOTICE | ●●●●● patch | view | raw | blame | history | |
releases.moxie | ●●●●● patch | view | raw | blame | history | |
src/site/design.mkd | ●●●●● patch | view | raw | blame | history | |
src/site/faq.mkd | ●●●●● patch | view | raw | blame | history | |
src/site/features.mkd | ●●●●● patch | view | raw | blame | history |
NOTICE
@@ -343,3 +343,18 @@ http://humblesoftware.com/flotr2 --------------------------------------------------------------------------- Mina SSHD --------------------------------------------------------------------------- Mina SSHD, release under the Apache License 2.0 https://mina.apache.org --------------------------------------------------------------------------- pf4j --------------------------------------------------------------------------- pf4j, release under the Apache License 2.0 https://github.com/decebals/pf4j releases.moxie
@@ -30,6 +30,8 @@ dependencyChanges: - args4j 2.0.26 - JGit 3.3.1 - Mina SSHD 0.10.1 - pf4j 0.6 contributors: - James Moger - David Ostrovsky src/site/design.mkd
@@ -55,6 +55,8 @@ - [commons-codec](http://commons.apache.org/proper/commons-codec) (Apache 2.0) - [pegdown](https://github.com/sirthias/pegdown) (Apache 2.0) - [jedis](https://github.com/xetorthio/jedis) (MIT) - [Mina SSHD](https://mina.apache.org) (Apache 2.0) - [pf4j](https://github.com/decebals/pf4j) (Apache 2.0) ### Other Build Dependencies - [Fancybox image viewer](http://fancybox.net) (MIT and GPL dual-licensed) src/site/faq.mkd
@@ -111,7 +111,7 @@ Care must be taken to preserve the relationship between user roles and repository names.<br/>Please see the *User Roles* section of the [setup](/setup.html) page for details. ### Can I restrict access to branches or paths within a repository? No, not out-of-the-box. Access restrictions apply to the repository as a whole. No, not yet. Access restrictions apply to the repository as a whole. Gitblit's simple authentication and authorization mechanism can be used to facilitate one or more of the [workflows outlined here](http://progit.org/book/ch5-1.html). @@ -121,10 +121,6 @@ ### Can I authenticate users against XYZ? Yes. The user service is pluggable. You may write your own complete user service by implementing the *com.gitblit.IUserService* interface. Or you may subclass *com.gitblit.GitblitUserService* and override just the authentication. Set the fully qualified classname as the *realm.userService* property. ### Why doesn't Gitblit support SSH? It will. This feature is in development and should land in the 1.5.0 release. ### What types of Search does Gitblit support? src/site/features.mkd
@@ -1,6 +1,7 @@ ## Standard Features (GO/WAR) - JGit http/https SmartHTTP servlet - JGit git protocol daemon - Integrated JGit http/https SmartHTTP servlet - Integrated JGit git protocol daemon - Integrated Mina SSHD daemon - Optional feature to allow users to create personal repositories - Optional feature to fork a repository to a personal repository - Optional feature to create a repository on push @@ -77,7 +78,6 @@ - Built-in AJP connector for Apache httpd ## Limitations - HTTP/HTTPS/GIT are the only supported Git protocols (SSH is in progress, ticket-6) - Built-in access controls are not branch-based, they are repository-based. [jgit]: http://eclipse.org/jgit "Eclipse JGit Site"