Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to JGit 3.2.0 | James Moger | 2013-12-20 | 1 | -2/+2 |
| | | | | Change-Id: I77475dedfecbdc7ba3c065886a51b7a70b7ece48 | ||||
* | Support Markdown image links relative to the repository root (issue-324) | James Moger | 2013-12-09 | 1 | -3/+3 |
| | | | | Change-Id: I8bad02b26a20636e4fc3d1f0ab0a16f0bacc7bf1 | ||||
* | Add support for per-repository bugtraq configuration | James Moger | 2013-12-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | Imported the reference implementation contributed by syntevo which is used in their SmartGit product. You may create a bugtraq config section inf your .git/config file OR you may add a .gitbugtraq file to the root of your repository. Example: [bugtraq "issues"] url = http://code.google.com/p/gitblit/issues/detail?id=%BUGID% logRegex = "[Ii]ssue[-#:\\s]{1}\\d+" logRegex1 = "\\d+" [bugtraq "[pullrequests"] url = "https://github.com/gitblit/gitblit/pull/%BUGID%" logRegex = "(?:pull request|pull|pr)\\s*[-#]?([0-9]+)" Change-Id: Iaba305bf4280d08cc4d1abf533c2f1365470a43f | ||||
* | Bump bouncycastle version to 1.49 | David Ostrovsky | 2013-12-02 | 1 | -3/+3 |
| | | | | Change-Id: I0ea81f6c45748af3130721b8f8a7244eac9787fc | ||||
* | Update to Lucene 4.6.0 (pull request #124) | James Moger | 2013-11-29 | 1 | -4/+7 |
| | | | | Change-Id: I21b0daf0550dcc2f12f1712e7b7cf519358a7a1d | ||||
* | Use Dagger to inject managers into all filters and servlets | James Moger | 2013-11-29 | 1 | -73/+82 |
| | | | | Change-Id: I9bb2cc0cbfac9841b13bed15a474fefb24355cd4 | ||||
* | Update to Moxie 0.9.1 | James Moger | 2013-11-29 | 1 | -5/+0 |
| | | | | Change-Id: I8e0479b632af3b5ca809aacf955e4be96822ac2c | ||||
* | Update to Jetty 8.1.13 for Servlet 3 | James Moger | 2013-11-26 | 1 | -73/+73 |
| | | | | Change-Id: If3f30af2ed250968e65cde58bd413213f4d384b1 | ||||
* | Fix NPE when adding a permission without a registrant (issue-344) | James Moger | 2013-11-26 | 1 | -0/+5 |
| | | | | Change-Id: Id6bf070a43072a61a0034bd2d971fc819c9b03e3 | ||||
* | Update Moxie to 0.9.0 | James Moger | 2013-11-19 | 1 | -2/+2 |
| | | | | Change-Id: Ia4c9536282af6df3d9d462946dec1d8112459242 | ||||
* | Add markup support for confluence, mediawiki, textile, trac, and twiki | James Moger | 2013-11-12 | 1 | -0/+6 |
| | | | | Change-Id: I82ef161c6b6956c7b83cd4a1c37627beac6ea75b | ||||
* | Replaced MarkdownPapers with pegdown | James Moger | 2013-10-18 | 1 | -1/+7 |
| | | | | Change-Id: I11eb50ba1ef0bef8ac47bf6f7b17e0f79ecd3f2d | ||||
* | Update to JGit 3.1.0 | James Moger | 2013-10-16 | 1 | -2/+2 |
| | | | | Change-Id: I94d4f6146c79541bf8a36e4c3dca1842e46cddd5 | ||||
* | Updated to Jetty 7.6.13 | James Moger | 2013-10-02 | 1 | -2/+2 |
| | |||||
* | Add commons-io to explicit dependencies. | Florian Zschocke | 2013-08-26 | 1 | -1/+1 |
| | | | | | | Add the commons-io library explicitly to the depencencies. It was already present as a transitive dependency but is now used in code. Using the version 2.2 as that got so far already packaged in ext. | ||||
* | Add an Apache htpasswd user service | Florian Zschocke | 2013-08-12 | 1 | -1/+1 |
| | | | | | | | Add a new class, HtpasswdUserService, which performs authentication against a text file created with the Apache 'htpasswd' program. Added dependency on commons-codec:1.7 | ||||
* | Added PAMUserService for local Linux/Unix/MacOSX account authentication | James Moger | 2013-07-23 | 1 | -0/+1 |
| | |||||
* | Updated to JGit 3.0.0.201306101825-r | James Moger | 2013-06-28 | 1 | -2/+2 |
| | |||||
* | Added WindowsUserService using Waffle | James Moger | 2013-06-20 | 1 | -3/+4 |
| | |||||
* | Generate filterable project/repository list with FreeMarker | James Moger | 2013-06-19 | 1 | -0/+1 |
| | |||||
* | Added support for authenticating against a Salesforce org. | William Whittle | 2013-06-07 | 1 | -0/+3 |
| | |||||
* | Completed migration to JGit 3.0.0-SNAPSHOT | James Moger | 2013-04-15 | 1 | -2/+3 |
| | |||||
* | Restored missing Windows distrib files lost during the refactor | James Moger | 2013-03-28 | 1 | -2/+0 |
| | |||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -48/+54 |
| | | | | | | | | | This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward. | ||||
* | Merged selenium tests from akquinet (pull request #65) | James Moger | 2013-01-23 | 1 | -0/+12 |
| | |||||
* | Update to JGit 2.2.0 | James Moger | 2012-12-22 | 1 | -2/+2 |
| | |||||
* | Update to Jetty 7.6.8 | James Moger | 2012-12-03 | 1 | -2/+2 |
| | |||||
* | Update to MarkdownPapers 1.3.2 | James Moger | 2012-12-03 | 1 | -1/+1 |
| | |||||
* | Added Commons-Compress and XZ for Java (issue-174) | James Moger | 2012-11-30 | 1 | -0/+2 |
| | |||||
* | Added JCalendar 1.3.2 dependency | James Moger | 2012-11-23 | 1 | -0/+1 |
| | |||||
* | Updated to BouncyCastle 1.47 | James Moger | 2012-11-23 | 1 | -2/+3 |
| | |||||
* | Added an IntelliJ module file for fun | James Moger | 2012-10-12 | 1 | -36/+36 |
| | |||||
* | Update to Jetty 7.6.7 | James Moger | 2012-10-10 | 1 | -2/+2 |
| | |||||
* | Exclude hamcrest from builds, change output folders | James Moger | 2012-09-27 | 1 | -2/+2 |
| | |||||
* | Automatically delete obsolete artifacts from ext | James Moger | 2012-09-27 | 1 | -36/+36 |
| | |||||
* | Added Lucene-Queries dependency | James Moger | 2012-09-27 | 1 | -1/+1 |
| | |||||
* | Reorganize .classpath | James Moger | 2012-09-27 | 1 | -33/+34 |
| | |||||
* | Updated to JUnit 4.10 | James Moger | 2012-09-27 | 1 | -1/+1 |
| | |||||
* | Updated to Lucene 3.6.1 | James Moger | 2012-09-27 | 1 | -3/+3 |
| | |||||
* | Added Hamcrest-Core (JUnit) and Jakarta-Regexp (Lucene Memory) | James Moger | 2012-09-27 | 1 | -0/+2 |
| | |||||
* | Updated to Wicket 1.4.21 | James Moger | 2012-09-27 | 1 | -4/+4 |
| | |||||
* | Updated to Groovy 1.8.8 | James Moger | 2012-09-27 | 1 | -1/+1 |
| | |||||
* | Updated to JGit 2.1.0.201209190230-r | James Moger | 2012-09-27 | 1 | -2/+2 |
| | |||||
* | Move -source jars into ext/src | James Moger | 2012-09-21 | 1 | -27/+27 |
| | |||||
* | Updated classpath for Jetty 7.6.5 | James Moger | 2012-09-07 | 1 | -2/+2 |
| | |||||
* | Revert "Update to JCommander 1.27" | James Moger | 2012-07-11 | 1 | -1/+1 |
| | | | | This reverts commit 479aabd5b8ae6984b8bf4095065c1a1f00ecc71b. | ||||
* | Update to Groovy 1.8.6 | James Moger | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Update to JCommander 1.27 | James Moger | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Update to Gson 1.7.2 | James Moger | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Update to Lucene 3.6.0 | James Moger | 2012-07-11 | 1 | -3/+3 |
| |