mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
Remove disableHookSSLValidation field from mercurial settings form
This commit is contained in:
@@ -33,7 +33,6 @@ type Configuration = {
|
|||||||
encoding: string;
|
encoding: string;
|
||||||
useOptimizedBytecode: boolean;
|
useOptimizedBytecode: boolean;
|
||||||
showRevisionInId: boolean;
|
showRevisionInId: boolean;
|
||||||
disableHookSSLValidation: boolean;
|
|
||||||
enableHttpPostArgs: boolean;
|
enableHttpPostArgs: boolean;
|
||||||
_links: Links;
|
_links: Links;
|
||||||
};
|
};
|
||||||
@@ -139,7 +138,6 @@ class HgConfigurationForm extends React.Component<Props, State> {
|
|||||||
{this.checkbox("showRevisionInId")}
|
{this.checkbox("showRevisionInId")}
|
||||||
</div>
|
</div>
|
||||||
<div className="column is-half">
|
<div className="column is-half">
|
||||||
{this.checkbox("disableHookSSLValidation")}
|
|
||||||
{this.checkbox("enableHttpPostArgs")}
|
{this.checkbox("enableHttpPostArgs")}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -25,8 +25,6 @@
|
|||||||
"showRevisionInIdHelpText": "Die Revision als Teil der Node ID anzeigen.",
|
"showRevisionInIdHelpText": "Die Revision als Teil der Node ID anzeigen.",
|
||||||
"enableHttpPostArgs": "HttpPostArgs Protocol aktivieren",
|
"enableHttpPostArgs": "HttpPostArgs Protocol aktivieren",
|
||||||
"enableHttpPostArgsHelpText": "Aktiviert das experimentelle HttpPostArgs Protokoll von Mercurial. Das HttpPostArgs Protokoll verwendet den Post Request Body anstatt des HTTP Headers um Meta Informationen zu versenden. Dieses Vorgehen reduziert die Header Größe der Mercurial Requests. HttpPostArgs wird seit Mercurial 3.8 unterstützt.",
|
"enableHttpPostArgsHelpText": "Aktiviert das experimentelle HttpPostArgs Protokoll von Mercurial. Das HttpPostArgs Protokoll verwendet den Post Request Body anstatt des HTTP Headers um Meta Informationen zu versenden. Dieses Vorgehen reduziert die Header Größe der Mercurial Requests. HttpPostArgs wird seit Mercurial 3.8 unterstützt.",
|
||||||
"disableHookSSLValidation": "SSL Validierung für Hooks deaktivieren",
|
|
||||||
"disableHookSSLValidationHelpText": "Deaktiviert die Validierung von SSL Zertifikaten für den Mercurial Hook, der die Repositoryänderungen wieder zurück an den SCM-Manager leitet. Diese Option sollte nur benutzt werden, wenn der SCM-Manager ein selbstsigniertes Zertifikat verwendet.",
|
|
||||||
"disabled": "Deaktiviert",
|
"disabled": "Deaktiviert",
|
||||||
"disabledHelpText": "Aktiviert oder deaktiviert das Mercurial Plugin.",
|
"disabledHelpText": "Aktiviert oder deaktiviert das Mercurial Plugin.",
|
||||||
"required": "Dieser Konfigurationswert wird benötigt"
|
"required": "Dieser Konfigurationswert wird benötigt"
|
||||||
|
|||||||
@@ -25,8 +25,6 @@
|
|||||||
"showRevisionInIdHelpText": "Show revision as part of the node id.",
|
"showRevisionInIdHelpText": "Show revision as part of the node id.",
|
||||||
"enableHttpPostArgs": "Enable HttpPostArgs Protocol",
|
"enableHttpPostArgs": "Enable HttpPostArgs Protocol",
|
||||||
"enableHttpPostArgsHelpText": "Enables the experimental HttpPostArgs Protocol of mercurial. The HttpPostArgs Protocol uses the body of post requests to send the meta information instead of http headers. This helps to reduce the header size of mercurial requests. HttpPostArgs is supported since mercurial 3.8.",
|
"enableHttpPostArgsHelpText": "Enables the experimental HttpPostArgs Protocol of mercurial. The HttpPostArgs Protocol uses the body of post requests to send the meta information instead of http headers. This helps to reduce the header size of mercurial requests. HttpPostArgs is supported since mercurial 3.8.",
|
||||||
"disableHookSSLValidation": "Disable SSL Validation on Hooks",
|
|
||||||
"disableHookSSLValidationHelpText": "Disables the validation of ssl certificates for the mercurial hook, which forwards the repository changes back to scm-manager. This option should only be used, if SCM-Manager uses a self signed certificate.",
|
|
||||||
"disabled": "Disabled",
|
"disabled": "Disabled",
|
||||||
"disabledHelpText": "Enable or disable the Mercurial plugin.",
|
"disabledHelpText": "Enable or disable the Mercurial plugin.",
|
||||||
"required": "This configuration value is required"
|
"required": "This configuration value is required"
|
||||||
|
|||||||
Reference in New Issue
Block a user