summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/utils
Commit message (Expand)AuthorAgeFilesLines
* Eliminate nearly all direct GitBlit singleton references in WicketJames Moger2013-11-261-0/+126
* Automatically adjust web.forwardSlash on Tomcat containersJames Moger2013-11-261-45/+21
* Remove elaborate HEAD determinationJames Moger2013-11-261-17/+0
* Implement mirror executor (issue-5)James Moger2013-11-131-0/+50
* Refactor markup processing in preparation for supporting other formatsJames Moger2013-11-121-0/+14
* Disable the SMARTYPANTS Markdown extensionJames Moger2013-10-251-1/+2
* Support for intra-Markdown linking using [[WikiLinks]] syntax (issue-324)James Moger2013-10-251-1/+13
* Remove "show readme" flag in favor of automatic detectionJames Moger2013-10-251-0/+15
* Replaced MarkdownPapers with pegdownJames Moger2013-10-181-28/+12
* Fix Markdown document enumeratonJames Moger2013-10-161-2/+2
* Check for refs/ not refs/heads/ when updating a refJames Moger2013-10-011-1/+1
* Trim trailing whitespace and organize importsJames Moger2013-09-3029-593/+599
* Add recursive delete function to FileUtilsJames Moger2013-09-301-0/+24
* Add normalized diffstats to the commit, commitdiff, and compare pagesJames Moger2013-09-274-53/+347
* Fix potential NPE in git commit searchJames Moger2013-09-231-1/+4
* Removed GitWeb-style diff rendererJames Moger2013-09-183-164/+40
* Removed unused Issues classesJames Moger2013-09-171-829/+0
* Remove incomplete and deprecated TicGit featureJames Moger2013-09-171-148/+0
* Merge branch 'init-shared' of https://github.com/fzs/gitblit into prefixesJames Moger2013-09-172-3/+543
|\
| * 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
| * 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-171-22/+32
* | Merge branch 'userrepoprefix' of https://github.com/fzs/gitblit into prefixesJames Moger2013-09-171-0/+107
|\ \
| * | Check user prefix for invalid options. Add JavaDoc. Add unit tests.Florian Zschocke2013-08-261-44/+99
| * | Refactor logic for user repository path into one class.Florian Zschocke2013-08-261-0/+52
| |/
* / Avoid NPE when the default branch cannot be identifiedRobin Rosenberg2013-09-011-0/+2
|/
* Close streams in finally block.Florian Zschocke2013-08-211-10/+36
* Improvements to reflog branch deletionJames Moger2013-07-311-13/+21
* Update Gitblit reflog on branch delete from UI if Gitblit has an existing reflogJames Moger2013-07-221-0/+48
* Added GET_USER request to RPC interface (issue-275)James Moger2013-07-221-0/+18
* Reset dashboard and activity commit cache on branch REWIND or DELETEJames Moger2013-07-161-0/+17
* Set author as tooltip of "last change" on repositories page (issue-238)James Moger2013-07-031-11/+28
* Improvements to handling internal accounts (anonymous, federation user)James Moger2013-07-021-1/+1
* Fixed missing branches on dashboardsJames Moger2013-06-271-0/+1
* Fixed submodule diff displayJames Moger2013-06-251-0/+12
* Improve performance of cache fillingJames Moger2013-06-243-3/+11
* Implemented commit cache for the dashboards, activity, and project pagesJames Moger2013-06-244-20/+266
* Fixed IOOB exception in StringUtils.getRelativePath (issue-256)James Moger2013-06-191-1/+1
* Reflogs, Digests, and DashboardsJames Moger2013-06-181-70/+93
* Ignore orphaned .git folder in repositories folder (issue-256)James Moger2013-06-181-0/+1
* Globl and per-repository setting to exclude authors form metrics (issue-251)James Moger2013-06-101-1/+15
* Refinements to push log display and daily digestsJames Moger2013-05-313-24/+63
* Gracefully handle branch creation in daily log digestsJames Moger2013-05-311-1/+5
* Added a Dashboard page with a daily ref log of starred/owned reposJames Moger2013-05-301-25/+151
* Enhance push log utils api with functional date filteringJames Moger2013-05-251-0/+38