summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/utils
Commit message (Expand)AuthorAgeFilesLines
* Improve command help with formatting and usage examplesJames Moger2014-04-101-1/+1
* Reformat CmdLineParserJames Moger2014-04-101-367/+360
* Support querying in tickets ls and accept Object[][] for table dataJames Moger2014-04-101-11/+11
* Improve table rendering and uer details displayJames Moger2014-04-101-9/+29
* Integrate a patched version of FlipTables and improve ls outputJames Moger2014-04-101-0/+211
* Eliminate use of Dagger and do not create inner classesJames Moger2014-04-101-16/+22
* SSHD: Add support for generic commandsDavid Ostrovsky2014-04-105-0/+933
* Workaround pegdown bug and improve relative image path processingJames Moger2014-03-111-3/+10
* Move Gitblit branches to refs/meta/gitblitJames Moger2014-03-081-59/+59
* Fix 'head' vs 'HEAD' commit resolutionJames Moger2014-03-071-1/+1
* Fixed bug in merge: improper use of force and failing on FORCED resultJames Moger2014-03-061-5/+5
* Add and document REINDEX_TICKETS rpc request typeJames Moger2014-03-061-0/+31
* Process bugtraq configuration in markup document renderingJames Moger2014-03-041-7/+21
* Fix reflog parsing bug of null compare links on branch creationJames Moger2014-03-031-2/+0
* Ticket tracker with patchset contributionsJames Moger2014-03-034-8/+247
* Add flatten string array to StringUtilsJames Moger2014-03-011-0/+12
* Encode ampersand in urlJames Moger2014-03-011-0/+2
* Launch bugtraq links in a new tabJames Moger2014-03-011-1/+1
* Add simplified transformGFM method to MarkdownUtilsJames Moger2014-03-011-0/+45
* Improve getting changed paths in a commit rangeJames Moger2014-03-011-1/+31
* Properly dispose RevWalk in getCommitJames Moger2014-03-011-2/+9
* Add method to calculate the diffstat between two commitsJames Moger2014-03-011-0/+32
* Added join methods to array utilsJames Moger2014-03-011-0/+17
* Fixed incorrect tagger identity on dashboards (issue-276)James Moger2014-01-141-2/+2
* Evaluate X_Forwarded_Context only when X-Forwarded-Context is not setBenjamin Asbach2014-01-041-1/+1
* Simplify blob loading codeJames Moger2013-12-031-24/+3
* Add support for per-repository bugtraq configurationJames Moger2013-12-031-7/+52
* Add coloring modes to the blame page (issue-2, pull request #125)Alex Lewis2013-12-021-0/+135
* Invalidate all cached repository data on "clear cache" (issue-346)James Moger2013-11-291-0/+4
* Extract UserManager from GitBlit singletonJames Moger2013-11-291-0/+21
* Define manager interfaces and update all of Gitblit to use managersJames Moger2013-11-261-6/+15
* Eliminate nearly all direct GitBlit singleton references in WicketJames Moger2013-11-261-0/+126
* Automatically adjust web.forwardSlash on Tomcat containersJames Moger2013-11-261-45/+21
* Remove elaborate HEAD determinationJames Moger2013-11-261-17/+0
* Implement mirror executor (issue-5)James Moger2013-11-131-0/+50
* Refactor markup processing in preparation for supporting other formatsJames Moger2013-11-121-0/+14
* Disable the SMARTYPANTS Markdown extensionJames Moger2013-10-251-1/+2
* Support for intra-Markdown linking using [[WikiLinks]] syntax (issue-324)James Moger2013-10-251-1/+13
* Remove "show readme" flag in favor of automatic detectionJames Moger2013-10-251-0/+15
* Replaced MarkdownPapers with pegdownJames Moger2013-10-181-28/+12
* Fix Markdown document enumeratonJames Moger2013-10-161-2/+2
* Check for refs/ not refs/heads/ when updating a refJames Moger2013-10-011-1/+1
* Trim trailing whitespace and organize importsJames Moger2013-09-3029-593/+599
* Add recursive delete function to FileUtilsJames Moger2013-09-301-0/+24
* Add normalized diffstats to the commit, commitdiff, and compare pagesJames Moger2013-09-274-53/+347
* Fix potential NPE in git commit searchJames Moger2013-09-231-1/+4
* Removed GitWeb-style diff rendererJames Moger2013-09-183-164/+40
* Removed unused Issues classesJames Moger2013-09-171-829/+0
* Remove incomplete and deprecated TicGit featureJames Moger2013-09-171-148/+0
* Merge branch 'init-shared' of https://github.com/fzs/gitblit into prefixesJames Moger2013-09-172-3/+543
|\