Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor logic for user repository path into one class. | Florian Zschocke | 2013-08-26 | 3 | -6/+9 |
| | | | | Gather logic for building the path/name of a personal user repository into one class. | ||||
* | Setting a null permission now removes the permission from the user or team ↵ | James Moger | 2013-07-13 | 2 | -3/+16 |
| | | | | (issue-259) | ||||
* | Set author as tooltip of "last change" on repositories page (issue-238) | James Moger | 2013-07-03 | 1 | -0/+1 |
| | |||||
* | Fixed reflog author | James Moger | 2013-06-27 | 1 | -0/+3 |
| | |||||
* | Implemented commit cache for the dashboards, activity, and project pages | James Moger | 2013-06-24 | 3 | -8/+57 |
| | |||||
* | Reflogs, Digests, and Dashboards | James Moger | 2013-06-18 | 2 | -4/+4 |
| | | | | | | Renamed pushlog to reflog to better match it's current and future purpose. Split PushesPanel into ReflogPanel and DigestsPanel. Overhauled project pages and gave them a coherent purpose from the dashboard. | ||||
* | Workaround incomplete blame commit dara (issue-254) | James Moger | 2013-06-12 | 1 | -3/+10 |
| | |||||
* | Globl and per-repository setting to exclude authors form metrics (issue-251) | James Moger | 2013-06-10 | 2 | -6/+27 |
| | |||||
* | Refinements to push log display and daily digests | James Moger | 2013-05-31 | 3 | -2/+28 |
| | | | | | | * Properly support timezone-based date groupings * Polish css for the major browsers on Win & Linux * Use Gitblit constants for refs instead of JGit constants | ||||
* | Added a Dashboard page with a daily ref log of starred/owned repos | James Moger | 2013-05-30 | 2 | -0/+76 |
| | | | | | This is a work-in-progress and is mostly working like I want, but will require some refactoring to make it even more useful and less complex. | ||||
* | Added locale user preference, still requires ui | James Moger | 2013-05-30 | 1 | -0/+2 |
| | |||||
* | Added simple star/unstar function | James Moger | 2013-05-30 | 3 | -0/+139 |
| | |||||
* | Added UI for the push log introduced in 1.2.1 | James Moger | 2013-05-24 | 1 | -0/+106 |
| | |||||
* | New JGit util method to retrieve changed paths in a commit range (issue 226) | James Moger | 2013-05-23 | 1 | -1/+1 |
| | |||||
* | Allow clients to define supported transports | James Moger | 2013-05-21 | 1 | -0/+20 |
| | |||||
* | Include username in push log, along with display name and email address | James Moger | 2013-05-15 | 1 | -0/+9 |
| | |||||
* | Allow client apps to specify a minimum required access permission | James Moger | 2013-05-15 | 1 | -0/+2 |
| | |||||
* | Implemented application menus for repository url panel | James Moger | 2013-05-09 | 2 | -3/+59 |
| | |||||
* | Uber-cool repository panel overhaul | James Moger | 2013-05-07 | 1 | -0/+58 |
| | |||||
* | Improve permission determination when repo is frozen or is not bare | James Moger | 2013-05-02 | 3 | -15/+66 |
| | |||||
* | Improve effective permission determination | James Moger | 2013-05-02 | 2 | -8/+64 |
| | |||||
* | Revised incremental push tags feature | James Moger | 2013-04-01 | 1 | -2/+2 |
| | |||||
* | Merge branch 'autotagpush' of https://github.com/akquinet/gitblit into pushtags | James Moger | 2013-04-01 | 1 | -0/+2 |
| | |||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 27 | -0/+4016 |
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward. |