| Commit message (Expand) | Author | Age | Files | Lines |
* | Add circular dependency check for tickets,ticket/235 | Zsombor Gegesy | 2014-12-09 | 3 | -18/+67 |
* | Add dependency to the lucene index, and display reverse dependant tickets for... | Zsombor Gegesy | 2014-12-09 | 5 | -1/+23 |
* | Add 'dependency' to the ticket model and to the ui, with editing possibility ... | Zsombor Gegesy | 2014-12-08 | 10 | -2/+186 |
* | Merged #228 "Add support for configurable HTTP proxy host/port in PluginManag... | James Moger | 2014-12-03 | 2 | -2/+26 |
|\ |
|
| * | Add support for specifying the `Proxy-Authorization` header for the PluginMan... | James Moger | 2014-12-03 | 2 | -2/+8 |
| * | Add support for configurable HTTP proxy host/port in PluginManager.java | Dariusz Bywalec | 2014-12-02 | 2 | -1/+19 |
* | | Merged #227 "Small adjustments to allow integration with Gerrit Code Review" | James Moger | 2014-12-03 | 3 | -5/+9 |
|\ \ |
|
| * | | Use startManager(X) from startManager(Injector, Class) | James Moger | 2014-12-03 | 1 | -3/+1 |
| * | | Allow different aspect rations for top-left logo | Luca Milanesio | 2014-11-29 | 2 | -2/+2 |
| * | | Allows starting an already instantiated manager | Luca Milanesio | 2014-11-29 | 1 | -0/+6 |
| |/ |
|
* / | Added a new property: web.displayUserPanel | Jan Å mucr | 2014-11-27 | 2 | -1/+8 |
|/ |
|
* | Fix regression in BasePage due to changes in page construction for bottom scr... | James Moger | 2014-11-25 | 1 | -20/+19 |
* | Add .bat and .cmd to the pretty print extensions | James Moger | 2014-11-24 | 1 | -1/+1 |
* | Ensure that pretty-printed files are served as text/plain in Raw servlet | James Moger | 2014-11-24 | 1 | -3/+12 |
* | Fix time units in ldap sync log message | James Moger | 2014-11-24 | 1 | -1/+2 |
* | Extract WAR data resources if they do not exist in ${baseFolder} | James Moger | 2014-11-24 | 1 | -4/+2 |
* | Revise severity & priority permissions | James Moger | 2014-11-20 | 4 | -24/+35 |
* | Usability bug fix | Tom | 2014-11-19 | 1 | -2/+20 |
* | Add support for image/svg+xml content type to raw servlet | James Moger | 2014-11-19 | 2 | -4/+11 |
* | Add a blink comparator and pixel difference to image diffs | Tom | 2014-11-19 | 11 | -16/+115 |
* | IE < 10 does not support gradients. | Tom | 2014-11-17 | 1 | -15/+25 |
* | Make the sliders clickable. | Tom | 2014-11-15 | 1 | -17/+61 |
* | Minor corrections in Javascript | Tom | 2014-11-15 | 1 | -6/+7 |
* | Javascript-based sliders styled with CSS | Tom | 2014-11-14 | 3 | -90/+233 |
* | Fix that opacity slider | Tom | 2014-11-13 | 3 | -24/+48 |
* | Typo in comment, and optional semicolon in JS | Tom | 2014-11-13 | 2 | -2/+2 |
* | Opacity adjustments for image diffs | Tom | 2014-11-12 | 7 | -4/+80 |
* | HTML bug fix on the blob page | Tom | 2014-11-12 | 2 | -3/+4 |
* | Support for adding bottom scripts | Tom | 2014-11-12 | 2 | -0/+40 |
* | Image diffs | Tom | 2014-11-11 | 8 | -25/+477 |
* | Merge branch 'ticket/221' into develop | James Moger | 2014-11-10 | 1 | -1/+1 |
|\ |
|
| * | Update GitBlitWebApp_nl.properties | larsmaes | 2014-11-06 | 1 | -1/+1 |
| * | Exclude SSLv3 from Gitblit GO https protocols | James Moger | 2014-11-04 | 1 | -0/+1 |
| * | Whitelist the "target" link attribute in the XSS filter | James Moger | 2014-11-04 | 1 | -1/+1 |
| * | Fix PluginManager not properly respecting --noverify | James Moger | 2014-10-27 | 1 | -0/+4 |
* | | Add min-width in .diff-line CSS | Tom | 2014-11-06 | 1 | -0/+1 |
* | | Fix a copy/paste error in a comment. | Tom | 2014-11-06 | 1 | -3/+3 |
* | | CSS changes. | Tom | 2014-11-06 | 2 | -6/+6 |
* | | More diff page improvements | Tom | 2014-11-06 | 6 | -53/+37 |
* | | Further diff improvements | Tom | 2014-11-06 | 3 | -12/+74 |
* | | Improve the commitdiff. | Tom | 2014-11-06 | 7 | -283/+583 |
* | | Exclude SSLv3 from Gitblit GO https protocols | James Moger | 2014-11-04 | 1 | -0/+1 |
* | | Whitelist the "target" link attribute in the XSS filter | James Moger | 2014-11-04 | 1 | -1/+1 |
* | | Miscellaneous fixes to the Fedora service installer script | Berke Viktor | 2014-10-31 | 1 | -5/+2 |
* | | Allow finer-grained determination of available transport preferences | James Moger | 2014-10-31 | 3 | -7/+42 |
* | | Only set mutable user access permissions | James Moger | 2014-10-31 | 1 | -1/+3 |
* | | Fix exception in FileTicketService when deleting a repository | James Moger | 2014-10-31 | 1 | -0/+4 |
* | | Gracefully handle missing integration branch in ticket page | James Moger | 2014-10-31 | 4 | -9/+25 |
* | | Merged #110 "Support multiple/chained config files" | James Moger | 2014-10-27 | 5 | -1888/+1974 |
|\ \ |
|
| * | | Adopt chain-loading properties as the default setup | James Moger | 2014-10-27 | 5 | -1897/+1928 |