| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for refs/ not refs/heads/ when updating a ref | James Moger | 2013-10-01 | 1 | -1/+1 |
* | Trim trailing whitespace and organize imports | James Moger | 2013-09-30 | 29 | -593/+599 |
* | Add recursive delete function to FileUtils | James Moger | 2013-09-30 | 1 | -0/+24 |
* | Add normalized diffstats to the commit, commitdiff, and compare pages | James Moger | 2013-09-27 | 4 | -53/+347 |
* | Fix potential NPE in git commit search | James Moger | 2013-09-23 | 1 | -1/+4 |
* | Removed GitWeb-style diff renderer | James Moger | 2013-09-18 | 3 | -164/+40 |
* | Removed unused Issues classes | James Moger | 2013-09-17 | 1 | -829/+0 |
* | Remove incomplete and deprecated TicGit feature | James Moger | 2013-09-17 | 1 | -148/+0 |
* | Merge branch 'init-shared' of https://github.com/fzs/gitblit into prefixes | James Moger | 2013-09-17 | 2 | -3/+543 |
|\ |
|
| * | Fix set-gid bit clearing under Linux when effective gid is different from fil... | Florian Zschocke | 2013-08-26 | 2 | -7/+99 |
| * | Fix setting wrrong custom mode on file and in config. | Florian Zschocke | 2013-08-26 | 1 | -2/+5 |
| * | Remove unsupported option '-O' from 'ls' command. | Florian Zschocke | 2013-08-26 | 1 | -1/+1 |
| * | Add JavaDoc. | Florian Zschocke | 2013-08-26 | 2 | -28/+107 |
| * | Implement adjusting file permissions for shared repositories. | Florian Zschocke | 2013-08-26 | 1 | -19/+63 |
| * | Add proper implementation of methods in JnaUtils. | Florian Zschocke | 2013-08-26 | 2 | -99/+319 |
| * | Add method JGitUtils.createRepository(folder, name, shared) to create a new | Florian Zschocke | 2013-08-26 | 1 | -0/+102 |
* | | Revisions and documentation for personal repository prefix change | James Moger | 2013-09-17 | 1 | -22/+32 |
* | | Merge branch 'userrepoprefix' of https://github.com/fzs/gitblit into prefixes | James Moger | 2013-09-17 | 1 | -0/+107 |
|\ \ |
|
| * | | Check user prefix for invalid options. Add JavaDoc. Add unit tests. | Florian Zschocke | 2013-08-26 | 1 | -44/+99 |
| * | | Refactor logic for user repository path into one class. | Florian Zschocke | 2013-08-26 | 1 | -0/+52 |
| |/ |
|
* / | Avoid NPE when the default branch cannot be identified | Robin Rosenberg | 2013-09-01 | 1 | -0/+2 |
|/ |
|
* | Close streams in finally block. | Florian Zschocke | 2013-08-21 | 1 | -10/+36 |
* | Improvements to reflog branch deletion | James Moger | 2013-07-31 | 1 | -13/+21 |
* | Update Gitblit reflog on branch delete from UI if Gitblit has an existing reflog | James Moger | 2013-07-22 | 1 | -0/+48 |
* | Added GET_USER request to RPC interface (issue-275) | James Moger | 2013-07-22 | 1 | -0/+18 |
* | Reset dashboard and activity commit cache on branch REWIND or DELETE | James Moger | 2013-07-16 | 1 | -0/+17 |
* | Set author as tooltip of "last change" on repositories page (issue-238) | James Moger | 2013-07-03 | 1 | -11/+28 |
* | Improvements to handling internal accounts (anonymous, federation user) | James Moger | 2013-07-02 | 1 | -1/+1 |
* | Fixed missing branches on dashboards | James Moger | 2013-06-27 | 1 | -0/+1 |
* | Fixed submodule diff display | James Moger | 2013-06-25 | 1 | -0/+12 |
* | Improve performance of cache filling | James Moger | 2013-06-24 | 3 | -3/+11 |
* | Implemented commit cache for the dashboards, activity, and project pages | James Moger | 2013-06-24 | 4 | -20/+266 |
* | Fixed IOOB exception in StringUtils.getRelativePath (issue-256) | James Moger | 2013-06-19 | 1 | -1/+1 |
* | Reflogs, Digests, and Dashboards | James Moger | 2013-06-18 | 1 | -70/+93 |
* | Ignore orphaned .git folder in repositories folder (issue-256) | James Moger | 2013-06-18 | 1 | -0/+1 |
* | Globl and per-repository setting to exclude authors form metrics (issue-251) | James Moger | 2013-06-10 | 1 | -1/+15 |
* | Refinements to push log display and daily digests | James Moger | 2013-05-31 | 3 | -24/+63 |
* | Gracefully handle branch creation in daily log digests | James Moger | 2013-05-31 | 1 | -1/+5 |
* | Added a Dashboard page with a daily ref log of starred/owned repos | James Moger | 2013-05-30 | 1 | -25/+151 |
* | Enhance push log utils api with functional date filtering | James Moger | 2013-05-25 | 1 | -0/+38 |
* | Added UI for the push log introduced in 1.2.1 | James Moger | 2013-05-24 | 1 | -8/+89 |
* | Support relative links in commitdiff page and polish css | James Moger | 2013-05-23 | 1 | -1/+3 |
* | New JGit util method to retrieve changed paths in a commit range (issue 226) | James Moger | 2013-05-23 | 1 | -5/+62 |
* | Use mm gravatar icon for user menu | James Moger | 2013-05-19 | 1 | -1/+20 |
* | Include username in push log, along with display name and email address | James Moger | 2013-05-15 | 1 | -4/+20 |
* | Organize imports | James Moger | 2013-05-02 | 1 | -1/+1 |
* | Completed migration to JGit 3.0.0-SNAPSHOT | James Moger | 2013-04-15 | 1 | -2/+1 |
* | Bump JGit version to 3.0.0-SNAPSHOT | David Ostrovsky | 2013-04-14 | 1 | -2/+3 |
* | Disable Gson pretty printing | James Moger | 2013-04-10 | 1 | -1/+0 |
* | Revised incremental push tags feature | James Moger | 2013-04-01 | 2 | -32/+30 |