summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/build
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Update to JCommander 1.27"James Moger2012-07-111-4/+4
| | | | This reverts commit 479aabd5b8ae6984b8bf4095065c1a1f00ecc71b.
* Update to Groovy 1.8.6James Moger2012-07-111-2/+2
|
* Update to JCommander 1.27James Moger2012-07-111-4/+4
|
* Update to Gson 1.7.2James Moger2012-07-111-4/+4
|
* Update to Lucene 3.6.0James Moger2012-07-111-6/+6
|
* Update to slf4j 1.6.6 and log4j 1.2.17James Moger2012-07-111-11/+11
|
* Update to JGit 2.0.0James Moger2012-07-112-7/+7
|
* Added Ivy 2.2.0 dependency (issue 91)James Moger2012-04-271-0/+6
|
* Change servlet API dependency from Glassfish to official javax.servletJames Moger2012-04-271-5/+5
|
* Rome specifies JDOM 1.0, downgrade JDOM dependency from 1.1 to 1.0James Moger2012-04-271-4/+4
|
* Updated the key generator to build nested key classesJames Moger2012-04-241-52/+123
|
* Rework LDAP implementation with unboundid. Also allows for an LDAP server ↵John Crygier2012-04-101-0/+6
| | | | to be started with Gitblit GO (backed by an LDIF file).
* Update to Wicket 1.4.20James Moger2012-03-231-16/+16
|
* Added Lucene Memory lib dependencyJames Moger2012-03-141-0/+6
|
* Add Lucene Highlighter dependencyJames Moger2012-03-121-0/+7
|
* Update to JGit 1.3.0James Moger2012-02-211-8/+8
|
* Updated MarkdownPapers 1.2.7James Moger2012-02-191-4/+4
|
* Merged issues/lucene branchJames Moger2012-02-191-0/+6
|\
| * Fairly functional Lucene backend for commits, blobs, and issuesJames Moger2012-01-241-0/+6
| |
* | Added AJP connector and some documentation on how to use it (issue 59)James Moger2012-02-091-0/+6
| |
* | Drop -javadoc jar dependencies, they are unnecessaryJames Moger2012-02-021-1/+1
|/
* Update the gh-pages branch on release with the built siteJames Moger2012-01-111-0/+259
|
* Updated to Groovy 1.8.5James Moger2012-01-091-2/+2
|
* Preliminary update to JGit 1.2.0. This will be refined.James Moger2011-12-241-8/+8
|
* Groovy push hooksJames Moger2011-12-161-1/+7
|
* Fix to download percentange calculationJames Moger2011-11-111-1/+1
|
* Updated to Wicket 1.4.19James Moger2011-11-071-12/+12
|
* Updated to MarkdownPapers 1.2.5James Moger2011-11-041-4/+4
|
* More feeds work in ManagerJames Moger2011-10-311-6/+0
|
* Added basic rss subscriptions to ManagerJames Moger2011-10-281-0/+2
|
* Drop SLF4J dependency from ManagerJames Moger2011-10-261-2/+0
|
* Updated to MarkdownPapers 1.2.4.James Moger2011-10-171-6/+16
|
* Documentation for Gitblit Manager.James Moger2011-10-161-10/+7
|
* Localized RPC client using server's resource file.James Moger2011-10-131-0/+8
|
* Merge branch 'master' into rpcJames Moger2011-10-111-4/+4
|\
| * Documentation. Updated to MarkdownPapers 1.2.3.James Moger2011-10-111-4/+4
| |
* | Merge branch 'master' into rpcJames Moger2011-10-101-106/+115
|\|
| * Indicate current page on documentation.James Moger2011-10-091-106/+115
| |
* | Merge branch 'master' into rpcJames Moger2011-10-071-4/+4
|\|
| * Updated servlet-api to 3.0 and ported ServletRequestWrapper (issue 23)James Moger2011-10-071-4/+4
| |
* | New setting to disable RPC administration. Advancing the RPC client.James Moger2011-10-051-1/+18
|/
* Login message option. More Bootstrap updates. All docs converted.James Moger2011-09-301-1/+1
|
* Implemented a Federation Client. Bare clone tweaks. Documentation.James Moger2011-09-261-0/+13
|
* Updated to JGit 1.1.0 and reverse-sort library dependencies.James Moger2011-09-221-8/+8
|
* Implemented Federation Sets. Documentation.James Moger2011-09-141-1/+3
|
* Updated to Wicket 1.4.18.James Moger2011-09-131-16/+16
|
* Largely completed, uber-cool federation feature.James Moger2011-09-121-0/+14
|
* Updated to Markdown Papers 1.1.1James Moger2011-08-061-4/+4
|
* Documentation. Unit testing. Checkstyle. Findbugs.James Moger2011-07-224-20/+54
|
* Rollback to Jetty 7.4.3 for now.James Moger2011-07-211-4/+4
| | | | | | | | | Jetty 7.4.4 introduces a fix to correct url generation. Unfortunately, this "fix" creates a bug for resolving the root page. Evidently the bug may really be in Wicket. Wicket Bug: WICKET-3841 Eclipse Bug: 351199