Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for #976 - Filestore links via browser | Paul Martin | 2015-12-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | + 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 | ||||
* | revise logic for forcing dotfile to text | Joel Johnson | 2015-12-09 | 1 | -1/+8 |
| | |||||
* | Raw servlet now assumes text/plain for dot files | James Moger | 2015-11-23 | 1 | -1/+1 |
| | |||||
* | Match longest repository path towards the shortest pr-950 | paladox | 2015-11-23 | 1 | -15/+6 |
| | | | | This was originally from https://github.com/gitblit/gitblit/pull/950 but seems to have been reverted when develop branch was merged with master. | ||||
* | Bump to JGit 4.0.0 | Luca Milanesio | 2015-06-12 | 1 | -1/+1 |
| | | | | | JGit 4.0.0 fixes a memory leak but introduces a non-compatible change for closing the RevWalk: before it was release() but now is close() | ||||
* | Fix html raw content type serving | James Moger | 2015-05-22 | 1 | -9/+18 |
| | |||||
* | Ensure that pretty-printed files are served as text/plain in Raw servlet | James Moger | 2014-11-24 | 1 | -3/+12 |
| | |||||
* | Add support for image/svg+xml content type to raw servlet | James Moger | 2014-11-19 | 1 | -3/+10 |
| | |||||
* | Merge branch 'ticket/211' into develop | James Moger | 2014-10-26 | 1 | -3/+2 |
|\ | |||||
| * | Fix raw servlet trashing paths with spaces | James Moger | 2014-10-26 | 1 | -3/+2 |
| | | |||||
* | | Merge branch 'ticket/203' into develop | James Moger | 2014-10-07 | 1 | -1/+1 |
|\| | |||||
| * | Bug in the rawservlet in extracting the repository out of the path. The | Robbert Noordzij | 2014-10-07 | 1 | -1/+1 |
| | | | | | | | | | | offset for finding the next slash should be the current slash + 1, not the last offset + the offset of the current slash. | ||||
* | | Merge branch 'ticket/163' into develop | James Moger | 2014-09-05 | 1 | -4/+1 |
|\| | |||||
| * | Fix NPE in raw servlet for long project names | James Moger | 2014-09-05 | 1 | -4/+1 |
| | | |||||
* | | Merge branch 'ticket/154' into develop | James Moger | 2014-09-04 | 1 | -34/+40 |
|\| | |||||
| * | Fix raw serving of files/directories that do not exist in a branch/ref | James Moger | 2014-09-04 | 1 | -34/+40 |
| | | |||||
* | | Merge branch 'ticket/148' into develop | James Moger | 2014-09-04 | 1 | -7/+3 |
|\| | |||||
| * | Do not stamp raw servlet responses with cache-control headers | James Moger | 2014-09-04 | 1 | -7/+3 |
| | | |||||
| * | Merge branch 'ticket/139' | James Moger | 2014-07-05 | 1 | -5/+2 |
| |\ | | | | | | | | | | | | | Conflicts: src/main/java/com/gitblit/servlet/RawServlet.java | ||||
| * \ | Merged #139 "Raw link blob paths do not respect web.forwardSlashCharacter" | James Moger | 2014-07-05 | 1 | -5/+6 |
| |\ \ | |||||
| * \ \ | Merged #137 "NPE in RawServlet#L265" | James Moger | 2014-07-05 | 1 | -0/+9 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'ticket/139' into develop | James Moger | 2014-07-05 | 1 | -5/+2 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | Conflicts: src/main/java/com/gitblit/servlet/RawServlet.java | ||||
| * | | | | Fix raw servlet blob paths not respecting web.forwardSlashCharacter | James Moger | 2014-07-05 | 1 | -10/+8 |
| | | | | | |||||
* | | | | | Merge branch 'ticket/139' into develop | James Moger | 2014-07-05 | 1 | -5/+6 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Fix raw servlet blob paths not respecting web.forwardSlashCharacter | James Moger | 2014-07-05 | 1 | -5/+6 |
| |/ / / | |||||
* | | | | Merge branch 'ticket/137' into develop | James Moger | 2014-07-05 | 1 | -0/+9 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Fix possible NPE in RawServlet | James Moger | 2014-07-05 | 1 | -0/+9 |
| |/ / | |||||
* | | | Use Guice annotations, not javax.inject annotations | James Moger | 2014-07-03 | 1 | -2/+2 |
| | | | |||||
* | | | Embrace @Inject for Managers, Servlets, and Filters | James Moger | 2014-07-03 | 1 | -10/+14 |
| |/ |/| | |||||
* | | Use consistent keys for repository cache lookups | James Moger | 2014-06-27 | 1 | -0/+3 |
|/ | |||||
* | Add raw links to branches | James Moger | 2014-05-05 | 1 | -2/+13 |
| | |||||
* | Replace RawPage with RawServlet | James Moger | 2014-05-05 | 1 | -0/+472 |