summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added UI for the push log introduced in 1.2.1James Moger2013-05-241-8/+89
* Support relative links in commitdiff page and polish cssJames Moger2013-05-231-1/+3
* New JGit util method to retrieve changed paths in a commit range (issue 226)James Moger2013-05-231-5/+62
* Use mm gravatar icon for user menuJames Moger2013-05-191-1/+20
* Include username in push log, along with display name and email addressJames Moger2013-05-151-4/+20
* Organize importsJames Moger2013-05-021-1/+1
* Completed migration to JGit 3.0.0-SNAPSHOTJames Moger2013-04-151-2/+1
* Bump JGit version to 3.0.0-SNAPSHOTDavid Ostrovsky2013-04-141-2/+3
* Disable Gson pretty printingJames Moger2013-04-101-1/+0
* Revised incremental push tags featureJames Moger2013-04-012-32/+30