summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix backslash regression in relative path determiniationJames Moger2014-10-131-1/+1
* Improve relative path determination using Java 7 PathsJames Moger2014-10-101-14/+6
* Remove Wicket references from non-Wicket packagesJames Moger2014-09-301-1/+1
* Sanitize ticket text at presentation time to avoid unintended html encodingJames Moger2014-09-171-4/+6
* Improve bad request handling in branch graph, zip, & syndication servletsJames Moger2014-09-081-1/+5
* Expose setting to control Lucene repository indexing frequencyJames Moger2014-09-081-11/+12
* Create infrastructure for XSS sanitizationJames Moger2014-09-072-0/+151
* Merge branch 'ticket/100' into release-v1.6.0James Moger2014-06-121-1/+3
|\
| * Fix cloning repositories with + in their namesJames Moger2014-06-121-1/+3
* | Merge branch 'ticket/89' into developJames Moger2014-05-291-2/+4
|\|
| * Fix thread exhaustion in SSH daemonJames Moger2014-05-291-2/+4
* | Render GFM links using Markdown, not direct HTMLJames Moger2014-05-221-2/+2
* | Change enum name and unit test RSS tag queriesJames Moger2014-05-081-0/+57
* | Updated the SyndicationServlet to provide an additional option to return deta...Gerard Smyth2014-05-081-1/+47
* | Revise, complete, and fully test the FORK rpcJames Moger2014-05-081-8/+13
* | Implement FORK RPC request typemanisha2014-05-081-11/+20
|/
* [findbugs] Explicitly catch thrown exceptions in X509UtilsJames Moger2014-04-171-1/+3
* [findbugs] Add null check on decoding a string in StringUtilsJames Moger2014-04-171-1/+1
* [findbugs] Add null check when closing a RevWalk in JGitUtilsJames Moger2014-04-171-4/+8
* [findbugs] Fix potential NPE in DiffStat generationJames Moger2014-04-171-3/+3
* [findbugs] Fix incorrect key lookup in commit cacheJames Moger2014-04-171-2/+4
* Remove @Inject annotationJames Moger2014-04-171-3/+0
* Removed obsolete Gravatar profile codeJames Moger2014-04-151-46/+0
* Improve plugin manager based on upstreamed contributions to pf4jJames Moger2014-04-101-1/+1
* 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