summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/servlet/FilestoreServlet.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix for #976 - Filestore links via browserPaul Martin2015-12-251-1/+4
| | | | | | | | | | | | | + GitLFS client support + FilestoreModel now parses meta file + Read meta heading from cache if available + Authentication based on accept headers for browser view filestore login + PathModel & PathChangeModel now understands filestore items + Zip & Rar downloads contain include filestore items + Filestore servlet returns LFS JSON error only if accepted by client + DiffStat now knows repository to allow identification of filestore items + Filestore items identified and returned via view, raw & blob links on blame, commitDiff, commit and Tree pages
* fix for #968 extracting repository from URIPaul Martin2015-12-031-1/+1
| | | | + Allows using lfs when `server.contextPath = /git`
* Git-LFS supportPaul Martin2015-10-101-0/+493
+ 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