summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/models
Commit message (Collapse)AuthorAgeFilesLines
* Refactor logic for user repository path into one class.Florian Zschocke2013-08-263-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 Moger2013-07-132-3/+16
| | | | (issue-259)
* Set author as tooltip of "last change" on repositories page (issue-238)James Moger2013-07-031-0/+1
|
* Fixed reflog authorJames Moger2013-06-271-0/+3
|
* Implemented commit cache for the dashboards, activity, and project pagesJames Moger2013-06-243-8/+57
|
* Reflogs, Digests, and DashboardsJames Moger2013-06-182-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 Moger2013-06-121-3/+10
|
* Globl and per-repository setting to exclude authors form metrics (issue-251)James Moger2013-06-102-6/+27
|
* Refinements to push log display and daily digestsJames Moger2013-05-313-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 reposJames Moger2013-05-302-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 uiJames Moger2013-05-301-0/+2
|
* Added simple star/unstar functionJames Moger2013-05-303-0/+139
|
* Added UI for the push log introduced in 1.2.1James Moger2013-05-241-0/+106
|
* New JGit util method to retrieve changed paths in a commit range (issue 226)James Moger2013-05-231-1/+1
|
* Allow clients to define supported transportsJames Moger2013-05-211-0/+20
|
* Include username in push log, along with display name and email addressJames Moger2013-05-151-0/+9
|
* Allow client apps to specify a minimum required access permissionJames Moger2013-05-151-0/+2
|
* Implemented application menus for repository url panelJames Moger2013-05-092-3/+59
|
* Uber-cool repository panel overhaulJames Moger2013-05-071-0/+58
|
* Improve permission determination when repo is frozen or is not bareJames Moger2013-05-023-15/+66
|
* Improve effective permission determinationJames Moger2013-05-022-8/+64
|
* Revised incremental push tags featureJames Moger2013-04-011-2/+2
|
* Merge branch 'autotagpush' of https://github.com/akquinet/gitblit into pushtagsJames Moger2013-04-011-0/+2
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-2727-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.