summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/servlet
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #988 from gitblit/976-raw-download-filestore-itemJames Moger2016-01-255-16/+30
|\ | | | | Fix for #976 - Filestore links via browser
| * Fix for #976 - Filestore links via browserPaul Martin2015-12-255-16/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | + 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 #993 LIST_BRANCHES without adminBoris Stumm2016-01-061-13/+2
|/ | | | | Replaced the canAccess() method in RpcFilter with !adminRequest, that should solve the problem.
* Merge pull request #981 from mrjoel/mrjoel-loguseraccessJames Moger2015-12-101-2/+2
|\ | | | | Log username with access logging
| * 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 URI
| * fix for #968 extracting repository from URIPaul Martin2015-12-031-1/+1
| | | | | | | | + Allows using lfs when `server.contextPath = /git`
* | 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
|/ | | | This was originally from https://github.com/gitblit/gitblit/pull/950 but seems to have been reverted when develop branch was merged with master.
* Git-LFS supportPaul Martin2015-10-106-20/+623
| | | | | | | | | | | | | | + 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
* 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
| | | | | | Running gitblit in a container it's easy to expose the ssh on the default port. Using git.sshDisplayPort/git.sshDisplayHost you can expose the forwarded address as the official location.
* Bump to JGit 4.0.0Luca Milanesio2015-06-121-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 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
| | | | | Added a servlet to serve "Access Denied" Added conditional mapping of /com and /org folders in the web setup
* Use startManager(X) from startManager(Injector, Class)James Moger2014-12-031-3/+1
|
* Allows starting an already instantiated managerLuca Milanesio2014-11-291-0/+6
| | | | | | When a manager is injected through other means, (e.g. using a different GuiceModule and injector in Gerrit) we need a way to start it without having to necessarily passing through the injection process again.
* 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
| | | | | | | | | | 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/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
| |
* | 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-042-36/+42
|\|
| * Fix raw serving of files/directories that do not exist in a branch/refJames Moger2014-09-042-36/+42
| |
* | Merge branch 'ticket/148' into developJames Moger2014-09-042-96/+119
|\|
| * Do not stamp raw servlet responses with cache-control headersJames Moger2014-09-042-7/+30
| |
* | Merge branch 'ticket/141' into developJames Moger2014-09-041-1/+1
|\|
| * Allow gitblit baseFolder to be defined by a system propertyKoen Serry2014-08-031-1/+1
| |
| * Merge branch 'ticket/139'James Moger2014-07-051-5/+2
| |\ | | | | | | | | | | | | Conflicts: src/main/java/com/gitblit/servlet/RawServlet.java
| * \ 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
| |\ \ \