summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Set Link: <url>; rel="canonical" http header for SEO (issue-304)James Moger2013-10-252-6/+15
* Strip Markdown extension from rendered [[WikiLink]] (issue-324)James Moger2013-10-254-4/+15
* Respect web.forwardSlashCharacter in intra-Markdown links (issue-324)James Moger2013-10-251-1/+2
* Support for intra-Markdown linking using [[WikiLinks]] syntax (issue-324)James Moger2013-10-257-23/+153
* Determine best commit id for the commit and use that in linksJames Moger2013-10-252-11/+35
* Remove "show readme" flag in favor of automatic detectionJames Moger2013-10-259-56/+76
* Remove upload pack ref filteringJames Moger2013-10-251-43/+0
* Use equals to compare strings instead of ==Simon Harrer2013-10-242-3/+3
* Replaced MarkdownPapers with pegdownJames Moger2013-10-185-35/+18
* Fix Markdown document enumeratonJames Moger2013-10-161-2/+2
* Fix raw page binary content type when running behind reverse proxyJames Moger2013-10-161-5/+20
* Add raw link to commit, commitdiff, and compare pages (issue-319)James Moger2013-10-166-3/+12
* Fix error on generating activity page when there is no activityJames Moger2013-10-151-0/+1
* Translation esES updatedmrbytes2013-10-121-26/+28
* Switch web.xml baseFolder from context-param to env-entryJames Moger2013-10-022-4/+21
* Tweak diffstat cssJames Moger2013-10-011-1/+1
* Check for refs/ not refs/heads/ when updating a refJames Moger2013-10-011-1/+1
* Improve message logging in the receive packJames Moger2013-10-011-3/+11
* Remove remaining TicGit tickets referencesJames Moger2013-09-308-29/+1
* Trim trailing whitespace and organize importsJames Moger2013-09-30268-3076/+3343
* Revise date label creation for optional css classJames Moger2013-09-301-1/+7
* Add recursive delete function to FileUtilsJames Moger2013-09-301-0/+24
* Remove issue artifacts from classes missed in previous purgeJames Moger2013-09-305-37/+1
* Change diffstat character to improve look and layoutJames Moger2013-09-301-6/+12
* Add normalized diffstats to the commit, commitdiff, and compare pagesJames Moger2013-09-2715-74/+546
* Fix width calculation in branch graph when there are 0 or 1 commitsJames Moger2013-09-271-24/+28
* Change default access restriction to PUSHJames Moger2013-09-275-6/+6
* Added setting to globally disable anonymous pushes in the receive packJames Moger2013-09-273-4/+15
* Merge receive processing into one classJames Moger2013-09-274-102/+332
* Remove unused classJames Moger2013-09-271-119/+0
* Do not log passwords on failed authentication attempts (issue-316)James Moger2013-09-271-2/+2
* Synchronize critical ConfigUserService methodsJames Moger2013-09-231-14/+14
* Eliminate redundant read() and use accessor instead of direct cache accessJames Moger2013-09-231-3/+1
* Fix potential NPE in cookie retrievalJames Moger2013-09-231-0/+3
* Return cloned usermodel on cookie authenticationJames Moger2013-09-231-0/+6
* Fix commit log css for branch graphsJames Moger2013-09-231-1/+3
* Fix potential NPE in git commit searchJames Moger2013-09-231-1/+4
* Fix potential NPE in setting shared permissionsJames Moger2013-09-231-6/+6
* Fix support for implied SSH urls in web.otherUrls (issue-311)James Moger2013-09-191-1/+9
* Disable *most* activity graphs when web.generateActivityGraph=falseJames Moger2013-09-193-27/+41
* Reverse line links in blob view (issue-309)James Moger2013-09-191-2/+5
* Improve non-visible parent lane rendering for BranchGraphServletJames Moger2013-09-181-5/+27
* CSS tweaks for responsive layoutJames Moger2013-09-182-4/+4
* Improve the rendering of the branch graph for summary pageJames Moger2013-09-181-3/+4
* Added GitNotes to the commitdiff pageJames Moger2013-09-182-0/+49
* Removed GitWeb-style diff rendererJames Moger2013-09-186-182/+44
* Add support for rendering Markdown commit messages (issue-203)Bret K. Ikehara2013-09-1814-29/+114
* Removed unused Issues classesJames Moger2013-09-173-1491/+7
* Ignore the contents of a default .git/description fileJames Moger2013-09-171-2/+4
* Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194)James Moger2013-09-175-5/+416