]> source.dussan.org Git - gitblit.git/commit
Allows integration of GitBlit as plug-in in other projects. 46/head
authorLuca Milanesio <luca.milanesio@gmail.com>
Tue, 14 Aug 2012 07:07:42 +0000 (09:07 +0200)
committerLuca Milanesio <luca@milanesio.org>
Sat, 20 Oct 2012 01:53:24 +0000 (02:53 +0100)
commit85f639aa3eee0b4e02eba20e6a5197b684941544
treeef08a5119540cb7eb7d502a4ae4b40f2cae6be57
parentc658df9e87d65b08d5482cf04489cb0532ff83dd
Allows integration of GitBlit as plug-in in other projects.

There are now three new targets on the ANT build:
- buildJAR: creates a GitBlit JAR including the GitBlit biz logic
- installMaven: install GitBlit JAR as Maven module
- uploadMaven: uploads GitBlit JAR to a Maven repository

Additional extensions have been made to allow:
a) GitBlit to load his resources outside of Wicket domain
b) GitBlit to use an injected UserService
c) Generic authentication of HTTP Request using 3rd party logic
d) Load settings programmatically from an InputStream
e) Use cookie authentication OR generic HTTP Request
   authentication for Wicket pages
f) UserModel with branch-level security logic
.gitignore
build.xml
pom.xml [new file with mode: 0644]
src/com/gitblit/GitBlit.java
src/com/gitblit/models/UserModel.java
src/com/gitblit/wicket/pages/BasePage.java
src/com/gitblit/wicket/pages/RepositoriesPage.java
src/com/gitblit/wicket/pages/RepositoryPage.java
tmplt.pom.xml [new file with mode: 0644]