Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Simplify RefModel dates | James Moger | 2015-09-18 | 1 | -6/+1 | |
| | | ||||||
* | | Use author date to be consistent with other tools (fixes #919) | James Moger | 2015-09-18 | 7 | -11/+14 | |
| | | ||||||
* | | Update to SSHD 1.0.0 | James Moger | 2015-09-18 | 10 | -46/+192 | |
| | | ||||||
* | | Update to Pegdown 1.5.0 | James Moger | 2015-09-18 | 1 | -1/+2 | |
| | | ||||||
* | | Revert "Merge pull request #915 from lucamilanesio/lucene-5.2.1" | James Moger | 2015-09-18 | 2 | -26/+26 | |
| | | | | | | | | | | This reverts commit 55c385e96e6594ec1ac3b5cd41ccd2df6048b696, reversing changes made to 61bb29d492ca9c34471ec0a119d1445ccde086e9. | |||||
* | | Bump to Lucene 5.2.1 | Luca Milanesio | 2015-09-09 | 2 | -26/+26 | |
| | | ||||||
* | | Merge pull request #296 from Enrico204/develop | James Moger | 2015-08-10 | 1 | -1/+1 | |
|\ \ | | | | | | | Added better logging for fail2ban | |||||
| * | | Added better logging for fail2ban | Enrico204 | 2015-08-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add traditional Chinese language choice | James Moger | 2015-08-07 | 1 | -1/+2 | |
| | | | ||||||
* | | | 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 | |
| |/ | ||||||
* / | 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 | 4 | -30/+49 | |
|\ \ | | | | | | | allow internal privilege evaluation external URLs | |||||
| * | | allow advertising gitblit privileges for external URLs | Joel Johnson | 2015-07-01 | 4 | -30/+49 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+1 | |
|\ \ | | | | | | | provide spacing on the projects page listing | |||||
| * | | provide spacing on the projects page listing | Joel Johnson | 2015-07-02 | 1 | -1/+1 | |
| |/ | | | | | | | | | | | | | | | | | | | 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. | |||||
* / | 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 #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 | 1 | -1/+1 | |
|\ \ | | | | | | | typo fixes | |||||
| * | | typo: instantiate log message | Joel Johnson | 2015-06-29 | 1 | -1/+1 | |
| |/ | ||||||
* / | use JEE 3.0 to allow cookie session tracking | Joel Johnson | 2015-06-29 | 1 | -2/+5 | |
|/ | ||||||
* | Renamed ssh.Display(Host|Port) to ssh.Advertised(Host|Port) | James Moger | 2015-06-15 | 4 | -17/+17 | |
| | ||||||
* | Added git.sshDisplay{Port|Host} to hide port forward. | Morten Bøgeskov | 2015-06-15 | 4 | -12/+37 | |
| | | | | | | 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 | 20 | -39/+166 | |
|\ | ||||||
| * | Revised AvatarGenerator to be injectable | James Moger | 2015-06-15 | 8 | -54/+92 | |
| | | ||||||
| * | First draft for a customized avatar image | Fabrice Bacchella | 2015-06-15 | 19 | -40/+129 | |
| | | ||||||
* | | Merged #257 "Bump to JGit 4.0.0" | James Moger | 2015-06-15 | 9 | -32/+32 | |
|\ \ | ||||||
| * | | Bump to JGit 4.0.0 | Luca Milanesio | 2015-06-12 | 9 | -32/+32 | |
| |/ | | | | | | | | | JGit 4.0.0 fixes a memory leak but introduces a non-compatible change for closing the RevWalk: before it was release() but now is close() | |||||
* / | allow configuring of internal URLs offered | Joel Johnson | 2015-06-12 | 1 | -3/+6 | |
|/ | ||||||
* | Merged #57 "My Tickets needs a repository filter" | James Moger | 2015-05-27 | 2 | -352/+446 | |
|\ | ||||||
| * | Applied changes according to code review comments. | Eddy Young | 2015-05-23 | 1 | -15/+10 | |
| | | | | | | | | Removed default "watchedby" filter so that the default now includes "createdby", "responsible", watchedby" and "mention" | |||||
| * | Changed the repository filter options to those related to the tickets owned ↵ | Eddy Young | 2015-05-22 | 1 | -378/+418 | |
| | | | | | | | | | | | | by the user. Also, minor refactoring to avoid code duplication. | |||||
| * | Replaced repository name as search criterion with repository id | Eddy Young | 2015-05-22 | 1 | -30/+29 | |
| | | ||||||
| * | Merge branch 'develop' into ticket-57_develop | Eddy Young | 2015-05-22 | 4 | -1/+180 | |
| |\ | ||||||
| * \ | Implemented ticket-57 | Eddy Young | 2015-05-19 | 2 | -10/+70 | |
| |\ \ | ||||||
| | * | | Implemented filtering by repository for the My Tickets page | Eddy Young | 2015-05-19 | 1 | -9/+12 | |
| | | | | ||||||
| | * | | More changes | Eddy Young | 2015-05-19 | 2 | -5/+7 | |
| | | | | ||||||
| | * | | Initial changes for ticket-57 | Eddy Young | 2015-05-18 | 2 | -10/+64 | |
| | | | | | | | | | | | | | | | | Added tags to .gitignore | |||||
* | | | | Merged #255 "Invalid kerberos patches, works now and with a test." | James Moger | 2015-05-27 | 5 | -1/+97 | |
|\ \ \ \ | ||||||
| * | | | | Invalid kerberos patches, works now and with a test. | Fabrice Bacchella | 2015-05-26 | 5 | -1/+97 | |
| | | | | | ||||||
* | | | | | Two slight improvement for custom UserService: | Fabrice Bacchella | 2015-05-26 | 1 | -2/+4 | |
|/ / / / | | | | | | | | | | | | | | | | | - try userRealm as a file only if class is not found, other exeptions are real error - log userService only after setup, for better logging, as it can use gitblit.properties for custom .toString |