summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/servlet
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-092-15/+42
* 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
* Add `clone.bundle` as known command, but reject it as not implemented.Florian Zschocke2019-11-112-2/+19
* Fix NPE when no action can be parsed from the URLFlorian Zschocke2019-11-112-30/+45
* Fix NullpointerException when stopping GitBlit Server.Florian Zschocke2019-11-071-5/+7
* List branches from only one repository if a repository name is givenMarkus Fömpe2017-01-261-0/+4
* Merge pull request #988 from gitblit/976-raw-download-filestore-itemJames Moger2016-01-255-16/+30
|\
| * Fix for #976 - Filestore links via browserPaul Martin2015-12-255-16/+30
* | Fix for #993 LIST_BRANCHES without adminBoris Stumm2016-01-061-13/+2
|/
* Merge pull request #981 from mrjoel/mrjoel-loguseraccessJames Moger2015-12-101-2/+2
|\
| * log authenticated usernameJoel Johnson2015-12-091-2/+2
* | revise logic for forcing dotfile to textJoel Johnson2015-12-091-1/+8
|/
* Merge pull request #969 from paulsputer/968-GitLFS-Extract-URI-From-RepositoryJames Moger2015-12-031-1/+1
|\
| * fix for #968 extracting repository from URIPaul Martin2015-12-031-1/+1
* | Handle possible NPE when extracting WAR resources into a new directoryJames Moger2015-11-251-1/+7
* | 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
|/
* Git-LFS supportPaul Martin2015-10-106-20/+623
* Fixes #922: RSS feed link ignores forward-slash characterJames Moger2015-09-281-3/+3
* Renamed ssh.Display(Host|Port) to ssh.Advertised(Host|Port)James Moger2015-06-151-4/+4
* Added git.sshDisplay{Port|Host} to hide port forward.Morten Bøgeskov2015-06-151-1/+7
* Bump to JGit 4.0.0Luca Milanesio2015-06-121-1/+1
* Fix html raw content type servingJames Moger2015-05-221-9/+18
* Remove /org/ filteringJames Moger2015-05-211-1/+1
* Deny access to /com and /org folders in GO setupJean-Baptiste Mayer2015-04-142-1/+64
* Use startManager(X) from startManager(Injector, Class)James Moger2014-12-031-3/+1
* Allows starting an already instantiated managerLuca Milanesio2014-11-291-0/+6
* Ensure that pretty-printed files are served as text/plain in Raw servletJames Moger2014-11-241-3/+12
* Extract WAR data resources if they do not exist in ${baseFolder}James Moger2014-11-241-4/+2
* 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/129' into developJames Moger2014-09-301-1/+1
|\|
| * Remove Wicket references from non-Wicket packagesJames Moger2014-09-301-1/+1
* | Merge branch 'ticket/193' into developJames Moger2014-09-301-12/+27
|\|
| * Support GITBLIT_HOME as a system property and environment variableJames Moger2014-09-301-12/+27
* | Allow authentication providers to control user and team role changesJames Moger2014-09-261-189/+190
* | Merge branch 'ticket/185' into developJames Moger2014-09-241-3/+3
|\|
| * Fix GITBLIT_HOME environment variable baseFolder supportJames Moger2014-09-241-3/+3
* | Merge branch 'ticket/169' into developJames Moger2014-09-084-8/+46
|\|
| * Improve bad request handling in branch graph, zip, & syndication servletsJames Moger2014-09-084-8/+46
* | Merge branch 'ticket/161' into developJames Moger2014-09-081-1/+1
|\|
| * Expose setting to control Lucene repository indexing frequencyJames Moger2014-09-081-1/+1