summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Supported include keys in gitblit.propertiesJames Moger2014-10-261-0/+55
| | | | | | | | | | | | | | | This allows you to build a hierarchy of properties files or for a properties file to include default settings.
* | | Merge branch 'ticket/211' into developJames Moger2014-10-261-3/+2
|\ \ \ | |/ / |/| / | |/
| * Fix raw servlet trashing paths with spacesJames Moger2014-10-261-3/+2
| |
* | Fix broken implementation of --noverify for installing a plugin from a urlJames Moger2014-10-231-1/+5
| |
* | Small adjustment to FilterableRepositoryList css classesJames Moger2014-10-231-5/+5
| |
* | Integrate GitHub OcticonsJames Moger2014-10-239-85/+164
| |
* | Merge branch 'ticket/210' into developJames Moger2014-10-221-338/+338
|\|
| * Use unicode in french translationptemplier2014-10-221-338/+338
| | | | | | translated using native2ascii
| * Fix potential NPE when excluding last change authorJames Moger2014-10-131-1/+1
| |
| * Fix backslash regression in relative path determiniationJames Moger2014-10-131-1/+1
| |
* | Remove S# text, set severity in tooltipJames Moger2014-10-212-16/+19
| |
* | Tickets - Priority, Severity optionsPaul Martin2014-10-2016-13/+270
| | | | | | | | | | | | | | | | | | + Severity indicated via new character indicator and color of ticket icon on ticket list + Priority indicated via new priority icon and color on ticket list + Indexed as integers to provide sorting and maintain language neutral index + Colours and indicator text controlled through CSS classes priority-<x> & severity-<x> + UITicketTest created to generate tickets of all types to ease debugging
* | New Ticket Type - MaintenancePaul Martin2014-10-197-21/+47
| | | | | | | | | | | | | | + Indended for identifiying and loggin maintenance of development tools and systems to provide an integrated means to satisfy ISO requirements + Improved alignment of query icons via fixed width attribute
* | Fix backslash regression in relative path determiniationJames Moger2014-10-131-1/+1
| |
* | Merge branch 'ticket/204' into developJames Moger2014-10-101-14/+6
|\|
| * Improve relative path determination using Java 7 PathsJames Moger2014-10-101-14/+6
| |
* | Merge branch 'ticket/203' into developJames Moger2014-10-071-1/+1
|\|
| * Bug in the rawservlet in extracting the repository out of the path. TheRobbert Noordzij2014-10-071-1/+1
| | | | | | | | | | offset for finding the next slash should be the current slash + 1, not the last offset + the offset of the current slash.
* | Merge branch 'ticket/129' into developJames Moger2014-09-308-142/+142
|\|
| * Remove Wicket references from non-Wicket packagesJames Moger2014-09-308-142/+142
| |
* | Merge branch 'ticket/201' into developJames Moger2014-09-301-2/+0
|\|
| * Remove git.streamFileThreshold settingJames Moger2014-09-301-2/+0
| |
| * Merged #197 "Fix cropped ticket status indicator"James Moger2014-09-301-10/+0
| |\
* | \ Merge branch 'ticket/197' into developJames Moger2014-09-301-10/+0
|\ \ \ | | |/ | |/|
| * | Fix cropped ticket status indicatorJames Moger2014-09-301-10/+0
| | |
* | | Merge branch 'ticket/196' into developJames Moger2014-09-302-2/+2
|\ \ \ | | |/ | |/|
| * | Hack/workaround Bootstrap responsive behavior for ticket dropdownsJames Moger2014-09-302-2/+2
| |/ | | | | | | This is a temporary solution. A better fix would be to update to Bootstrap 3 and replace the dropdown with a filterable dropdown - but that is a much larger change than this quick patch.
* | Merge branch 'ticket/195' into developJames Moger2014-09-306-10/+10
|\|
| * Rename redirect methodJames Moger2014-09-306-10/+10
| |
* | Merge branch 'ticket/136' into developJames Moger2014-09-306-7/+19
|\|
| * Bypass Wicket redirects after AJAX form submissions, they break TomcatJames Moger2014-09-306-7/+19
| |
* | Merge branch 'ticket/194' into developJames Moger2014-09-301-0/+3
|\|
| * Register BouncyCastle as a JCE providerJames Moger2014-09-301-0/+3
| |
* | Merge branch 'ticket/193' into developJames Moger2014-09-302-13/+37
|\|
| * Support GITBLIT_HOME as a system property and environment variableJames Moger2014-09-302-13/+37
| |
* | Merge branch 'ticket/192' into developJames Moger2014-09-291-3/+3
|\|
| * Tweak styling of clear cache & new repository links on repositories panelJames Moger2014-09-291-3/+3
| |
* | Merged #190 "Extract authenticate method from CachingPublicKeyAuthenticator"James Moger2014-09-262-41/+7
|\ \
| * | Renamed class to avoid confusion with FileKeyManagerJames Moger2014-09-262-5/+5
| | |
| * | Extract authenticate method from CachingPublicKeyAuthenticatorDavid Ostrovsky2014-09-262-39/+5
| | |
* | | Allow authentication providers to control user and team role changesJames Moger2014-09-2615-218/+428
| | |
* | | Merge branch 'ticket/135' into developJames Moger2014-09-261-0/+5
|\ \ \ | | |/ | |/|
| * | Respect repository default integration branch for new proposal ticketsJames Moger2014-09-261-0/+5
| | |
* | | Merge branch 'ticket/135' into developJames Moger2014-09-261-6/+95
|\| |
| * | Improve the error message when too many commits are pushed for a proposalJames Moger2014-09-261-6/+95
| | |
* | | Merge branch 'ticket/188' into developJames Moger2014-09-251-3/+4
|\| | | |/ |/|
| * Fix failure to clear/delete ticket topic and descriptionJames Moger2014-09-251-3/+4
| |
* | Merge branch 'ticket/187' into developJames Moger2014-09-257-8/+86
|\|
| * Restrict Gitblit cookie to the context pathJames Moger2014-09-257-8/+86
| |
* | Support email View Ticket go-to-actionJames Moger2014-09-252-1/+20
| |