Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #1061 - Most recent first on filestore page | Paul Martin | 2016-04-28 | 1 | -1/+6 |
| | |||||
* | Fix for #976 - Filestore links via browser | Paul Martin | 2015-12-25 | 1 | -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 users | Paul Martin | 2015-12-07 | 1 | -0/+9 |
| | | | | | | + Filestore listing filtered by user view permissions + Configuration help for filestore relocated to website files + Added migration example | ||||
* | Git-LFS support | Paul Martin | 2015-10-10 | 1 | -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 |