summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* 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-2716-74/+585
* 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-276-8/+8
* Added setting to globally disable anonymous pushes in the receive packJames Moger2013-09-274-4/+27
* 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-194-29/+43
* 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-187-187/+44
* Add support for rendering Markdown commit messages (issue-203)Bret K. Ikehara2013-09-1816-29/+125
* 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-177-6/+448
* Remove obsolete and deprecated FileUserServiceJames Moger2013-09-172-1182/+16
* Remove incomplete and deprecated TicGit featureJames Moger2013-09-179-424/+40
* DocumentationJames Moger2013-09-171-1/+4
* Merge branch 'init-shared' of https://github.com/fzs/gitblit into prefixesJames Moger2013-09-174-5/+561
|\
| * Fix set-gid bit clearing under Linux when effective gid is different from fil...Florian Zschocke2013-08-262-7/+99
| * Fix setting wrrong custom mode on file and in config.Florian Zschocke2013-08-261-2/+5
| * Remove unsupported option '-O' from 'ls' command.Florian Zschocke2013-08-261-1/+1
| * 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-261-19/+63
| * Add proper implementation of methods in JnaUtils.Florian Zschocke2013-08-262-99/+319
| * Add method JGitUtils.createRepository(folder, name, shared) to create a newFlorian Zschocke2013-08-261-0/+102
* | Revisions and documentation for personal repository prefix changeJames Moger2013-09-177-33/+83
* | Merge branch 'userrepoprefix' of https://github.com/fzs/gitblit into prefixesJames Moger2013-09-1712-20/+150
|\ \
| * | 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-261-44/+99
| * | Set user repository prefix from setting.Florian Zschocke2013-08-261-0/+3
| * | Refactor logic for user repository path into one class.Florian Zschocke2013-08-2611-20/+81
| |/
* | Updated binary extensions and Lucene ignore extensionsJames Moger2013-09-051-2/+2
* | Don't crash with an NPE when the cache contains removed repositoriedRobin Rosenberg2013-09-011-1/+1
* | Avoid NPE when the default branch cannot be identifiedRobin Rosenberg2013-09-011-0/+2
|/