Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to SSHD 1.0.0 | James Moger | 2015-09-18 | 15 | -59/+205 |
| | |||||
* | Update to BouncyCastle 1.52 | James Moger | 2015-09-18 | 3 | -13/+13 |
| | |||||
* | Update to Groovy 2.4.4 | James Moger | 2015-09-18 | 3 | -5/+5 |
| | |||||
* | Update to Wicket 1.4.22 | James Moger | 2015-09-18 | 3 | -13/+13 |
| | |||||
* | Update to SLF4J 1.7.12 | James Moger | 2015-09-18 | 3 | -9/+9 |
| | |||||
* | Update to Pegdown 1.5.0 | James Moger | 2015-09-18 | 4 | -30/+31 |
| | |||||
* | Revert "Merge pull request #915 from lucamilanesio/lucene-5.2.1" | James Moger | 2015-09-18 | 5 | -79/+55 |
| | | | | | This reverts commit 55c385e96e6594ec1ac3b5cd41ccd2df6048b696, reversing changes made to 61bb29d492ca9c34471ec0a119d1445ccde086e9. | ||||
* | Merge pull request #915 from lucamilanesio/lucene-5.2.1 | James Moger | 2015-09-15 | 5 | -55/+79 |
|\ | | | | | Bump to Lucene 5.2.1 | ||||
| * | Bump to Lucene 5.2.1 | Luca Milanesio | 2015-09-09 | 5 | -55/+79 |
|/ | |||||
* | Update IDE files and gitignore | James Moger | 2015-09-01 | 3 | -10/+9 |
| | |||||
* | Fix #909: Add missing SLFJ dependencies in Manager build | James Moger | 2015-09-01 | 1 | -3/+3 |
| | |||||
* | Removed GoogleCode reference from README | James Moger | 2015-08-12 | 1 | -1/+0 |
| | |||||
* | Merge pull request #296 from Enrico204/develop | James Moger | 2015-08-10 | 3 | -1/+22 |
|\ | | | | | Added better logging for fail2ban | ||||
| * | Added better logging for fail2ban | Enrico204 | 2015-08-10 | 3 | -1/+22 |
| | | |||||
* | | Add traditional Chinese language choice | James Moger | 2015-08-07 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #294 from willyann/develop | James Moger | 2015-08-07 | 3 | -0/+772 |
|\ \ | |/ |/| | Add traditional Chinese translation | ||||
| * | minor translation | william | 2015-08-05 | 1 | -702/+702 |
| | | |||||
| * | trandition chinese translation | william | 2015-08-05 | 3 | -0/+772 |
|/ | | | | it's for zh_TW(Taiwan) | ||||
* | Merge pull request #283 from mrjoel/mrjoel-fixuserfeedlink | James Moger | 2015-07-30 | 1 | -1/+2 |
|\ | | | | | fix feed link from user's repository page | ||||
| * | fix feed link from user's repository page | Joel Johnson | 2015-07-14 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #291 from plamentotev/patch-1 | James Moger | 2015-07-30 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix tags not properly indexed in Lucene | ||||
| * | Fix tags not properly indexed in Lucene | Plamen Totev | 2015-07-12 | 1 | -1/+1 |
|/ | | | | | All tags that reference to particular object are stored in a list within a map. There is a if statement that inits empty list when there are not references to the current object yet, but the boolean expression checks for the wrong value. | ||||
* | Merge pull request #287 from mrjoel/mrjoel-sortprojectlist | James Moger | 2015-07-08 | 1 | -0/+2 |
|\ | | | | | sort projects displayed on projects page | ||||
| * | sort projects displayed on projects page | Joel Johnson | 2015-07-02 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #284 from mrjoel/mrjoel-useshortrefs | James Moger | 2015-07-04 | 2 | -18/+14 |
|\ \ | | | | | | | prefer shortened refs for cleaner/shorter URLs | ||||
| * | | prefer shortened refs for cleaner/shorter URLs | Joel Johnson | 2015-07-01 | 2 | -18/+14 |
| |/ | |||||
* | | Merge pull request #281 from mrjoel/mrjoel-ticketswithexternalurl | James Moger | 2015-07-04 | 5 | -30/+63 |
|\ \ | | | | | | | allow internal privilege evaluation external URLs | ||||
| * | | allow advertising gitblit privileges for external URLs | Joel Johnson | 2015-07-01 | 5 | -30/+63 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit c20191fc0931a19bec0df1ab2b56f287e5d8b7c7 enabled support for hiding internal URLs, but didn't consider that it broke the evaluation of permissions (used for tickets, etc.), and caused a NPE on repoUrl.permission when trying to view the TicketPage. With all internal mechanisms disabled, it would result in the first URL being external with unknown permissions. This adds an option to use internal permissions even for external URLs. Note that this does not grant any additional permissions, but does offer the option to have gitblit advertise the full set of what is allowed, even if the external URL imposes additional restrictions. | ||||
* | | Merge pull request #286 from mrjoel/mrjoel-projectlistcss | James Moger | 2015-07-04 | 2 | -2/+6 |
|\ \ | | | | | | | provide spacing on the projects page listing | ||||
| * | | provide spacing on the projects page listing | Joel Johnson | 2015-07-02 | 2 | -2/+6 |
| |/ | | | | | | | | | | | | | | | | | | | The projects page was showing the project listing directly under the navbar with no spacing. This adds spacing to have the elements offset. The table is showing using the common "repositories" class, however it can't be changed directly since several other table displays use the same class, and have adequate top margin spacing. We create a new class for the one-off use on the projects page. | ||||
* | | Merge pull request #289 from mrjoel/mrjoel-typos | James Moger | 2015-07-04 | 1 | -1/+1 |
|\ \ | |/ |/| | fix comment typo | ||||
| * | fix comment typo | Joel Johnson | 2015-07-01 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #282 from mrjoel/mrjoel-fixhttpurlperms | James Moger | 2015-06-30 | 1 | -2/+3 |
|\ | | | | | fix permission capping for HTTP/HTTPS | ||||
| * | fix permission capping for HTTP/HTTPS | Joel Johnson | 2015-06-30 | 1 | -2/+3 |
| | | | | | | | | | | | | Previously used request scheme, but request scheme is unrelated to the URL being generated. Instead, base the permission capping on the scheme of the URL itself. | ||||
* | | Merge pull request #278 from mrjoel/mrjoel-addversiontojarfilename | James Moger | 2015-06-30 | 1 | -1/+1 |
|\ \ | | | | | | | Add version number to WAR jar filename | ||||
| * | | add version number to built jar files | Joel Johnson | 2015-06-29 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #277 from mrjoel/mrjoel-serverNPEfix | James Moger | 2015-06-30 | 1 | -16/+19 |
|\ \ | | | | | | | NPE server fix | ||||
| * | | if failed to bind to port, don't use socket | Joel Johnson | 2015-06-29 | 1 | -16/+19 |
| |/ | |||||
* | | Merge pull request #276 from mrjoel/mrjoel-typofixes | James Moger | 2015-06-30 | 2 | -2/+2 |
|\ \ | | | | | | | typo fixes | ||||
| * | | typo: instantiate log message | Joel Johnson | 2015-06-29 | 1 | -1/+1 |
| | | | |||||
| * | | typo: site ticket documentation | Joel Johnson | 2015-06-29 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #275 from mrjoel/mrjoel-cookiesession3.0 | James Moger | 2015-06-30 | 1 | -2/+5 |
|\ \ | |/ |/| | use JEE 3.0 to allow cookie session tracking | ||||
| * | use JEE 3.0 to allow cookie session tracking | Joel Johnson | 2015-06-29 | 1 | -2/+5 |
|/ | |||||
* | Update to JGit 4.0.1 | James Moger | 2015-06-28 | 1 | -1/+1 |
| | |||||
* | Merged #259 "Allow custom host & port specification for advertised SSH urls" | James Moger | 2015-06-15 | 5 | -20/+57 |
|\ | |||||
| * | Renamed ssh.Display(Host|Port) to ssh.Advertised(Host|Port) | James Moger | 2015-06-15 | 5 | -19/+19 |
| | | |||||
| * | Added git.sshDisplay{Port|Host} to hide port forward. | Morten Bøgeskov | 2015-06-15 | 5 | -12/+49 |
|/ | | | | | | Running gitblit in a container it's easy to expose the ssh on the default port. Using git.sshDisplayPort/git.sshDisplayHost you can expose the forwarded address as the official location. | ||||
* | Merged #258 "Create an avatar provider that defaults to Gravatar" | James Moger | 2015-06-15 | 23 | -40/+247 |
|\ | |||||
| * | Revised AvatarGenerator to be injectable | James Moger | 2015-06-15 | 11 | -108/+142 |
| | | |||||
| * | First draft for a customized avatar image | Fabrice Bacchella | 2015-06-15 | 21 | -40/+213 |
| | |