Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Fix nullpointer exception with unsupported URL protocol #1237" | Martin Spielmann | 2017-05-22 | 1 | -1/+1 |
| | | | | This reverts commit 51b9b7f9016899bbf8a39f6bc33a916a3d2b3838. | ||||
* | Fix nullpointer exception with unsupported URL protocol #1237 | Martin Spielmann | 2017-05-21 | 1 | -1/+1 |
| | |||||
* | allow advertising gitblit privileges for external URLs | Joel Johnson | 2015-07-01 | 1 | -9/+28 |
| | | | | | | | | | | | | | | | | commit c20191fc0931a19bec0df1ab2b56f287e5d8b7c7 enabled support for hiding internal URLs, but didn't consider that it broke the evaluation of permissions (used for tickets, etc.), and caused a NPE on repoUrl.permission when trying to view the TicketPage. With all internal mechanisms disabled, it would result in the first URL being external with unknown permissions. This adds an option to use internal permissions even for external URLs. Note that this does not grant any additional permissions, but does offer the option to have gitblit advertise the full set of what is allowed, even if the external URL imposes additional restrictions. | ||||
* | fix permission capping for HTTP/HTTPS | Joel Johnson | 2015-06-30 | 1 | -2/+3 |
| | | | | | | Previously used request scheme, but request scheme is unrelated to the URL being generated. Instead, base the permission capping on the scheme of the URL itself. | ||||
* | allow configuring of internal URLs offered | Joel Johnson | 2015-06-12 | 1 | -3/+6 |
| | |||||
* | Allow finer-grained determination of available transport preferences | James Moger | 2014-10-31 | 1 | -6/+20 |
| | |||||
* | 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 |
| | | |||||
* | | Extract services manager into a top-level injectable manager | James Moger | 2014-07-03 | 1 | -14/+212 |
|/ | |||||
* | Add a basic SSH public key management UI | James Moger | 2014-06-05 | 1 | -3/+15 |
| | |||||
* | Add setting to control thread pool size for default work queue | James Moger | 2014-05-29 | 1 | -1/+2 |
| | |||||
* | Fix thread exhaustion in SSH daemon | James Moger | 2014-05-29 | 1 | -1/+9 |
| | |||||
* | Improve isServingRepositories check | James Moger | 2014-04-10 | 1 | -0/+6 |
| | |||||
* | Exclude SSH repository urls from anonymous users | James Moger | 2014-04-10 | 1 | -0/+4 |
| | |||||
* | Fix incorrect displayed SSH transport permission | James Moger | 2014-04-10 | 1 | -20/+2 |
| | |||||
* | Display ssh clone urls in the repository url panel | James Moger | 2014-04-10 | 1 | -2/+61 |
| | |||||
* | Move Git daemon into different package | James Moger | 2014-04-10 | 1 | -1/+1 |
| | |||||
* | SSHD: Add support for git pack commands | David Ostrovsky | 2014-04-10 | 1 | -1/+0 |
| | | | | | | | | | | | Add git-upload-pack and git-receive-pack commands. Conflicts: src/main/java/com/gitblit/manager/ServicesManager.java src/main/java/com/gitblit/transport/ssh/CommandDispatcher.java src/main/java/com/gitblit/transport/ssh/SshCommandFactory.java Change-Id: I8c057b41f1dfad6d004e6aa91f96c8c673be9be2 | ||||
* | Eliminate use of Dagger and do not create inner classes | James Moger | 2014-04-10 | 1 | -53/+4 |
| | | | | | | | | | | | This change outlines somethings I'd like to see in your latest code. 1. Elimination of Dagger 2. Less noise from inner class instantiation 3. Formalizing filesystem location for keys instead of Unix-y /tmp/ 4. Password authentication as alternative to Key authentication Change-Id: I7a76e1811ad7cd545444fd8b59bbe8c4f45ccfec | ||||
* | Factor out methods from SshCommandServer to SshDaemon | David Ostrovsky | 2014-04-10 | 1 | -1/+54 |
| | | | | Change-Id: I02d545a8ab68b06d733ad8e7ed476767a34aa244 | ||||
* | Support serving repositories over the SSH transport | Eric Myhre | 2014-04-10 | 1 | -0/+18 |
| | | | | | | | Gitblit would greatly benefit from an integrated SSH server. This would complete the transport trifecta. Change-Id: I6fb95abe65655fa74d47ea71522d8d9a1541450c | ||||
* | Refactor managers and authentication for federation | James Moger | 2013-11-29 | 1 | -5/+4 |
| | | | | Change-Id: I5ff18b2768095fb14e7fbece2e756115829abbde | ||||
* | Flattened IGitblitManager, GitblitManager, and GitBlit classes | James Moger | 2013-11-29 | 1 | -1/+44 |
| | | | | Change-Id: Id6deb27306e0034898673bf5d5d76a4ed012ced6 | ||||
* | Renamed Gitblit to GitBlit to not break existing Groovy hooks | James Moger | 2013-11-29 | 1 | -3/+3 |
| | | | | Change-Id: Id5286ed1b9d7e92644cacf857096e6dd273c8f05 | ||||
* | Moved servlets and services to separate packages | James Moger | 2013-11-29 | 1 | -2/+2 |
| | | | | Change-Id: I5f0f50f4ae7d332e9f724a2e6f074fa71f646035 | ||||
* | Extract Federation, Gitblit and Services manager from GitBlit singleton | James Moger | 2013-11-29 | 1 | -0/+188 |
Change-Id: I2b2f361a868c8eedf4b6df5939e7dfac2d5f92a9 |