diff options
author | James Moger <james.moger@gitblit.com> | 2013-06-20 17:31:41 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-06-20 17:31:41 -0400 |
commit | 73c76b8f7ecaa43c7b5d60ade1c2273af525e8f1 (patch) | |
tree | e06fbbd2ebdb38f1ca93799b861361d3fbcf8f60 /src/site | |
parent | be2d71efb0f369ed05d87b556ac543435d30f6bf (diff) | |
download | gitblit-73c76b8f7ecaa43c7b5d60ade1c2273af525e8f1.tar.gz gitblit-73c76b8f7ecaa43c7b5d60ade1c2273af525e8f1.zip |
Added WindowsUserService using Waffle
Diffstat (limited to 'src/site')
-rw-r--r-- | src/site/design.mkd | 3 | ||||
-rw-r--r-- | src/site/features.mkd | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/site/design.mkd b/src/site/design.mkd index 7171197c..85c3fe2d 100644 --- a/src/site/design.mkd +++ b/src/site/design.mkd @@ -48,6 +48,9 @@ The following dependencies are automatically downloaded by Gitblit GO (or alread - [Commons-Compress](http://commons.apache.org/compress) (Apache 2.0)
- [XZ for Java](http://tukaani.org/xz/java.html) (Public Domain)
- [FreeMarker](http://www.freemarker.org) (modified BSD)
+- [Waffle](http://dblock.github.io/waffle) (EPL 1.0)
+- [JNA](https://github.com/twall/jna) (LGPL 2.1)
+- [Guava](https://code.google.com/p/guava-libraries) (Apache 2.0)
### Other Build Dependencies
- [Fancybox image viewer](http://fancybox.net) (MIT and GPL dual-licensed)
diff --git a/src/site/features.mkd b/src/site/features.mkd index fd89ad87..b9b44a52 100644 --- a/src/site/features.mkd +++ b/src/site/features.mkd @@ -36,6 +36,7 @@ - LDAP authentication and optional LDAP-controlled Team memberships
- Redmine authentication
- Salesforce.com authentication
+- Windows authentication
- Gravatar integration
- Git-notes display support
- Submodule support
|