summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/servlet/RawServlet.java
Commit message (Expand)AuthorAgeFilesLines
* raw: URL encode the links to raw view of filesFlorian Zschocke2021-10-241-1/+3
* raw: Fix raw links to branches with a slash in their nameFlorian Zschocke2020-11-101-6/+11
* raw: Fix getPath with trailing slash that was escapedFlorian Zschocke2020-11-101-3/+7
* raw: Fix getPath with lead-ins or missing trailing slashes after the branch.Florian Zschocke2020-11-091-1/+14
* raw: Refactor RawServlet:getBranch and :getPath parametersFlorian Zschocke2020-11-091-12/+38
* raw: Fix exceptions when no path info is given to raw servletFlorian Zschocke2020-11-091-1/+4
* raw: Strip leading and trailing slash from repo and path names for linkFlorian Zschocke2020-11-091-0/+9
* Fix for #976 - Filestore links via browserPaul Martin2015-12-251-1/+1
* revise logic for forcing dotfile to textJoel Johnson2015-12-091-1/+8
* Raw servlet now assumes text/plain for dot filesJames Moger2015-11-231-1/+1
* Match longest repository path towards the shortest pr-950paladox2015-11-231-15/+6
* Bump to JGit 4.0.0Luca Milanesio2015-06-121-1/+1
* Fix html raw content type servingJames Moger2015-05-221-9/+18
* Ensure that pretty-printed files are served as text/plain in Raw servletJames Moger2014-11-241-3/+12
* Add support for image/svg+xml content type to raw servletJames Moger2014-11-191-3/+10
* Merge branch 'ticket/211' into developJames Moger2014-10-261-3/+2
|\
| * Fix raw servlet trashing paths with spacesJames Moger2014-10-261-3/+2
* | Merge branch 'ticket/203' into developJames Moger2014-10-071-1/+1
|\|
| * Bug in the rawservlet in extracting the repository out of the path. TheRobbert Noordzij2014-10-071-1/+1
* | Merge branch 'ticket/163' into developJames Moger2014-09-051-4/+1
|\|
| * Fix NPE in raw servlet for long project namesJames Moger2014-09-051-4/+1
* | Merge branch 'ticket/154' into developJames Moger2014-09-041-34/+40
|\|
| * Fix raw serving of files/directories that do not exist in a branch/refJames Moger2014-09-041-34/+40
* | Merge branch 'ticket/148' into developJames Moger2014-09-041-7/+3
|\|
| * Do not stamp raw servlet responses with cache-control headersJames Moger2014-09-041-7/+3
| * Merge branch 'ticket/139'James Moger2014-07-051-5/+2
| |\
| * \ Merged #139 "Raw link blob paths do not respect web.forwardSlashCharacter"James Moger2014-07-051-5/+6
| |\ \
| * \ \ Merged #137 "NPE in RawServlet#L265"James Moger2014-07-051-0/+9
| |\ \ \
* | \ \ \ Merge branch 'ticket/139' into developJames Moger2014-07-051-5/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix raw servlet blob paths not respecting web.forwardSlashCharacterJames Moger2014-07-051-10/+8
* | | | | Merge branch 'ticket/139' into developJames Moger2014-07-051-5/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix raw servlet blob paths not respecting web.forwardSlashCharacterJames Moger2014-07-051-5/+6
| |/ / /
* | | | Merge branch 'ticket/137' into developJames Moger2014-07-051-0/+9
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix possible NPE in RawServletJames Moger2014-07-051-0/+9
| |/ /
* | | Use Guice annotations, not javax.inject annotationsJames Moger2014-07-031-2/+2
* | | Embrace @Inject for Managers, Servlets, and FiltersJames Moger2014-07-031-10/+14
| |/ |/|
* | Use consistent keys for repository cache lookupsJames Moger2014-06-271-0/+3
|/
* Add raw links to branchesJames Moger2014-05-051-2/+13
* Replace RawPage with RawServletJames Moger2014-05-051-0/+472