summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Removed unused Issues classesJames Moger2013-09-175-1723/+8
|
* Ignore the contents of a default .git/description fileJames Moger2013-09-172-2/+5
|
* Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194)James Moger2013-09-179-7/+467
| | | | | | | | | The graph is generated server-side and therefore requires that the commit table row height be fixed and match the row height of the servlet. There will be layout misalignment if remotes refs are displayed. Perhaps this can be improved in the future. Change-Id: I39d0ffc7b1c3679976ce8c198c772ff86238f1a5
* Remove obsolete and deprecated FileUserServiceJames Moger2013-09-173-1199/+22
| | | | Change-Id: I92d1d742e286643e1e1ab47a410b3fda146d1741
* Remove incomplete and deprecated TicGit featureJames Moger2013-09-1712-530/+59
| | | | Change-Id: Idb7de272589e086da9b2b3a241dcd082c1c8f27b
* DocumentationJames Moger2013-09-173-3/+9
|
* Merge branch 'init-shared' of https://github.com/fzs/gitblit into prefixesJames Moger2013-09-179-17/+860
|\
| * Fix set-gid bit clearing under Linux when effective gid is different from ↵Florian Zschocke2013-08-264-7/+201
| | | | | | | | file gid.
| * Fix setting wrrong custom mode on file and in config.Florian Zschocke2013-08-262-2/+41
| |
| * Remove unsupported option '-O' from 'ls' command.Florian Zschocke2013-08-261-1/+1
| |