summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-2717-77/+588
| | | | 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-276-8/+8
| | | | Change-Id: I74b3f9fedd77294c53648f8eaa730d4a84917555
* Added setting to globally disable anonymous pushes in the receive packJames Moger2013-09-274-4/+27
| | | | 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-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-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-193-16/+22
|
* Improve non-visible parent lane rendering for BranchGraphServletJames Moger2013-09-181-5/+27
|
* 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-171-2/+4
|
* Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194)James Moger2013-09-178-7/+465
| | | | | | | | | 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-172-2/+5
|
* Merge branch 'init-shared' of https://github.com/fzs/gitblit into prefixesJames Moger2013-09-176-5/+847
|\
| * 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
| |
| * Adjust unit tests for Windows.Florian Zschocke2013-08-262-53/+71
| |
| * Add JavaDoc.Florian Zschocke2013-08-262-28/+107
| |
| * Add new property git.createRepositoriesShared.Florian Zschocke2013-08-262-2/+18
| |
| * Implement adjusting file permissions for shared repositories.Florian Zschocke2013-08-262-25/+78
| | | | | | | | | | Implement adjusting file and directory permissions for shared repositories in JGitUtils.
| * Add proper implementation of methods in JnaUtils.Florian Zschocke2013-08-264-99/+440
| | | | | | | | | | | | | | Implement the methods getFilemode and setFilemode in JnaUtils. Not using the libc names as we don't necessarily use JNA and because it is not necessarily a one to one mapping.
| * Add method JGitUtils.createRepository(folder, name, shared) to create a newFlorian Zschocke2013-08-261-0/+102
| | | | | | | | repository as if it was created with the --shared command line switch of git.
* | Revisions and documentation for personal repository prefix changeJames Moger2013-09-179-93/+108
| |
* | Merge branch 'userrepoprefix' of https://github.com/fzs/gitblit into prefixesJames Moger2013-09-1713-20/+317
|\ \
| * | Add new configuration setting 'git.userRepositoryPrefix'.Florian Zschocke2013-08-261-0/+11
| | |
| * | Check user prefix for invalid options. Add JavaDoc. Add unit tests.Florian Zschocke2013-08-262-44/+266
| | |
| * | Set user repository prefix from setting.Florian Zschocke2013-08-261-0/+3
| | | | | | | | | | | | Set the user repository name space from settings when starting Gitblit.
| * | Refactor logic for user repository path into one class.Florian Zschocke2013-08-2611-20/+81
| |/ | | | | | | Gather logic for building the path/name of a personal user repository into one class.