summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/GitblitWicketApp.java
Commit message (Collapse)AuthorAgeFilesLines
* Git-LFS supportPaul Martin2015-10-101-0/+3
| | | | | | | | | | | | | | + Metadata maintained in append-only JSON file providing complete audit history. + Filestore menu item + Lists filestore items + Current size and availability + Link to GitBlit Filestore help page (top right) + Hooks into existing repository permissions + Uses default repository path for out-of-box operation with Git-LFS client + accessRestrictionFilter now has access to http method and auth header + Testing for servlet and manager
* Merge branch 'ticket/164' into developJames Moger2014-09-071-0/+3
|\
| * Create infrastructure for XSS sanitizationJames Moger2014-09-071-0/+3
| |
* | Extract services manager into a top-level injectable managerJames Moger2014-07-031-0/+3
|/
* Allow plugins to extend the top navbar and repository navbarJames Moger2014-05-051-0/+72
This change also ties the plugin manager into the Wicket framework and allows plugins to contribute and mount new pages which are linked by the top navbar and repository navbar extensions.