| | |
| | | # SINCE 0.5.0
|
| | | git.enableGitServlet = true
|
| | |
|
| | | # If you want to restrict all git servlet access to those with valid X509 client
|
| | | # certificates then set this value to true.
|
| | | #
|
| | | # SINCE 1.2.0
|
| | | git.requiresClientCertificate = false
|
| | |
|
| | | # Enforce date checks on client certificates to ensure that they are not being
|
| | | # used prematurely and that they have not expired.
|
| | | #
|
| | | # SINCE 1.2.0
|
| | | git.enforceCertificateValidity = true
|
| | |
|
| | | # List of OIDs to extract from a client certificate DN to map a certificate to
|
| | | # an account username.
|
| | | #
|
| | | # e.g. git.certificateUsernameOIDs = CN
|
| | | # e.g. git.certificateUsernameOIDs = FirstName LastName
|
| | | #
|
| | | # SPACE-DELIMITED
|
| | | # SINCE 1.2.0
|
| | | git.certificateUsernameOIDs = CN
|
| | |
|
| | | # Only serve/display bare repositories.
|
| | | # If there are non-bare repositories in git.repositoriesFolder and this setting
|
| | | # is true, they will be excluded from the ui.
|
| | |
| | | # SINCE 0.9.0
|
| | | web.allowLuceneIndexing = true
|
| | |
|
| | | # Controls the length of shortened commit hash ids
|
| | | #
|
| | | # SINCE 1.2.0
|
| | | web.shortCommitIdLength = 8
|
| | |
|
| | | # Use Clippy (Flash solution) to provide a copy-to-clipboard button.
|
| | | # If false, a button with a more primitive JavaScript-based prompt box will
|
| | | # offer a 3-step (click, ctrl+c, enter) copy-to-clipboard alternative.
|