summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/models/FilestoreModel.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #1061 - Most recent first on filestore pagePaul Martin2016-04-281-1/+6
|
* Fix for #976 - Filestore links via browserPaul Martin2015-12-251-7/+60
| | | | | | | | | | | | | + 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 #967 filestore menu for all usersPaul Martin2015-12-071-0/+9
| | | | | | + Filestore listing filtered by user view permissions + Configuration help for filestore relocated to website files + Added migration example
* Git-LFS supportPaul Martin2015-10-101-0/+159
+ 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