Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for #976 - Filestore links via browser | Paul Martin | 2015-12-25 | 1 | -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 URI | Paul Martin | 2015-12-03 | 1 | -1/+1 |
| | | | | + Allows using lfs when `server.contextPath = /git` | ||||
* | Git-LFS support | Paul Martin | 2015-10-10 | 1 | -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 |