NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/web/templates/admin/tab-config-identity-provider.twig

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

tab-config-identity-provider.twig on main
Author Date Commit Line Code
FreddleSpl0it over 3 years ago 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
1
<div role="tabpanel" class="tab-pane fade" id="tab-config-identity-provider" role="tabpanel" aria-labelledby="tab-config-identity-provider">
Open commit View diff
1 <div role="tabpanel" class="tab-pane fade" id="tab-config-identity-provider" role="tabpanel" aria-labelledby="tab-config-identity-provider">
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
2
  <div class="card mb-4">
Open commit View diff
2 <div class="card mb-4">
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
3
    <div class="card-header d-flex fs-5">
Open commit View diff
3 <div class="card-header d-flex fs-5">
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
4
      <button class="btn d-md-none flex-grow-1 text-start" data-bs-target="#collapse-tab-config-identity-provider" data-bs-toggle="collapse" aria-controls="collapse-tab-config-identity-provider">
Open commit View diff
4 <button class="btn d-md-none flex-grow-1 text-start" data-bs-target="#collapse-tab-config-identity-provider" data-bs-toggle="collapse" aria-controls="collapse-tab-config-identity-provider">
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
5
        {{ lang.admin.iam }}
Open commit View diff
5 {{ lang.admin.iam }}
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
6
      </button>
Open commit View diff
6 </button>
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
7
      <span class="d-none d-md-block">{{ lang.admin.iam }}</span>
Open commit View diff
7 <span class="d-none d-md-block">{{ lang.admin.iam }}</span>
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
8
    </div>
Open commit View diff
8 </div>
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
9
    <div id="collapse-tab-config-identity-provider" class="card-body collapse" data-bs-parent="#admin-content">
Open commit View diff
9 <div id="collapse-tab-config-identity-provider" class="card-body collapse" data-bs-parent="#admin-content">
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
10
      <p class="offset-sm-3 mb-4">{{ lang.admin.iam_description|raw }}</p>
Open commit View diff
10 <p class="offset-sm-3 mb-4">{{ lang.admin.iam_description|raw }}</p>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
11
      <div class="row mb-4">
Open commit View diff
11 <div class="row mb-4">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
12
        <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
12 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
13
          <label class="control-label" for="iam_realm">{{ lang.admin.iam }}:</label>
Open commit View diff
13 <label class="control-label" for="iam_realm">{{ lang.admin.iam }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
14
        </div>
Open commit View diff
14 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
15
        <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
15 <div class="col-12 col-md-9 col-lg-4">
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
16
          <select
Open commit View diff
16 <select
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
17
            data-style="btn btn-secondary"
Open commit View diff
17 data-style="btn btn-secondary"
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
18
            data-id="iam_provider"
Open commit View diff
18 data-id="iam_provider"
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
19
            title="{{ lang.admin.iam_provider }}"
Open commit View diff
19 title="{{ lang.admin.iam_provider }}"
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
20
            name="iam_provider" id="iam_provider" class="full-width-select form-control" required>
Open commit View diff
20 name="iam_provider" id="iam_provider" class="full-width-select form-control" required>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
21
              <option value="keycloak" {% if not iam_settings.authsource or iam_settings.authsource == 'keycloak' %}selected{% endif %}>Keycloak</option>
Open commit View diff
21 <option value="keycloak" {% if not iam_settings.authsource or iam_settings.authsource == 'keycloak' %}selected{% endif %}>Keycloak</option>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
22
              <option value="generic-oidc" {% if iam_settings.authsource == 'generic-oidc' %}selected{% endif %}>Generic-OIDC</option>
Open commit View diff
22 <option value="generic-oidc" {% if iam_settings.authsource == 'generic-oidc' %}selected{% endif %}>Generic-OIDC</option>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
23
              <option value="ldap" {% if iam_settings.authsource == 'ldap' %}selected{% endif %}>LDAP</option>
Open commit View diff
23 <option value="ldap" {% if iam_settings.authsource == 'ldap' %}selected{% endif %}>LDAP</option>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
24
          </select>
Open commit View diff
24 </select>
FreddleSpl0it over 3 years ago 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
25
        </div>
Open commit View diff
25 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
26
      </div>
Open commit View diff
26 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
27
      <div id="keycloak_settings" class="{% if iam_settings.authsource and iam_settings.authsource != 'keycloak' %}d-none{% endif %}">
Open commit View diff
27 <div id="keycloak_settings" class="{% if iam_settings.authsource and iam_settings.authsource != 'keycloak' %}d-none{% endif %}">
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
28
        <form class="form-horizontal" autocapitalize="none" data-id="iam_keycloak" autocorrect="off" role="form" method="post">
Open commit View diff
28 <form class="form-horizontal" autocapitalize="none" data-id="iam_keycloak" autocorrect="off" role="form" method="post">
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
29
          <input type="hidden" name="authsource" value="keycloak">
Open commit View diff
29 <input type="hidden" name="authsource" value="keycloak">
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
30
          <div class="row mb-2">
Open commit View diff
30 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
31
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
31 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
32
                <label class="control-label" for="iam_keycloak_url">{{ lang.admin.iam_server_url }}:</label>
Open commit View diff
32 <label class="control-label" for="iam_keycloak_url">{{ lang.admin.iam_server_url }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
33
            </div>
Open commit View diff
33 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
34
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
34 <div class="col-12 col-md-9 col-lg-4">
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
35
              <input type="text" class="form-control" id="iam_keycloak_url" name="server_url" value="{{ iam_settings.server_url }}" required>
Open commit View diff
35 <input type="text" class="form-control" id="iam_keycloak_url" name="server_url" value="{{ iam_settings.server_url }}" required>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
36
            </div>
Open commit View diff
36 </div>
FreddleSpl0it over 3 years ago 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
37
          </div>
Open commit View diff
37 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
38
          <div class="row mb-2">
Open commit View diff
38 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
39
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
39 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
40
              <label class="control-label" for="iam_keycloak_realm">{{ lang.admin.iam_realm }}:</label>
Open commit View diff
40 <label class="control-label" for="iam_keycloak_realm">{{ lang.admin.iam_realm }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
41
            </div>
Open commit View diff
41 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
42
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
42 <div class="col-12 col-md-9 col-lg-4">
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
43
              <input type="text" class="form-control" id="iam_keycloak_realm" name="realm" value="{{ iam_settings.realm }}" required>
Open commit View diff
43 <input type="text" class="form-control" id="iam_keycloak_realm" name="realm" value="{{ iam_settings.realm }}" required>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
44
            </div>
Open commit View diff
44 </div>
FreddleSpl0it over 3 years ago 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
45
          </div>
Open commit View diff
45 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
46
          <div class="row mb-2">
Open commit View diff
46 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
47
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
47 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
48
              <label class="control-label" for="iam_keycloak_clientid">{{ lang.admin.iam_client_id }}:</label>
Open commit View diff
48 <label class="control-label" for="iam_keycloak_clientid">{{ lang.admin.iam_client_id }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
49
            </div>
Open commit View diff
49 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
50
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
50 <div class="col-12 col-md-9 col-lg-4">
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
51
              <input type="text" class="form-control" id="iam_keycloak_clientid" name="client_id" value="{{ iam_settings.client_id }}" required>
Open commit View diff
51 <input type="text" class="form-control" id="iam_keycloak_clientid" name="client_id" value="{{ iam_settings.client_id }}" required>
FreddleSpl0it over 3 years ago 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
52
            </div>
Open commit View diff
52 </div>
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
53
          </div>
Open commit View diff
53 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
54
          <div class="row mb-2">
Open commit View diff
54 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
55
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
55 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
56
              <label class="control-label" for="iam_keycloak_clientsecret">{{ lang.admin.iam_client_secret }}:</label>
Open commit View diff
56 <label class="control-label" for="iam_keycloak_clientsecret">{{ lang.admin.iam_client_secret }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
57
            </div>
Open commit View diff
57 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
58
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
58 <div class="col-12 col-md-9 col-lg-4">
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
59
              <div class="reveal-password-input input-group">
Open commit View diff
59 <div class="reveal-password-input input-group">
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
60
                <input type="password" class="password-field form-control" id="iam_keycloak_clientsecret" name="client_secret" value="{{ iam_settings.client_secret }}" required>
Open commit View diff
60 <input type="password" class="password-field form-control" id="iam_keycloak_clientsecret" name="client_secret" value="{{ iam_settings.client_secret }}" required>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
61
                <button class="toggle-password btn btn-secondary" type="button"><i class="bi bi-eye"></i></button>
Open commit View diff
61 <button class="toggle-password btn btn-secondary" type="button"><i class="bi bi-eye"></i></button>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
62
              </div>
Open commit View diff
62 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
63
            </div>
Open commit View diff
63 </div>
FreddleSpl0it over 3 years ago 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
64
          </div>
Open commit View diff
64 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
65
          <div class="row mb-2">
Open commit View diff
65 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
66
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
66 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
PseudoResonance over 1 year ago 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
67
              <label class="control-label">{{ lang.admin.iam_redirect_url }}:</label>
Open commit View diff
67 <label class="control-label">{{ lang.admin.iam_redirect_url }}:</label>
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
68
            </div>
Open commit View diff
68 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
69
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
69 <div class="col-12 col-md-9 col-lg-4">
PseudoResonance over 1 year ago 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
70
              <div class="row px-2 align-items-center">
Open commit View diff
70 <div class="row px-2 align-items-center">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
71
                <span class="col-10 p-0 pe-2">
Open commit View diff
71 <span class="col-10 p-0 pe-2">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
72
                  <input type="text" class="form-control"  name="redirect_url" value="{{ iam_settings.redirect_url }}" required>
Open commit View diff
72 <input type="text" class="form-control" name="redirect_url" value="{{ iam_settings.redirect_url }}" required>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
73
                </span>
Open commit View diff
73 </span>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
74
                <div class="col-2 p-0 d-flex">
Open commit View diff
74 <div class="col-2 p-0 d-flex">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
75
                  <button class="btn btn-sm d-block d-sm-inline btn-secondary ms-auto iam_redirect_add_keycloak"><i class="bi bi-plus-lg"></i></button>
Open commit View diff
75 <button class="btn btn-sm d-block d-sm-inline btn-secondary ms-auto iam_redirect_add_keycloak"><i class="bi bi-plus-lg"></i></button>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
76
                </div>
Open commit View diff
76 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
77
              </div>
Open commit View diff
77 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
78
            </div>
Open commit View diff
78 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
79
          </div>
Open commit View diff
79 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
80
          <div class="row mb-2" id="iam_keycloak_redirect_list">
Open commit View diff
80 <div class="row mb-2" id="iam_keycloak_redirect_list">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
81
            <input type="hidden" name="redirect_url_extra" value="">
Open commit View diff
81 <input type="hidden" name="redirect_url_extra" value="">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
82
            {% for key, url in iam_settings.redirect_url_extra %}
Open commit View diff
82 {% for key, url in iam_settings.redirect_url_extra %}
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
83
            <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
Open commit View diff
83 <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
84
              <div class="row px-2">
Open commit View diff
84 <div class="row px-2">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
85
                <div class="col-10 p-0 pe-2">
Open commit View diff
85 <div class="col-10 p-0 pe-2">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
86
                  <input type="text" class="form-control me-2" name="redirect_url_extra" value="{{ iam_settings.redirect_url_extra[key] }}">
Open commit View diff
86 <input type="text" class="form-control me-2" name="redirect_url_extra" value="{{ iam_settings.redirect_url_extra[key] }}">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
87
                </div>
Open commit View diff
87 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
88
                <div class="col-2 p-0 d-flex">
Open commit View diff
88 <div class="col-2 p-0 d-flex">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
89
                  <button class="iam_keycloak_redirect_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
Open commit View diff
89 <button class="iam_keycloak_redirect_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
90
                </div>
Open commit View diff
90 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
91
              </div>
Open commit View diff
91 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
92
            </div>
Open commit View diff
92 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
93
            {% endfor %}
Open commit View diff
93 {% endfor %}
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
94
            <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
Open commit View diff
94 <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
95
              <div class="row px-2">
Open commit View diff
95 <div class="row px-2">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
96
                <div class="col-10 p-0 pe-2">
Open commit View diff
96 <div class="col-10 p-0 pe-2">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
97
                  <input type="text" class="form-control me-2" name="redirect_url_extra" value="">
Open commit View diff
97 <input type="text" class="form-control me-2" name="redirect_url_extra" value="">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
98
                </div>
Open commit View diff
98 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
99
                <div class="col-2 p-0 d-flex">
Open commit View diff
99 <div class="col-2 p-0 d-flex">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
100
                  <button class="iam_keycloak_redirect_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
Open commit View diff
100 <button class="iam_keycloak_redirect_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
101
                </div>
Open commit View diff
101 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
102
              </div>
Open commit View diff
102 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
103
            </div>
Open commit View diff
103 </div>
FreddleSpl0it over 3 years ago 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
104
          </div>
Open commit View diff
104 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
105
          <div class="row mb-4">
Open commit View diff
105 <div class="row mb-4">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
106
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
106 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
107
              <label class="control-label" for="iam_keycloak_version">{{ lang.admin.iam_version }}:</label>
Open commit View diff
107 <label class="control-label" for="iam_keycloak_version">{{ lang.admin.iam_version }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
108
            </div>
Open commit View diff
108 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
109
            <div class="col-sm-4">
Open commit View diff
109 <div class="col-sm-4">
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
110
              <input type="text" class="form-control" id="iam_keycloak_version" name="version" value="{{ iam_settings.version }}" required>
Open commit View diff
110 <input type="text" class="form-control" id="iam_keycloak_version" name="version" value="{{ iam_settings.version }}" required>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
111
            </div>
Open commit View diff
111 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
112
          </div>
Open commit View diff
112 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
113
          <div class="row mb-2">
Open commit View diff
113 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
114
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
114 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
115
              <label class="control-label">{{ lang.admin.iam_mapping }}:</label>
Open commit View diff
115 <label class="control-label">{{ lang.admin.iam_mapping }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
116
            </div>
Open commit View diff
116 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
117
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
117 <div class="col-12 col-md-9 col-lg-4">
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
118
              <div class="row px-2 align-items-center">
Open commit View diff
118 <div class="row px-2 align-items-center">
FreddleSpl0it over 1 year ago f0016ee

[Web] Add german translation for idp settings

Full commit hash
f0016eeecdaa74ad28d3e63914895d05f43c8196
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
119
                <span class="col-5 p-0 pe-2">{{ lang.user.attribute }}</span>
Open commit View diff
119 <span class="col-5 p-0 pe-2">{{ lang.user.attribute }}</span>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
120
                <span class="col-5 p-0 pe-2">{{ lang.mailbox.template }}</span>
Open commit View diff
120 <span class="col-5 p-0 pe-2">{{ lang.mailbox.template }}</span>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
121
                <div class="col-2 p-0 d-flex">
Open commit View diff
121 <div class="col-2 p-0 d-flex">
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
122
                  <button class="btn btn-sm d-block d-sm-inline btn-secondary ms-auto iam_rolemap_add_keycloak"><i class="bi bi-plus-lg"></i></button>
Open commit View diff
122 <button class="btn btn-sm d-block d-sm-inline btn-secondary ms-auto iam_rolemap_add_keycloak"><i class="bi bi-plus-lg"></i></button>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
123
                </div>
Open commit View diff
123 </div>
FreddleSpl0it about 3 years ago e4284b8

[Web] fix attribute mapping list

Full commit hash
e4284b8e19cdfba174ce7e3ce67b632ff2a4765a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
124
              </div>
Open commit View diff
124 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
125
            </div>
Open commit View diff
125 </div>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
126
          </div>
Open commit View diff
126 </div>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
127
          <div class="row mb-2" id="iam_keycloak_mapping_list">
Open commit View diff
127 <div class="row mb-2" id="iam_keycloak_mapping_list">
FreddleSpl0it over 1 year ago 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
128
            <input type="hidden" name="mappers" value="">
Open commit View diff
128 <input type="hidden" name="mappers" value="">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
129
            <input type="hidden" name="templates" value="">
Open commit View diff
129 <input type="hidden" name="templates" value="">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
130
            <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
Open commit View diff
130 <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
131
              <div class="row px-2">
Open commit View diff
131 <div class="row px-2">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
132
                <div class="col-5 p-0 pe-2">
Open commit View diff
132 <div class="col-5 p-0 pe-2">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
133
                  <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.admin.iam_default_template_description }}"></i>
Open commit View diff
133 <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.admin.iam_default_template_description }}"></i>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
134
                  <span>{{ lang.admin.iam_default_template}}</span>
Open commit View diff
134 <span>{{ lang.admin.iam_default_template}}</span>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
135
                </div>
Open commit View diff
135 </div>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
136
                <div class="col-5 p-0 pe-2 align-content-end">
Open commit View diff
136 <div class="col-5 p-0 pe-2 align-content-end">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
137
                  <select data-live-search="true" name="default_template" class="form-control" title="-- {{ lang.mailbox.template }} --">
Open commit View diff
137 <select data-live-search="true" name="default_template" class="form-control" title="-- {{ lang.mailbox.template }} --">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
138
                  <option value="" {% if not iam_settings.default_template %}selected{% endif %}>-- {{ lang.mailbox.template }} --</option>
Open commit View diff
138 <option value="" {% if not iam_settings.default_template %}selected{% endif %}>-- {{ lang.mailbox.template }} --</option>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
139
                  {% for mbox_template in mbox_templates %}
Open commit View diff
139 {% for mbox_template in mbox_templates %}
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
140
                    <option {% if mbox_template.template == iam_settings.default_template %}selected{% endif %}>
Open commit View diff
140 <option {% if mbox_template.template == iam_settings.default_template %}selected{% endif %}>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
141
                      {{ mbox_template.template }}
Open commit View diff
141 {{ mbox_template.template }}
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
142
                    </option>
Open commit View diff
142 </option>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
143
                  {% endfor %}
Open commit View diff
143 {% endfor %}
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
144
                  </select>
Open commit View diff
144 </select>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
145
                </div>
Open commit View diff
145 </div>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
146
                <div class="col-2 p-0 d-flex"></div>
Open commit View diff
146 <div class="col-2 p-0 d-flex"></div>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
147
              </div>
Open commit View diff
147 </div>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
148
            </div>
Open commit View diff
148 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
149
            {% for key, role in iam_settings.mappers %}
Open commit View diff
149 {% for key, role in iam_settings.mappers %}
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
150
            <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
Open commit View diff
150 <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
151
              <div class="row px-2">
Open commit View diff
151 <div class="row px-2">
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
152
                <div class="col-5 p-0 pe-2">
Open commit View diff
152 <div class="col-5 p-0 pe-2">
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
153
                  <input type="text" class="form-control me-2" name="mappers" value="{{ iam_settings.mappers[key] }}" required>
Open commit View diff
153 <input type="text" class="form-control me-2" name="mappers" value="{{ iam_settings.mappers[key] }}" required>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
154
                </div>
Open commit View diff
154 </div>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
155
                <div class="col-5 p-0 pe-2">
Open commit View diff
155 <div class="col-5 p-0 pe-2">
FreddleSpl0it over 1 year ago 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
156
                  <select data-live-search="true" name="templates" class="form-control" title="-- {{ lang.mailbox.template }} --" required>
Open commit View diff
156 <select data-live-search="true" name="templates" class="form-control" title="-- {{ lang.mailbox.template }} --" required>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
157
                  {% for mbox_template in mbox_templates %}
Open commit View diff
157 {% for mbox_template in mbox_templates %}
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
158
                    <option{% if mbox_template.template == iam_settings.templates[key] %} selected{% endif %}>
Open commit View diff
158 <option{% if mbox_template.template == iam_settings.templates[key] %} selected{% endif %}>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
159
                      {{ mbox_template.template }}
Open commit View diff
159 {{ mbox_template.template }}
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
160
                    </option>
Open commit View diff
160 </option>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
161
                  {% endfor %}
Open commit View diff
161 {% endfor %}
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
162
                  </select>
Open commit View diff
162 </select>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
163
                </div>
Open commit View diff
163 </div>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
164
                <div class="col-2 p-0 d-flex">
Open commit View diff
164 <div class="col-2 p-0 d-flex">
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
165
                  <button class="iam_keycloak_rolemap_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
Open commit View diff
165 <button class="iam_keycloak_rolemap_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
166
                </div>
Open commit View diff
166 </div>
FreddleSpl0it about 3 years ago e4284b8

[Web] fix attribute mapping list

Full commit hash
e4284b8e19cdfba174ce7e3ce67b632ff2a4765a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
167
              </div>
Open commit View diff
167 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
168
            </div>
Open commit View diff
168 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
169
            {% endfor %}
Open commit View diff
169 {% endfor %}
FreddleSpl0it almost 3 years ago 43600cd

[Web] fix identity-provider settings layout

Full commit hash
43600cd127708319e0e79f9e503358d55bacfd25
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
170
            <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
Open commit View diff
170 <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
171
              <div class="row px-2">
Open commit View diff
171 <div class="row px-2">
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
172
                <div class="col-5 p-0 pe-2">
Open commit View diff
172 <div class="col-5 p-0 pe-2">
FreddleSpl0it over 1 year ago 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
173
                  <input type="text" class="form-control me-2" name="mappers" value="">
Open commit View diff
173 <input type="text" class="form-control me-2" name="mappers" value="">
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
174
                </div>
Open commit View diff
174 </div>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
175
                <div class="col-5 p-0 pe-2">
Open commit View diff
175 <div class="col-5 p-0 pe-2">
FreddleSpl0it over 1 year ago 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
176
                  <select data-live-search="true" name="templates" class="form-control" title="-- {{ lang.mailbox.template }} --">
Open commit View diff
176 <select data-live-search="true" name="templates" class="form-control" title="-- {{ lang.mailbox.template }} --">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
177
                  <option value="" selected>-- {{ lang.mailbox.template }} --</option>
Open commit View diff
177 <option value="" selected>-- {{ lang.mailbox.template }} --</option>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
178
                  {% for mbox_template in mbox_templates %}
Open commit View diff
178 {% for mbox_template in mbox_templates %}
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
179
                    <option>
Open commit View diff
179 <option>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
180
                      {{ mbox_template.template }}
Open commit View diff
180 {{ mbox_template.template }}
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
181
                    </option>
Open commit View diff
181 </option>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
182
                  {% endfor %}
Open commit View diff
182 {% endfor %}
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
183
                  </select>
Open commit View diff
183 </select>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
184
                </div>
Open commit View diff
184 </div>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
185
                <div class="col-2 p-0 d-flex">
Open commit View diff
185 <div class="col-2 p-0 d-flex">
FreddleSpl0it almost 3 years ago 43600cd

[Web] fix identity-provider settings layout

Full commit hash
43600cd127708319e0e79f9e503358d55bacfd25
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
186
                  <button class="iam_keycloak_rolemap_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
Open commit View diff
186 <button class="iam_keycloak_rolemap_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
187
                </div>
Open commit View diff
187 </div>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
188
              </div>
Open commit View diff
188 </div>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
189
            </div>
Open commit View diff
189 </div>
FreddleSpl0it over 3 years ago 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
190
          </div>
Open commit View diff
190 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
191
          <div class="row mb-2 mt-4">
Open commit View diff
191 <div class="row mb-2 mt-4">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
192
            <div class="col-md-3 d-flex align-items-center justify-content-md-end"></div>
Open commit View diff
192 <div class="col-md-3 d-flex align-items-center justify-content-md-end"></div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
193
            <div class="col-12 col-md-9">
Open commit View diff
193 <div class="col-12 col-md-9">
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
194
              <span>{{ lang.admin.iam_extra_permission|raw }}</span>
Open commit View diff
194 <span>{{ lang.admin.iam_extra_permission|raw }}</span>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
195
            </div>
Open commit View diff
195 </div>
FreddleSpl0it over 3 years ago f0689e0

[Web] iam - add switch for direct login flow

Full commit hash
f0689e08d96f29c6e2161b1677c398187330c3b1
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
196
          </div>
Open commit View diff
196 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
197
          <div class="row mb-2">
Open commit View diff
197 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
198
            <div class="col-md-3 d-flex align-items-start justify-content-md-end">
Open commit View diff
198 <div class="col-md-3 d-flex align-items-start justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
199
              <label class="control-label">{{ lang.admin.iam_rest_flow }}</label>
Open commit View diff
199 <label class="control-label">{{ lang.admin.iam_rest_flow }}</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
200
            </div>
Open commit View diff
200 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
201
            <div class="col-12 col-md-9">
Open commit View diff
201 <div class="col-12 col-md-9">
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
202
              <div class="form-check form-switch">
Open commit View diff
202 <div class="form-check form-switch">
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
203
                <input class="form-check-input" type="checkbox" role="switch" name="mailpassword_flow" value="1" {% if iam_settings.mailpassword_flow == 1 %}checked{% endif %}>
Open commit View diff
203 <input class="form-check-input" type="checkbox" role="switch" name="mailpassword_flow" value="1" {% if iam_settings.mailpassword_flow == 1 %}checked{% endif %}>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
204
              </div>
Open commit View diff
204 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
205
              <p class="text-muted">
Open commit View diff
205 <p class="text-muted">
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
206
                <small>
Open commit View diff
206 <small>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
207
                  {{ lang.admin.iam_auth_flow_info|raw }}
Open commit View diff
207 {{ lang.admin.iam_auth_flow_info|raw }}
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
208
                </small>
Open commit View diff
208 </small>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
209
              </p>
Open commit View diff
209 </p>
FreddleSpl0it over 3 years ago 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
210
            </div>
Open commit View diff
210 </div>
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
211
          </div>
Open commit View diff
211 </div>
FreddleSpl0it over 1 year ago c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
212
          <div class="row mb-2">
Open commit View diff
212 <div class="row mb-2">
same change c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
213
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
213 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
214
              <label class="control-label">{{ lang.admin.ignore_ssl_error }}</label>
Open commit View diff
214 <label class="control-label">{{ lang.admin.ignore_ssl_error }}</label>
same change c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
215
            </div>
Open commit View diff
215 </div>
same change c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
216
            <div class="col-12 col-md-9">
Open commit View diff
216 <div class="col-12 col-md-9">
same change c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
217
              <div class="form-check form-switch">
Open commit View diff
217 <div class="form-check form-switch">
same change c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
218
                <input class="form-check-input" type="checkbox" role="switch" name="ignore_ssl_error" value="1" {% if iam_settings.ignore_ssl_error == 1 %}checked{% endif %}>
Open commit View diff
218 <input class="form-check-input" type="checkbox" role="switch" name="ignore_ssl_error" value="1" {% if iam_settings.ignore_ssl_error == 1 %}checked{% endif %}>
same change c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
219
              </div>
Open commit View diff
219 </div>
same change c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
220
            </div>
Open commit View diff
220 </div>
same change c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
221
          </div>
Open commit View diff
221 </div>
FreddleSpl0it about 1 year ago 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
222
          <div class="row mb-2">
Open commit View diff
222 <div class="row mb-2">
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
223
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
223 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
224
              <label class="control-label">{{ lang.admin.iam_login_provisioning }}</label>
Open commit View diff
224 <label class="control-label">{{ lang.admin.iam_login_provisioning }}</label>
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
225
            </div>
Open commit View diff
225 </div>
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
226
            <div class="col-12 col-md-9">
Open commit View diff
226 <div class="col-12 col-md-9">
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
227
              <div class="form-check form-switch">
Open commit View diff
227 <div class="form-check form-switch">
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
228
                <input class="form-check-input" type="checkbox" role="switch" name="login_provisioning"  value="1" {% if iam_settings.login_provisioning == 1 %}checked{% endif %}>
Open commit View diff
228 <input class="form-check-input" type="checkbox" role="switch" name="login_provisioning" value="1" {% if iam_settings.login_provisioning == 1 %}checked{% endif %}>
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
229
              </div>
Open commit View diff
229 </div>
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
230
            </div>
Open commit View diff
230 </div>
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
231
          </div>
Open commit View diff
231 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
232
          <div class="row mb-2">
Open commit View diff
232 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
233
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
233 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
234
              <label class="control-label">{{ lang.admin.iam_periodic_full_sync }}</label>
Open commit View diff
234 <label class="control-label">{{ lang.admin.iam_periodic_full_sync }}</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
235
            </div>
Open commit View diff
235 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
236
            <div class="col-12 col-md-9">
Open commit View diff
236 <div class="col-12 col-md-9">
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
237
              <div class="form-check form-switch">
Open commit View diff
237 <div class="form-check form-switch">
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
238
                <input class="form-check-input" type="checkbox" role="switch" name="periodic_sync"  value="1" {% if iam_settings.periodic_sync == 1 %}checked{% endif %}>
Open commit View diff
238 <input class="form-check-input" type="checkbox" role="switch" name="periodic_sync" value="1" {% if iam_settings.periodic_sync == 1 %}checked{% endif %}>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
239
              </div>
Open commit View diff
239 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
240
            </div>
Open commit View diff
240 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
241
          </div>
Open commit View diff
241 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
242
          <div class="row mb-2">
Open commit View diff
242 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
243
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
243 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
244
              <label class="control-label">{{ lang.admin.iam_import_users }}</label>
Open commit View diff
244 <label class="control-label">{{ lang.admin.iam_import_users }}</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
245
            </div>
Open commit View diff
245 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
246
            <div class="col-12 col-md-9">
Open commit View diff
246 <div class="col-12 col-md-9">
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
247
              <div class="form-check form-switch">
Open commit View diff
247 <div class="form-check form-switch">
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
248
                <input class="form-check-input" type="checkbox" role="switch" name="import_users"  value="1" {% if iam_settings.import_users == 1 %}checked{% endif %}>
Open commit View diff
248 <input class="form-check-input" type="checkbox" role="switch" name="import_users" value="1" {% if iam_settings.import_users == 1 %}checked{% endif %}>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
249
              </div>
Open commit View diff
249 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
250
            </div>
Open commit View diff
250 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
251
          </div>
Open commit View diff
251 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
252
          <div class="row mb-2">
Open commit View diff
252 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
253
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
253 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
254
              <label class="control-label">{{ lang.admin.iam_sync_interval }}</label>
Open commit View diff
254 <label class="control-label">{{ lang.admin.iam_sync_interval }}</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
255
            </div>
Open commit View diff
255 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
256
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
256 <div class="col-12 col-md-9 col-lg-4">
FreddleSpl0it almost 3 years ago e64293c

[Web] minor fixes

Full commit hash
e64293c82f45b250580ed69d3451756ed47662aa
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
257
              <input class="form-control" type="number" min="1" name="sync_interval" style="width: 80px;"  {% if iam_settings.sync_interval %}value="{{ iam_settings.sync_interval }}"{% else %}value="15"{% endif %}>
Open commit View diff
257 <input class="form-control" type="number" min="1" name="sync_interval" style="width: 80px;" {% if iam_settings.sync_interval %}value="{{ iam_settings.sync_interval }}"{% else %}value="15"{% endif %}>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
258
            </div>
Open commit View diff
258 </div>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
259
          </div>
Open commit View diff
259 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
260
          <div class="row mt-4 mb-2">
Open commit View diff
260 <div class="row mt-4 mb-2">
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
261
            <div class="offset-md-3 col-12 col-md-9 d-flex flex-wrap">
Open commit View diff
261 <div class="offset-md-3 col-12 col-md-9 d-flex flex-wrap">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
262
              <div class="btn-group mb-2">
Open commit View diff
262 <div class="btn-group mb-2">
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
263
                <button class="btn btn-sm d-block d-sm-inline btn-secondary iam_test_connection iam_test_connection" data-id="iam_keycloak"><i class="bi bi-play"></i> {{ lang.admin.iam_test_connection }}</button>
Open commit View diff
263 <button class="btn btn-sm d-block d-sm-inline btn-secondary iam_test_connection iam_test_connection" data-id="iam_keycloak"><i class="bi bi-play"></i> {{ lang.admin.iam_test_connection }}</button>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
264
                <button class="btn btn-sm d-block d-sm-inline btn-success" data-item="identity-provider" data-action="edit_selected" data-id="iam_keycloak" data-api-url='edit/identity-provider' data-api-attr='{}'><i class="bi bi-check-lg"></i> {{ lang.admin.save }}</button>
Open commit View diff
264 <button class="btn btn-sm d-block d-sm-inline btn-success" data-item="identity-provider" data-action="edit_selected" data-id="iam_keycloak" data-api-url='edit/identity-provider' data-api-attr='{}'><i class="bi bi-check-lg"></i> {{ lang.admin.save }}</button>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
265
              </div>
Open commit View diff
265 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
266
              <button class="btn btn-sm d-block d-sm-inline btn-danger ms-auto mb-2" data-item="identity-provider" data-action="delete_selected" data-id="iam_keycloak" data-api-url='delete/identity-provider'><i class="bi bi-trash"></i> {{ lang.mailbox.remove }}</button>
Open commit View diff
266 <button class="btn btn-sm d-block d-sm-inline btn-danger ms-auto mb-2" data-item="identity-provider" data-action="delete_selected" data-id="iam_keycloak" data-api-url='delete/identity-provider'><i class="bi bi-trash"></i> {{ lang.mailbox.remove }}</button>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
267
            </div>
Open commit View diff
267 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
268
          </div>
Open commit View diff
268 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
269
        </form>
Open commit View diff
269 </form>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
270
      </div>
Open commit View diff
270 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
271
      <div id="generic_oidc_settings" class="{% if not iam_settings.authsource or iam_settings.authsource != 'generic-oidc' %}d-none{% endif %}">
Open commit View diff
271 <div id="generic_oidc_settings" class="{% if not iam_settings.authsource or iam_settings.authsource != 'generic-oidc' %}d-none{% endif %}">
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
272
        <form class="form-horizontal" autocapitalize="none" data-id="iam_generic" autocorrect="off" role="form" method="post">
Open commit View diff
272 <form class="form-horizontal" autocapitalize="none" data-id="iam_generic" autocorrect="off" role="form" method="post">
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
273
          <input type="hidden" name="authsource" value="generic-oidc">
Open commit View diff
273 <input type="hidden" name="authsource" value="generic-oidc">
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
274
          <div class="row mb-2">
Open commit View diff
274 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
275
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
275 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
276
              <label class="control-label" for="iam_authorize_url">{{ lang.admin.iam_authorize_url }}:</label>
Open commit View diff
276 <label class="control-label" for="iam_authorize_url">{{ lang.admin.iam_authorize_url }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
277
            </div>
Open commit View diff
277 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
278
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
278 <div class="col-12 col-md-9 col-lg-4">
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
279
              <input type="text" class="form-control" id="iam_authorize_url" name="authorize_url" value="{{ iam_settings.authorize_url }}" required>
Open commit View diff
279 <input type="text" class="form-control" id="iam_authorize_url" name="authorize_url" value="{{ iam_settings.authorize_url }}" required>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
280
            </div>
Open commit View diff
280 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
281
          </div>
Open commit View diff
281 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
282
          <div class="row mb-2">
Open commit View diff
282 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
283
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
283 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
284
              <label class="control-label" for="iam_token_url">{{ lang.admin.iam_token_url }}:</label>
Open commit View diff
284 <label class="control-label" for="iam_token_url">{{ lang.admin.iam_token_url }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
285
            </div>
Open commit View diff
285 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
286
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
286 <div class="col-12 col-md-9 col-lg-4">
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
287
              <input type="text" class="form-control" id="iam_token_url" name="token_url" value="{{ iam_settings.token_url }}" required>
Open commit View diff
287 <input type="text" class="form-control" id="iam_token_url" name="token_url" value="{{ iam_settings.token_url }}" required>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
288
            </div>
Open commit View diff
288 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
289
          </div>
Open commit View diff
289 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
290
          <div class="row mb-2">
Open commit View diff
290 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
291
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
291 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
292
              <label class="control-label" for="iam_userinfo_url">{{ lang.admin.iam_userinfo_url }}:</label>
Open commit View diff
292 <label class="control-label" for="iam_userinfo_url">{{ lang.admin.iam_userinfo_url }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
293
            </div>
Open commit View diff
293 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
294
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
294 <div class="col-12 col-md-9 col-lg-4">
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
295
              <input type="text" class="form-control" id="iam_userinfo_url" name="userinfo_url" value="{{ iam_settings.userinfo_url }}" required>
Open commit View diff
295 <input type="text" class="form-control" id="iam_userinfo_url" name="userinfo_url" value="{{ iam_settings.userinfo_url }}" required>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
296
            </div>
Open commit View diff
296 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
297
          </div>
Open commit View diff
297 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
298
          <div class="row mb-2">
Open commit View diff
298 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
299
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
299 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
300
              <label class="control-label" for="iam_client_id">{{ lang.admin.iam_client_id }}:</label>
Open commit View diff
300 <label class="control-label" for="iam_client_id">{{ lang.admin.iam_client_id }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
301
            </div>
Open commit View diff
301 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
302
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
302 <div class="col-12 col-md-9 col-lg-4">
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
303
              <input type="text" class="form-control" id="iam_client_id" name="client_id" value="{{ iam_settings.client_id }}" required>
Open commit View diff
303 <input type="text" class="form-control" id="iam_client_id" name="client_id" value="{{ iam_settings.client_id }}" required>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
304
            </div>
Open commit View diff
304 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
305
          </div>
Open commit View diff
305 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
306
          <div class="row mb-2">
Open commit View diff
306 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
307
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
307 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
308
              <label class="control-label" for="iam_client_secret">{{ lang.admin.iam_client_secret }}:</label>
Open commit View diff
308 <label class="control-label" for="iam_client_secret">{{ lang.admin.iam_client_secret }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
309
            </div>
Open commit View diff
309 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
310
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
310 <div class="col-12 col-md-9 col-lg-4">
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
311
              <div class="reveal-password-input input-group">
Open commit View diff
311 <div class="reveal-password-input input-group">
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
312
                <input type="password" class="password-field form-control" id="iam_client_secret" name="client_secret" value="{{ iam_settings.client_secret }}" required>
Open commit View diff
312 <input type="password" class="password-field form-control" id="iam_client_secret" name="client_secret" value="{{ iam_settings.client_secret }}" required>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
313
                <button class="toggle-password btn btn-secondary" type="button"><i class="bi bi-eye"></i></button>
Open commit View diff
313 <button class="toggle-password btn btn-secondary" type="button"><i class="bi bi-eye"></i></button>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
314
              </div>
Open commit View diff
314 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
315
            </div>
Open commit View diff
315 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
316
          </div>
Open commit View diff
316 </div>
FreddleSpl0it almost 3 years ago eb9e3b8

[Web] add configurable client scopes for generic-oidc

Full commit hash
eb9e3b8391a5d8f24e92ba9b5d00b1093e162747
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
317
          <div class="row mb-2">
Open commit View diff
317 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
318
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
318 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
PseudoResonance over 1 year ago 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
319
              <label class="control-label">{{ lang.admin.iam_redirect_url }}:</label>
Open commit View diff
319 <label class="control-label">{{ lang.admin.iam_redirect_url }}:</label>
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
320
            </div>
Open commit View diff
320 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
321
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
321 <div class="col-12 col-md-9 col-lg-4">
PseudoResonance over 1 year ago 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
322
              <div class="row px-2 align-items-center">
Open commit View diff
322 <div class="row px-2 align-items-center">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
323
                <span class="col-10 p-0 pe-2">
Open commit View diff
323 <span class="col-10 p-0 pe-2">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
324
                  <input type="text" class="form-control" name="redirect_url" value="{{ iam_settings.redirect_url }}" required>
Open commit View diff
324 <input type="text" class="form-control" name="redirect_url" value="{{ iam_settings.redirect_url }}" required>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
325
                </span>
Open commit View diff
325 </span>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
326
                <div class="col-2 p-0 d-flex">
Open commit View diff
326 <div class="col-2 p-0 d-flex">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
327
                  <button class="btn btn-sm d-block d-sm-inline btn-secondary ms-auto iam_redirect_add_generic"><i class="bi bi-plus-lg"></i></button>
Open commit View diff
327 <button class="btn btn-sm d-block d-sm-inline btn-secondary ms-auto iam_redirect_add_generic"><i class="bi bi-plus-lg"></i></button>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
328
                </div>
Open commit View diff
328 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
329
              </div>
Open commit View diff
329 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
330
            </div>
Open commit View diff
330 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
331
          </div>
Open commit View diff
331 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
332
          <div class="row mb-2" id="iam_generic_redirect_list">
Open commit View diff
332 <div class="row mb-2" id="iam_generic_redirect_list">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
333
            <input type="hidden" name="redirect_url_extra" value="">
Open commit View diff
333 <input type="hidden" name="redirect_url_extra" value="">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
334
            {% for key, url in iam_settings.redirect_url_extra %}
Open commit View diff
334 {% for key, url in iam_settings.redirect_url_extra %}
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
335
            <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
Open commit View diff
335 <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
336
              <div class="row px-2">
Open commit View diff
336 <div class="row px-2">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
337
                <div class="col-10 p-0 pe-2">
Open commit View diff
337 <div class="col-10 p-0 pe-2">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
338
                  <input type="text" class="form-control me-2" name="redirect_url_extra" value="{{ iam_settings.redirect_url_extra[key] }}">
Open commit View diff
338 <input type="text" class="form-control me-2" name="redirect_url_extra" value="{{ iam_settings.redirect_url_extra[key] }}">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
339
                </div>
Open commit View diff
339 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
340
                <div class="col-2 p-0 d-flex">
Open commit View diff
340 <div class="col-2 p-0 d-flex">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
341
                  <button class="iam_generic_redirect_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
Open commit View diff
341 <button class="iam_generic_redirect_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
342
                </div>
Open commit View diff
342 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
343
              </div>
Open commit View diff
343 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
344
            </div>
Open commit View diff
344 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
345
            {% endfor %}
Open commit View diff
345 {% endfor %}
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
346
            <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
Open commit View diff
346 <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
347
              <div class="row px-2">
Open commit View diff
347 <div class="row px-2">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
348
                <div class="col-10 p-0 pe-2">
Open commit View diff
348 <div class="col-10 p-0 pe-2">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
349
                  <input type="text" class="form-control me-2" name="redirect_url_extra" value="">
Open commit View diff
349 <input type="text" class="form-control me-2" name="redirect_url_extra" value="">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
350
                </div>
Open commit View diff
350 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
351
                <div class="col-2 p-0 d-flex">
Open commit View diff
351 <div class="col-2 p-0 d-flex">
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
352
                  <button class="iam_generic_redirect_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
Open commit View diff
352 <button class="iam_generic_redirect_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
353
                </div>
Open commit View diff
353 </div>
same change 692355a

Allow additional domains in OAuth2 redirect URLs

Full commit hash
692355a08ad935b147ef8e877635d247a0e5aac3
Author
PseudoResonance <[email protected]>
Date
over 1 year ago
Selected line
354
              </div>
Open commit View diff
354 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
355
            </div>
Open commit View diff
355 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
356
          </div>
Open commit View diff
356 </div>
FreddleSpl0it almost 3 years ago eb9e3b8

[Web] add configurable client scopes for generic-oidc

Full commit hash
eb9e3b8391a5d8f24e92ba9b5d00b1093e162747
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
357
          <div class="row mb-4">
Open commit View diff
357 <div class="row mb-4">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
358
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
358 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
359
              <label class="control-label" for="iam_client_scopes">{{ lang.admin.iam_client_scopes }}:</label>
Open commit View diff
359 <label class="control-label" for="iam_client_scopes">{{ lang.admin.iam_client_scopes }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
360
            </div>
Open commit View diff
360 </div>
FreddleSpl0it almost 3 years ago eb9e3b8

[Web] add configurable client scopes for generic-oidc

Full commit hash
eb9e3b8391a5d8f24e92ba9b5d00b1093e162747
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
361
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
361 <div class="col-12 col-md-9 col-lg-4">
FreddleSpl0it over 1 year ago 2596b9d

[Web] Improve auth logging and language strings

Full commit hash
2596b9d3860ed5804f25ae77c1d5f1e3af50c24f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
362
              <input type="text" placeholder="openid profile email mailcow_template" class="form-control" id="iam_client_scopes" name="client_scopes" value="{{ iam_settings.client_scopes }}">
Open commit View diff
362 <input type="text" placeholder="openid profile email mailcow_template" class="form-control" id="iam_client_scopes" name="client_scopes" value="{{ iam_settings.client_scopes }}">
FreddleSpl0it almost 3 years ago eb9e3b8

[Web] add configurable client scopes for generic-oidc

Full commit hash
eb9e3b8391a5d8f24e92ba9b5d00b1093e162747
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
363
            </div>
Open commit View diff
363 </div>
same change eb9e3b8

[Web] add configurable client scopes for generic-oidc

Full commit hash
eb9e3b8391a5d8f24e92ba9b5d00b1093e162747
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
364
          </div>
Open commit View diff
364 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
365
          <div class="row mb-2">
Open commit View diff
365 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
366
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
366 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
367
              <label class="control-label">{{ lang.admin.iam_mapping }}:</label>
Open commit View diff
367 <label class="control-label">{{ lang.admin.iam_mapping }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
368
            </div>
Open commit View diff
368 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
369
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
369 <div class="col-12 col-md-9 col-lg-4">
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
370
              <div class="row px-2 align-items-center">
Open commit View diff
370 <div class="row px-2 align-items-center">
FreddleSpl0it over 1 year ago f0016ee

[Web] Add german translation for idp settings

Full commit hash
f0016eeecdaa74ad28d3e63914895d05f43c8196
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
371
                <span class="col-5 p-0 pe-2">{{ lang.user.attribute }}</span>
Open commit View diff
371 <span class="col-5 p-0 pe-2">{{ lang.user.attribute }}</span>
same change f0016ee

[Web] Add german translation for idp settings

Full commit hash
f0016eeecdaa74ad28d3e63914895d05f43c8196
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
372
                <span class="col-5 p-0 pe-2">{{ lang.mailbox.template }}</span>
Open commit View diff
372 <span class="col-5 p-0 pe-2">{{ lang.mailbox.template }}</span>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
373
                <div class="col-2 p-0 d-flex">
Open commit View diff
373 <div class="col-2 p-0 d-flex">
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
374
                  <button class="btn btn-sm d-block d-sm-inline btn-secondary ms-auto iam_rolemap_add_generic"><i class="bi bi-plus-lg"></i></button>
Open commit View diff
374 <button class="btn btn-sm d-block d-sm-inline btn-secondary ms-auto iam_rolemap_add_generic"><i class="bi bi-plus-lg"></i></button>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
375
                </div>
Open commit View diff
375 </div>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
376
              </div>
Open commit View diff
376 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
377
            </div>
Open commit View diff
377 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
378
          </div>
Open commit View diff
378 </div>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
379
          <div class="row mb-2" id="iam_generic_mapping_list">
Open commit View diff
379 <div class="row mb-2" id="iam_generic_mapping_list">
FreddleSpl0it over 1 year ago 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
380
            <input type="hidden" name="mappers" value="">
Open commit View diff
380 <input type="hidden" name="mappers" value="">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
381
            <input type="hidden" name="templates" value="">
Open commit View diff
381 <input type="hidden" name="templates" value="">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
382
            <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
Open commit View diff
382 <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
383
              <div class="row px-2">
Open commit View diff
383 <div class="row px-2">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
384
                <div class="col-5 p-0 pe-2">
Open commit View diff
384 <div class="col-5 p-0 pe-2">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
385
                  <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.admin.iam_default_template_description }}"></i>
Open commit View diff
385 <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.admin.iam_default_template_description }}"></i>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
386
                  <span>{{ lang.admin.iam_default_template}}</span>
Open commit View diff
386 <span>{{ lang.admin.iam_default_template}}</span>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
387
                </div>
Open commit View diff
387 </div>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
388
                <div class="col-5 p-0 pe-2 align-content-end">
Open commit View diff
388 <div class="col-5 p-0 pe-2 align-content-end">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
389
                  <select data-live-search="true" name="default_template" class="form-control" title="-- {{ lang.mailbox.template }} --">
Open commit View diff
389 <select data-live-search="true" name="default_template" class="form-control" title="-- {{ lang.mailbox.template }} --">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
390
                  <option value="" {% if not iam_settings.default_template %}selected{% endif %}>-- {{ lang.mailbox.template }} --</option>
Open commit View diff
390 <option value="" {% if not iam_settings.default_template %}selected{% endif %}>-- {{ lang.mailbox.template }} --</option>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
391
                  {% for mbox_template in mbox_templates %}
Open commit View diff
391 {% for mbox_template in mbox_templates %}
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
392
                    <option {% if mbox_template.template == iam_settings.default_template %}selected{% endif %}>
Open commit View diff
392 <option {% if mbox_template.template == iam_settings.default_template %}selected{% endif %}>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
393
                      {{ mbox_template.template }}
Open commit View diff
393 {{ mbox_template.template }}
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
394
                    </option>
Open commit View diff
394 </option>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
395
                  {% endfor %}
Open commit View diff
395 {% endfor %}
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
396
                  </select>
Open commit View diff
396 </select>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
397
                </div>
Open commit View diff
397 </div>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
398
                <div class="col-2 p-0 d-flex"></div>
Open commit View diff
398 <div class="col-2 p-0 d-flex"></div>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
399
              </div>
Open commit View diff
399 </div>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
400
            </div>
Open commit View diff
400 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
401
            {% for key, role in iam_settings.mappers %}
Open commit View diff
401 {% for key, role in iam_settings.mappers %}
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
402
            <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
Open commit View diff
402 <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
403
              <div class="row px-2">
Open commit View diff
403 <div class="row px-2">
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
404
                <div class="col-5 p-0 pe-2">
Open commit View diff
404 <div class="col-5 p-0 pe-2">
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
405
                  <input type="text" class="form-control me-2" name="mappers" value="{{ iam_settings.mappers[key] }}" required>
Open commit View diff
405 <input type="text" class="form-control me-2" name="mappers" value="{{ iam_settings.mappers[key] }}" required>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
406
                </div>
Open commit View diff
406 </div>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
407
                <div class="col-5 p-0 pe-2">
Open commit View diff
407 <div class="col-5 p-0 pe-2">
FreddleSpl0it over 1 year ago 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
408
                  <select data-live-search="true" name="templates" class="form-control" title="-- {{ lang.mailbox.template }} --" required>
Open commit View diff
408 <select data-live-search="true" name="templates" class="form-control" title="-- {{ lang.mailbox.template }} --" required>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
409
                  {% for mbox_template in mbox_templates %}
Open commit View diff
409 {% for mbox_template in mbox_templates %}
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
410
                    <option{% if mbox_template.template == iam_settings.templates[key] %} selected{% endif %}>
Open commit View diff
410 <option{% if mbox_template.template == iam_settings.templates[key] %} selected{% endif %}>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
411
                      {{ mbox_template.template }}
Open commit View diff
411 {{ mbox_template.template }}
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
412
                    </option>
Open commit View diff
412 </option>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
413
                  {% endfor %}
Open commit View diff
413 {% endfor %}
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
414
                  </select>
Open commit View diff
414 </select>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
415
                </div>
Open commit View diff
415 </div>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
416
                <div class="col-2 p-0 d-flex">
Open commit View diff
416 <div class="col-2 p-0 d-flex">
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
417
                  <button class="iam_generic_rolemap_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
Open commit View diff
417 <button class="iam_generic_rolemap_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
418
                </div>
Open commit View diff
418 </div>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
419
              </div>
Open commit View diff
419 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
420
            </div>
Open commit View diff
420 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
421
            {% endfor %}
Open commit View diff
421 {% endfor %}
FreddleSpl0it almost 3 years ago 43600cd

[Web] fix identity-provider settings layout

Full commit hash
43600cd127708319e0e79f9e503358d55bacfd25
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
422
            <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
Open commit View diff
422 <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
423
              <div class="row px-2">
Open commit View diff
423 <div class="row px-2">
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
424
                <div class="col-5 p-0 pe-2">
Open commit View diff
424 <div class="col-5 p-0 pe-2">
FreddleSpl0it over 1 year ago 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
425
                  <input type="text" class="form-control me-2" name="mappers" value="">
Open commit View diff
425 <input type="text" class="form-control me-2" name="mappers" value="">
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
426
                </div>
Open commit View diff
426 </div>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
427
                <div class="col-5 p-0 pe-2">
Open commit View diff
427 <div class="col-5 p-0 pe-2">
FreddleSpl0it over 1 year ago 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
428
                  <select data-live-search="true" name="templates" class="form-control" title="-- {{ lang.mailbox.template }} --">
Open commit View diff
428 <select data-live-search="true" name="templates" class="form-control" title="-- {{ lang.mailbox.template }} --">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
429
                  <option value="" selected>-- {{ lang.mailbox.template }} --</option>
Open commit View diff
429 <option value="" selected>-- {{ lang.mailbox.template }} --</option>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
430
                  {% for mbox_template in mbox_templates %}
Open commit View diff
430 {% for mbox_template in mbox_templates %}
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
431
                    <option>
Open commit View diff
431 <option>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
432
                      {{ mbox_template.template }}
Open commit View diff
432 {{ mbox_template.template }}
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
433
                    </option>
Open commit View diff
433 </option>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
434
                  {% endfor %}
Open commit View diff
434 {% endfor %}
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
435
                  </select>
Open commit View diff
435 </select>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
436
                </div>
Open commit View diff
436 </div>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
437
                <div class="col-2 p-0 d-flex">
Open commit View diff
437 <div class="col-2 p-0 d-flex">
FreddleSpl0it almost 3 years ago 43600cd

[Web] fix identity-provider settings layout

Full commit hash
43600cd127708319e0e79f9e503358d55bacfd25
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
438
                  <button class="iam_generic_rolemap_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
Open commit View diff
438 <button class="iam_generic_rolemap_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
439
                </div>
Open commit View diff
439 </div>
same change 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
440
              </div>
Open commit View diff
440 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
441
            </div>
Open commit View diff
441 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
442
          </div>
Open commit View diff
442 </div>
FreddleSpl0it about 1 year ago 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
443
          <div class="row mb-2">
Open commit View diff
443 <div class="row mb-2">
FreddleSpl0it over 1 year ago c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
444
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
444 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
445
              <label class="control-label">{{ lang.admin.ignore_ssl_error }}</label>
Open commit View diff
445 <label class="control-label">{{ lang.admin.ignore_ssl_error }}</label>
same change c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
446
            </div>
Open commit View diff
446 </div>
same change c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
447
            <div class="col-12 col-md-9">
Open commit View diff
447 <div class="col-12 col-md-9">
same change c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
448
              <div class="form-check form-switch">
Open commit View diff
448 <div class="form-check form-switch">
same change c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
449
                <input class="form-check-input" type="checkbox" role="switch" name="ignore_ssl_error" value="1" {% if iam_settings.ignore_ssl_error == 1 %}checked{% endif %}>
Open commit View diff
449 <input class="form-check-input" type="checkbox" role="switch" name="ignore_ssl_error" value="1" {% if iam_settings.ignore_ssl_error == 1 %}checked{% endif %}>
same change c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
450
              </div>
Open commit View diff
450 </div>
same change c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
451
            </div>
Open commit View diff
451 </div>
same change c8c4cfd

[Web] add ignore ssl option for keycloak and generic-oidc provider

Full commit hash
c8c4cfd939a5c4fd91cbe0c892a9cc9614314f0e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
452
          </div>
Open commit View diff
452 </div>
FreddleSpl0it about 1 year ago 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
453
          <div class="row mb-4">
Open commit View diff
453 <div class="row mb-4">
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
454
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
454 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
455
              <label class="control-label">{{ lang.admin.iam_login_provisioning }}</label>
Open commit View diff
455 <label class="control-label">{{ lang.admin.iam_login_provisioning }}</label>
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
456
            </div>
Open commit View diff
456 </div>
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
457
            <div class="col-12 col-md-9">
Open commit View diff
457 <div class="col-12 col-md-9">
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
458
              <div class="form-check form-switch">
Open commit View diff
458 <div class="form-check form-switch">
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
459
                <input class="form-check-input" type="checkbox" role="switch" name="login_provisioning"  value="1" {% if iam_settings.login_provisioning == 1 %}checked{% endif %}>
Open commit View diff
459 <input class="form-check-input" type="checkbox" role="switch" name="login_provisioning" value="1" {% if iam_settings.login_provisioning == 1 %}checked{% endif %}>
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
460
              </div>
Open commit View diff
460 </div>
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
461
            </div>
Open commit View diff
461 </div>
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
462
          </div>
Open commit View diff
462 </div>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
463
          <div class="row mt-4 mb-2">
Open commit View diff
463 <div class="row mt-4 mb-2">
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
464
            <div class="offset-md-3 col-12 col-md-9 d-flex flex-wrap">
Open commit View diff
464 <div class="offset-md-3 col-12 col-md-9 d-flex flex-wrap">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
465
              <div class="btn-group mb-2">
Open commit View diff
465 <div class="btn-group mb-2">
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
466
                <button class="btn btn-sm d-block d-sm-inline btn-secondary iam_test_connection" data-id="iam_generic"><i class="bi bi-play"></i> {{ lang.admin.iam_test_connection }}</button>
Open commit View diff
466 <button class="btn btn-sm d-block d-sm-inline btn-secondary iam_test_connection" data-id="iam_generic"><i class="bi bi-play"></i> {{ lang.admin.iam_test_connection }}</button>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
467
                <button class="btn btn-sm d-block d-sm-inline btn-success" data-item="identity-provider" data-action="edit_selected" data-id="iam_generic" data-api-url='edit/identity-provider' data-api-attr='{}'><i class="bi bi-check-lg"></i> {{ lang.admin.save }}</button>
Open commit View diff
467 <button class="btn btn-sm d-block d-sm-inline btn-success" data-item="identity-provider" data-action="edit_selected" data-id="iam_generic" data-api-url='edit/identity-provider' data-api-attr='{}'><i class="bi bi-check-lg"></i> {{ lang.admin.save }}</button>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
468
              </div>
Open commit View diff
468 </div>
FreddleSpl0it about 3 years ago 3725473

[Web] improve identity-provider template

Full commit hash
37254738e207ec2ef5f2921081b6ced19703432a
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
469
              <button class="btn btn-sm d-block d-sm-inline btn-danger ms-auto mb-2" data-item="identity-provider" data-action="delete_selected" data-id="iam_generic" data-api-url='delete/identity-provider'><i class="bi bi-trash"></i> {{ lang.mailbox.remove }}</button>
Open commit View diff
469 <button class="btn btn-sm d-block d-sm-inline btn-danger ms-auto mb-2" data-item="identity-provider" data-action="delete_selected" data-id="iam_generic" data-api-url='delete/identity-provider'><i class="bi bi-trash"></i> {{ lang.mailbox.remove }}</button>
FreddleSpl0it about 3 years ago 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
470
            </div>
Open commit View diff
470 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
471
          </div>
Open commit View diff
471 </div>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
472
        </form>
Open commit View diff
472 </form>
same change 3b6a1d5

[Web] add generic-oidc provider

Full commit hash
3b6a1d50bd463b3db54403a9a3264bbcbd1af1e4
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
473
      </div>
Open commit View diff
473 </div>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
474
      <div id="ldap_settings" class="{% if not iam_settings.authsource or iam_settings.authsource != 'ldap' %}d-none{% endif %}">
Open commit View diff
474 <div id="ldap_settings" class="{% if not iam_settings.authsource or iam_settings.authsource != 'ldap' %}d-none{% endif %}">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
475
        <form class="form-horizontal" autocapitalize="none" data-id="iam_ldap" autocorrect="off" role="form" method="post">
Open commit View diff
475 <form class="form-horizontal" autocapitalize="none" data-id="iam_ldap" autocorrect="off" role="form" method="post">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
476
          <input type="hidden" name="authsource" value="ldap">
Open commit View diff
476 <input type="hidden" name="authsource" value="ldap">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
477
          <div class="row mb-2">
Open commit View diff
477 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
478
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
478 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
FreddleSpl0it over 1 year ago 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
479
              <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill mx-2 ms-0" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.admin.iam_host_info }}"></i>
Open commit View diff
479 <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill mx-2 ms-0" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.admin.iam_host_info }}"></i>
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
480
              <label class="control-label" for="iam_ldap_host">{{ lang.admin.iam_host }}:</label>
Open commit View diff
480 <label class="control-label" for="iam_ldap_host">{{ lang.admin.iam_host }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
481
            </div>
Open commit View diff
481 </div>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
482
            <div class="col-12 col-md-9 col-lg-4 d-flex">
Open commit View diff
482 <div class="col-12 col-md-9 col-lg-4 d-flex">
FreddleSpl0it over 1 year ago 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
483
              <input type="text" class="form-control" id="iam_ldap_host" name="host" value="{{ iam_settings.host }}" required>
Open commit View diff
483 <input type="text" class="form-control" id="iam_ldap_host" name="host" value="{{ iam_settings.host }}" required>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
484
            </div>
Open commit View diff
484 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
485
          </div>
Open commit View diff
485 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
486
          <div class="row mb-2">
Open commit View diff
486 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
487
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
487 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
488
              <label class="control-label" for="iam_ldap_port">{{ lang.admin.iam_port }}:</label>
Open commit View diff
488 <label class="control-label" for="iam_ldap_port">{{ lang.admin.iam_port }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
489
            </div>
Open commit View diff
489 </div>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
490
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
490 <div class="col-12 col-md-9 col-lg-4">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
491
              <input type="number" class="form-control" id="iam_ldap_port" name="port" value="{{ iam_settings.port }}" required>
Open commit View diff
491 <input type="number" class="form-control" id="iam_ldap_port" name="port" value="{{ iam_settings.port }}" required>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
492
            </div>
Open commit View diff
492 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
493
          </div>
Open commit View diff
493 </div>
FreddleSpl0it over 2 years ago 2ba64e9

[Web] allow SSL / TLS connections for LDAP

Full commit hash
2ba64e93f9f7a152cc32e3e9fb79eaee88bb8d9d
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
494
          <div class="row mb-2">
Open commit View diff
494 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
495
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
495 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
FreddleSpl0it over 1 year ago 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
496
              <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill mx-2 ms-0" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.admin.iam_use_ssl_info }}"></i>
Open commit View diff
496 <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill mx-2 ms-0" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.admin.iam_use_ssl_info }}"></i>
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
497
              <label class="control-label">{{ lang.admin.iam_use_ssl }}</label>
Open commit View diff
497 <label class="control-label">{{ lang.admin.iam_use_ssl }}</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
498
            </div>
Open commit View diff
498 </div>
FreddleSpl0it over 1 year ago 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
499
            <div class="col-12 col-md-9 d-flex align-items-center">
Open commit View diff
499 <div class="col-12 col-md-9 d-flex align-items-center">
FreddleSpl0it over 2 years ago 2ba64e9

[Web] allow SSL / TLS connections for LDAP

Full commit hash
2ba64e93f9f7a152cc32e3e9fb79eaee88bb8d9d
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
500
              <div class="form-check form-switch">
Open commit View diff
500 <div class="form-check form-switch">
FreddleSpl0it over 1 year ago 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
501
                <input class="form-check-input"
Open commit View diff
501 <input class="form-check-input"
same change 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
502
                       type="checkbox"
Open commit View diff
502 type="checkbox"
same change 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
503
                       role="switch"
Open commit View diff
503 role="switch"
same change 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
504
                       id="use_ssl"
Open commit View diff
504 id="use_ssl"
same change 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
505
                       name="use_ssl"
Open commit View diff
505 name="use_ssl"
same change 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
506
                       value="1"
Open commit View diff
506 value="1"
same change 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
507
                       onchange="if(this.checked) document.getElementById('use_tls').checked = false"
Open commit View diff
507 onchange="if(this.checked) document.getElementById('use_tls').checked = false"
same change 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
508
                       {% if iam_settings.use_ssl == 1 %}checked{% endif %}>
Open commit View diff
508 {% if iam_settings.use_ssl == 1 %}checked{% endif %}>
FreddleSpl0it over 2 years ago 2ba64e9

[Web] allow SSL / TLS connections for LDAP

Full commit hash
2ba64e93f9f7a152cc32e3e9fb79eaee88bb8d9d
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
509
              </div>
Open commit View diff
509 </div>
same change 2ba64e9

[Web] allow SSL / TLS connections for LDAP

Full commit hash
2ba64e93f9f7a152cc32e3e9fb79eaee88bb8d9d
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
510
            </div>
Open commit View diff
510 </div>
same change 2ba64e9

[Web] allow SSL / TLS connections for LDAP

Full commit hash
2ba64e93f9f7a152cc32e3e9fb79eaee88bb8d9d
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
511
          </div>
Open commit View diff
511 </div>
same change 2ba64e9

[Web] allow SSL / TLS connections for LDAP

Full commit hash
2ba64e93f9f7a152cc32e3e9fb79eaee88bb8d9d
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
512
          <div class="row mb-2">
Open commit View diff
512 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
513
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
513 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
FreddleSpl0it over 1 year ago 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
514
              <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill mx-2 ms-0" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.admin.iam_use_tls_info }}"></i>
Open commit View diff
514 <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill mx-2 ms-0" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.admin.iam_use_tls_info }}"></i>
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
515
              <label class="control-label">{{ lang.admin.iam_use_tls }}</label>
Open commit View diff
515 <label class="control-label">{{ lang.admin.iam_use_tls }}</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
516
            </div>
Open commit View diff
516 </div>
FreddleSpl0it over 1 year ago 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
517
            <div class="col-12 col-md-9 d-flex align-items-center">
Open commit View diff
517 <div class="col-12 col-md-9 d-flex align-items-center">
FreddleSpl0it over 2 years ago 2ba64e9

[Web] allow SSL / TLS connections for LDAP

Full commit hash
2ba64e93f9f7a152cc32e3e9fb79eaee88bb8d9d
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
518
              <div class="form-check form-switch">
Open commit View diff
518 <div class="form-check form-switch">
FreddleSpl0it over 1 year ago 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
519
                <input class="form-check-input"
Open commit View diff
519 <input class="form-check-input"
same change 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
520
                       type="checkbox"
Open commit View diff
520 type="checkbox"
same change 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
521
                       role="switch"
Open commit View diff
521 role="switch"
same change 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
522
                       id="use_tls"
Open commit View diff
522 id="use_tls"
same change 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
523
                       name="use_tls"
Open commit View diff
523 name="use_tls"
same change 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
524
                       value="1"
Open commit View diff
524 value="1"
same change 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
525
                       onchange="if(this.checked) document.getElementById('use_ssl').checked = false"
Open commit View diff
525 onchange="if(this.checked) document.getElementById('use_ssl').checked = false"
same change 402bf53

[Web] Improve clarity of LDAP SSL/TLS settings

Full commit hash
402bf53a5c24ac34ca7df63396640c9c0f2dc21c
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
526
                       {% if iam_settings.use_tls == 1 %}checked{% endif %}>
Open commit View diff
526 {% if iam_settings.use_tls == 1 %}checked{% endif %}>
FreddleSpl0it over 2 years ago 2ba64e9

[Web] allow SSL / TLS connections for LDAP

Full commit hash
2ba64e93f9f7a152cc32e3e9fb79eaee88bb8d9d
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
527
              </div>
Open commit View diff
527 </div>
same change 2ba64e9

[Web] allow SSL / TLS connections for LDAP

Full commit hash
2ba64e93f9f7a152cc32e3e9fb79eaee88bb8d9d
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
528
            </div>
Open commit View diff
528 </div>
same change 2ba64e9

[Web] allow SSL / TLS connections for LDAP

Full commit hash
2ba64e93f9f7a152cc32e3e9fb79eaee88bb8d9d
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
529
          </div>
Open commit View diff
529 </div>
same change 2ba64e9

[Web] allow SSL / TLS connections for LDAP

Full commit hash
2ba64e93f9f7a152cc32e3e9fb79eaee88bb8d9d
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
530
          <div class="row mb-4">
Open commit View diff
530 <div class="row mb-4">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
531
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
531 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
532
              <label class="control-label">{{ lang.admin.ignore_ssl_error }}</label>
Open commit View diff
532 <label class="control-label">{{ lang.admin.ignore_ssl_error }}</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
533
            </div>
Open commit View diff
533 </div>
FreddleSpl0it over 2 years ago 2ba64e9

[Web] allow SSL / TLS connections for LDAP

Full commit hash
2ba64e93f9f7a152cc32e3e9fb79eaee88bb8d9d
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
534
            <div class="col-12 col-md-9">
Open commit View diff
534 <div class="col-12 col-md-9">
same change 2ba64e9

[Web] allow SSL / TLS connections for LDAP

Full commit hash
2ba64e93f9f7a152cc32e3e9fb79eaee88bb8d9d
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
535
              <div class="form-check form-switch">
Open commit View diff
535 <div class="form-check form-switch">
same change 2ba64e9

[Web] allow SSL / TLS connections for LDAP

Full commit hash
2ba64e93f9f7a152cc32e3e9fb79eaee88bb8d9d
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
536
                <input class="form-check-input" type="checkbox" role="switch" name="ignore_ssl_error" value="1" {% if iam_settings.ignore_ssl_error == 1 %}checked{% endif %}>
Open commit View diff
536 <input class="form-check-input" type="checkbox" role="switch" name="ignore_ssl_error" value="1" {% if iam_settings.ignore_ssl_error == 1 %}checked{% endif %}>
same change 2ba64e9

[Web] allow SSL / TLS connections for LDAP

Full commit hash
2ba64e93f9f7a152cc32e3e9fb79eaee88bb8d9d
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
537
              </div>
Open commit View diff
537 </div>
same change 2ba64e9

[Web] allow SSL / TLS connections for LDAP

Full commit hash
2ba64e93f9f7a152cc32e3e9fb79eaee88bb8d9d
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
538
            </div>
Open commit View diff
538 </div>
same change 2ba64e9

[Web] allow SSL / TLS connections for LDAP

Full commit hash
2ba64e93f9f7a152cc32e3e9fb79eaee88bb8d9d
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
539
          </div>
Open commit View diff
539 </div>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
540
          <div class="row mb-2">
Open commit View diff
540 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
541
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
541 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
542
              <label class="control-label" for="iam_ldap_basedn">{{ lang.admin.iam_basedn }}:</label>
Open commit View diff
542 <label class="control-label" for="iam_ldap_basedn">{{ lang.admin.iam_basedn }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
543
            </div>
Open commit View diff
543 </div>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
544
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
544 <div class="col-12 col-md-9 col-lg-4">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
545
              <input type="text" class="form-control" id="iam_ldap_basedn" name="basedn" value="{{ iam_settings.basedn }}" required>
Open commit View diff
545 <input type="text" class="form-control" id="iam_ldap_basedn" name="basedn" value="{{ iam_settings.basedn }}" required>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
546
            </div>
Open commit View diff
546 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
547
          </div>
Open commit View diff
547 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
548
          <div class="row mb-2">
Open commit View diff
548 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
549
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
549 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
550
              <label class="control-label" for="iam_ldap_username_field">{{ lang.admin.iam_username_field }}:</label>
Open commit View diff
550 <label class="control-label" for="iam_ldap_username_field">{{ lang.admin.iam_username_field }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
551
            </div>
Open commit View diff
551 </div>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
552
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
552 <div class="col-12 col-md-9 col-lg-4">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
553
              <input type="text" class="form-control" placeholder="mail" id="iam_ldap_username_field" name="username_field" value="{{ iam_settings.username_field }}">
Open commit View diff
553 <input type="text" class="form-control" placeholder="mail" id="iam_ldap_username_field" name="username_field" value="{{ iam_settings.username_field }}">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
554
            </div>
Open commit View diff
554 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
555
          </div>
Open commit View diff
555 </div>
FreddleSpl0it over 2 years ago 78e7266

[Web] add LDAP query filter

Full commit hash
78e726636844b9b63fca48f68aeeaeb1f16d0b02
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
556
          <div class="row mb-2">
Open commit View diff
556 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
557
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
557 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
558
              <label class="control-label" for="iam_ldap_filter">{{ lang.admin.filter }}:</label>
Open commit View diff
558 <label class="control-label" for="iam_ldap_filter">{{ lang.admin.filter }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
559
            </div>
Open commit View diff
559 </div>
FreddleSpl0it over 2 years ago 78e7266

[Web] add LDAP query filter

Full commit hash
78e726636844b9b63fca48f68aeeaeb1f16d0b02
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
560
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
560 <div class="col-12 col-md-9 col-lg-4">
same change 78e7266

[Web] add LDAP query filter

Full commit hash
78e726636844b9b63fca48f68aeeaeb1f16d0b02
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
561
              <input type="text" class="form-control" placeholder="" id="iam_ldap_filter" name="filter" value="{{ iam_settings.filter }}">
Open commit View diff
561 <input type="text" class="form-control" placeholder="" id="iam_ldap_filter" name="filter" value="{{ iam_settings.filter }}">
same change 78e7266

[Web] add LDAP query filter

Full commit hash
78e726636844b9b63fca48f68aeeaeb1f16d0b02
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
562
            </div>
Open commit View diff
562 </div>
same change 78e7266

[Web] add LDAP query filter

Full commit hash
78e726636844b9b63fca48f68aeeaeb1f16d0b02
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
563
          </div>
Open commit View diff
563 </div>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
564
          <div class="row mb-2">
Open commit View diff
564 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
565
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
565 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
566
              <label class="control-label" for="iam_ldap_attribute_field">{{ lang.admin.iam_attribute_field }}:</label>
Open commit View diff
566 <label class="control-label" for="iam_ldap_attribute_field">{{ lang.admin.iam_attribute_field }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
567
            </div>
Open commit View diff
567 </div>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
568
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
568 <div class="col-12 col-md-9 col-lg-4">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
569
              <input type="text" class="form-control" id="iam_ldap_attribute_field" name="attribute_field" value="{{ iam_settings.attribute_field }}" required>
Open commit View diff
569 <input type="text" class="form-control" id="iam_ldap_attribute_field" name="attribute_field" value="{{ iam_settings.attribute_field }}" required>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
570
            </div>
Open commit View diff
570 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
571
          </div>
Open commit View diff
571 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
572
          <div class="row mb-2">
Open commit View diff
572 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
573
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
573 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
574
              <label class="control-label" for="iam_ldap_binddn">{{ lang.admin.iam_binddn }}:</label>
Open commit View diff
574 <label class="control-label" for="iam_ldap_binddn">{{ lang.admin.iam_binddn }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
575
            </div>
Open commit View diff
575 </div>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
576
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
576 <div class="col-12 col-md-9 col-lg-4">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
577
              <input type="text" class="form-control" id="iam_ldap_binddn" name="binddn" value="{{ iam_settings.binddn }}" required>
Open commit View diff
577 <input type="text" class="form-control" id="iam_ldap_binddn" name="binddn" value="{{ iam_settings.binddn }}" required>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
578
            </div>
Open commit View diff
578 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
579
          </div>
Open commit View diff
579 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
580
          <div class="row mb-4">
Open commit View diff
580 <div class="row mb-4">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
581
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
581 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
582
              <label class="control-label" for="iam_ldap_bindpass">{{ lang.admin.iam_bindpass }}:</label>
Open commit View diff
582 <label class="control-label" for="iam_ldap_bindpass">{{ lang.admin.iam_bindpass }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
583
            </div>
Open commit View diff
583 </div>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
584
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
584 <div class="col-12 col-md-9 col-lg-4">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
585
              <div class="reveal-password-input input-group">
Open commit View diff
585 <div class="reveal-password-input input-group">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
586
                <input type="password" class="password-field form-control" id="iam_ldap_bindpass" name="bindpass" value="{{ iam_settings.bindpass }}" required>
Open commit View diff
586 <input type="password" class="password-field form-control" id="iam_ldap_bindpass" name="bindpass" value="{{ iam_settings.bindpass }}" required>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
587
                <button class="toggle-password btn btn-secondary" type="button"><i class="bi bi-eye"></i></button>
Open commit View diff
587 <button class="toggle-password btn btn-secondary" type="button"><i class="bi bi-eye"></i></button>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
588
              </div>
Open commit View diff
588 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
589
            </div>
Open commit View diff
589 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
590
          </div>
Open commit View diff
590 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
591
          <div class="row mb-2">
Open commit View diff
591 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
592
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
592 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
593
              <label class="control-label">{{ lang.admin.iam_mapping }}:</label>
Open commit View diff
593 <label class="control-label">{{ lang.admin.iam_mapping }}:</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
594
            </div>
Open commit View diff
594 </div>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
595
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
595 <div class="col-12 col-md-9 col-lg-4">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
596
              <div class="row px-2 align-items-center">
Open commit View diff
596 <div class="row px-2 align-items-center">
FreddleSpl0it over 1 year ago f0016ee

[Web] Add german translation for idp settings

Full commit hash
f0016eeecdaa74ad28d3e63914895d05f43c8196
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
597
                <span class="col-5 p-0 pe-2">{{ lang.user.attribute }}</span>
Open commit View diff
597 <span class="col-5 p-0 pe-2">{{ lang.user.attribute }}</span>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
598
                <span class="col-5 p-0 pe-2">{{ lang.mailbox.template }}</span>
Open commit View diff
598 <span class="col-5 p-0 pe-2">{{ lang.mailbox.template }}</span>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
599
                <div class="col-2 p-0 d-flex">
Open commit View diff
599 <div class="col-2 p-0 d-flex">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
600
                  <button class="btn btn-sm d-block d-sm-inline btn-secondary ms-auto iam_rolemap_add_ldap"><i class="bi bi-plus-lg"></i></button>
Open commit View diff
600 <button class="btn btn-sm d-block d-sm-inline btn-secondary ms-auto iam_rolemap_add_ldap"><i class="bi bi-plus-lg"></i></button>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
601
                </div>
Open commit View diff
601 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
602
              </div>
Open commit View diff
602 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
603
            </div>
Open commit View diff
603 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
604
          </div>
Open commit View diff
604 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
605
          <div class="row mb-2" id="iam_ldap_mapping_list">
Open commit View diff
605 <div class="row mb-2" id="iam_ldap_mapping_list">
FreddleSpl0it over 1 year ago 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
606
            <input type="hidden" name="mappers" value="">
Open commit View diff
606 <input type="hidden" name="mappers" value="">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
607
            <input type="hidden" name="templates" value="">
Open commit View diff
607 <input type="hidden" name="templates" value="">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
608
            <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
Open commit View diff
608 <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
609
              <div class="row px-2">
Open commit View diff
609 <div class="row px-2">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
610
                <div class="col-5 p-0 pe-2">
Open commit View diff
610 <div class="col-5 p-0 pe-2">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
611
                  <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.admin.iam_default_template_description }}"></i>
Open commit View diff
611 <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.admin.iam_default_template_description }}"></i>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
612
                  <span>{{ lang.admin.iam_default_template }}</span>
Open commit View diff
612 <span>{{ lang.admin.iam_default_template }}</span>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
613
                </div>
Open commit View diff
613 </div>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
614
                <div class="col-5 p-0 pe-2 align-content-end">
Open commit View diff
614 <div class="col-5 p-0 pe-2 align-content-end">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
615
                  <select data-live-search="true" name="default_template" class="form-control" title="-- {{ lang.mailbox.template }} --">
Open commit View diff
615 <select data-live-search="true" name="default_template" class="form-control" title="-- {{ lang.mailbox.template }} --">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
616
                  <option value="" {% if not iam_settings.default_template %}selected{% endif %}>-- {{ lang.mailbox.template }} --</option>
Open commit View diff
616 <option value="" {% if not iam_settings.default_template %}selected{% endif %}>-- {{ lang.mailbox.template }} --</option>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
617
                  {% for mbox_template in mbox_templates %}
Open commit View diff
617 {% for mbox_template in mbox_templates %}
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
618
                    <option {% if mbox_template.template == iam_settings.default_template %}selected{% endif %}>
Open commit View diff
618 <option {% if mbox_template.template == iam_settings.default_template %}selected{% endif %}>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
619
                      {{ mbox_template.template }}
Open commit View diff
619 {{ mbox_template.template }}
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
620
                    </option>
Open commit View diff
620 </option>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
621
                  {% endfor %}
Open commit View diff
621 {% endfor %}
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
622
                  </select>
Open commit View diff
622 </select>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
623
                </div>
Open commit View diff
623 </div>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
624
                <div class="col-2 p-0 d-flex"></div>
Open commit View diff
624 <div class="col-2 p-0 d-flex"></div>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
625
              </div>
Open commit View diff
625 </div>
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
626
            </div>
Open commit View diff
626 </div>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
627
            {% for key, role in iam_settings.mappers %}
Open commit View diff
627 {% for key, role in iam_settings.mappers %}
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
628
            <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
Open commit View diff
628 <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
629
              <div class="row px-2">
Open commit View diff
629 <div class="row px-2">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
630
                <div class="col-5 p-0 pe-2">
Open commit View diff
630 <div class="col-5 p-0 pe-2">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
631
                  <input type="text" class="form-control me-2" name="mappers" value="{{ iam_settings.mappers[key] }}" required>
Open commit View diff
631 <input type="text" class="form-control me-2" name="mappers" value="{{ iam_settings.mappers[key] }}" required>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
632
                </div>
Open commit View diff
632 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
633
                <div class="col-5 p-0 pe-2">
Open commit View diff
633 <div class="col-5 p-0 pe-2">
FreddleSpl0it over 1 year ago 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
634
                  <select data-live-search="true" name="templates" class="form-control" title="-- {{ lang.mailbox.template }} --" required>
Open commit View diff
634 <select data-live-search="true" name="templates" class="form-control" title="-- {{ lang.mailbox.template }} --" required>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
635
                  {% for mbox_template in mbox_templates %}
Open commit View diff
635 {% for mbox_template in mbox_templates %}
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
636
                    <option{% if mbox_template.template == iam_settings.templates[key] %} selected{% endif %}>
Open commit View diff
636 <option{% if mbox_template.template == iam_settings.templates[key] %} selected{% endif %}>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
637
                      {{ mbox_template.template }}
Open commit View diff
637 {{ mbox_template.template }}
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
638
                    </option>
Open commit View diff
638 </option>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
639
                  {% endfor %}
Open commit View diff
639 {% endfor %}
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
640
                  </select>
Open commit View diff
640 </select>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
641
                </div>
Open commit View diff
641 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
642
                <div class="col-2 p-0 d-flex">
Open commit View diff
642 <div class="col-2 p-0 d-flex">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
643
                  <button class="iam_ldap_rolemap_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
Open commit View diff
643 <button class="iam_ldap_rolemap_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
644
                </div>
Open commit View diff
644 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
645
              </div>
Open commit View diff
645 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
646
            </div>
Open commit View diff
646 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
647
            {% endfor %}
Open commit View diff
647 {% endfor %}
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
648
            <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
Open commit View diff
648 <div class="offset-md-3 col-12 col-md-9 col-lg-4 mb-2">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
649
              <div class="row px-2">
Open commit View diff
649 <div class="row px-2">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
650
                <div class="col-5 p-0 pe-2">
Open commit View diff
650 <div class="col-5 p-0 pe-2">
FreddleSpl0it over 1 year ago 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
651
                  <input type="text" class="form-control me-2" name="mappers" value="">
Open commit View diff
651 <input type="text" class="form-control me-2" name="mappers" value="">
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
652
                </div>
Open commit View diff
652 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
653
                <div class="col-5 p-0 pe-2">
Open commit View diff
653 <div class="col-5 p-0 pe-2">
FreddleSpl0it over 1 year ago 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
654
                  <select data-live-search="true" name="templates" class="form-control" title="-- {{ lang.mailbox.template }} --">
Open commit View diff
654 <select data-live-search="true" name="templates" class="form-control" title="-- {{ lang.mailbox.template }} --">
same change 887b711

Add default template for IdP attribute mapping

Full commit hash
887b7114a8bdd74a81f9ce7a6c5e006e28e135c0
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
655
                  <option value="" selected>-- {{ lang.mailbox.template }} --</option>
Open commit View diff
655 <option value="" selected>-- {{ lang.mailbox.template }} --</option>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
656
                  {% for mbox_template in mbox_templates %}
Open commit View diff
656 {% for mbox_template in mbox_templates %}
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
657
                    <option>
Open commit View diff
657 <option>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
658
                      {{ mbox_template.template }}
Open commit View diff
658 {{ mbox_template.template }}
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
659
                    </option>
Open commit View diff
659 </option>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
660
                  {% endfor %}
Open commit View diff
660 {% endfor %}
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
661
                  </select>
Open commit View diff
661 </select>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
662
                </div>
Open commit View diff
662 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
663
                <div class="col-2 p-0 d-flex">
Open commit View diff
663 <div class="col-2 p-0 d-flex">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
664
                  <button class="iam_ldap_rolemap_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
Open commit View diff
664 <button class="iam_ldap_rolemap_del btn btn-sm d-block d-sm-inline btn-secondary ms-auto"><i class="bi bi-x-lg"></i></button>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
665
                </div>
Open commit View diff
665 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
666
              </div>
Open commit View diff
666 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
667
            </div>
Open commit View diff
667 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
668
          </div>
Open commit View diff
668 </div>
FreddleSpl0it about 1 year ago 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
669
          <div class="row mb-2">
Open commit View diff
669 <div class="row mb-2">
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
670
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
670 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
671
              <label class="control-label">{{ lang.admin.iam_login_provisioning }}</label>
Open commit View diff
671 <label class="control-label">{{ lang.admin.iam_login_provisioning }}</label>
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
672
            </div>
Open commit View diff
672 </div>
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
673
            <div class="col-12 col-md-9">
Open commit View diff
673 <div class="col-12 col-md-9">
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
674
              <div class="form-check form-switch">
Open commit View diff
674 <div class="form-check form-switch">
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
675
                <input class="form-check-input" type="checkbox" role="switch" name="login_provisioning"  value="1" {% if iam_settings.login_provisioning == 1 %}checked{% endif %}>
Open commit View diff
675 <input class="form-check-input" type="checkbox" role="switch" name="login_provisioning" value="1" {% if iam_settings.login_provisioning == 1 %}checked{% endif %}>
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
676
              </div>
Open commit View diff
676 </div>
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
677
            </div>
Open commit View diff
677 </div>
same change 1b2f424

[Web] Add identity_provider option to disable auto-creation of users on login

Full commit hash
1b2f424edc7b5f91c450b36b5cf64f012e7b821b
Author
FreddleSpl0it <[email protected]>
Date
about 1 year ago
Selected line
678
          </div>
Open commit View diff
678 </div>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
679
          <div class="row mb-2">
Open commit View diff
679 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
680
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
680 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
681
              <label class="control-label">{{ lang.admin.iam_periodic_full_sync }}</label>
Open commit View diff
681 <label class="control-label">{{ lang.admin.iam_periodic_full_sync }}</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
682
            </div>
Open commit View diff
682 </div>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
683
            <div class="col-12 col-md-9">
Open commit View diff
683 <div class="col-12 col-md-9">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
684
              <div class="form-check form-switch">
Open commit View diff
684 <div class="form-check form-switch">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
685
                <input class="form-check-input" type="checkbox" role="switch" name="periodic_sync"  value="1" {% if iam_settings.periodic_sync == 1 %}checked{% endif %}>
Open commit View diff
685 <input class="form-check-input" type="checkbox" role="switch" name="periodic_sync" value="1" {% if iam_settings.periodic_sync == 1 %}checked{% endif %}>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
686
              </div>
Open commit View diff
686 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
687
            </div>
Open commit View diff
687 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
688
          </div>
Open commit View diff
688 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
689
          <div class="row mb-2">
Open commit View diff
689 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
690
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
690 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
691
              <label class="control-label">{{ lang.admin.iam_import_users }}</label>
Open commit View diff
691 <label class="control-label">{{ lang.admin.iam_import_users }}</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
692
            </div>
Open commit View diff
692 </div>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
693
            <div class="col-12 col-md-9">
Open commit View diff
693 <div class="col-12 col-md-9">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
694
              <div class="form-check form-switch">
Open commit View diff
694 <div class="form-check form-switch">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
695
                <input class="form-check-input" type="checkbox" role="switch" name="import_users"  value="1" {% if iam_settings.import_users == 1 %}checked{% endif %}>
Open commit View diff
695 <input class="form-check-input" type="checkbox" role="switch" name="import_users" value="1" {% if iam_settings.import_users == 1 %}checked{% endif %}>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
696
              </div>
Open commit View diff
696 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
697
            </div>
Open commit View diff
697 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
698
          </div>
Open commit View diff
698 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
699
          <div class="row mb-2">
Open commit View diff
699 <div class="row mb-2">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
700
            <div class="col-md-3 d-flex align-items-center justify-content-md-end">
Open commit View diff
700 <div class="col-md-3 d-flex align-items-center justify-content-md-end">
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
701
              <label class="control-label">{{ lang.admin.iam_sync_interval }}</label>
Open commit View diff
701 <label class="control-label">{{ lang.admin.iam_sync_interval }}</label>
same change ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
702
            </div>
Open commit View diff
702 </div>
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
703
            <div class="col-12 col-md-9 col-lg-4">
Open commit View diff
703 <div class="col-12 col-md-9 col-lg-4">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
704
              <input class="form-control" type="number" min="1" name="sync_interval" style="width: 80px;"  {% if iam_settings.sync_interval %}value="{{ iam_settings.sync_interval }}"{% else %}value="15"{% endif %}>
Open commit View diff
704 <input class="form-control" type="number" min="1" name="sync_interval" style="width: 80px;" {% if iam_settings.sync_interval %}value="{{ iam_settings.sync_interval }}"{% else %}value="15"{% endif %}>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
705
            </div>
Open commit View diff
705 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
706
          </div>
Open commit View diff
706 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
707
          <div class="row mt-4 mb-2">
Open commit View diff
707 <div class="row mt-4 mb-2">
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
708
            <div class="offset-md-3 col-12 col-md-9 d-flex flex-wrap">
Open commit View diff
708 <div class="offset-md-3 col-12 col-md-9 d-flex flex-wrap">
FreddleSpl0it over 1 year ago ec4b9b0

[Web] support multiple ldap hosts separated by comma

Full commit hash
ec4b9b088c875f967fdc160a21481361a101127b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
709
              <div class="btn-group mb-2">
Open commit View diff
709 <div class="btn-group mb-2">
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
710
                <button class="btn btn-sm d-block d-sm-inline btn-secondary iam_test_connection iam_test_connection" data-id="iam_ldap"><i class="bi bi-play"></i> {{ lang.admin.iam_test_connection }}</button>
Open commit View diff
710 <button class="btn btn-sm d-block d-sm-inline btn-secondary iam_test_connection iam_test_connection" data-id="iam_ldap"><i class="bi bi-play"></i> {{ lang.admin.iam_test_connection }}</button>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
711
                <button class="btn btn-sm d-block d-sm-inline btn-success" data-item="identity-provider" data-action="edit_selected" data-id="iam_ldap" data-api-url='edit/identity-provider' data-api-attr='{}'><i class="bi bi-check-lg"></i> {{ lang.admin.save }}</button>
Open commit View diff
711 <button class="btn btn-sm d-block d-sm-inline btn-success" data-item="identity-provider" data-action="edit_selected" data-id="iam_ldap" data-api-url='edit/identity-provider' data-api-attr='{}'><i class="bi bi-check-lg"></i> {{ lang.admin.save }}</button>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
712
              </div>
Open commit View diff
712 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
713
              <button class="btn btn-sm d-block d-sm-inline btn-danger ms-auto mb-2" data-item="identity-provider" data-action="delete_selected" data-id="iam_ldap" data-api-url='delete/identity-provider'><i class="bi bi-trash"></i> {{ lang.mailbox.remove }}</button>
Open commit View diff
713 <button class="btn btn-sm d-block d-sm-inline btn-danger ms-auto mb-2" data-item="identity-provider" data-action="delete_selected" data-id="iam_ldap" data-api-url='delete/identity-provider'><i class="bi bi-trash"></i> {{ lang.mailbox.remove }}</button>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
714
            </div>
Open commit View diff
714 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
715
          </div>
Open commit View diff
715 </div>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
716
        </form>
Open commit View diff
716 </form>
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
717
      </div>
Open commit View diff
717 </div>
FreddleSpl0it over 3 years ago 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
718
    </div>
Open commit View diff
718 </div>
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
719
  </div>
Open commit View diff
719 </div>
same change 6e9980b

[Web] add manage identity provider

Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
720
</div>
Open commit View diff
720 </div>