Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #988 from gitblit/976-raw-download-filestore-item | James Moger | 2016-01-25 | 5 | -16/+30 |
|\ | | | | | Fix for #976 - Filestore links via browser | ||||
| * | Fix for #976 - Filestore links via browser | Paul Martin | 2015-12-25 | 5 | -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 admin | Boris Stumm | 2016-01-06 | 1 | -13/+2 |
|/ | | | | | Replaced the canAccess() method in RpcFilter with !adminRequest, that should solve the problem. | ||||
* | Merge pull request #981 from mrjoel/mrjoel-loguseraccess | James Moger | 2015-12-10 | 1 | -2/+2 |
|\ | | | | | Log username with access logging | ||||
| * | log authenticated username | Joel Johnson | 2015-12-09 | 1 | -2/+2 |
| | | |||||
* | | revise logic for forcing dotfile to text | Joel Johnson | 2015-12-09 | 1 | -1/+8 |
|/ | |||||
* | Merge pull request #969 from paulsputer/968-GitLFS-Extract-URI-From-Repository | James Moger | 2015-12-03 | 1 | -1/+1 |
|\ | | | | | fix for #968 extracting repository from URI | ||||
| * | fix for #968 extracting repository from URI | Paul Martin | 2015-12-03 | 1 | -1/+1 |
| | | | | | | | | + Allows using lfs when `server.contextPath = /git` | ||||
* | | Handle possible NPE when extracting WAR resources into a new directory | James Moger | 2015-11-25 | 1 | -1/+7 |
| | | |||||
* | | 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. | ||||
* | Git-LFS support | Paul Martin | 2015-10-10 | 6 | -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 character | James Moger | 2015-09-28 | 1 | -3/+3 |
| | |||||
* | Renamed ssh.Display(Host|Port) to ssh.Advertised(Host|Port) | James Moger | 2015-06-15 | 1 | -4/+4 |
| | |||||
* | Added git.sshDisplay{Port|Host} to hide port forward. | Morten Bøgeskov | 2015-06-15 | 1 | -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.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 |
| | |||||
* | Remove /org/ filtering | James Moger | 2015-05-21 | 1 | -1/+1 |
| | |||||
* | Deny access to /com and /org folders in GO setup | Jean-Baptiste Mayer | 2015-04-14 | 2 | -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 Moger | 2014-12-03 | 1 | -3/+1 |
| | |||||
* | Allows starting an already instantiated manager | Luca Milanesio | 2014-11-29 | 1 | -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 servlet | James Moger | 2014-11-24 | 1 | -3/+12 |
| | |||||
* | Extract WAR data resources if they do not exist in ${baseFolder} | James Moger | 2014-11-24 | 1 | -4/+2 |
| | |||||
* | 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/129' into develop | James Moger | 2014-09-30 | 1 | -1/+1 |
|\| | |||||
| * | Remove Wicket references from non-Wicket packages | James Moger | 2014-09-30 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'ticket/193' into develop | James Moger | 2014-09-30 | 1 | -12/+27 |
|\| | |||||
| * | Support GITBLIT_HOME as a system property and environment variable | James Moger | 2014-09-30 | 1 | -12/+27 |
| | | |||||
* | | Allow authentication providers to control user and team role changes | James Moger | 2014-09-26 | 1 | -189/+190 |
| | | |||||
* | | Merge branch 'ticket/185' into develop | James Moger | 2014-09-24 | 1 | -3/+3 |
|\| | |||||
| * | Fix GITBLIT_HOME environment variable baseFolder support | James Moger | 2014-09-24 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'ticket/169' into develop | James Moger | 2014-09-08 | 4 | -8/+46 |
|\| | |||||
| * | Improve bad request handling in branch graph, zip, & syndication servlets | James Moger | 2014-09-08 | 4 | -8/+46 |
| | | |||||
* | | Merge branch 'ticket/161' into develop | James Moger | 2014-09-08 | 1 | -1/+1 |
|\| | |||||
| * | Expose setting to control Lucene repository indexing frequency | James Moger | 2014-09-08 | 1 | -1/+1 |
| | | |||||
* | | 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 | 2 | -36/+42 |
|\| | |||||
| * | Fix raw serving of files/directories that do not exist in a branch/ref | James Moger | 2014-09-04 | 2 | -36/+42 |
| | | |||||
* | | Merge branch 'ticket/148' into develop | James Moger | 2014-09-04 | 2 | -96/+119 |
|\| | |||||
| * | Do not stamp raw servlet responses with cache-control headers | James Moger | 2014-09-04 | 2 | -7/+30 |
| | | |||||
* | | Merge branch 'ticket/141' into develop | James Moger | 2014-09-04 | 1 | -1/+1 |
|\| | |||||
| * | Allow gitblit baseFolder to be defined by a system property | Koen Serry | 2014-08-03 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| |\ \ \ |