summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/models/DailyLogEntry.java
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespace and organize importsJames Moger2013-09-301-6/+7
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Reflogs, Digests, and DashboardsJames Moger2013-06-181-1/+1
| | | | | | 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.
* Refinements to push log display and daily digestsJames Moger2013-05-311-0/+22
| | | | | | * 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-301-0/+59
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.