summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #119 from simonharrer/fix-locale-test-run-bugJames Moger2013-10-241-7/+17
|\ | | | | Change locale to english for ByteFormatTest to run successful on systems...
| * Change locale to english for ByteFormatTest to run successful on systems ↵Simon Harrer2013-10-231-7/+17
|/ | | | with german locale
* Replaced MarkdownPapers with pegdownJames Moger2013-10-1812-62/+108
| | | | Change-Id: I11eb50ba1ef0bef8ac47bf6f7b17e0f79ecd3f2d
* Fix Markdown document enumeratonJames Moger2013-10-162-8/+3
|
* Fix raw page binary content type when running behind reverse proxyJames Moger2013-10-162-5/+21
| | | | Change-Id: I9f613114b2bb4c1dacae6e67c7673149a0476cf1
* Add raw link to commit, commitdiff, and compare pages (issue-319)James Moger2013-10-167-3/+13
| | | | Change-Id: Ifc878cb59fe66674e6dfdc6d233fa26be1f4d605
* Update to JGit 3.1.0James Moger2013-10-165-14/+15
| | | | Change-Id: I94d4f6146c79541bf8a36e4c3dca1842e46cddd5
* Fix error on generating activity page when there is no activityJames Moger2013-10-152-0/+2
|
* Merge pull request #118 from Mrbytes/masterJames Moger2013-10-151-26/+28
|\ | | | | Translation esES updated
| * Translation esES updatedmrbytes2013-10-121-26/+28
|/ | | | | - Fixes syntax - Better translation
* Updated to Jetty 7.6.13James Moger2013-10-024-10/+11
|
* Switch web.xml baseFolder from context-param to env-entryJames Moger2013-10-023-4/+23
| | | | Change-Id: Id18077126e984a767725cf9e8d8eb531a14e1713
* Remove unused issues test repository from test suiteJames Moger2013-10-011-5/+0
| | | | Change-Id: Ib63aeefdffa5f747d76bc221a722bc6c2e5f58c4
* Fix incorrect mappings for some iconic classesJames Moger2013-10-011-4/+4
| | | | Change-Id: Ieeb7159768453a17b01b8e2a59289b256c6c3492
* Tweak diffstat cssJames Moger2013-10-012-3/+3
| | | | Change-Id: I0f6551bb7ca2f9b8908e95359b375c23daeab380
* Check for refs/ not refs/heads/ when updating a refJames Moger2013-10-011-1/+1
| | | | Change-Id: I19f9507fdb859902a6df96f1960433a91378e400
* Improve message logging in the receive packJames Moger2013-10-011-3/+11
| | | | Change-Id: I93dcdc72bfae0e0fac9a0f4872537a43bbd73d36
* Remove remaining TicGit tickets referencesJames Moger2013-09-309-40/+1
| | | | Change-Id: I431659cf1d57a8d9bffb065fa47e1296e7f8c838
* Remove trailing whitespace from unit testsJames Moger2013-09-3025-693/+726
| | | | Change-Id: I172bd4d493eee1013ec542ab97f1be29040f816d
* Trim trailing whitespace and organize importsJames Moger2013-09-30270-3080/+3350
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Revise date label creation for optional css classJames Moger2013-09-301-1/+7
| | | | Change-Id: Ia244aedb37067c138343a9094bf489a367a4464d
* Add recursive delete function to FileUtilsJames Moger2013-09-301-0/+24
| | | | Change-Id: Ie177a9e5e9f88ea35bb8f9fe0b6c9af7ce92a280
* Remove issue artifacts from classes missed in previous purgeJames Moger2013-09-305-37/+1
| | | | Change-Id: Ie0b7d1e11d634577e943c8e4dbab080b0078f1b4
* Change diffstat character to improve look and layoutJames Moger2013-09-301-6/+12
| | | | Change-Id: I7a70b04e9b8e49a78d98e0842aeda3f6d8e3ce28
* Add normalized diffstats to the commit, commitdiff, and compare pagesJames Moger2013-09-2718-77/+589
| | | | Change-Id: I8f26746a611e9ab955efe8b2597cc81db48fb085
* Fix width calculation in branch graph when there are 0 or 1 commitsJames Moger2013-09-271-24/+28
| | | | Change-Id: I68ed7e4db32fa69a13979b544e80edf3212555cd
* Change default access restriction to PUSHJames Moger2013-09-277-10/+11
| | | | Change-Id: I74b3f9fedd77294c53648f8eaa730d4a84917555
* Added setting to globally disable anonymous pushes in the receive packJames Moger2013-09-275-4/+29
| | | | Change-Id: I3460c9c0eeb32503d58325fd09793a0cd40aa2c4
* Merge receive processing into one classJames Moger2013-09-275-103/+334
| | | | Change-Id: I603d4524914e94ec8e02c3689b65465b42c23dd7
* Remove unused classJames Moger2013-09-271-119/+0
|
* Do not log passwords on failed authentication attempts (issue-316)James Moger2013-09-272-2/+3
|
* 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-192-1/+12
|
* DocumentationJames Moger2013-09-191-0/+1
|
* Disable *most* activity graphs when web.generateActivityGraph=falseJames Moger2013-09-194-29/+43
| | | | | | | | This setting originally only worked for the Summary page, but since that page was written, other pages have offered graphing. This setting will now disable Google Chart requests on the Dashboard, Activity, and Summary pages. This is related to issue-310.
* Reverse line links in blob view (issue-309)James Moger2013-09-194-16/+23
|
* Improve non-visible parent lane rendering for BranchGraphServletJames Moger2013-09-181-5/+27
|
* DocumentationJames Moger2013-09-181-0/+3
|
* CSS tweaks for responsive layoutJames Moger2013-09-183-7/+8
|
* Disable but improve the example commit message regexesJames Moger2013-09-181-3/+7
|
* 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-188-189/+45
|
* Add support for rendering Markdown commit messages (issue-203)Bret K. Ikehara2013-09-1816-29/+125
|