summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/manager/ServicesManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix nullpointer exception with unsupported URL protocol #1237"Martin Spielmann2017-05-221-1/+1
| | | | This reverts commit 51b9b7f9016899bbf8a39f6bc33a916a3d2b3838.
* Fix nullpointer exception with unsupported URL protocol #1237Martin Spielmann2017-05-211-1/+1
|
* allow advertising gitblit privileges for external URLsJoel Johnson2015-07-011-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/HTTPSJoel Johnson2015-06-301-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 offeredJoel Johnson2015-06-121-3/+6
|
* Allow finer-grained determination of available transport preferencesJames Moger2014-10-311-6/+20
|
* Merge branch 'ticket/161' into developJames Moger2014-09-081-1/+1
|\
| * Expose setting to control Lucene repository indexing frequencyJames Moger2014-09-081-1/+1
| |
* | Extract services manager into a top-level injectable managerJames Moger2014-07-031-14/+212
|/
* Add a basic SSH public key management UIJames Moger2014-06-051-3/+15
|
* Add setting to control thread pool size for default work queueJames Moger2014-05-291-1/+2
|
* Fix thread exhaustion in SSH daemonJames Moger2014-05-291-1/+9
|
* Improve isServingRepositories checkJames Moger2014-04-101-0/+6
|
* Exclude SSH repository urls from anonymous usersJames Moger2014-04-101-0/+4
|
* Fix incorrect displayed SSH transport permissionJames Moger2014-04-101-20/+2
|
* Display ssh clone urls in the repository url panelJames Moger2014-04-101-2/+61
|
* Move Git daemon into different packageJames Moger2014-04-101-1/+1
|
* SSHD: Add support for git pack commandsDavid Ostrovsky2014-04-101-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 classesJames Moger2014-04-101-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 SshDaemonDavid Ostrovsky2014-04-101-1/+54
| | | | Change-Id: I02d545a8ab68b06d733ad8e7ed476767a34aa244
* Support serving repositories over the SSH transportEric Myhre2014-04-101-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 federationJames Moger2013-11-291-5/+4
| | | | Change-Id: I5ff18b2768095fb14e7fbece2e756115829abbde
* Flattened IGitblitManager, GitblitManager, and GitBlit classesJames Moger2013-11-291-1/+44
| | | | Change-Id: Id6deb27306e0034898673bf5d5d76a4ed012ced6
* Renamed Gitblit to GitBlit to not break existing Groovy hooksJames Moger2013-11-291-3/+3
| | | | Change-Id: Id5286ed1b9d7e92644cacf857096e6dd273c8f05
* Moved servlets and services to separate packagesJames Moger2013-11-291-2/+2
| | | | Change-Id: I5f0f50f4ae7d332e9f724a2e6f074fa71f646035
* Extract Federation, Gitblit and Services manager from GitBlit singletonJames Moger2013-11-291-0/+188
Change-Id: I2b2f361a868c8eedf4b6df5939e7dfac2d5f92a9