summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/panels
Commit message (Expand)AuthorAgeFilesLines
* Ticket tracker with patchset contributionsJames Moger2014-03-038-651/+956
* Eliminate Gravatar profile linking and improve apiJames Moger2014-03-035-30/+16
* Reduce use of final to avoid Wicket serialization issues in reflogsJames Moger2014-03-032-16/+15
* Fixed rounded timestamps of reflogsJames Moger2014-03-032-9/+2
* Add an ajax text link and an icon ajax linkJames Moger2014-03-013-0/+98
* Gracefully recover history page from failure to find specified commitJames Moger2014-03-011-33/+48
* Exclude commit id from all author search linksJames Moger2014-02-283-3/+3
* Fix author search links from compare pagesJames Moger2014-02-281-1/+1
* Show mirror indicator on repository url panelJames Moger2013-12-111-1/+4
* Refactor user services and separate authentication (issue-281)James Moger2013-11-292-3/+2
* Moved servlets and services to separate packagesJames Moger2013-11-295-6/+6
* Eliminate nearly all direct GitBlit singleton references in WicketJames Moger2013-11-2621-88/+70
* Fix NPE when adding a permission without a registrant (issue-344)James Moger2013-11-261-0/+3
* Tweak pull request ref displayJames Moger2013-11-131-3/+5
* Implement mirror executor (issue-5)James Moger2013-11-134-1/+15
* Remove docs indicatorJames Moger2013-11-134-14/+1
* Tweak diffstat cssJames Moger2013-10-011-1/+1
* Remove remaining TicGit tickets referencesJames Moger2013-09-302-8/+1
* Trim trailing whitespace and organize importsJames Moger2013-09-3031-188/+225
* Change diffstat character to improve look and layoutJames Moger2013-09-301-6/+12
* Add normalized diffstats to the commit, commitdiff, and compare pagesJames Moger2013-09-272-0/+100
* Fix commit log css for branch graphsJames Moger2013-09-231-1/+3
* Fix support for implied SSH urls in web.otherUrls (issue-311)James Moger2013-09-191-1/+9
* CSS tweaks for responsive layoutJames Moger2013-09-181-3/+3
* Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194)James Moger2013-09-172-4/+39
* Remove incomplete and deprecated TicGit featureJames Moger2013-09-172-8/+3
* Refactor logic for user repository path into one class.Florian Zschocke2013-08-261-2/+3
* Improvements to reflog branch deletionJames Moger2013-07-311-18/+24
* Manually redirect after branch deletion (issue 282)James Moger2013-07-311-0/+11
* Update Gitblit reflog on branch delete from UI if Gitblit has an existing reflogJames Moger2013-07-222-4/+22
* Fixed incorrecter tagger in dashboard pages (issue-276)James Moger2013-07-221-10/+9
* Fixed spacing of ref span in digest and reflog panelsJames Moger2013-07-152-2/+2
* Fixed url panel failure when there are no repository urls (issue 269)James Moger2013-07-151-1/+1
* Fixed an incorrect candidate submodule name (issue-266)James Moger2013-07-131-1/+1
* Set author as tooltip of "last change" on repositories page (issue-238)James Moger2013-07-031-0/+3
* Fix NPE when viewing a federation proposal (issue 195)James Moger2013-07-031-1/+1
* Use long datetimestamp on reflogsJames Moger2013-07-021-1/+1
* Improvements to handling internal accounts (anonymous, federation user)James Moger2013-07-021-0/+4
* Move reflog styles to css to shrink dashboard page sizesJames Moger2013-06-281-7/+7
* Implemented commit cache for the dashboards, activity, and project pagesJames Moger2013-06-241-1/+2
* Improve readability of Gerrit change ref and added tooltipJames Moger2013-06-211-1/+12
* Set rel="nofollow" on compressed download linksJames Moger2013-06-202-1/+8
* Generate filterable project/repository list with FreeMarkerJames Moger2013-06-194-0/+313
* Reflogs, Digests, and DashboardsJames Moger2013-06-187-390/+625
* Fixes for responsive layouts on phones and tabletsJames Moger2013-05-312-1/+4
* Refinements to push log display and daily digestsJames Moger2013-05-317-23/+76
* Gracefully handle branch creation in daily log digestsJames Moger2013-05-311-2/+7
* Added a Dashboard page with a daily ref log of starred/owned reposJames Moger2013-05-303-32/+80
* Centralized isServingRepositories methodJames Moger2013-05-301-5/+1
* Enhance push log utils api with functional date filteringJames Moger2013-05-251-30/+43