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/modals/footer.twig

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

footer.twig on main
Author Date Commit Line Code
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
1
{% if mailcow_cc_role %}
Open commit View diff
1 {% if mailcow_cc_role %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
2
<div class="modal fade" id="YubiOTPModal" tabindex="-1" role="dialog" aria-labelledby="YubiOTPModalLabel">
Open commit View diff
2 <div class="modal fade" id="YubiOTPModal" tabindex="-1" role="dialog" aria-labelledby="YubiOTPModalLabel">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
3
  <div class="modal-dialog" role="document">
Open commit View diff
3 <div class="modal-dialog" role="document">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
4
    <div class="modal-content">
Open commit View diff
4 <div class="modal-content">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
5
      <div class="modal-header">
Open commit View diff
5 <div class="modal-header">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
6
        <h3 class="modal-title">{{ lang.tfa.yubi_otp }}</h3>
Open commit View diff
6 <h3 class="modal-title">{{ lang.tfa.yubi_otp }}</h3>
FreddleSpl0it over 4 years ago d3dca1d

[BS5] change bootstrap general

Full commit hash
d3dca1ddc2b9fb2a756db20729c84e214817b4f7
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
7
        <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
Open commit View diff
7 <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
8
      </div>
Open commit View diff
8 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
9
      <div class="modal-body">
Open commit View diff
9 <div class="modal-body">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
10
        <form role="form" method="post">
Open commit View diff
10 <form role="form" method="post">
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
11
          <div class="mb-4">
Open commit View diff
11 <div class="mb-4">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
12
            <input type="text" class="form-control" name="key_id" placeholder="{{ lang.tfa.key_id }}" autocomplete="off" required>
Open commit View diff
12 <input type="text" class="form-control" name="key_id" placeholder="{{ lang.tfa.key_id }}" autocomplete="off" required>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
13
          </div>
Open commit View diff
13 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
14
          <hr>
Open commit View diff
14 <hr>
FreddleSpl0it over 4 years ago d3dca1d

[BS5] change bootstrap general

Full commit hash
d3dca1ddc2b9fb2a756db20729c84e214817b4f7
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
15
          <p class="text-muted">{{ lang.tfa.api_register|format(ui_texts.main_name)|raw }}</p>
Open commit View diff
15 <p class="text-muted">{{ lang.tfa.api_register|format(ui_texts.main_name)|raw }}</p>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
16
          <div class="mb-2">
Open commit View diff
16 <div class="mb-2">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
17
            <input type="text" class="form-control" name="yubico_id" placeholder="Yubico API ID" autocomplete="off" required>
Open commit View diff
17 <input type="text" class="form-control" name="yubico_id" placeholder="Yubico API ID" autocomplete="off" required>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
18
          </div>
Open commit View diff
18 </div>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
19
          <div class="mb-4">
Open commit View diff
19 <div class="mb-4">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
20
            <input type="text" class="form-control" name="yubico_key" placeholder="Yubico API Key" autocomplete="off" required>
Open commit View diff
20 <input type="text" class="form-control" name="yubico_key" placeholder="Yubico API Key" autocomplete="off" required>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
21
          </div>
Open commit View diff
21 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
22
          <hr>
Open commit View diff
22 <hr>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
23
          <div class="mb-4">
Open commit View diff
23 <div class="mb-4">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
24
            <input type="password" class="form-control" name="confirm_password" placeholder="{{ lang.user.password_now }}" autocomplete="off" required>
Open commit View diff
24 <input type="password" class="form-control" name="confirm_password" placeholder="{{ lang.user.password_now }}" autocomplete="off" required>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
25
          </div>
Open commit View diff
25 </div>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
26
          <div class="mb-4">
Open commit View diff
26 <div class="mb-4">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
27
            <div class="input-group">
Open commit View diff
27 <div class="input-group">
FreddleSpl0it over 4 years ago 9b80394

[BS5] change bootstrap general

Full commit hash
9b8039440c5ec9c12c265b6ff0dc4489bb4fbf3c
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
28
              <span class="input-group-text" id="yubi-addon"><img alt="Yubicon Icon" src="/img/yubi.ico"></span>
Open commit View diff
28 <span class="input-group-text" id="yubi-addon"><img alt="Yubicon Icon" src="/img/yubi.ico"></span>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
29
              <input type="text" name="otp_token" class="form-control" placeholder="Touch Yubikey" aria-describedby="yubi-addon">
Open commit View diff
29 <input type="text" name="otp_token" class="form-control" placeholder="Touch Yubikey" aria-describedby="yubi-addon">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
30
              <input type="hidden" name="tfa_method" value="yubi_otp">
Open commit View diff
30 <input type="hidden" name="tfa_method" value="yubi_otp">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
31
            </div>
Open commit View diff
31 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
32
          </div>
Open commit View diff
32 </div>
FreddleSpl0it over 4 years ago b980e7a

[BS5] change bootstrap responsive

Full commit hash
b980e7af298e2e0d05be28459933249973f4e0ad
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
33
          <button class="btn btn-sm d-block d-sm-inline btn-success" type="submit" name="set_tfa">{{ lang.user.save_changes }}</button>
Open commit View diff
33 <button class="btn btn-sm d-block d-sm-inline btn-success" type="submit" name="set_tfa">{{ lang.user.save_changes }}</button>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
34
        </form>
Open commit View diff
34 </form>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
35
      </div>
Open commit View diff
35 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
36
    </div>
Open commit View diff
36 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
37
  </div>
Open commit View diff
37 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
38
</div>
Open commit View diff
38 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
39
Open commit View diff
39
FreddlePat over 4 years ago d1d1340

migrating from u2f-api.js to webauthn

Full commit hash
d1d134038ffa2bde66ccfafd842dcafe5eb3ea11
Author
FreddlePat <[email protected]>
Date
over 4 years ago
Selected line
40
<div class="modal fade" id="WebAuthnModal" tabindex="-1" role="dialog" aria-labelledby="WebAuthnModalLabel">
Open commit View diff
40 <div class="modal fade" id="WebAuthnModal" tabindex="-1" role="dialog" aria-labelledby="WebAuthnModalLabel">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
41
  <div class="modal-dialog" role="document">
Open commit View diff
41 <div class="modal-dialog" role="document">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
42
    <div class="modal-content">
Open commit View diff
42 <div class="modal-content">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
43
      <div class="modal-header">
Open commit View diff
43 <div class="modal-header">
FreddlePat over 4 years ago d1d1340

migrating from u2f-api.js to webauthn

Full commit hash
d1d134038ffa2bde66ccfafd842dcafe5eb3ea11
Author
FreddlePat <[email protected]>
Date
over 4 years ago
Selected line
44
        <h3 class="modal-title">{{ lang.tfa.webauthn }}</h3>
Open commit View diff
44 <h3 class="modal-title">{{ lang.tfa.webauthn }}</h3>
FreddleSpl0it over 4 years ago d3dca1d

[BS5] change bootstrap general

Full commit hash
d3dca1ddc2b9fb2a756db20729c84e214817b4f7
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
45
        <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
Open commit View diff
45 <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
46
      </div>
Open commit View diff
46 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
47
      <div class="modal-body">
Open commit View diff
47 <div class="modal-body">
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
48
        <form class="d-flex flex-column" role="form" method="post" id="webauthn_reg_form">
Open commit View diff
48 <form class="d-flex flex-column" role="form" method="post" id="webauthn_reg_form">
same change b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
49
          <div class="mb-2">
Open commit View diff
49 <div class="mb-2">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
50
            <input type="text" class="form-control" name="key_id" placeholder="{{ lang.tfa.key_id }}" autocomplete="off" required>
Open commit View diff
50 <input type="text" class="form-control" name="key_id" placeholder="{{ lang.tfa.key_id }}" autocomplete="off" required>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
51
          </div>
Open commit View diff
51 </div>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
52
          <div class="mb-4">
Open commit View diff
52 <div class="mb-4">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
53
            <input type="password" class="form-control" name="confirm_password" placeholder="{{ lang.user.password_now }}" autocomplete="off" required>
Open commit View diff
53 <input type="password" class="form-control" name="confirm_password" placeholder="{{ lang.user.password_now }}" autocomplete="off" required>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
54
          </div>
Open commit View diff
54 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
55
          <hr>
Open commit View diff
55 <hr>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
56
          <div class="text-center">
Open commit View diff
56 <div class="text-center">
FreddlePat over 4 years ago d1d1340

migrating from u2f-api.js to webauthn

Full commit hash
d1d134038ffa2bde66ccfafd842dcafe5eb3ea11
Author
FreddlePat <[email protected]>
Date
over 4 years ago
Selected line
57
            <div style="cursor:pointer" id="start_webauthn_register">
Open commit View diff
57 <div style="cursor:pointer" id="start_webauthn_register">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
58
              <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 24 24">
Open commit View diff
58 <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 24 24">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
59
                <path d="M17.81 4.47c-.08 0-.16-.02-.23-.06C15.66 3.42 14 3 12.01 3c-1.98 0-3.86.47-5.57 1.41-.24.13-.54.04-.68-.2-.13-.24-.04-.55.2-.68C7.82 2.52 9.86 2 12.01 2c2.13 0 3.99.47 6.03 1.52.25.13.34.43.21.67-.09.18-.26.28-.44.28zM3.5 9.72c-.1 0-.2-.03-.29-.09-.23-.16-.28-.47-.12-.7.99-1.4 2.25-2.5 3.75-3.27C9.98 4.04 14 4.03 17.15 5.65c1.5.77 2.76 1.86 3.75 3.25.16.22.11.54-.12.7-.23.16-.54.11-.7-.12-.9-1.26-2.04-2.25-3.39-2.94-2.87-1.47-6.54-1.47-9.4.01-1.36.7-2.5 1.7-3.4 2.96-.08.14-.23.21-.39.21zm6.25 12.07c-.13 0-.26-.05-.35-.15-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34 0-2.97 2.54-5.39 5.66-5.39s5.66 2.42 5.66 5.39c0 .28-.22.5-.5.5s-.5-.22-.5-.5c0-2.42-2.09-4.39-4.66-4.39-2.57 0-4.66 1.97-4.66 4.39 0 1.44.32 2.77.93 3.85.64 1.15 1.08 1.64 1.85 2.42.19.2.19.51 0 .71-.11.1-.24.15-.37.15zm7.17-1.85c-1.19 0-2.24-.3-3.1-.89-1.49-1.01-2.38-2.65-2.38-4.39 0-.28.22-.5.5-.5s.5.22.5.5c0 1.41.72 2.74 1.94 3.56.71.48 1.54.71 2.54.71.24 0 .64-.03 1.04-.1.27-.05.53.13.58.41.05.27-.13.53-.41.58-.57.11-1.07.12-1.21.12zM14.91 22c-.04 0-.09-.01-.13-.02-1.59-.44-2.63-1.03-3.72-2.1-1.4-1.39-2.17-3.24-2.17-5.22 0-1.62 1.38-2.94 3.08-2.94 1.7 0 3.08 1.32 3.08 2.94 0 1.07.93 1.94 2.08 1.94s2.08-.87 2.08-1.94c0-3.77-3.25-6.83-7.25-6.83-2.84 0-5.44 1.58-6.61 4.03-.39.81-.59 1.76-.59 2.8 0 .78.07 2.01.67 3.61.1.26-.03.55-.29.64-.26.1-.55-.04-.64-.29-.49-1.31-.73-2.61-.73-3.96 0-1.2.23-2.29.68-3.24 1.33-2.79 4.28-4.6 7.51-4.6 4.55 0 8.25 3.51 8.25 7.83 0 1.62-1.38 2.94-3.08 2.94s-3.08-1.32-3.08-2.94c0-1.07-.93-1.94-2.08-1.94s-2.08.87-2.08 1.94c0 1.71.66 3.31 1.87 4.51.95.94 1.86 1.46 3.27 1.85.27.07.42.35.35.61-.05.23-.26.38-.47.38z"></path>
Open commit View diff
59 <path d="M17.81 4.47c-.08 0-.16-.02-.23-.06C15.66 3.42 14 3 12.01 3c-1.98 0-3.86.47-5.57 1.41-.24.13-.54.04-.68-.2-.13-.24-.04-.55.2-.68C7.82 2.52 9.86 2 12.01 2c2.13 0 3.99.47 6.03 1.52.25.13.34.43.21.67-.09.18-.26.28-.44.28zM3.5 9.72c-.1 0-.2-.03-.29-.09-.23-.16-.28-.47-.12-.7.99-1.4 2.25-2.5 3.75-3.27C9.98 4.04 14 4.03 17.15 5.65c1.5.77 2.76 1.86 3.75 3.25.16.22.11.54-.12.7-.23.16-.54.11-.7-.12-.9-1.26-2.04-2.25-3.39-2.94-2.87-1.47-6.54-1.47-9.4.01-1.36.7-2.5 1.7-3.4 2.96-.08.14-.23.21-.39.21zm6.25 12.07c-.13 0-.26-.05-.35-.15-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34 0-2.97 2.54-5.39 5.66-5.39s5.66 2.42 5.66 5.39c0 .28-.22.5-.5.5s-.5-.22-.5-.5c0-2.42-2.09-4.39-4.66-4.39-2.57 0-4.66 1.97-4.66 4.39 0 1.44.32 2.77.93 3.85.64 1.15 1.08 1.64 1.85 2.42.19.2.19.51 0 .71-.11.1-.24.15-.37.15zm7.17-1.85c-1.19 0-2.24-.3-3.1-.89-1.49-1.01-2.38-2.65-2.38-4.39 0-.28.22-.5.5-.5s.5.22.5.5c0 1.41.72 2.74 1.94 3.56.71.48 1.54.71 2.54.71.24 0 .64-.03 1.04-.1.27-.05.53.13.58.41.05.27-.13.53-.41.58-.57.11-1.07.12-1.21.12zM14.91 22c-.04 0-.09-.01-.13-.02-1.59-.44-2.63-1.03-3.72-2.1-1.4-1.39-2.17-3.24-2.17-5.22 0-1.62 1.38-2.94 3.08-2.94 1.7 0 3.08 1.32 3.08 2.94 0 1.07.93 1.94 2.08 1.94s2.08-.87 2.08-1.94c0-3.77-3.25-6.83-7.25-6.83-2.84 0-5.44 1.58-6.61 4.03-.39.81-.59 1.76-.59 2.8 0 .78.07 2.01.67 3.61.1.26-.03.55-.29.64-.26.1-.55-.04-.64-.29-.49-1.31-.73-2.61-.73-3.96 0-1.2.23-2.29.68-3.24 1.33-2.79 4.28-4.6 7.51-4.6 4.55 0 8.25 3.51 8.25 7.83 0 1.62-1.38 2.94-3.08 2.94s-3.08-1.32-3.08-2.94c0-1.07-.93-1.94-2.08-1.94s-2.08.87-2.08 1.94c0 1.71.66 3.31 1.87 4.51.95.94 1.86 1.46 3.27 1.85.27.07.42.35.35.61-.05.23-.26.38-.47.38z"></path>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
60
              </svg>
Open commit View diff
60 </svg>
FreddlePat over 4 years ago d1d1340

migrating from u2f-api.js to webauthn

Full commit hash
d1d134038ffa2bde66ccfafd842dcafe5eb3ea11
Author
FreddlePat <[email protected]>
Date
over 4 years ago
Selected line
61
              <p>{{ lang.tfa.start_webauthn_validation }}</p>
Open commit View diff
61 <p>{{ lang.tfa.start_webauthn_validation }}</p>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
62
            </div>
Open commit View diff
62 </div>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
63
          </div>
Open commit View diff
63 </div>
same change b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
64
          <hr>
Open commit View diff
64 <hr>
FreddlePat over 4 years ago d1d1340

migrating from u2f-api.js to webauthn

Full commit hash
d1d134038ffa2bde66ccfafd842dcafe5eb3ea11
Author
FreddlePat <[email protected]>
Date
over 4 years ago
Selected line
65
          <p id="webauthn_status_reg"></p>
Open commit View diff
65 <p id="webauthn_status_reg"></p>
same change d1d1340

migrating from u2f-api.js to webauthn

Full commit hash
d1d134038ffa2bde66ccfafd842dcafe5eb3ea11
Author
FreddlePat <[email protected]>
Date
over 4 years ago
Selected line
66
          <div class="alert alert-danger" style="display:none" id="webauthn_return_code"></div>
Open commit View diff
66 <div class="alert alert-danger" style="display:none" id="webauthn_return_code"></div>
same change d1d1340

migrating from u2f-api.js to webauthn

Full commit hash
d1d134038ffa2bde66ccfafd842dcafe5eb3ea11
Author
FreddlePat <[email protected]>
Date
over 4 years ago
Selected line
67
          <input type="hidden" name="token" id="webauthn_register_data"/>
Open commit View diff
67 <input type="hidden" name="token" id="webauthn_register_data"/>
same change d1d1340

migrating from u2f-api.js to webauthn

Full commit hash
d1d134038ffa2bde66ccfafd842dcafe5eb3ea11
Author
FreddlePat <[email protected]>
Date
over 4 years ago
Selected line
68
          <input type="hidden" name="tfa_method" value="webauthn">
Open commit View diff
68 <input type="hidden" name="tfa_method" value="webauthn">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
69
          <input type="hidden" name="set_tfa"/><br/>
Open commit View diff
69 <input type="hidden" name="set_tfa"/><br/>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
70
        </form>
Open commit View diff
70 </form>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
71
      </div>
Open commit View diff
71 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
72
    </div>
Open commit View diff
72 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
73
  </div>
Open commit View diff
73 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
74
</div>
Open commit View diff
74 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
75
Open commit View diff
75
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
76
<div class="modal fade" id="TOTPModal" tabindex="-1" role="dialog" aria-labelledby="TOTPModalLabel">
Open commit View diff
76 <div class="modal fade" id="TOTPModal" tabindex="-1" role="dialog" aria-labelledby="TOTPModalLabel">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
77
  <div class="modal-dialog" role="document">
Open commit View diff
77 <div class="modal-dialog" role="document">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
78
    <div class="modal-content">
Open commit View diff
78 <div class="modal-content">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
79
      <div class="modal-header">
Open commit View diff
79 <div class="modal-header">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
80
        <h3 class="modal-title">{{ lang.tfa.totp }}</h3>
Open commit View diff
80 <h3 class="modal-title">{{ lang.tfa.totp }}</h3>
FreddleSpl0it over 4 years ago d3dca1d

[BS5] change bootstrap general

Full commit hash
d3dca1ddc2b9fb2a756db20729c84e214817b4f7
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
81
        <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
Open commit View diff
81 <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
82
      </div>
Open commit View diff
82 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
83
      <div class="modal-body">
Open commit View diff
83 <div class="modal-body">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
84
        <form role="form" method="post">
Open commit View diff
84 <form role="form" method="post">
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
85
          <div class="mb-2">
Open commit View diff
85 <div class="mb-2">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
86
            <input type="text" class="form-control" name="key_id" placeholder="{{ lang.tfa.key_id_totp }}" autocomplete="off" required>
Open commit View diff
86 <input type="text" class="form-control" name="key_id" placeholder="{{ lang.tfa.key_id_totp }}" autocomplete="off" required>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
87
          </div>
Open commit View diff
87 </div>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
88
          <div class="mb-4">
Open commit View diff
88 <div class="mb-4">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
89
            <input type="password" class="form-control" name="confirm_password" placeholder="{{ lang.user.password_now }}" autocomplete="off" required>
Open commit View diff
89 <input type="password" class="form-control" name="confirm_password" placeholder="{{ lang.user.password_now }}" autocomplete="off" required>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
90
          </div>
Open commit View diff
90 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
91
          <hr>
Open commit View diff
91 <hr>
Kristian Feldsam almost 5 years ago 9741004

[Web] fixed totp var in twig

Full commit hash
974100400b310e9c85702d546a11f571c3151a30
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
92
          <input type="hidden" value="{{ totp_secret }}" name="totp_secret">
Open commit View diff
92 <input type="hidden" value="{{ totp_secret }}" name="totp_secret">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
93
          <input type="hidden" name="tfa_method" value="totp">
Open commit View diff
93 <input type="hidden" name="tfa_method" value="totp">
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
94
          <ol class="mb-4">
Open commit View diff
94 <ol class="mb-4">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
95
            <li>
Open commit View diff
95 <li>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
96
              <p>{{ lang.tfa.scan_qr_code }}</p>
Open commit View diff
96 <p>{{ lang.tfa.scan_qr_code }}</p>
Kristian Feldsam almost 5 years ago 9741004

[Web] fixed totp var in twig

Full commit hash
974100400b310e9c85702d546a11f571c3151a30
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
97
              <img id="tfa-qr-img" data-totp-secret="{{ totp_secret }}" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=">
Open commit View diff
97 <img id="tfa-qr-img" data-totp-secret="{{ totp_secret }}" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=">
FreddleSpl0it over 4 years ago d3dca1d

[BS5] change bootstrap general

Full commit hash
d3dca1ddc2b9fb2a756db20729c84e214817b4f7
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
98
              <p class="text-muted">{{ lang.tfa.enter_qr_code }}:<br />
Open commit View diff
98 <p class="text-muted">{{ lang.tfa.enter_qr_code }}:<br />
Kristian Feldsam almost 5 years ago 9741004

[Web] fixed totp var in twig

Full commit hash
974100400b310e9c85702d546a11f571c3151a30
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
99
                <code>{{ totp_secret }}</code>
Open commit View diff
99 <code>{{ totp_secret }}</code>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
100
              </p>
Open commit View diff
100 </p>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
101
            </li>
Open commit View diff
101 </li>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
102
            <li>
Open commit View diff
102 <li>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
103
              <p>{{ lang.tfa.confirm_totp_token }}:</p>
Open commit View diff
103 <p>{{ lang.tfa.confirm_totp_token }}:</p>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
104
              <p><input type="number" style="width:33%" class="form-control" name="totp_confirm_token" autocomplete="off" required></p>
Open commit View diff
104 <p><input type="number" style="width:33%" class="form-control" name="totp_confirm_token" autocomplete="off" required></p>
FreddleSpl0it over 4 years ago b980e7a

[BS5] change bootstrap responsive

Full commit hash
b980e7af298e2e0d05be28459933249973f4e0ad
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
105
              <p><button class="btn btn-sm d-block d-sm-inline btn-success" type="submit" name="set_tfa">{{ lang.tfa.confirm }}</button></p>
Open commit View diff
105 <p><button class="btn btn-sm d-block d-sm-inline btn-success" type="submit" name="set_tfa">{{ lang.tfa.confirm }}</button></p>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
106
            </li>
Open commit View diff
106 </li>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
107
          </ol>
Open commit View diff
107 </ol>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
108
        </form>
Open commit View diff
108 </form>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
109
      </div>
Open commit View diff
109 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
110
    </div>
Open commit View diff
110 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
111
  </div>
Open commit View diff
111 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
112
</div>
Open commit View diff
112 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
113
Open commit View diff
113
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
114
<div class="modal fade" id="DisableTFAModal" tabindex="-1" role="dialog" aria-labelledby="DisableTFAModalLabel">
Open commit View diff
114 <div class="modal fade" id="DisableTFAModal" tabindex="-1" role="dialog" aria-labelledby="DisableTFAModalLabel">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
115
  <div class="modal-dialog" role="document">
Open commit View diff
115 <div class="modal-dialog" role="document">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
116
    <div class="modal-content">
Open commit View diff
116 <div class="modal-content">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
117
      <div class="modal-header">
Open commit View diff
117 <div class="modal-header">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
118
        <h3 class="modal-title">{{ lang.tfa.delete_tfa }}</h3>
Open commit View diff
118 <h3 class="modal-title">{{ lang.tfa.delete_tfa }}</h3>
FreddleSpl0it over 4 years ago d3dca1d

[BS5] change bootstrap general

Full commit hash
d3dca1ddc2b9fb2a756db20729c84e214817b4f7
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
119
        <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
Open commit View diff
119 <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
120
      </div>
Open commit View diff
120 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
121
      <div class="modal-body">
Open commit View diff
121 <div class="modal-body">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
122
        <form role="form" method="post">
Open commit View diff
122 <form role="form" method="post">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
123
          <div class="input-group">
Open commit View diff
123 <div class="input-group">
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
124
            <input type="password" class="form-control" name="confirm_password" placeholder="{{ lang.user.password_now }}" autocomplete="off" required>
Open commit View diff
124 <input type="password" class="form-control" name="confirm_password" placeholder="{{ lang.user.password_now }}" autocomplete="off" required>
same change b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
125
            <button class="btn btn-sm d-block d-sm-inline btn-danger" type="submit" name="set_tfa">{{ lang.tfa.delete_tfa|replace({" ": "&nbsp;"})|raw }}</button>
Open commit View diff
125 <button class="btn btn-sm d-block d-sm-inline btn-danger" type="submit" name="set_tfa">{{ lang.tfa.delete_tfa|replace({" ": "&nbsp;"})|raw }}</button>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
126
          </div>
Open commit View diff
126 </div>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
127
          <input type="hidden" name="tfa_method" value="none">
Open commit View diff
127 <input type="hidden" name="tfa_method" value="none">
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
128
        </form>
Open commit View diff
128 </form>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
129
      </div>
Open commit View diff
129 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
130
    </div>
Open commit View diff
130 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
131
  </div>
Open commit View diff
131 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
132
</div>
Open commit View diff
132 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
133
{% endif %}
Open commit View diff
133 {% endif %}
FreddleSpl0it over 4 years ago 3ef2b6c

[Web] add verify selected tfa

Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
134
{% if pending_tfa_methods %}
Open commit View diff
134 {% if pending_tfa_methods %}
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
135
<div class="modal fade" id="ConfirmTFAModal" tabindex="-1" role="dialog" aria-labelledby="ConfirmTFAModalLabel">
Open commit View diff
135 <div class="modal fade" id="ConfirmTFAModal" tabindex="-1" role="dialog" aria-labelledby="ConfirmTFAModalLabel">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
136
  <div class="modal-dialog" role="document">
Open commit View diff
136 <div class="modal-dialog" role="document">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
137
    <div class="modal-content">
Open commit View diff
137 <div class="modal-content">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
138
      <div class="modal-header">
Open commit View diff
138 <div class="modal-header">
FreddleSpl0it almost 4 years ago 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
139
        <h3 class="modal-title">{{ lang.tfa.tfa }}</h3>
Open commit View diff
139 <h3 class="modal-title">{{ lang.tfa.tfa }}</h3>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
140
        <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
Open commit View diff
140 <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
141
      </div>
Open commit View diff
141 </div>
FreddleSpl0it almost 4 years ago 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
142
      
Open commit View diff
142
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
143
      
Open commit View diff
143
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
144
      <div class="modal-body p-0 pt-4">
Open commit View diff
144 <div class="modal-body p-0 pt-4">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
145
        <ul class="nav nav-tabs px-1" id="tabContent">
Open commit View diff
145 <ul class="nav nav-tabs px-1" id="tabContent">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
146
            {% if pending_tfa_authmechs["webauthn"] is defined and pending_tfa_authmechs["u2f"] is not defined %}
Open commit View diff
146 {% if pending_tfa_authmechs["webauthn"] is defined and pending_tfa_authmechs["u2f"] is not defined %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
147
              <li class="nav-item"><a class="nav-link active" href="#tfa_tab_webauthn" data-bs-toggle="tab" id="pending_tfa_tab_webauthn"><i class="bi bi-fingerprint"></i> WebAuthn</a></li>
Open commit View diff
147 <li class="nav-item"><a class="nav-link active" href="#tfa_tab_webauthn" data-bs-toggle="tab" id="pending_tfa_tab_webauthn"><i class="bi bi-fingerprint"></i> WebAuthn</a></li>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
148
            {% endif %}
Open commit View diff
148 {% endif %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
149
Open commit View diff
149
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
150
            {% if pending_tfa_authmechs["yubi_otp"] is defined and pending_tfa_authmechs["u2f"] is not defined %}
Open commit View diff
150 {% if pending_tfa_authmechs["yubi_otp"] is defined and pending_tfa_authmechs["u2f"] is not defined %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
151
              <li class="nav-item">
Open commit View diff
151 <li class="nav-item">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
152
                <a class="nav-link {% if pending_tfa_authmechs["yubi_otp"] %}active{% endif %}" href="#tfa_tab_yubi_otp" data-bs-toggle="tab" id="pending_tfa_tab_yubi_otp"><i class="bi bi-usb-drive"></i> Yubi OTP</a>
Open commit View diff
152 <a class="nav-link {% if pending_tfa_authmechs["yubi_otp"] %}active{% endif %}" href="#tfa_tab_yubi_otp" data-bs-toggle="tab" id="pending_tfa_tab_yubi_otp"><i class="bi bi-usb-drive"></i> Yubi OTP</a>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
153
              </li>
Open commit View diff
153 </li>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
154
            {% endif %}
Open commit View diff
154 {% endif %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
155
Open commit View diff
155
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
156
            {% if pending_tfa_authmechs["totp"] is defined and pending_tfa_authmechs["u2f"] is not defined %}
Open commit View diff
156 {% if pending_tfa_authmechs["totp"] is defined and pending_tfa_authmechs["u2f"] is not defined %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
157
              <li class="nav-item">
Open commit View diff
157 <li class="nav-item">
DerLinkman over 2 years ago b5a1a18

lang: fixed totp langs

Full commit hash
b5a1a18b041cea4b725ea2850721ac9581416971
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
158
                <a class="nav-link {% if pending_tfa_authmechs["totp"] %}active{% endif %}" href="#tfa_tab_totp" data-bs-toggle="tab" id="pending_tfa_tab_totp"><i class="bi bi-clock-history"></i> Time-based OTP</a>
Open commit View diff
158 <a class="nav-link {% if pending_tfa_authmechs["totp"] %}active{% endif %}" href="#tfa_tab_totp" data-bs-toggle="tab" id="pending_tfa_tab_totp"><i class="bi bi-clock-history"></i> Time-based OTP</a>
FreddleSpl0it almost 4 years ago 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
159
              </li>
Open commit View diff
159 </li>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
160
            {% endif %}
Open commit View diff
160 {% endif %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
161
Open commit View diff
161
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
162
            <!-- <li class="nav-item"><a class="nav-link" href="#tfa_tab_hotp" data-bs-toggle="tab">HOTP</a></li> -->
Open commit View diff
162 <!-- <li class="nav-item"><a class="nav-link" href="#tfa_tab_hotp" data-bs-toggle="tab">HOTP</a></li> -->
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
163
            {% if pending_tfa_authmechs["u2f"] is defined %}
Open commit View diff
163 {% if pending_tfa_authmechs["u2f"] is defined %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
164
              <li class="nav-item"><a class="nav-link active" href="#tfa_tab_u2f" data-bs-toggle="tab"><i class="bi bi-x-octagon"></i> U2F</a></li>
Open commit View diff
164 <li class="nav-item"><a class="nav-link active" href="#tfa_tab_u2f" data-bs-toggle="tab"><i class="bi bi-x-octagon"></i> U2F</a></li>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
165
            {% endif %}
Open commit View diff
165 {% endif %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
166
        </ul>
Open commit View diff
166 </ul>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
167
Open commit View diff
167
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
168
        <div class="tab-content">
Open commit View diff
168 <div class="tab-content">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
169
          {% if pending_tfa_authmechs["webauthn"] is defined and pending_tfa_authmechs["u2f"] is not defined %}
Open commit View diff
169 {% if pending_tfa_authmechs["webauthn"] is defined and pending_tfa_authmechs["u2f"] is not defined %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
170
            <div role="tabpanel" class="tab-pane active" id="tfa_tab_webauthn">
Open commit View diff
170 <div role="tabpanel" class="tab-pane active" id="tfa_tab_webauthn">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
171
              <div class="card border-0" style="margin-bottom: 0px;">
Open commit View diff
171 <div class="card border-0" style="margin-bottom: 0px;">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
172
                  <div class="card-body">
Open commit View diff
172 <div class="card-body">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
173
                    <form role="form" method="post" id="webauthn_auth_form">
Open commit View diff
173 <form role="form" method="post" id="webauthn_auth_form">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
174
                      <legend class="mt-2 mb-2">
Open commit View diff
174 <legend class="mt-2 mb-2">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
175
                          <i class="bi bi-shield-fill-check"></i>
Open commit View diff
175 <i class="bi bi-shield-fill-check"></i>
DerLinkman over 2 years ago b5a1a18

lang: fixed totp langs

Full commit hash
b5a1a18b041cea4b725ea2850721ac9581416971
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
176
                          {{ lang.tfa.authenticators }}
Open commit View diff
176 {{ lang.tfa.authenticators }}
FreddleSpl0it almost 4 years ago 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
177
                          <hr />
Open commit View diff
177 <hr />
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
178
                      </legend>
Open commit View diff
178 </legend>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
179
                      <div class="list-group">
Open commit View diff
179 <div class="list-group">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
180
                        {% for authenticator in pending_tfa_methods %}
Open commit View diff
180 {% for authenticator in pending_tfa_methods %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
181
                          {% if authenticator["authmech"] == "webauthn" %}
Open commit View diff
181 {% if authenticator["authmech"] == "webauthn" %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
182
                            <a href="#" class="list-group-item webauthn-authenticator-selection">
Open commit View diff
182 <a href="#" class="list-group-item webauthn-authenticator-selection">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
183
                              <i class="bi bi-key-fill" style="margin-right: 5px"></i>
Open commit View diff
183 <i class="bi bi-key-fill" style="margin-right: 5px"></i>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
184
                              <span>{{ authenticator["key_id"] }}</span>
Open commit View diff
184 <span>{{ authenticator["key_id"] }}</span>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
185
                              <input type="hidden" value="{{ authenticator["id"] }}" /><br/>
Open commit View diff
185 <input type="hidden" value="{{ authenticator["id"] }}" /><br/>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
186
                            </a>
Open commit View diff
186 </a>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
187
                          {% endif %}
Open commit View diff
187 {% endif %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
188
                        {% endfor %}
Open commit View diff
188 {% endfor %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
189
                      </div>
Open commit View diff
189 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
190
                      <div class="collapse pending-tfa-collapse" id="collapseWebAuthnTFA">
Open commit View diff
190 <div class="collapse pending-tfa-collapse" id="collapseWebAuthnTFA">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
191
                        <div class="row mt-4 mb-4">
Open commit View diff
191 <div class="row mt-4 mb-4">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
192
                          <div class="col-12">
Open commit View diff
192 <div class="col-12">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
193
                            <div class="mt-4 d-flex align-items-center" id="webauthn_status_auth">
Open commit View diff
193 <div class="mt-4 d-flex align-items-center" id="webauthn_status_auth">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
194
                              <div class="spinner-border me-2" role="status">
Open commit View diff
194 <div class="spinner-border me-2" role="status">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
195
                                <span class="visually-hidden">Loading...</span>
Open commit View diff
195 <span class="visually-hidden">Loading...</span>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
196
                              </div>
Open commit View diff
196 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
197
                              {{ lang.tfa.init_webauthn }}
Open commit View diff
197 {{ lang.tfa.init_webauthn }}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
198
                            </div>
Open commit View diff
198 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
199
                            <div class="mt-4 alert alert-danger" style="display:none" id="webauthn_return_code"></div>
Open commit View diff
199 <div class="mt-4 alert alert-danger" style="display:none" id="webauthn_return_code"></div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
200
                          </div>
Open commit View diff
200 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
201
                        </div>
Open commit View diff
201 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
202
                      </div>
Open commit View diff
202 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
203
                      <input type="hidden" name="token" id="webauthn_auth_data"/>
Open commit View diff
203 <input type="hidden" name="token" id="webauthn_auth_data"/>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
204
                      <input type="hidden" name="tfa_method" value="webauthn">
Open commit View diff
204 <input type="hidden" name="tfa_method" value="webauthn">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
205
                      <input type="hidden" name="verify_tfa_login"/>
Open commit View diff
205 <input type="hidden" name="verify_tfa_login"/>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
206
                      <input type="hidden" name="id" id="webauthn_selected_id" /><br/>
Open commit View diff
206 <input type="hidden" name="id" id="webauthn_selected_id" /><br/>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
207
                    </form>
Open commit View diff
207 </form>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
208
                  </div>
Open commit View diff
208 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
209
              </div>
Open commit View diff
209 </div>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
210
            </div>
Open commit View diff
210 </div>
FreddleSpl0it almost 4 years ago 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
211
          {% endif %}
Open commit View diff
211 {% endif %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
212
          {% if pending_tfa_authmechs["yubi_otp"] is defined and pending_tfa_authmechs["u2f"] is not defined %}
Open commit View diff
212 {% if pending_tfa_authmechs["yubi_otp"] is defined and pending_tfa_authmechs["u2f"] is not defined %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
213
            <div role="tabpanel" class="tab-pane {% if pending_tfa_authmechs["yubi_otp"] %}active{% endif %}" id="tfa_tab_yubi_otp">
Open commit View diff
213 <div role="tabpanel" class="tab-pane {% if pending_tfa_authmechs["yubi_otp"] %}active{% endif %}" id="tfa_tab_yubi_otp">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
214
              <div class="card border-0" style="margin-bottom: 0px;">
Open commit View diff
214 <div class="card border-0" style="margin-bottom: 0px;">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
215
                  <div class="card-body">
Open commit View diff
215 <div class="card-body">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
216
                    <form role="form" method="post">
Open commit View diff
216 <form role="form" method="post">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
217
                      <legend class="mt-2 mb-2">
Open commit View diff
217 <legend class="mt-2 mb-2">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
218
                          <i class="bi bi-shield-fill-check"></i>
Open commit View diff
218 <i class="bi bi-shield-fill-check"></i>
DerLinkman over 2 years ago b5a1a18

lang: fixed totp langs

Full commit hash
b5a1a18b041cea4b725ea2850721ac9581416971
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
219
                          {{ lang.tfa.authenticators }}
Open commit View diff
219 {{ lang.tfa.authenticators }}
FreddleSpl0it almost 4 years ago 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
220
                          <hr />
Open commit View diff
220 <hr />
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
221
                      </legend>
Open commit View diff
221 </legend>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
222
                      <div class="collapse show pending-tfa-collapse" id="collapseYubiTFA">
Open commit View diff
222 <div class="collapse show pending-tfa-collapse" id="collapseYubiTFA">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
223
                        <div class="row mt-4 mb-4">
Open commit View diff
223 <div class="row mt-4 mb-4">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
224
                          <div class="col-12">
Open commit View diff
224 <div class="col-12">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
225
                            <div class="input-group mt-4">
Open commit View diff
225 <div class="input-group mt-4">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
226
                              <span class="input-group-text" id="yubi-addon"><img alt="Yubicon Icon" src="/img/yubi.ico"></span>
Open commit View diff
226 <span class="input-group-text" id="yubi-addon"><img alt="Yubicon Icon" src="/img/yubi.ico"></span>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
227
                              <input type="text" name="token" class="form-control" autocomplete="off" placeholder="Touch Yubikey" aria-describedby="yubi-addon">
Open commit View diff
227 <input type="text" name="token" class="form-control" autocomplete="off" placeholder="Touch Yubikey" aria-describedby="yubi-addon">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
228
                              <input type="hidden" name="tfa_method" value="yubi_otp">
Open commit View diff
228 <input type="hidden" name="tfa_method" value="yubi_otp">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
229
                              <input type="hidden" name="id" id="yubi_selected_id" />
Open commit View diff
229 <input type="hidden" name="id" id="yubi_selected_id" />
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
230
                            </div>
Open commit View diff
230 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
231
                          </div>
Open commit View diff
231 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
232
                        </div>
Open commit View diff
232 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
233
                        <button class="btn btn-sm visible-xs-block visible-sm-inline visible-md-inline visible-lg-inline btn-secondary" type="submit" name="verify_tfa_login">{{ lang.login.login }}</button>
Open commit View diff
233 <button class="btn btn-sm visible-xs-block visible-sm-inline visible-md-inline visible-lg-inline btn-secondary" type="submit" name="verify_tfa_login">{{ lang.login.login }}</button>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
234
                      </div>
Open commit View diff
234 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
235
                    </form>
Open commit View diff
235 </form>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
236
                  </div>
Open commit View diff
236 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
237
              </div>
Open commit View diff
237 </div>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
238
            </div>
Open commit View diff
238 </div>
FreddleSpl0it almost 4 years ago 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
239
          {% endif %}
Open commit View diff
239 {% endif %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
240
          {% if pending_tfa_authmechs["totp"] is defined and pending_tfa_authmechs["u2f"] is not defined %}
Open commit View diff
240 {% if pending_tfa_authmechs["totp"] is defined and pending_tfa_authmechs["u2f"] is not defined %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
241
            <div role="tabpanel" class="tab-pane {% if pending_tfa_authmechs["totp"] %}active{% endif %}" id="tfa_tab_totp">
Open commit View diff
241 <div role="tabpanel" class="tab-pane {% if pending_tfa_authmechs["totp"] %}active{% endif %}" id="tfa_tab_totp">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
242
              <div class="card border-0" style="margin-bottom: 0px;">
Open commit View diff
242 <div class="card border-0" style="margin-bottom: 0px;">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
243
                  <div class="card-body">
Open commit View diff
243 <div class="card-body">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
244
                    <form role="form" method="post">        
Open commit View diff
244 <form role="form" method="post">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
245
                      <legend class="mt-2 mb-2">
Open commit View diff
245 <legend class="mt-2 mb-2">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
246
                          <i class="bi bi-shield-fill-check"></i>
Open commit View diff
246 <i class="bi bi-shield-fill-check"></i>
DerLinkman over 2 years ago b5a1a18

lang: fixed totp langs

Full commit hash
b5a1a18b041cea4b725ea2850721ac9581416971
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
247
                          {{ lang.tfa.authenticators }}
Open commit View diff
247 {{ lang.tfa.authenticators }}
FreddleSpl0it almost 4 years ago 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
248
                          <hr />
Open commit View diff
248 <hr />
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
249
                      </legend>
Open commit View diff
249 </legend>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
250
                      <div class="list-group">
Open commit View diff
250 <div class="list-group">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
251
                        {% for authenticator in pending_tfa_methods %}
Open commit View diff
251 {% for authenticator in pending_tfa_methods %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
252
                          {% if authenticator["authmech"] == "totp" %}
Open commit View diff
252 {% if authenticator["authmech"] == "totp" %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
253
                            <a href="#" class="list-group-item totp-authenticator-selection">
Open commit View diff
253 <a href="#" class="list-group-item totp-authenticator-selection">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
254
                              <i class="bi bi-key-fill" style="margin-right: 5px"></i>
Open commit View diff
254 <i class="bi bi-key-fill" style="margin-right: 5px"></i>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
255
                              <span>{{ authenticator["key_id"] }}</span>
Open commit View diff
255 <span>{{ authenticator["key_id"] }}</span>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
256
                              <input type="hidden" value="{{ authenticator["id"] }}" />
Open commit View diff
256 <input type="hidden" value="{{ authenticator["id"] }}" />
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
257
                            </a>
Open commit View diff
257 </a>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
258
                          {% endif %}
Open commit View diff
258 {% endif %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
259
                        {% endfor %}
Open commit View diff
259 {% endfor %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
260
                      </div>
Open commit View diff
260 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
261
                      <div class="collapse pending-tfa-collapse" id="collapseTotpTFA">
Open commit View diff
261 <div class="collapse pending-tfa-collapse" id="collapseTotpTFA">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
262
                        <div class="row mt-4 mb-4">
Open commit View diff
262 <div class="row mt-4 mb-4">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
263
                          <div class="col-12">
Open commit View diff
263 <div class="col-12">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
264
                            <div class="input-group mt-4">
Open commit View diff
264 <div class="input-group mt-4">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
265
                              <span class="input-group-text" id="tfa-addon"><i class="bi bi-shield-lock-fill"></i></span>
Open commit View diff
265 <span class="input-group-text" id="tfa-addon"><i class="bi bi-shield-lock-fill"></i></span>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
266
                              <input type="number" min="000000" max="999999" name="token" class="form-control" placeholder="123456" autocomplete="one-time-code" aria-describedby="tfa-addon">
Open commit View diff
266 <input type="number" min="000000" max="999999" name="token" class="form-control" placeholder="123456" autocomplete="one-time-code" aria-describedby="tfa-addon">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
267
                              <input type="hidden" name="tfa_method" value="totp">
Open commit View diff
267 <input type="hidden" name="tfa_method" value="totp">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
268
                              <input type="hidden" name="id" id="totp_selected_id" /><br/>
Open commit View diff
268 <input type="hidden" name="id" id="totp_selected_id" /><br/>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
269
                            </div>
Open commit View diff
269 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
270
                            <button class="mt-4 btn btn-sm visible-xs-block visible-sm-inline visible-md-inline visible-lg-inline btn-secondary" type="submit" name="verify_tfa_login">{{ lang.login.login }}</button>
Open commit View diff
270 <button class="mt-4 btn btn-sm visible-xs-block visible-sm-inline visible-md-inline visible-lg-inline btn-secondary" type="submit" name="verify_tfa_login">{{ lang.login.login }}</button>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
271
                          </div>
Open commit View diff
271 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
272
                        </div>
Open commit View diff
272 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
273
                      </div>
Open commit View diff
273 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
274
                    </form>
Open commit View diff
274 </form>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
275
                  </div>
Open commit View diff
275 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
276
              </div>
Open commit View diff
276 </div>
FreddlePat over 4 years ago d1d1340

migrating from u2f-api.js to webauthn

Full commit hash
d1d134038ffa2bde66ccfafd842dcafe5eb3ea11
Author
FreddlePat <[email protected]>
Date
over 4 years ago
Selected line
277
            </div>
Open commit View diff
277 </div>
FreddleSpl0it almost 4 years ago 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
278
          {% endif %}
Open commit View diff
278 {% endif %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
279
            <!--
Open commit View diff
279 <!--
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
280
            <div role="tabpanel" class="tab-pane" id="tfa_tab_hotp">
Open commit View diff
280 <div role="tabpanel" class="tab-pane" id="tfa_tab_hotp">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
281
              <div class="card" style="margin-bottom: 0px;">
Open commit View diff
281 <div class="card" style="margin-bottom: 0px;">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
282
                  <div class="card-body">
Open commit View diff
282 <div class="card-body">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
283
                      <div class="empty"></div>
Open commit View diff
283 <div class="empty"></div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
284
                  </div>
Open commit View diff
284 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
285
              </div>
Open commit View diff
285 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
286
            </div>
Open commit View diff
286 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
287
            -->
Open commit View diff
287 -->
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
288
          {% if pending_tfa_authmechs["u2f"] is defined %}
Open commit View diff
288 {% if pending_tfa_authmechs["u2f"] is defined %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
289
            <div role="tabpanel" class="tab-pane active" id="tfa_tab_u2f">
Open commit View diff
289 <div role="tabpanel" class="tab-pane active" id="tfa_tab_u2f">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
290
              <div class="card border-0" style="margin-bottom: 0px;">
Open commit View diff
290 <div class="card border-0" style="margin-bottom: 0px;">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
291
                  <div class="card-body">
Open commit View diff
291 <div class="card-body">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
292
                    {# leave this here to inform users that u2f is deprecated #}
Open commit View diff
292 {# leave this here to inform users that u2f is deprecated #}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
293
                    <form role="form" method="post" id="u2f_auth_form">
Open commit View diff
293 <form role="form" method="post" id="u2f_auth_form">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
294
                      <div>
Open commit View diff
294 <div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
295
                        <p>{{ lang.tfa.u2f_deprecated }}</p>
Open commit View diff
295 <p>{{ lang.tfa.u2f_deprecated }}</p>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
296
                        <p><b>{{ lang.tfa.u2f_deprecated_important }}</b></p>
Open commit View diff
296 <p><b>{{ lang.tfa.u2f_deprecated_important }}</b></p>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
297
                        <input type="hidden" name="token" value="destroy" />
Open commit View diff
297 <input type="hidden" name="token" value="destroy" />
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
298
                        <input type="hidden" name="tfa_method" value="u2f">
Open commit View diff
298 <input type="hidden" name="tfa_method" value="u2f">
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
299
                        <input type="hidden" name="verify_tfa_login"/><br/>
Open commit View diff
299 <input type="hidden" name="verify_tfa_login"/><br/>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
300
                        <button type="submit" class="btn btn-xs-lg btn-success" value="Login">{{ lang.login.login }}</button>
Open commit View diff
300 <button type="submit" class="btn btn-xs-lg btn-success" value="Login">{{ lang.login.login }}</button>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
301
                      </div>
Open commit View diff
301 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
302
                    </form>
Open commit View diff
302 </form>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
303
                  </div>
Open commit View diff
303 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
304
              </div>
Open commit View diff
304 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
305
            </div>
Open commit View diff
305 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
306
          {% endif %}
Open commit View diff
306 {% endif %}
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
307
        </div>
Open commit View diff
307 </div>
same change 45e97b3

[BS5] fix merging bugs

Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
308
Open commit View diff
308
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
309
      </div>
Open commit View diff
309 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
310
    </div>
Open commit View diff
310 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
311
  </div>
Open commit View diff
311 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
312
</div>
Open commit View diff
312 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
313
{% endif %}
Open commit View diff
313 {% endif %}
FreddleSpl0it 5 months ago ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
314
{% if pending_tfa_setup %}
Open commit View diff
314 {% if pending_tfa_setup %}
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
315
<div class="modal fade" id="SetupTFAModal" tabindex="-1" role="dialog" aria-labelledby="SetupTFAModalLabel">
Open commit View diff
315 <div class="modal fade" id="SetupTFAModal" tabindex="-1" role="dialog" aria-labelledby="SetupTFAModalLabel">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
316
  <div class="modal-dialog" role="document">
Open commit View diff
316 <div class="modal-dialog" role="document">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
317
    <div class="modal-content">
Open commit View diff
317 <div class="modal-content">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
318
      <div class="modal-header">
Open commit View diff
318 <div class="modal-header">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
319
        <h3 class="modal-title">{{ lang.tfa.setup_title }}</h3>
Open commit View diff
319 <h3 class="modal-title">{{ lang.tfa.setup_title }}</h3>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
320
        <form method="post" class="d-inline">
Open commit View diff
320 <form method="post" class="d-inline">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
321
          <button type="submit" name="logout" value="1" class="btn-close" aria-label="Close"></button>
Open commit View diff
321 <button type="submit" name="logout" value="1" class="btn-close" aria-label="Close"></button>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
322
        </form>
Open commit View diff
322 </form>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
323
      </div>
Open commit View diff
323 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
324
      <div class="modal-body">
Open commit View diff
324 <div class="modal-body">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
325
        <div class="alert alert-warning">
Open commit View diff
325 <div class="alert alert-warning">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
326
          <i class="bi bi-shield-exclamation"></i> {{ lang.tfa.setup_required }}
Open commit View diff
326 <i class="bi bi-shield-exclamation"></i> {{ lang.tfa.setup_required }}
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
327
        </div>
Open commit View diff
327 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
328
        <ul class="nav nav-tabs mb-3" id="setupTFATabNav">
Open commit View diff
328 <ul class="nav nav-tabs mb-3" id="setupTFATabNav">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
329
          <li class="nav-item">
Open commit View diff
329 <li class="nav-item">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
330
            <a class="nav-link active" href="#setup_tab_totp" data-bs-toggle="tab"><i class="bi bi-clock-history"></i> Time-based OTP</a>
Open commit View diff
330 <a class="nav-link active" href="#setup_tab_totp" data-bs-toggle="tab"><i class="bi bi-clock-history"></i> Time-based OTP</a>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
331
          </li>
Open commit View diff
331 </li>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
332
          <li class="nav-item">
Open commit View diff
332 <li class="nav-item">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
333
            <a class="nav-link" href="#setup_tab_webauthn" data-bs-toggle="tab"><i class="bi bi-fingerprint"></i> WebAuthn</a>
Open commit View diff
333 <a class="nav-link" href="#setup_tab_webauthn" data-bs-toggle="tab"><i class="bi bi-fingerprint"></i> WebAuthn</a>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
334
          </li>
Open commit View diff
334 </li>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
335
          <li class="nav-item">
Open commit View diff
335 <li class="nav-item">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
336
            <a class="nav-link" href="#setup_tab_yubi" data-bs-toggle="tab"><i class="bi bi-usb-drive"></i> Yubi OTP</a>
Open commit View diff
336 <a class="nav-link" href="#setup_tab_yubi" data-bs-toggle="tab"><i class="bi bi-usb-drive"></i> Yubi OTP</a>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
337
          </li>
Open commit View diff
337 </li>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
338
        </ul>
Open commit View diff
338 </ul>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
339
        <div class="tab-content">
Open commit View diff
339 <div class="tab-content">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
340
          <div role="tabpanel" class="tab-pane active" id="setup_tab_totp">
Open commit View diff
340 <div role="tabpanel" class="tab-pane active" id="setup_tab_totp">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
341
            <form role="form" method="post" id="setup_totp_form">
Open commit View diff
341 <form role="form" method="post" id="setup_totp_form">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
342
              <div class="mb-2">
Open commit View diff
342 <div class="mb-2">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
343
                <input type="text" class="form-control" name="key_id" placeholder="{{ lang.tfa.key_id_totp }}" autocomplete="off" required>
Open commit View diff
343 <input type="text" class="form-control" name="key_id" placeholder="{{ lang.tfa.key_id_totp }}" autocomplete="off" required>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
344
              </div>
Open commit View diff
344 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
345
              <hr>
Open commit View diff
345 <hr>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
346
              <input type="hidden" value="{{ totp_secret }}" name="totp_secret">
Open commit View diff
346 <input type="hidden" value="{{ totp_secret }}" name="totp_secret">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
347
              <input type="hidden" name="tfa_method" value="totp">
Open commit View diff
347 <input type="hidden" name="tfa_method" value="totp">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
348
              <ol class="mb-4">
Open commit View diff
348 <ol class="mb-4">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
349
                <li>
Open commit View diff
349 <li>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
350
                  <p>{{ lang.tfa.scan_qr_code }}</p>
Open commit View diff
350 <p>{{ lang.tfa.scan_qr_code }}</p>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
351
                  <img id="setup-tfa-qr-img" data-totp-secret="{{ totp_secret }}" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=">
Open commit View diff
351 <img id="setup-tfa-qr-img" data-totp-secret="{{ totp_secret }}" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
352
                  <p class="text-muted">{{ lang.tfa.enter_qr_code }}:<br />
Open commit View diff
352 <p class="text-muted">{{ lang.tfa.enter_qr_code }}:<br />
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
353
                    <code>{{ totp_secret }}</code>
Open commit View diff
353 <code>{{ totp_secret }}</code>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
354
                  </p>
Open commit View diff
354 </p>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
355
                </li>
Open commit View diff
355 </li>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
356
                <li>
Open commit View diff
356 <li>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
357
                  <p>{{ lang.tfa.confirm_totp_token }}:</p>
Open commit View diff
357 <p>{{ lang.tfa.confirm_totp_token }}:</p>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
358
                  <p><input type="number" style="width:33%" class="form-control" name="totp_confirm_token" autocomplete="off" required></p>
Open commit View diff
358 <p><input type="number" style="width:33%" class="form-control" name="totp_confirm_token" autocomplete="off" required></p>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
359
                  <p><button class="btn btn-sm d-block d-sm-inline btn-success" type="submit" name="set_tfa">{{ lang.tfa.confirm }}</button></p>
Open commit View diff
359 <p><button class="btn btn-sm d-block d-sm-inline btn-success" type="submit" name="set_tfa">{{ lang.tfa.confirm }}</button></p>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
360
                </li>
Open commit View diff
360 </li>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
361
              </ol>
Open commit View diff
361 </ol>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
362
            </form>
Open commit View diff
362 </form>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
363
          </div>
Open commit View diff
363 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
364
          <div role="tabpanel" class="tab-pane" id="setup_tab_webauthn">
Open commit View diff
364 <div role="tabpanel" class="tab-pane" id="setup_tab_webauthn">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
365
            <form class="d-flex flex-column" role="form" method="post" id="setup_webauthn_reg_form">
Open commit View diff
365 <form class="d-flex flex-column" role="form" method="post" id="setup_webauthn_reg_form">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
366
              <div class="mb-2">
Open commit View diff
366 <div class="mb-2">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
367
                <input type="text" class="form-control" name="key_id" placeholder="{{ lang.tfa.key_id }}" autocomplete="off" required>
Open commit View diff
367 <input type="text" class="form-control" name="key_id" placeholder="{{ lang.tfa.key_id }}" autocomplete="off" required>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
368
              </div>
Open commit View diff
368 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
369
              <hr>
Open commit View diff
369 <hr>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
370
              <div class="text-center">
Open commit View diff
370 <div class="text-center">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
371
                <div style="cursor:pointer" id="start_setup_webauthn_register">
Open commit View diff
371 <div style="cursor:pointer" id="start_setup_webauthn_register">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
372
                  <i class="bi bi-fingerprint" style="font-size:4rem"></i>
Open commit View diff
372 <i class="bi bi-fingerprint" style="font-size:4rem"></i>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
373
                  <p>{{ lang.tfa.start_webauthn_validation }}</p>
Open commit View diff
373 <p>{{ lang.tfa.start_webauthn_validation }}</p>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
374
                </div>
Open commit View diff
374 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
375
              </div>
Open commit View diff
375 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
376
              <hr>
Open commit View diff
376 <hr>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
377
              <p id="setup_webauthn_status_reg"></p>
Open commit View diff
377 <p id="setup_webauthn_status_reg"></p>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
378
              <div class="alert alert-danger" style="display:none" id="setup_webauthn_return_code"></div>
Open commit View diff
378 <div class="alert alert-danger" style="display:none" id="setup_webauthn_return_code"></div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
379
              <input type="hidden" name="token" id="setup_webauthn_register_data"/>
Open commit View diff
379 <input type="hidden" name="token" id="setup_webauthn_register_data"/>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
380
              <input type="hidden" name="tfa_method" value="webauthn">
Open commit View diff
380 <input type="hidden" name="tfa_method" value="webauthn">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
381
              <input type="hidden" name="set_tfa"/><br/>
Open commit View diff
381 <input type="hidden" name="set_tfa"/><br/>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
382
            </form>
Open commit View diff
382 </form>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
383
          </div>
Open commit View diff
383 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
384
          <div role="tabpanel" class="tab-pane" id="setup_tab_yubi">
Open commit View diff
384 <div role="tabpanel" class="tab-pane" id="setup_tab_yubi">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
385
            <form role="form" method="post">
Open commit View diff
385 <form role="form" method="post">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
386
              <div class="mb-4">
Open commit View diff
386 <div class="mb-4">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
387
                <input type="text" class="form-control" name="key_id" placeholder="{{ lang.tfa.key_id }}" autocomplete="off" required>
Open commit View diff
387 <input type="text" class="form-control" name="key_id" placeholder="{{ lang.tfa.key_id }}" autocomplete="off" required>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
388
              </div>
Open commit View diff
388 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
389
              <hr>
Open commit View diff
389 <hr>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
390
              <p class="text-muted">{{ lang.tfa.api_register|format(ui_texts.main_name)|raw }}</p>
Open commit View diff
390 <p class="text-muted">{{ lang.tfa.api_register|format(ui_texts.main_name)|raw }}</p>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
391
              <div class="mb-2">
Open commit View diff
391 <div class="mb-2">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
392
                <input type="text" class="form-control" name="yubico_id" placeholder="Yubico API ID" autocomplete="off" required>
Open commit View diff
392 <input type="text" class="form-control" name="yubico_id" placeholder="Yubico API ID" autocomplete="off" required>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
393
              </div>
Open commit View diff
393 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
394
              <div class="mb-4">
Open commit View diff
394 <div class="mb-4">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
395
                <input type="text" class="form-control" name="yubico_key" placeholder="Yubico API Key" autocomplete="off" required>
Open commit View diff
395 <input type="text" class="form-control" name="yubico_key" placeholder="Yubico API Key" autocomplete="off" required>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
396
              </div>
Open commit View diff
396 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
397
              <hr>
Open commit View diff
397 <hr>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
398
              <div class="mb-4">
Open commit View diff
398 <div class="mb-4">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
399
                <div class="input-group">
Open commit View diff
399 <div class="input-group">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
400
                  <span class="input-group-text" id="yubi-setup-addon"><img alt="Yubicon Icon" src="/img/yubi.ico"></span>
Open commit View diff
400 <span class="input-group-text" id="yubi-setup-addon"><img alt="Yubicon Icon" src="/img/yubi.ico"></span>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
401
                  <input type="text" name="otp_token" class="form-control" placeholder="Touch Yubikey" aria-describedby="yubi-setup-addon">
Open commit View diff
401 <input type="text" name="otp_token" class="form-control" placeholder="Touch Yubikey" aria-describedby="yubi-setup-addon">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
402
                  <input type="hidden" name="tfa_method" value="yubi_otp">
Open commit View diff
402 <input type="hidden" name="tfa_method" value="yubi_otp">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
403
                </div>
Open commit View diff
403 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
404
              </div>
Open commit View diff
404 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
405
              <button class="btn btn-sm d-block d-sm-inline btn-success" type="submit" name="set_tfa">{{ lang.user.save_changes }}</button>
Open commit View diff
405 <button class="btn btn-sm d-block d-sm-inline btn-success" type="submit" name="set_tfa">{{ lang.user.save_changes }}</button>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
406
            </form>
Open commit View diff
406 </form>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
407
          </div>
Open commit View diff
407 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
408
        </div>
Open commit View diff
408 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
409
      </div>
Open commit View diff
409 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
410
    </div>
Open commit View diff
410 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
411
  </div>
Open commit View diff
411 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
412
</div>
Open commit View diff
412 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
413
{% endif %}
Open commit View diff
413 {% endif %}
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
414
{% if pending_pw_update_modal and not pending_tfa_methods %}
Open commit View diff
414 {% if pending_pw_update_modal and not pending_tfa_methods %}
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
415
<div class="modal fade" id="ChangePWModal" tabindex="-1" role="dialog" aria-labelledby="ChangePWModalLabel">
Open commit View diff
415 <div class="modal fade" id="ChangePWModal" tabindex="-1" role="dialog" aria-labelledby="ChangePWModalLabel">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
416
  <div class="modal-dialog" role="document">
Open commit View diff
416 <div class="modal-dialog" role="document">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
417
    <div class="modal-content">
Open commit View diff
417 <div class="modal-content">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
418
      <div class="modal-header">
Open commit View diff
418 <div class="modal-header">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
419
        <h3 class="modal-title">{{ lang.user.change_password }}</h3>
Open commit View diff
419 <h3 class="modal-title">{{ lang.user.change_password }}</h3>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
420
        <form method="post" class="d-inline">
Open commit View diff
420 <form method="post" class="d-inline">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
421
          <button type="submit" name="logout" value="1" class="btn-close" aria-label="Close"></button>
Open commit View diff
421 <button type="submit" name="logout" value="1" class="btn-close" aria-label="Close"></button>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
422
        </form>
Open commit View diff
422 </form>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
423
      </div>
Open commit View diff
423 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
424
      <div class="modal-body">
Open commit View diff
424 <div class="modal-body">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
425
        <div class="alert alert-warning">
Open commit View diff
425 <div class="alert alert-warning">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
426
          <i class="bi bi-key"></i> {{ lang.user.pw_update_required }}
Open commit View diff
426 <i class="bi bi-key"></i> {{ lang.user.pw_update_required }}
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
427
        </div>
Open commit View diff
427 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
428
        <form role="form" id="changePWModalForm">
Open commit View diff
428 <form role="form" id="changePWModalForm">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
429
          <div class="mb-3">
Open commit View diff
429 <div class="mb-3">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
430
            <input type="password" class="form-control" id="changePWNew" placeholder="{{ lang.user.new_password }}" autocomplete="new-password" required>
Open commit View diff
430 <input type="password" class="form-control" id="changePWNew" placeholder="{{ lang.user.new_password }}" autocomplete="new-password" required>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
431
          </div>
Open commit View diff
431 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
432
          <div class="mb-4">
Open commit View diff
432 <div class="mb-4">
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
433
            <input type="password" class="form-control" id="changePWNew2" placeholder="{{ lang.user.new_password_repeat }}" autocomplete="new-password" required>
Open commit View diff
433 <input type="password" class="form-control" id="changePWNew2" placeholder="{{ lang.user.new_password_repeat }}" autocomplete="new-password" required>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
434
          </div>
Open commit View diff
434 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
435
          <div id="changePWAlert" class="alert alert-danger" style="display:none"></div>
Open commit View diff
435 <div id="changePWAlert" class="alert alert-danger" style="display:none"></div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
436
          <button class="btn btn-sm btn-success" type="submit">{{ lang.user.save_changes }}</button>
Open commit View diff
436 <button class="btn btn-sm btn-success" type="submit">{{ lang.user.save_changes }}</button>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
437
        </form>
Open commit View diff
437 </form>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
438
      </div>
Open commit View diff
438 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
439
    </div>
Open commit View diff
439 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
440
  </div>
Open commit View diff
440 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
441
</div>
Open commit View diff
441 </div>
same change ad5b94a

[Web] Add forced 2FA setup and password update enforcement

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
442
{% endif %}
Open commit View diff
442 {% endif %}
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
443
{% if mailcow_cc_role == 'admin' %}
Open commit View diff
443 {% if mailcow_cc_role == 'admin' %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
444
<div id="RestartContainer" class="modal fade" role="dialog">
Open commit View diff
444 <div id="RestartContainer" class="modal fade" role="dialog">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
445
  <div class="modal-dialog">
Open commit View diff
445 <div class="modal-dialog">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
446
    <div class="modal-content">
Open commit View diff
446 <div class="modal-content">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
447
      <div class="modal-header">
Open commit View diff
447 <div class="modal-header">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
448
        <h4 class="modal-title">{{ lang.footer.restart_container }} (<code id="containerName"></code>)</h4>
Open commit View diff
448 <h4 class="modal-title">{{ lang.footer.restart_container }} (<code id="containerName"></code>)</h4>
FreddleSpl0it over 4 years ago d3dca1d

[BS5] change bootstrap general

Full commit hash
d3dca1ddc2b9fb2a756db20729c84e214817b4f7
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
449
        <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
Open commit View diff
449 <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
450
      </div>
Open commit View diff
450 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
451
      <div class="modal-body">
Open commit View diff
451 <div class="modal-body">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
452
        <p>{{ lang.footer.restart_container_info|raw }}</p>
Open commit View diff
452 <p>{{ lang.footer.restart_container_info|raw }}</p>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
453
        <hr>
Open commit View diff
453 <hr>
FreddleSpl0it over 4 years ago b980e7a

[BS5] change bootstrap responsive

Full commit hash
b980e7af298e2e0d05be28459933249973f4e0ad
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
454
        <button class="btn btn-md d-block d-sm-inline btn-primary" id="triggerRestartContainer">{{ lang.footer.restart_now }}</button>
Open commit View diff
454 <button class="btn btn-md d-block d-sm-inline btn-primary" id="triggerRestartContainer">{{ lang.footer.restart_now }}</button>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
455
        <br><br>
Open commit View diff
455 <br><br>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
456
        <div id="statusTriggerRestartContainer"></div>
Open commit View diff
456 <div id="statusTriggerRestartContainer"></div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
457
      </div>
Open commit View diff
457 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
458
    </div>
Open commit View diff
458 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
459
  </div>
Open commit View diff
459 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
460
</div>
Open commit View diff
460 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
461
{% endif %}
Open commit View diff
461 {% endif %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
462
<div id="ConfirmDeleteModal" class="modal fade" role="dialog">
Open commit View diff
462 <div id="ConfirmDeleteModal" class="modal fade" role="dialog">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
463
  <div class="modal-dialog">
Open commit View diff
463 <div class="modal-dialog">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
464
    <div class="modal-content">
Open commit View diff
464 <div class="modal-content">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
465
      <div class="modal-header">
Open commit View diff
465 <div class="modal-header">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
466
        <h3 class="modal-title">{{ lang.footer.confirm_delete }}</h3>
Open commit View diff
466 <h3 class="modal-title">{{ lang.footer.confirm_delete }}</h3>
FreddleSpl0it over 4 years ago d3dca1d

[BS5] change bootstrap general

Full commit hash
d3dca1ddc2b9fb2a756db20729c84e214817b4f7
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
467
        <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
Open commit View diff
467 <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
468
      </div>
Open commit View diff
468 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
469
      <div class="modal-body">
Open commit View diff
469 <div class="modal-body">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
470
        <p id="DeleteText">{{ lang.footer.delete_these_items }}</p>
Open commit View diff
470 <p id="DeleteText">{{ lang.footer.delete_these_items }}</p>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
471
        <ul id="ItemsToDelete"></ul>
Open commit View diff
471 <ul id="ItemsToDelete"></ul>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
472
        <hr>
Open commit View diff
472 <hr>
FreddleSpl0it over 4 years ago b980e7a

[BS5] change bootstrap responsive

Full commit hash
b980e7af298e2e0d05be28459933249973f4e0ad
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
473
        <button class="btn btn-sm btn-xs-half d-block d-sm-inline btn-danger" id="IsConfirmed">{{ lang.footer.delete_now }}</button>
Open commit View diff
473 <button class="btn btn-sm btn-xs-half d-block d-sm-inline btn-danger" id="IsConfirmed">{{ lang.footer.delete_now }}</button>
same change b980e7a

[BS5] change bootstrap responsive

Full commit hash
b980e7af298e2e0d05be28459933249973f4e0ad
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
474
        <button class="btn btn-sm btn-xs-half d-block d-sm-inline btn-secondary" id="isCanceled">{{ lang.footer.cancel }}</button>
Open commit View diff
474 <button class="btn btn-sm btn-xs-half d-block d-sm-inline btn-secondary" id="isCanceled">{{ lang.footer.cancel }}</button>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
475
      </div>
Open commit View diff
475 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
476
    </div>
Open commit View diff
476 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
477
  </div>
Open commit View diff
477 </div>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
478
</div>
Open commit View diff
478 </div>
FreddleSpl0it over 3 years ago 3ebd801

remove whats new modal & add changelog modal

Full commit hash
3ebd801b3d1445310ac0127bc66052751afe3bd6
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
479
<!-- version modal -->
Open commit View diff
479 <!-- version modal -->
same change 3ebd801

remove whats new modal & add changelog modal

Full commit hash
3ebd801b3d1445310ac0127bc66052751afe3bd6
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
480
<div class="modal fade" id="showVersionModal" tabindex="-1" role="dialog" aria-hidden="true">
Open commit View diff
480 <div class="modal fade" id="showVersionModal" tabindex="-1" role="dialog" aria-hidden="true">
FreddleSpl0it almost 4 years ago 77e6124

[BS5] move showWhatsNewModal

Full commit hash
77e6124b00958abaf85da8788430658d150bbc26
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
481
  <div class="modal-dialog modal-lg">
Open commit View diff
481 <div class="modal-dialog modal-lg">
same change 77e6124

[BS5] move showWhatsNewModal

Full commit hash
77e6124b00958abaf85da8788430658d150bbc26
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
482
    <div class="modal-content">
Open commit View diff
482 <div class="modal-content">
same change 77e6124

[BS5] move showWhatsNewModal

Full commit hash
77e6124b00958abaf85da8788430658d150bbc26
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
483
      <div class="modal-header">
Open commit View diff
483 <div class="modal-header">
FreddleSpl0it over 3 years ago 3ebd801

remove whats new modal & add changelog modal

Full commit hash
3ebd801b3d1445310ac0127bc66052751afe3bd6
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
484
        <h5 class="modal-title"></h5>
Open commit View diff
484 <h5 class="modal-title"></h5>
FreddleSpl0it almost 4 years ago 77e6124

[BS5] move showWhatsNewModal

Full commit hash
77e6124b00958abaf85da8788430658d150bbc26
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
485
        <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
Open commit View diff
485 <button type="button" class="btn-close" data-bs-dismiss="modal"></button>
same change 77e6124

[BS5] move showWhatsNewModal

Full commit hash
77e6124b00958abaf85da8788430658d150bbc26
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
486
      </div>
Open commit View diff
486 </div>
same change 77e6124

[BS5] move showWhatsNewModal

Full commit hash
77e6124b00958abaf85da8788430658d150bbc26
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
487
      <div class="modal-body d-flex flex-column mt-2 p-4">
Open commit View diff
487 <div class="modal-body d-flex flex-column mt-2 p-4">
same change 77e6124

[BS5] move showWhatsNewModal

Full commit hash
77e6124b00958abaf85da8788430658d150bbc26
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
488
        <div class="spinner-border mx-auto" role="status">
Open commit View diff
488 <div class="spinner-border mx-auto" role="status">
same change 77e6124

[BS5] move showWhatsNewModal

Full commit hash
77e6124b00958abaf85da8788430658d150bbc26
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
489
          <span class="visually-hidden">Loading...</span>
Open commit View diff
489 <span class="visually-hidden">Loading...</span>
same change 77e6124

[BS5] move showWhatsNewModal

Full commit hash
77e6124b00958abaf85da8788430658d150bbc26
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
490
        </div>
Open commit View diff
490 </div>
same change 77e6124

[BS5] move showWhatsNewModal

Full commit hash
77e6124b00958abaf85da8788430658d150bbc26
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
491
      </div>
Open commit View diff
491 </div>
same change 77e6124

[BS5] move showWhatsNewModal

Full commit hash
77e6124b00958abaf85da8788430658d150bbc26
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
492
    </div>
Open commit View diff
492 </div>
same change 77e6124

[BS5] move showWhatsNewModal

Full commit hash
77e6124b00958abaf85da8788430658d150bbc26
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
493
  </div>
Open commit View diff
493 </div>
FreddleSpl0it over 3 years ago 3ebd801

remove whats new modal & add changelog modal

Full commit hash
3ebd801b3d1445310ac0127bc66052751afe3bd6
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
494
</div><!-- version modal -->
Open commit View diff
494 </div><!-- version modal -->