aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/LfsProtocolServlet.java
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-3/+3
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-3/+3
* Remove deprecated LfsProtocolServlet#getLargeFileRepositoryMatthias Sohn2018-03-101-42/+0
* Fix javadoc in org.eclipse.jgit.lfs.serverMatthias Sohn2017-12-171-20/+19
* Move repeated LFS Gson handling to common classDavid Pursehouse2017-12-071-24/+4
* LfsProtocolServlet: Pass HTTP Authorization header to getLargeFileRepositoryDavid Pursehouse2017-03-081-2/+49
* LfsProtocolServlet#LfsRequest: Add operation type helper methodsDavid Pursehouse2017-01-141-0/+27
* LfsProtocolServlet: Improve error on getLargeFileRepository failureDavid Pursehouse2017-01-141-1/+10
* Add support for refusing LFS request due to invalid authorizationDavid Pursehouse2017-01-131-0/+4
* Organize importsDavid Pursehouse2016-11-141-1/+1
* Improve JavaDoc for LfsProtocolServlet.getLargeFileRepositoryMatthias Sohn2016-09-011-0/+23
* Add specific exception for LFS unavailableDavid Pursehouse2016-08-301-10/+11
* LfsProtocolServlet: Add support for insufficient storage errorDavid Pursehouse2016-08-241-0/+4
* LfsProtocolServlet: Add support for rate limit and bandwidth limit errorsDavid Pursehouse2016-08-201-0/+10
* LfsProtocolServlet: Always include message in error responseDavid Pursehouse2016-08-201-1/+2
* LfsProtocolServlet: Always set the Content-Type header on responseDavid Pursehouse2016-08-161-2/+3
* LfsProtocolServlet: Don't set pretty printing on GsonDavid Pursehouse2016-08-161-5/+4
* LfsProtocolServlet: Reuse existing Writer when sending error responseDavid Pursehouse2016-08-091-27/+19
* Add missing @since tags for new APIMatthias Sohn2016-08-091-1/+6
* LfsProtocolServlet: Allow access to objects in requestDavid Pursehouse2016-08-051-0/+9
* LfsProtocolServlet: Allow getLargeFileRepository to raise exceptionsDavid Pursehouse2016-08-051-6/+49
* LfsProtocolServlet: Pass request and path to getLargeFileRepositoryDavid Pursehouse2016-07-271-12/+29
* Update links to LFS API documentationDavid Pursehouse2016-07-261-1/+1
* Support LFS protocol and a file system based LFS storageMatthias Sohn2016-02-041-0/+126