public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
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/base.twig
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
base.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
<!DOCTYPE html>
<!DOCTYPE html>
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
<html lang="{{ mailcow_locale|default('en') }}">
<html lang="{{ mailcow_locale|default('en') }}">
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
<head>
<head>
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
<meta charset="utf-8">
<meta charset="utf-8">
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
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
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
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
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
- 7
<meta name="theme-color" content="#F5D76E"/>
<meta name="theme-color" content="#F5D76E"/>
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
- 8
<meta http-equiv="Referrer-Policy" content="same-origin">
<meta http-equiv="Referrer-Policy" content="same-origin">
Kristian Feldsam
almost 5 years ago
7456eeb
[Web] ui texts - disabled escaping
- Full commit hash
7456eeb737130bde9f15a44fa3fd62e1578ce18b- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 9
<title>{{ ui_texts.title_name|raw }}</title>
<title>{{ ui_texts.title_name|raw }}</title>
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
- 10
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
- 11
<link rel="stylesheet" href="{{ css_path }}">
<link rel="stylesheet" href="{{ css_path }}">
FreddleSpl0it
about 4 years ago
9d3a89d
[BS5] add darkmode
- Full commit hash
9d3a89d362227662f76174b30585a894166f1877- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 12
<script>
<script>
same change
9d3a89d
[BS5] add darkmode
- Full commit hash
9d3a89d362227662f76174b30585a894166f1877- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 13
// check if darkmode is preferred by OS or set by localStorage
// check if darkmode is preferred by OS or set by localStorage
rezzorix
4 months ago
293b885
Fix theme localStorage collision with rspamd UI
- Full commit hash
293b885a858deb4735a3ce59a02393a18b56163a- Author
- rezzorix <[email protected]>
- Date
- 4 months ago
- Selected line
- 14
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches && localStorage.getItem("mailcow_theme") !== "light" ||
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches && localStorage.getItem("mailcow_theme") !== "light" ||
same change
293b885
Fix theme localStorage collision with rspamd UI
- Full commit hash
293b885a858deb4735a3ce59a02393a18b56163a- Author
- rezzorix <[email protected]>
- Date
- 4 months ago
- Selected line
- 15
localStorage.getItem("mailcow_theme") === "dark") {
localStorage.getItem("mailcow_theme") === "dark") {
FreddleSpl0it
about 4 years ago
9d3a89d
[BS5] add darkmode
- Full commit hash
9d3a89d362227662f76174b30585a894166f1877- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 16
var head = document.getElementsByTagName('head')[0];
var head = document.getElementsByTagName('head')[0];
same change
9d3a89d
[BS5] add darkmode
- Full commit hash
9d3a89d362227662f76174b30585a894166f1877- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 17
var link = document.createElement('link');
var link = document.createElement('link');
same change
9d3a89d
[BS5] add darkmode
- Full commit hash
9d3a89d362227662f76174b30585a894166f1877- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 18
link.id = 'dark-mode-theme';
link.id = 'dark-mode-theme';
same change
9d3a89d
[BS5] add darkmode
- Full commit hash
9d3a89d362227662f76174b30585a894166f1877- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 19
link.rel = 'stylesheet';
link.rel = 'stylesheet';
same change
9d3a89d
[BS5] add darkmode
- Full commit hash
9d3a89d362227662f76174b30585a894166f1877- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 20
link.type = 'text/css';
link.type = 'text/css';
same change
9d3a89d
[BS5] add darkmode
- Full commit hash
9d3a89d362227662f76174b30585a894166f1877- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 21
link.href = '/css/themes/mailcow-darkmode.css';
link.href = '/css/themes/mailcow-darkmode.css';
same change
9d3a89d
[BS5] add darkmode
- Full commit hash
9d3a89d362227662f76174b30585a894166f1877- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 22
head.appendChild(link);
head.appendChild(link);
same change
9d3a89d
[BS5] add darkmode
- Full commit hash
9d3a89d362227662f76174b30585a894166f1877- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 23
}
}
same change
9d3a89d
[BS5] add darkmode
- Full commit hash
9d3a89d362227662f76174b30585a894166f1877- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 24
</script>
</script>
same change
9d3a89d
[BS5] add darkmode
- Full commit hash
9d3a89d362227662f76174b30585a894166f1877- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 25
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
- 26
<link rel="shortcut icon" href="/favicon.png" type="image/png">
<link rel="shortcut icon" href="/favicon.png" type="image/png">
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
- 27
<link rel="icon" href="/favicon.png" type="image/png">
<link rel="icon" href="/favicon.png" type="image/png">
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
- 28
</head>
</head>
FreddleSpl0it
over 4 years ago
a12538b
[BS5] layout fixes
- Full commit hash
a12538b3a81da6964e662dcb34e279b181af4b59- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 29
<body>
<body>
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
- 30
<div class="overlay"></div>
<div class="overlay"></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
- 31
{% block navbar %}
{% block navbar %}
FreddleSpl0it
over 3 years ago
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 32
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top p-0">
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top p-0">
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
- 33
<div class="container-fluid">
<div class="container-fluid">
Kristian Feldsam
almost 3 years ago
3540075
[Web] dark mode logo support
- Full commit hash
3540075b61606a11c9f2801283ab7280640410dc- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 34
<a class="navbar-brand" href="/">
<a class="navbar-brand" href="/">
same change
3540075
[Web] dark mode logo support
- Full commit hash
3540075b61606a11c9f2801283ab7280640410dc- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 35
<img class="main-logo" alt="mailcow-logo" src="{{ logo|default('/img/cow_mailcow.svg') }}">
<img class="main-logo" alt="mailcow-logo" src="{{ logo|default('/img/cow_mailcow.svg') }}">
same change
3540075
[Web] dark mode logo support
- Full commit hash
3540075b61606a11c9f2801283ab7280640410dc- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 36
<img class="main-logo-dark" alt="mailcow-logo-dark" src="{{ logo_dark|default('/img/cow_mailcow.svg') }}">
<img class="main-logo-dark" alt="mailcow-logo-dark" src="{{ logo_dark|default('/img/cow_mailcow.svg') }}">
same change
3540075
[Web] dark mode logo support
- Full commit hash
3540075b61606a11c9f2801283ab7280640410dc- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 37
</a>
</a>
FreddleSpl0it
over 4 years ago
7075b9f
[BS5] mobile navbar fix
- Full commit hash
7075b9f0c0adc17b17fe3705780a783938d218f6- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 38
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
FreddleSpl0it
about 4 years ago
052959f
[BS5] remove ui theme selector - add darkmode toggler
- Full commit hash
052959f435fd0219dd21c3912cda8ae406d081e4- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 39
<i class="bi bi-list fs-3"></i>
<i class="bi bi-list fs-3"></i>
FreddleSpl0it
over 4 years ago
7075b9f
[BS5] mobile navbar fix
- Full commit hash
7075b9f0c0adc17b17fe3705780a783938d218f6- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 40
</button>
</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
- 41
<div id="navbar" class="navbar-collapse collapse">
<div id="navbar" class="navbar-collapse collapse">
FreddleSpl0it
over 4 years ago
051d08b
[BS5] bug fixes
- Full commit hash
051d08b499acdf7d767dc5dcc9062326416f2bba- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 42
<ul class="navbar-nav ms-auto">
<ul class="navbar-nav ms-auto">
FreddleSpl0it
about 4 years ago
052959f
[BS5] remove ui theme selector - add darkmode toggler
- Full commit hash
052959f435fd0219dd21c3912cda8ae406d081e4- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 43
<li class="nav-item">
<li class="nav-item">
same change
052959f
[BS5] remove ui theme selector - add darkmode toggler
- Full commit hash
052959f435fd0219dd21c3912cda8ae406d081e4- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 44
<div class="nav-link form-check form-switch my-auto d-flex align-items-center">
<div class="nav-link form-check form-switch my-auto d-flex align-items-center">
same change
052959f
[BS5] remove ui theme selector - add darkmode toggler
- Full commit hash
052959f435fd0219dd21c3912cda8ae406d081e4- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 45
<label class="form-check-label"><i class="bi bi-moon-fill"></i></label>
<label class="form-check-label"><i class="bi bi-moon-fill"></i></label>
same change
052959f
[BS5] remove ui theme selector - add darkmode toggler
- Full commit hash
052959f435fd0219dd21c3912cda8ae406d081e4- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 46
<input class="form-check-input ms-2" type="checkbox" id="dark-mode-toggle">
<input class="form-check-input ms-2" type="checkbox" id="dark-mode-toggle">
same change
052959f
[BS5] remove ui theme selector - add darkmode toggler
- Full commit hash
052959f435fd0219dd21c3912cda8ae406d081e4- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 47
</div>
</div>
same change
052959f
[BS5] remove ui theme selector - add darkmode toggler
- Full commit hash
052959f435fd0219dd21c3912cda8ae406d081e4- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 48
</li>
</li>
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
- 49
{% if mailcow_locale %}
{% if mailcow_locale %}
DerLinkman
almost 4 years ago
5cb7f72
Fixed changes due to BS5 Classes
- Full commit hash
5cb7f726bc09711ad7559efc05d66c1b26dd12fc- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 50
<li class="nav-item dropdown{% if available_languages|length == 1 %}lang-link-disabled{% endif %}">
<li class="nav-item dropdown{% if available_languages|length == 1 %}lang-link-disabled{% endif %}">
same change
5cb7f72
Fixed changes due to BS5 Classes
- Full commit hash
5cb7f726bc09711ad7559efc05d66c1b26dd12fc- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 51
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-expanded="false"><span class="flag-icon flag-icon-{{ mailcow_locale[-2:] }}"></span></a>
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-expanded="false"><span class="flag-icon flag-icon-{{ mailcow_locale[-2:] }}"></span></a>
same change
5cb7f72
Fixed changes due to BS5 Classes
- Full commit hash
5cb7f726bc09711ad7559efc05d66c1b26dd12fc- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 52
<ul class="dropdown-menu" role="menu "aria-labelledby="languageDropdown">
<ul class="dropdown-menu" role="menu "aria-labelledby="languageDropdown">
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
{% for key, val in available_languages %}
{% for key, val in available_languages %}
DerLinkman
almost 4 years ago
5cb7f72
Fixed changes due to BS5 Classes
- Full commit hash
5cb7f726bc09711ad7559efc05d66c1b26dd12fc- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 54
<li>
<li>
same change
5cb7f72
Fixed changes due to BS5 Classes
- Full commit hash
5cb7f726bc09711ad7559efc05d66c1b26dd12fc- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 55
<a class="dropdown-item {% if mailcow_locale == key %}active{% endif %}" href="?{{ query_string({'lang': key}) }}">
<a class="dropdown-item {% if mailcow_locale == key %}active{% endif %}" href="?{{ query_string({'lang': key}) }}">
DerLinkman
almost 4 years ago
a334f33
Merge PR 4657 into language-change
- Full commit hash
a334f33b35531885d115256dcadb47c5a76971af- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 56
<span class="flag-icon flag-icon-{{ key[-2:] }}"></span>{{ val }}
<span class="flag-icon flag-icon-{{ key[-2:] }}"></span>{{ val }}
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
- 57
</a>
</a>
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
- 58
</li>
</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
- 59
{% endfor %}
{% endfor %}
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
</ul>
</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
- 61
</li>
</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
- 62
{% endif %}
{% endif %}
FreddleSpl0it
over 3 years ago
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 63
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
- 64
{% if mailcow_cc_role %}
{% if mailcow_cc_role %}
FreddleSpl0it
over 3 years ago
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 65
{% if mailcow_cc_role == 'admin' %}
{% if mailcow_cc_role == 'admin' %}
FreddleSpl0it
over 4 years ago
1d8da11
[BS5] change bootstrap navbar
- Full commit hash
1d8da117d6d168a8a67849611e08cdef2adc6726- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 66
<li class="nav-item dropdown">
<li class="nav-item dropdown">
FreddleSpl0it
about 4 years ago
d3cd219
[BS5] rearrange nav items
- Full commit hash
d3cd21956a2702350d933459476a347cc963d5ae- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 67
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-expanded="false">{{ lang.header.mailcow_system }}</a>
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-expanded="false">{{ lang.header.mailcow_system }}</a>
FreddleSpl0it
over 4 years ago
1d8da11
[BS5] change bootstrap navbar
- Full commit hash
1d8da117d6d168a8a67849611e08cdef2adc6726- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 68
<ul class="dropdown-menu">
<ul class="dropdown-menu">
FreddleSpl0it
over 1 year ago
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 69
<li><a href="/admin/dashboard" class="dropdown-item {% if is_uri('dashboard') %}active{% endif %}">{{ lang.header.debug }}</a></li>
<li><a href="/admin/dashboard" class="dropdown-item {% if is_uri('dashboard') %}active{% endif %}">{{ lang.header.debug }}</a></li>
same change
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 70
<li><a href="/admin/system" class="dropdown-item {% if is_uri('system') %}active{% endif %}">{{ lang.header.mailcow_config }}</a></li>
<li><a href="/admin/system" class="dropdown-item {% if is_uri('system') %}active{% endif %}">{{ lang.header.mailcow_config }}</a></li>
same change
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 71
</ul>
</ul>
same change
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 72
</li>
</li>
same change
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 73
<li class="nav-item dropdown">
<li class="nav-item dropdown">
same change
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 74
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-expanded="false">{{ lang.header.email }}</a>
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-expanded="false">{{ lang.header.email }}</a>
same change
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 75
<ul class="dropdown-menu">
<ul class="dropdown-menu">
same change
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 76
<li><a href="/admin/mailbox" class="dropdown-item {% if is_uri('mailbox') %}active{% endif %}">{{ lang.header.mailcow_config }}</a></li>
<li><a href="/admin/mailbox" class="dropdown-item {% if is_uri('mailbox') %}active{% endif %}">{{ lang.header.mailcow_config }}</a></li>
same change
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 77
<li><a href="/quarantine" class="dropdown-item {% if is_uri('quarantine') %}active{% endif %}">{{ lang.header.quarantine }}</a></li>
<li><a href="/quarantine" class="dropdown-item {% if is_uri('quarantine') %}active{% endif %}">{{ lang.header.quarantine }}</a></li>
same change
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 78
<li><a href="/admin/queue" class="dropdown-item {% if is_uri('queue') %}active{% endif %}">{{ lang.queue.queue_manager }}</a></li>
<li><a href="/admin/queue" class="dropdown-item {% if is_uri('queue') %}active{% endif %}">{{ lang.queue.queue_manager }}</a></li>
same change
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 79
<li><a href="#" class="dropdown-item" data-bs-toggle="modal" data-container="sogo-mailcow" data-bs-target="#RestartContainer">{{ lang.header.restart_sogo }}</a></li>
<li><a href="#" class="dropdown-item" data-bs-toggle="modal" data-container="sogo-mailcow" data-bs-target="#RestartContainer">{{ lang.header.restart_sogo }}</a></li>
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
- 80
</ul>
</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
- 81
</li>
</li>
FreddleSpl0it
over 3 years ago
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 82
{% endif %}
{% endif %}
FreddleSpl0it
over 1 year ago
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 83
{% if mailcow_cc_role == 'domainadmin' %}
{% if mailcow_cc_role == 'domainadmin' %}
same change
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 84
<li class="nav-item dropdown">
<li class="nav-item dropdown">
same change
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 85
<a href="/domainadmin/user" class="nav-link" role="button" aria-expanded="false">{{ lang.header.user_settings }}</a>
<a href="/domainadmin/user" class="nav-link" role="button" aria-expanded="false">{{ lang.header.user_settings }}</a>
same change
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 86
</li>
</li>
same change
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 87
{% elseif mailcow_cc_role == 'user' %}
{% elseif mailcow_cc_role == 'user' %}
FreddleSpl0it
over 3 years ago
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 88
<li class="nav-item dropdown">
<li class="nav-item dropdown">
same change
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 89
<a href="/user" class="nav-link" role="button" aria-expanded="false">{{ lang.header.user_settings }}</a>
<a href="/user" class="nav-link" role="button" aria-expanded="false">{{ lang.header.user_settings }}</a>
same change
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 90
</li>
</li>
same change
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 91
{% endif %}
{% endif %}
same change
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 92
FreddleSpl0it
over 1 year ago
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 93
{% if mailcow_cc_role == 'domainadmin' %}
{% if mailcow_cc_role == 'domainadmin' %}
FreddleSpl0it
about 4 years ago
d3cd219
[BS5] rearrange nav items
- Full commit hash
d3cd21956a2702350d933459476a347cc963d5ae- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 94
<li class="nav-item dropdown">
<li class="nav-item dropdown">
DerLinkman
almost 4 years ago
e5d7884
Rearranged Queue Manager + Ukraine Flag fix
- Full commit hash
e5d788497a12574e4e40f81518953d643ba71590- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 95
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-expanded="false">{{ lang.header.email }}</a>
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-expanded="false">{{ lang.header.email }}</a>
FreddleSpl0it
about 4 years ago
d3cd219
[BS5] rearrange nav items
- Full commit hash
d3cd21956a2702350d933459476a347cc963d5ae- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 96
<ul class="dropdown-menu">
<ul class="dropdown-menu">
FreddleSpl0it
over 1 year ago
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 97
<li><a href="/domainadmin/mailbox" class="dropdown-item {% if is_uri('mailbox') %}active{% endif %}">{{ lang.header.mailcow_config }}</a></li>
<li><a href="/domainadmin/mailbox" class="dropdown-item {% if is_uri('mailbox') %}active{% endif %}">{{ lang.header.mailcow_config }}</a></li>
FreddleSpl0it
about 4 years ago
d3cd219
[BS5] rearrange nav items
- Full commit hash
d3cd21956a2702350d933459476a347cc963d5ae- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 98
<li><a href="/quarantine" class="dropdown-item {% if is_uri('quarantine') %}active{% endif %}">{{ lang.header.quarantine }}</a></li>
<li><a href="/quarantine" class="dropdown-item {% if is_uri('quarantine') %}active{% endif %}">{{ lang.header.quarantine }}</a></li>
same change
d3cd219
[BS5] rearrange nav items
- Full commit hash
d3cd21956a2702350d933459476a347cc963d5ae- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 99
</ul>
</ul>
same change
d3cd219
[BS5] rearrange nav items
- Full commit hash
d3cd21956a2702350d933459476a347cc963d5ae- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 100
</li>
</li>
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
- 101
{% endif %}
{% endif %}
FreddleSpl0it
over 3 years ago
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 102
same change
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 103
{% if mailcow_cc_role == 'user' %}
{% if mailcow_cc_role == 'user' %}
same change
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 104
<li class="nav-item dropdown">
<li class="nav-item dropdown">
same change
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 105
<a href="/quarantine" class="nav-link">{{ lang.header.quarantine }}</a>
<a href="/quarantine" class="nav-link">{{ lang.header.quarantine }}</a>
same change
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 106
</li>
</li>
same change
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 107
{% endif %}
{% endif %}
same change
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 108
{% endif %}
{% endif %}
same change
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 109
same change
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 110
{% if mailcow_apps_processed or app_links %}
{% if mailcow_apps_processed or app_links %}
FreddleSpl0it
over 4 years ago
1d8da11
[BS5] change bootstrap navbar
- Full commit hash
1d8da117d6d168a8a67849611e08cdef2adc6726- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 111
<li class="nav-item dropdown">
<li class="nav-item dropdown">
FreddleSpl0it
about 4 years ago
7384aab
[BS5] fix minor issues
- Full commit hash
7384aab2f45f9e1d2fd111cbbe51cd46e5614fde- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 112
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-expanded="false"><i class="bi bi-link-45deg me-2"></i> {{ ui_texts.apps_name|raw }}</a>
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-expanded="false"><i class="bi bi-link-45deg me-2"></i> {{ ui_texts.apps_name|raw }}</a>
FreddleSpl0it
over 4 years ago
1d8da11
[BS5] change bootstrap navbar
- Full commit hash
1d8da117d6d168a8a67849611e08cdef2adc6726- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 113
<ul class="dropdown-menu">
<ul class="dropdown-menu">
FreddleSpl0it
over 3 years ago
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 114
{% for app in mailcow_apps_processed %}
{% for app in mailcow_apps_processed %}
same change
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 115
{% if not skip_sogo or not is_uri('SOGo', app.user_link) %}
{% if not skip_sogo or not is_uri('SOGo', app.user_link) %}
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
- 116
<li {% if app.description %}title="{{ app.description }}"{% endif %}>
<li {% if app.description %}title="{{ app.description }}"{% endif %}>
FreddleSpl0it
over 3 years ago
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 117
<a href="{{ app.user_link }}" class="dropdown-item">{{ app.name }}</a>
<a href="{{ app.user_link }}" class="dropdown-item">{{ app.name }}</a>
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
- 118
</li>
</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
- 119
{% endif %}
{% 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
- 120
{% endfor %}
{% endfor %}
FreddleSpl0it
over 1 year ago
6f9c8de
[Web] Support old style app links
- Full commit hash
6f9c8deab76a652f23d2db18df7c1b43019765c3- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 121
{% for row in app_links_processed %}
{% for row in app_links_processed %}
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
- 122
{% for key, val in row %}
{% for key, val in row %}
FreddleSpl0it
over 3 years ago
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 123
<li><a href="{{ val.user_link }}" class="dropdown-item">{{ key }}</a></li>
<li><a href="{{ val.user_link }}" class="dropdown-item">{{ key }}</a></li>
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
- 124
{% endfor %}
{% endfor %}
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
- 125
{% endfor %}
{% endfor %}
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
- 126
</ul>
</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
- 127
</li>
</li>
Kristian Feldsam
over 4 years ago
7e27086
[Web] show "apps" only if there are any
- Full commit hash
7e2708686fe28f7a2a1d3dce9c3ca21b259d0884- Author
- Kristian Feldsam <[email protected]>
- Date
- over 4 years ago
- Selected line
- 128
{% endif %}
{% 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
- 129
{% if not dual_login and mailcow_cc_username %}
{% if not dual_login and mailcow_cc_username %}
FreddleSpl0it
about 4 years ago
052959f
[BS5] remove ui theme selector - add darkmode toggler
- Full commit hash
052959f435fd0219dd21c3912cda8ae406d081e4- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 130
<li class="logged-in-as nav-item"><a href="#" onclick="logout.submit()" class="nav-link"><b class="username-lia">{{ mailcow_cc_username }}</b> <i class="bi bi-power ms-2"></i></a></li>
<li class="logged-in-as nav-item"><a href="#" onclick="logout.submit()" class="nav-link"><b class="username-lia">{{ mailcow_cc_username }}</b> <i class="bi bi-power ms-2"></i></a></li>
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
- 131
{% elseif dual_login %}
{% elseif dual_login %}
FreddleSpl0it
about 4 years ago
052959f
[BS5] remove ui theme selector - add darkmode toggler
- Full commit hash
052959f435fd0219dd21c3912cda8ae406d081e4- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 132
<li class="logged-in-as nav-item"><a href="#" onclick="logout.submit()" class="nav-link"><b class="username-lia">{{ mailcow_cc_username }} <span class="text-info">({{ dual_login.username }})</span> </b><i class="bi bi-power ms-2"></i></a></li>
<li class="logged-in-as nav-item"><a href="#" onclick="logout.submit()" class="nav-link"><b class="username-lia">{{ mailcow_cc_username }} <span class="text-info">({{ dual_login.username }})</span> </b><i class="bi bi-power ms-2"></i></a></li>
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
- 133
{% endif %}
{% 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
- 134
{% if not is_master %}
{% if not is_master %}
DerLinkman
over 2 years ago
cf9f02a
ui: fix alignment secondary
- Full commit hash
cf9f02adbbec76ae39457952dfb88ec5acce5129- Author
- DerLinkman <[email protected]>
- Date
- over 2 years ago
- Selected line
- 135
<div class="nav-link form-check form-switch my-auto d-flex align-items-center">
<div class="nav-link form-check form-switch my-auto d-flex align-items-center">
same change
cf9f02a
ui: fix alignment secondary
- Full commit hash
cf9f02adbbec76ae39457952dfb88ec5acce5129- Author
- DerLinkman <[email protected]>
- Date
- over 2 years ago
- Selected line
- 136
<li class="slave-info">[ slave ]</li>
<li class="slave-info">[ slave ]</li>
same change
cf9f02a
ui: fix alignment secondary
- Full commit hash
cf9f02adbbec76ae39457952dfb88ec5acce5129- Author
- DerLinkman <[email protected]>
- Date
- over 2 years ago
- Selected line
- 137
</div>
</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
- 138
{% endif %}
{% 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
- 139
</ul>
</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
- 140
</div><!--/.nav-collapse -->
</div><!--/.nav-collapse -->
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
- 141
</div><!--/.container-fluid -->
</div><!--/.container-fluid -->
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
- 142
</nav>
</nav>
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
- 143
{% endblock navbar %}
{% endblock navbar %}
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
- 144
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
- 145
<form action="/" method="post" id="logout"><input type="hidden" name="logout"></form>
<form action="/" method="post" id="logout"><input type="hidden" name="logout"></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
- 146
Copilot
7 months ago
3ebf2c2
Prevent duplicate/plaintext login announcement rendering (#6963)
- Full commit hash
3ebf2c2d2db44195ed6b3c4d4e5cd08446fba9eb- Author
- Copilot <[email protected]>
- Date
- 7 months ago
- Selected line
- 147
{% if ui_texts.ui_announcement_text and ui_texts.ui_announcement_active and not is_root_uri and mailcow_cc_username %}
{% if ui_texts.ui_announcement_text and ui_texts.ui_announcement_active and not is_root_uri and mailcow_cc_username %}
FreddleSpl0it
almost 4 years ago
3b8e17c
fix layout issues
- Full commit hash
3b8e17c21ff9080f097b1c331bb572e803d7a645- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 148
<div class="container mt-4">
<div class="container mt-4">
Kristian Feldsam
almost 5 years ago
40b5ed4
[web] fix annoucements and notifications close #4292
- Full commit hash
40b5ed4d7246bb868282c6381802e4dad04a452f- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 149
<div class="alert alert-{{ ui_texts.ui_announcement_type }}">{{ ui_texts.ui_announcement_text }}</div>
<div class="alert alert-{{ ui_texts.ui_announcement_type }}">{{ ui_texts.ui_announcement_text }}</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
- 150
</div>
</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
- 151
{% endif %}
{% 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
- 152
FreddleSpl0it
over 3 years ago
415c1d0
[Web] add seperate link for logged in users
- Full commit hash
415c1d057499a4f927d4eb4edbca467785fee6a7- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 153
<div class="container flex-grow-1 my-4">
<div class="container flex-grow-1 my-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
- 154
{% block content %}{% endblock %}
{% block content %}{% endblock %}
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
- 155
</div>
</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
- 156
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
- 157
{% include 'modals/footer.twig' %}
{% include 'modals/footer.twig' %}
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
- 158
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
- 159
<script src="{{ js_path }}"></script>
<script src="{{ js_path }}"></script>
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
- 160
<script>
<script>
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
- 161
var lang_footer = {{ lang_footer|raw }};
var lang_footer = {{ lang_footer|raw }};
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
- 162
var lang_acl = {{ lang_acl|raw }};
var lang_acl = {{ lang_acl|raw }};
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
- 163
var lang_tfa = {{ lang_tfa|raw }};
var lang_tfa = {{ lang_tfa|raw }};
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
- 164
var lang_fido2 = {{ lang_fido2|raw }};
var lang_fido2 = {{ lang_fido2|raw }};
FreddleSpl0it
over 3 years ago
6e9980b
[Web] add manage identity provider
- Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 165
var lang_success = {{ lang_success|raw }};
var lang_success = {{ lang_success|raw }};
same change
6e9980b
[Web] add manage identity provider
- Full commit hash
6e9980bf0f8b16420cc884e12889b074c7b8bc79- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 166
var lang_danger = {{ lang_danger|raw }};
var lang_danger = {{ lang_danger|raw }};
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
- 167
var docker_timeout = {{ docker_timeout|raw }} * 1000;
var docker_timeout = {{ docker_timeout|raw }} * 1000;
FreddleSpl0it
almost 4 years ago
77e6124
[BS5] move showWhatsNewModal
- Full commit hash
77e6124b00958abaf85da8788430658d150bbc26- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 168
var mailcow_cc_role = '{{ mailcow_cc_role }}';
var mailcow_cc_role = '{{ mailcow_cc_role }}';
FreddleSpl0it
11 months ago
1e192e1
[Web] Only include mailcow_info in JS when mailcow_cc_username is set
- Full commit hash
1e192e14f4e16d7644a7efd5594e5c31f70a0fe4- Author
- FreddleSpl0it <[email protected]>
- Date
- 11 months ago
- Selected line
- 169
{% if mailcow_cc_username %}
{% if mailcow_cc_username %}
FreddleSpl0it
about 4 years ago
d3cd219
[BS5] rearrange nav items
- Full commit hash
d3cd21956a2702350d933459476a347cc963d5ae- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 170
var mailcow_info = {
var mailcow_info = {
same change
d3cd219
[BS5] rearrange nav items
- Full commit hash
d3cd21956a2702350d933459476a347cc963d5ae- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 171
version_tag: '{{ mailcow_info.version_tag }}',
version_tag: '{{ mailcow_info.version_tag }}',
same change
d3cd219
[BS5] rearrange nav items
- Full commit hash
d3cd21956a2702350d933459476a347cc963d5ae- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 172
last_version_tag: '{{ mailcow_info.last_version_tag }}',
last_version_tag: '{{ mailcow_info.last_version_tag }}',
FreddleSpl0it
over 3 years ago
79982e0
add template feature for domains and mailboxes
- Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 173
updatedAt: '{{ mailcow_info.updated_at }}',
updatedAt: '{{ mailcow_info.updated_at }}',
FreddleSpl0it
over 3 years ago
0cdb1e6
change git_project_url var for base.twig
- Full commit hash
0cdb1e638d8815f3f124d6b32ff01cfde9359f8e- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 174
project_url: '{{ mailcow_info.git_project_url }}',
project_url: '{{ mailcow_info.git_project_url }}',
FreddleSpl0it
over 3 years ago
79982e0
add template feature for domains and mailboxes
- Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 175
project_owner: '{{ mailcow_info.git_owner }}',
project_owner: '{{ mailcow_info.git_owner }}',
same change
79982e0
add template feature for domains and mailboxes
- Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 176
project_repo: '{{ mailcow_info.git_repo }}',
project_repo: '{{ mailcow_info.git_repo }}',
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
branch: '{{ mailcow_info.mailcow_branch }}'
branch: '{{ mailcow_info.mailcow_branch }}'
FreddleSpl0it
about 4 years ago
d3cd219
[BS5] rearrange nav items
- Full commit hash
d3cd21956a2702350d933459476a347cc963d5ae- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 178
};
};
FreddleSpl0it
11 months ago
1e192e1
[Web] Only include mailcow_info in JS when mailcow_cc_username is set
- Full commit hash
1e192e14f4e16d7644a7efd5594e5c31f70a0fe4- Author
- FreddleSpl0it <[email protected]>
- Date
- 11 months ago
- Selected line
- 179
{% else %}
{% else %}
same change
1e192e1
[Web] Only include mailcow_info in JS when mailcow_cc_username is set
- Full commit hash
1e192e14f4e16d7644a7efd5594e5c31f70a0fe4- Author
- FreddleSpl0it <[email protected]>
- Date
- 11 months ago
- Selected line
- 180
var mailcow_info = {
var mailcow_info = {
same change
1e192e1
[Web] Only include mailcow_info in JS when mailcow_cc_username is set
- Full commit hash
1e192e14f4e16d7644a7efd5594e5c31f70a0fe4- Author
- FreddleSpl0it <[email protected]>
- Date
- 11 months ago
- Selected line
- 181
version_tag: '',
version_tag: '',
same change
1e192e1
[Web] Only include mailcow_info in JS when mailcow_cc_username is set
- Full commit hash
1e192e14f4e16d7644a7efd5594e5c31f70a0fe4- Author
- FreddleSpl0it <[email protected]>
- Date
- 11 months ago
- Selected line
- 182
last_version_tag: '',
last_version_tag: '',
same change
1e192e1
[Web] Only include mailcow_info in JS when mailcow_cc_username is set
- Full commit hash
1e192e14f4e16d7644a7efd5594e5c31f70a0fe4- Author
- FreddleSpl0it <[email protected]>
- Date
- 11 months ago
- Selected line
- 183
updatedAt: '',
updatedAt: '',
same change
1e192e1
[Web] Only include mailcow_info in JS when mailcow_cc_username is set
- Full commit hash
1e192e14f4e16d7644a7efd5594e5c31f70a0fe4- Author
- FreddleSpl0it <[email protected]>
- Date
- 11 months ago
- Selected line
- 184
project_url: '',
project_url: '',
same change
1e192e1
[Web] Only include mailcow_info in JS when mailcow_cc_username is set
- Full commit hash
1e192e14f4e16d7644a7efd5594e5c31f70a0fe4- Author
- FreddleSpl0it <[email protected]>
- Date
- 11 months ago
- Selected line
- 185
project_owner: '',
project_owner: '',
same change
1e192e1
[Web] Only include mailcow_info in JS when mailcow_cc_username is set
- Full commit hash
1e192e14f4e16d7644a7efd5594e5c31f70a0fe4- Author
- FreddleSpl0it <[email protected]>
- Date
- 11 months ago
- Selected line
- 186
project_repo: '',
project_repo: '',
same change
1e192e1
[Web] Only include mailcow_info in JS when mailcow_cc_username is set
- Full commit hash
1e192e14f4e16d7644a7efd5594e5c31f70a0fe4- Author
- FreddleSpl0it <[email protected]>
- Date
- 11 months ago
- Selected line
- 187
branch: ''
branch: ''
same change
1e192e1
[Web] Only include mailcow_info in JS when mailcow_cc_username is set
- Full commit hash
1e192e14f4e16d7644a7efd5594e5c31f70a0fe4- Author
- FreddleSpl0it <[email protected]>
- Date
- 11 months ago
- Selected line
- 188
};
};
same change
1e192e1
[Web] Only include mailcow_info in JS when mailcow_cc_username is set
- Full commit hash
1e192e14f4e16d7644a7efd5594e5c31f70a0fe4- Author
- FreddleSpl0it <[email protected]>
- Date
- 11 months ago
- Selected line
- 189
{% endif %}
{% 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
- 190
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
- 191
$(window).scroll(function() {
$(window).scroll(function() {
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
- 192
sessionStorage.scrollTop = $(this).scrollTop();
sessionStorage.scrollTop = $(this).scrollTop();
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
- 193
});
});
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
- 194
// Select language and reopen active URL without POST
// Select language and reopen active URL without 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
- 195
function setLang(sel) {
function setLang(sel) {
FreddleSpl0it
4 months ago
8c039f6
Improve template URI escaping and parameter handling
- Full commit hash
8c039f694fe3cd7a736249b4e017def1414c47e9- Author
- FreddleSpl0it <[email protected]>
- Date
- 4 months ago
- Selected line
- 196
$.post( '{{ uri|escape("js") }}', {lang: sel} );
$.post( '{{ uri|escape("js") }}', {lang: sel} );
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
- 197
window.location.href = window.location.pathname + window.location.search;
window.location.href = window.location.pathname + window.location.search;
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
- 198
}
}
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
- 199
// FIDO2 functions
// FIDO2 functions
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
- 200
function arrayBufferToBase64(buffer) {
function arrayBufferToBase64(buffer) {
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
- 201
let binary = '';
let binary = '';
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
- 202
let bytes = new Uint8Array(buffer);
let bytes = new Uint8Array(buffer);
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
- 203
let len = bytes.byteLength;
let len = bytes.byteLength;
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
- 204
for (let i = 0; i < len; i++) {
for (let i = 0; i < len; i++) {
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
- 205
binary += String.fromCharCode( bytes[ i ] );
binary += String.fromCharCode( bytes[ i ] );
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
- 206
}
}
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
- 207
return window.btoa(binary);
return window.btoa(binary);
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
- 208
}
}
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
- 209
function recursiveBase64StrToArrayBuffer(obj) {
function recursiveBase64StrToArrayBuffer(obj) {
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
- 210
let prefix = '=?BINARY?B?';
let prefix = '=?BINARY?B?';
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
- 211
let suffix = '?=';
let suffix = '?=';
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
- 212
if (typeof obj === 'object') {
if (typeof obj === 'object') {
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
- 213
for (let key in obj) {
for (let key in obj) {
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
- 214
if (typeof obj[key] === 'string') {
if (typeof obj[key] === 'string') {
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
- 215
let str = obj[key];
let str = obj[key];
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
- 216
if (str.substring(0, prefix.length) === prefix && str.substring(str.length - suffix.length) === suffix) {
if (str.substring(0, prefix.length) === prefix && str.substring(str.length - suffix.length) === suffix) {
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
- 217
str = str.substring(prefix.length, str.length - suffix.length);
str = str.substring(prefix.length, str.length - suffix.length);
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
- 218
let binary_string = window.atob(str);
let binary_string = window.atob(str);
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
- 219
let len = binary_string.length;
let len = binary_string.length;
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
- 220
let bytes = new Uint8Array(len);
let bytes = new Uint8Array(len);
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
- 221
for (let i = 0; i < len; i++) {
for (let i = 0; i < len; i++) {
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
- 222
bytes[i] = binary_string.charCodeAt(i);
bytes[i] = binary_string.charCodeAt(i);
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
- 223
}
}
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
- 224
obj[key] = bytes.buffer;
obj[key] = bytes.buffer;
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
- 225
}
}
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
- 226
} else {
} else {
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
- 227
recursiveBase64StrToArrayBuffer(obj[key]);
recursiveBase64StrToArrayBuffer(obj[key]);
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
- 228
}
}
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
- 229
}
}
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
- 230
}
}
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
- 231
}
}
FreddleSpl0it
over 4 years ago
1e48fb8
[BS5] change jquery $(window).load
- Full commit hash
1e48fb8cdaecb7970d957dbda0c953f2545e93d4- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 232
$(window).on('load', function() {
$(window).on('load', function() {
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
- 233
$(".overlay").hide();
$(".overlay").hide();
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
- 234
});
});
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
- 235
$(document).ready(function() {
$(document).ready(function() {
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
- 236
$(document).on('shown.bs.modal', function(e) {
$(document).on('shown.bs.modal', function(e) {
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
- 237
modal_id = $(e.relatedTarget).data('target');
modal_id = $(e.relatedTarget).data('target');
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
- 238
$(modal_id).attr("aria-hidden","false");
$(modal_id).attr("aria-hidden","false");
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
- 239
});
});
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
- 240
// TFA, CSRF, Alerts in footer.inc.php
// TFA, CSRF, Alerts in footer.inc.php
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
- 241
// Other general functions in mailcow.js
// Other general functions in mailcow.js
Kristian Feldsam
almost 5 years ago
40b5ed4
[web] fix annoucements and notifications close #4292
- Full commit hash
40b5ed4d7246bb868282c6381802e4dad04a452f- Author
- Kristian Feldsam <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 242
{% for alert_type, alert_msg in alerts %}
{% for alert_type, alert_msg in alerts %}
Romain
almost 4 years ago
623397d
Update base.twig to escape simple quote
- Full commit hash
623397d20a761a58764546de2752c9cb93a41113- Author
- Romain <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 243
mailcow_alert_box('{{ alert_msg|raw|e("js") }}', '{{ alert_type }}');
mailcow_alert_box('{{ alert_msg|raw|e("js") }}', '{{ alert_type }}');
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
- 244
{% endfor %}
{% endfor %}
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
- 245
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
- 246
// Confirm TFA modal
// Confirm TFA modal
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
- 247
{% if pending_tfa_methods %}
{% if pending_tfa_methods %}
FreddleSpl0it
about 4 years ago
cbd8e40
[BS5] fix 2fa
- Full commit hash
cbd8e40f14ce1fc9d23f36b47cf7fe1e21072b6e- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 248
new bootstrap.Modal(document.getElementById("ConfirmTFAModal"), {
new bootstrap.Modal(document.getElementById("ConfirmTFAModal"), {
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
- 249
backdrop: 'static',
backdrop: 'static',
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
- 250
keyboard: false
keyboard: false
FreddleSpl0it
about 4 years ago
cbd8e40
[BS5] fix 2fa
- Full commit hash
cbd8e40f14ce1fc9d23f36b47cf7fe1e21072b6e- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 251
}).show();
}).show();
FreddlePat
over 4 years ago
23d6cf9
migrating from u2f-api.js to webauthn [apple faceid bug fix]
- Full commit hash
23d6cf90aecf453d408480b080840bc7768242ce- Author
- FreddlePat <[email protected]>
- Date
- over 4 years ago
- Selected line
- 252
FreddleSpl0it
about 4 years ago
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 253
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
- 254
// validate Time based OTP tfa
// validate Time based OTP tfa
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 255
$("#pending_tfa_tab_totp").click(function(){
$("#pending_tfa_tab_totp").click(function(){
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 256
$(".webauthn-authenticator-selection").removeClass("active");
$(".webauthn-authenticator-selection").removeClass("active");
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 257
$("#collapseWebAuthnTFA").collapse('hide');
$("#collapseWebAuthnTFA").collapse('hide');
FreddleSpl0it
about 4 years ago
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 258
same change
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 259
// select default if only one authenticator exists
// select default if only one authenticator exists
same change
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 260
if ($('.totp-authenticator-selection').length == 1){
if ($('.totp-authenticator-selection').length == 1){
same change
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 261
$('.totp-authenticator-selection').addClass("active");
$('.totp-authenticator-selection').addClass("active");
same change
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 262
var id = $('.totp-authenticator-selection').children('input').first().val();
var id = $('.totp-authenticator-selection').children('input').first().val();
same change
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 263
$("#totp_selected_id").val(id);
$("#totp_selected_id").val(id);
same change
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 264
$("#collapseTotpTFA").collapse('show');
$("#collapseTotpTFA").collapse('show');
same change
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 265
}
}
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
- 266
});
});
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 267
$(".totp-authenticator-selection").click(function(){
$(".totp-authenticator-selection").click(function(){
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 268
$(".totp-authenticator-selection").removeClass("active");
$(".totp-authenticator-selection").removeClass("active");
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 269
$(this).addClass("active");
$(this).addClass("active");
FreddleSpl0it
over 1 year ago
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 270
FreddleSpl0it
over 4 years ago
5fcccbc
[Web] add verify selected tfa
- Full commit hash
5fcccbc97d02c4b0cdd0c479bd15d6293b83dbb0- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 271
var id = $(this).children('input').first().val();
var id = $(this).children('input').first().val();
same change
5fcccbc
[Web] add verify selected tfa
- Full commit hash
5fcccbc97d02c4b0cdd0c479bd15d6293b83dbb0- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 272
$("#totp_selected_id").val(id);
$("#totp_selected_id").val(id);
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
- 273
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 274
$("#collapseTotpTFA").collapse('show');
$("#collapseTotpTFA").collapse('show');
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 275
});
});
FreddleSpl0it
about 4 years ago
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 276
if ($('.totp-authenticator-selection').length == 1 &&
if ($('.totp-authenticator-selection').length == 1 &&
FreddleSpl0it
about 4 years ago
c8620a0
yubi_otp undo authenticator selection
- Full commit hash
c8620a066d447ed6aaf6054b184fd16146574e5b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 277
$('#pending_tfa_tab_yubi_otp').length == 0 &&
$('#pending_tfa_tab_yubi_otp').length == 0 &&
FreddleSpl0it
about 4 years ago
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 278
$('.webauthn-authenticator-selection').length == 0){
$('.webauthn-authenticator-selection').length == 0){
FreddleSpl0it
over 1 year ago
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 279
FreddleSpl0it
about 4 years ago
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 280
// select default if only one authenticator exists
// select default if only one authenticator exists
same change
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 281
$('.totp-authenticator-selection').addClass("active");
$('.totp-authenticator-selection').addClass("active");
same change
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 282
same change
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 283
var id = $('.totp-authenticator-selection').children('input').first().val();
var id = $('.totp-authenticator-selection').children('input').first().val();
same change
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 284
$("#totp_selected_id").val(id);
$("#totp_selected_id").val(id);
same change
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 285
same change
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 286
$("#collapseTotpTFA").collapse('show');
$("#collapseTotpTFA").collapse('show');
FreddleSpl0it
about 4 years ago
c8620a0
yubi_otp undo authenticator selection
- Full commit hash
c8620a066d447ed6aaf6054b184fd16146574e5b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 287
setTimeout(function() { $("#collapseTotpTFA").find('input[name="token"]').focus(); }, 1000);
setTimeout(function() { $("#collapseTotpTFA").find('input[name="token"]').focus(); }, 1000);
FreddleSpl0it
about 4 years ago
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 288
}
}
FreddleSpl0it
about 4 years ago
c8620a0
yubi_otp undo authenticator selection
- Full commit hash
c8620a066d447ed6aaf6054b184fd16146574e5b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 289
$('#pending_tfa_tab_totp').on('shown.bs.tab', function() {
$('#pending_tfa_tab_totp').on('shown.bs.tab', function() {
FreddleSpl0it
about 4 years ago
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 290
// autofocus
// autofocus
same change
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 291
setTimeout(function() { $("#collapseTotpTFA").find('input[name="token"]').focus(); }, 200);
setTimeout(function() { $("#collapseTotpTFA").find('input[name="token"]').focus(); }, 200);
FreddleSpl0it
over 1 year ago
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 292
});
});
FreddleSpl0it
about 4 years ago
c8620a0
yubi_otp undo authenticator selection
- Full commit hash
c8620a066d447ed6aaf6054b184fd16146574e5b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 293
// validate Yubi OTP tfa
// validate Yubi OTP tfa
same change
c8620a0
yubi_otp undo authenticator selection
- Full commit hash
c8620a066d447ed6aaf6054b184fd16146574e5b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 294
if ($('.webauthn-authenticator-selection').length == 0){
if ($('.webauthn-authenticator-selection').length == 0){
same change
c8620a0
yubi_otp undo authenticator selection
- Full commit hash
c8620a066d447ed6aaf6054b184fd16146574e5b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 295
// autofocus
// autofocus
same change
c8620a0
yubi_otp undo authenticator selection
- Full commit hash
c8620a066d447ed6aaf6054b184fd16146574e5b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 296
setTimeout(function() { $("#collapseYubiTFA").find('input[name="token"]').focus(); }, 1000);
setTimeout(function() { $("#collapseYubiTFA").find('input[name="token"]').focus(); }, 1000);
same change
c8620a0
yubi_otp undo authenticator selection
- Full commit hash
c8620a066d447ed6aaf6054b184fd16146574e5b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 297
}
}
same change
c8620a0
yubi_otp undo authenticator selection
- Full commit hash
c8620a066d447ed6aaf6054b184fd16146574e5b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 298
$('#pending_tfa_tab_yubi_otp').on('shown.bs.tab', function() {
$('#pending_tfa_tab_yubi_otp').on('shown.bs.tab', function() {
same change
c8620a0
yubi_otp undo authenticator selection
- Full commit hash
c8620a066d447ed6aaf6054b184fd16146574e5b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 299
// autofocus
// autofocus
same change
c8620a0
yubi_otp undo authenticator selection
- Full commit hash
c8620a066d447ed6aaf6054b184fd16146574e5b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 300
$("#collapseYubiTFA").find('input[name="token"]').focus();
$("#collapseYubiTFA").find('input[name="token"]').focus();
FreddleSpl0it
about 4 years ago
1ca566f
autoselect authenticator if only one exists
- Full commit hash
1ca566f670d31280b37378fb76b40338436a9866- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 301
});
});
FreddleSpl0it
over 4 years ago
c11b655
migrating from u2f-api.js to webauthn [cleanup]
- Full commit hash
c11b6557dbd6dfa49a5038a4e5ec333903bf8594- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 302
// validate WebAuthn tfa
// validate WebAuthn tfa
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
- 303
$("#pending_tfa_tab_webauthn").click(function(){
$("#pending_tfa_tab_webauthn").click(function(){
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 304
$(".totp-authenticator-selection").removeClass("active");
$(".totp-authenticator-selection").removeClass("active");
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 305
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 306
$("#collapseTotpTFA").collapse('hide');
$("#collapseTotpTFA").collapse('hide');
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 307
});
});
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 308
$(".webauthn-authenticator-selection").click(function(){
$(".webauthn-authenticator-selection").click(function(){
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 309
$(".webauthn-authenticator-selection").removeClass("active");
$(".webauthn-authenticator-selection").removeClass("active");
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 310
$(this).addClass("active");
$(this).addClass("active");
FreddleSpl0it
over 1 year ago
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 311
FreddleSpl0it
over 4 years ago
5fcccbc
[Web] add verify selected tfa
- Full commit hash
5fcccbc97d02c4b0cdd0c479bd15d6293b83dbb0- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 312
var id = $(this).children('input').first().val();
var id = $(this).children('input').first().val();
same change
5fcccbc
[Web] add verify selected tfa
- Full commit hash
5fcccbc97d02c4b0cdd0c479bd15d6293b83dbb0- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 313
$("#webauthn_selected_id").val(id);
$("#webauthn_selected_id").val(id);
FreddleSpl0it
over 1 year ago
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 314
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
- 315
var webauthn_status_auth = document.getElementById('webauthn_status_auth');
var webauthn_status_auth = document.getElementById('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
- 316
webauthn_status_auth.style.setProperty('display', 'flex', 'important');
webauthn_status_auth.style.setProperty('display', 'flex', 'important');
same change
45e97b3
[BS5] fix merging bugs
- Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 317
var webauthn_return_code = document.getElementById('webauthn_return_code');
var webauthn_return_code = document.getElementById('webauthn_return_code');
same change
45e97b3
[BS5] fix merging bugs
- Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 318
webauthn_return_code.style.setProperty('display', 'none', 'important');
webauthn_return_code.style.setProperty('display', 'none', 'important');
same change
45e97b3
[BS5] fix merging bugs
- Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 319
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
- 320
$("#collapseWebAuthnTFA").collapse('show');
$("#collapseWebAuthnTFA").collapse('show');
FreddlePat
over 4 years ago
23d6cf9
migrating from u2f-api.js to webauthn [apple faceid bug fix]
- Full commit hash
23d6cf90aecf453d408480b080840bc7768242ce- Author
- FreddlePat <[email protected]>
- Date
- over 4 years ago
- Selected line
- 321
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
- 322
$(this).find('input[name=token]').focus();
$(this).find('input[name=token]').focus();
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
- 323
if(document.getElementById("webauthn_auth_data") !== null) {
if(document.getElementById("webauthn_auth_data") !== null) {
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
- 324
// Check Browser support
// Check Browser support
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
- 325
if (!window.fetch || !navigator.credentials || !navigator.credentials.create) {
if (!window.fetch || !navigator.credentials || !navigator.credentials.create) {
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
- 326
window.alert('Browser not supported for WebAuthn.');
window.alert('Browser not supported for WebAuthn.');
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
- 327
return;
return;
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
- 328
}
}
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
- 329
FreddleSpl0it
over 4 years ago
c11b655
migrating from u2f-api.js to webauthn [cleanup]
- Full commit hash
c11b6557dbd6dfa49a5038a4e5ec333903bf8594- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 330
// fetch webauthn auth args
// fetch webauthn auth args
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
- 331
window.fetch("/api/v1/get/webauthn-tfa-get-args", {method:'GET',cache:'no-cache'}).then(response => {
window.fetch("/api/v1/get/webauthn-tfa-get-args", {method:'GET',cache:'no-cache'}).then(response => {
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
- 332
return response.json();
return response.json();
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
- 333
}).then(json => {
}).then(json => {
FreddleSpl0it
about 4 years ago
3c9502f
add webauthn console log
- Full commit hash
3c9502f24114545b494fce65657f428dc7ea3772- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 334
console.log(json);
console.log(json);
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
- 335
if (json.success === false) throw new Error();
if (json.success === false) throw new Error();
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 336
if (json.type === "error") throw new Error(json.msg);
if (json.type === "error") throw new Error(json.msg);
FreddleSpl0it
over 1 year ago
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 337
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
- 338
recursiveBase64StrToArrayBuffer(json);
recursiveBase64StrToArrayBuffer(json);
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 339
return json;
return json;
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
- 340
}).then(getCredentialArgs => {
}).then(getCredentialArgs => {
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
- 341
// get credentials
// get credentials
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 342
return navigator.credentials.get(getCredentialArgs);
return navigator.credentials.get(getCredentialArgs);
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
- 343
}).then(cred => {
}).then(cred => {
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
- 344
return {
return {
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 345
id: cred.rawId ? arrayBufferToBase64(cred.rawId) : null,
id: cred.rawId ? arrayBufferToBase64(cred.rawId) : null,
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 346
clientDataJSON: cred.response.clientDataJSON ? arrayBufferToBase64(cred.response.clientDataJSON) : null,
clientDataJSON: cred.response.clientDataJSON ? arrayBufferToBase64(cred.response.clientDataJSON) : null,
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 347
authenticatorData: cred.response.authenticatorData ? arrayBufferToBase64(cred.response.authenticatorData) : null,
authenticatorData: cred.response.authenticatorData ? arrayBufferToBase64(cred.response.authenticatorData) : null,
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 348
signature : cred.response.signature ? arrayBufferToBase64(cred.response.signature) : null
signature : cred.response.signature ? arrayBufferToBase64(cred.response.signature) : null
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 349
};
};
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
- 350
}).then(JSON.stringify).then(function(AuthenticatorAttestationResponse) {
}).then(JSON.stringify).then(function(AuthenticatorAttestationResponse) {
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
- 351
// send request by submit
// send request by submit
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 352
var form = document.getElementById('webauthn_auth_form');
var form = document.getElementById('webauthn_auth_form');
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 353
var auth = document.getElementById('webauthn_auth_data');
var auth = document.getElementById('webauthn_auth_data');
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 354
auth.value = AuthenticatorAttestationResponse;
auth.value = AuthenticatorAttestationResponse;
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 355
form.submit();
form.submit();
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
- 356
}).catch(function(err) {
}).catch(function(err) {
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
- 357
var webauthn_status_auth = document.getElementById('webauthn_status_auth');
var webauthn_status_auth = document.getElementById('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
- 358
webauthn_status_auth.style.setProperty('display', 'none', 'important');
webauthn_status_auth.style.setProperty('display', 'none', 'important');
same change
45e97b3
[BS5] fix merging bugs
- Full commit hash
45e97b37538c79f26a1ac932e59e8da76c0f8b03- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 359
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
- 360
var webauthn_return_code = document.getElementById('webauthn_return_code');
var webauthn_return_code = document.getElementById('webauthn_return_code');
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
- 361
webauthn_return_code.style.setProperty('display', 'block', 'important');
webauthn_return_code.style.setProperty('display', 'block', 'important');
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
- 362
webauthn_return_code.innerHTML = lang_tfa.error_code + ': ' + err + ' ' + lang_tfa.reload_retry;
webauthn_return_code.innerHTML = lang_tfa.error_code + ': ' + err + ' ' + lang_tfa.reload_retry;
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
- 363
});
});
FreddleSpl0it
over 1 year ago
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 364
}
}
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
- 365
});
});
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
- 366
$('#ConfirmTFAModal').on('hidden.bs.modal', function(){
$('#ConfirmTFAModal').on('hidden.bs.modal', function(){
FreddleSpl0it
over 4 years ago
c11b655
migrating from u2f-api.js to webauthn [cleanup]
- Full commit hash
c11b6557dbd6dfa49a5038a4e5ec333903bf8594- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 367
// cancel pending login
// cancel pending login
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
- 368
$.ajax({
$.ajax({
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
- 369
type: "GET",
type: "GET",
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
- 370
cache: false,
cache: false,
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
- 371
dataType: 'script',
dataType: 'script',
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
- 372
url: '/inc/ajax/destroy_tfa_auth.php',
url: '/inc/ajax/destroy_tfa_auth.php',
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
- 373
complete: function(data){
complete: function(data){
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
- 374
window.location = window.location.href.split("#")[0];
window.location = window.location.href.split("#")[0];
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
- 375
}
}
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
- 376
});
});
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
- 377
});
});
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
- 378
{% endif %}
{% endif %}
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 379
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
- 380
{% if pending_tfa_setup %}
{% 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
- 381
var setupTFAModal = new bootstrap.Modal(document.getElementById("SetupTFAModal"), {
var setupTFAModal = new bootstrap.Modal(document.getElementById("SetupTFAModal"), {
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
backdrop: 'static',
backdrop: 'static',
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
keyboard: false
keyboard: false
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
});
});
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
setupTFAModal.show();
setupTFAModal.show();
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
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
// Load QR code for TOTP setup in SetupTFAModal
// Load QR code for TOTP setup in SetupTFAModal
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
var setupTotpSecret = $('#setup-tfa-qr-img').data('totp-secret');
var setupTotpSecret = $('#setup-tfa-qr-img').data('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
- 389
if (setupTotpSecret) {
if (setupTotpSecret) {
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
$.ajax({
$.ajax({
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
type: "GET",
type: "GET",
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
url: "/inc/ajax/qr_gen.php?token=" + encodeURIComponent(setupTotpSecret),
url: "/inc/ajax/qr_gen.php?token=" + encodeURIComponent(setupTotpSecret),
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
success: function(data) {
success: function(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
- 394
$('#setup-tfa-qr-img').attr('src', data);
$('#setup-tfa-qr-img').attr('src', 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
- 395
}
}
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
});
});
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
}
}
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
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
// WebAuthn registration for SetupTFAModal
// WebAuthn registration for SetupTFAModal
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
$('#start_setup_webauthn_register').click(function() {
$('#start_setup_webauthn_register').click(function() {
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
if (!window.fetch || !navigator.credentials || !navigator.credentials.create) {
if (!window.fetch || !navigator.credentials || !navigator.credentials.create) {
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
window.alert('Browser not supported.');
window.alert('Browser not supported.');
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
return;
return;
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
}
}
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
var keyId = $('#setup_webauthn_reg_form input[name=key_id]').val();
var keyId = $('#setup_webauthn_reg_form input[name=key_id]').val();
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
if (!keyId) {
if (!keyId) {
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
$('#setup_webauthn_return_code').show().text('Please fill in the key ID first.');
$('#setup_webauthn_return_code').show().text('Please fill in the key ID first.');
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
return;
return;
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
}
}
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
window.fetch('/api/v1/get/webauthn-tfa-registration', {method: 'GET', cache: 'no-cache'}).then(function(response) {
window.fetch('/api/v1/get/webauthn-tfa-registration', {method: 'GET', cache: 'no-cache'}).then(function(response) {
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
return response.json();
return response.json();
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
}).then(function(json) {
}).then(function(json) {
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
if (json.success === false) throw new Error(json.error || 'Registration failed');
if (json.success === false) throw new Error(json.error || 'Registration failed');
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
recursiveBase64StrToArrayBuffer(json);
recursiveBase64StrToArrayBuffer(json);
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
return navigator.credentials.create(json);
return navigator.credentials.create(json);
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
}).then(function(cred) {
}).then(function(cred) {
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
return {
return {
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
id: cred.id,
id: cred.id,
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
rawId: arrayBufferToBase64(cred.rawId),
rawId: arrayBufferToBase64(cred.rawId),
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
response: {
response: {
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
attestationObject: arrayBufferToBase64(cred.response.attestationObject),
attestationObject: arrayBufferToBase64(cred.response.attestationObject),
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
clientDataJSON: arrayBufferToBase64(cred.response.clientDataJSON)
clientDataJSON: arrayBufferToBase64(cred.response.clientDataJSON)
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
},
},
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
type: cred.type
type: cred.type
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
};
};
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
}).then(function(credData) {
}).then(function(credData) {
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
$('#setup_webauthn_register_data').val(JSON.stringify(credData));
$('#setup_webauthn_register_data').val(JSON.stringify(credData));
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
$('#setup_webauthn_reg_form input[name=set_tfa]').val('1');
$('#setup_webauthn_reg_form input[name=set_tfa]').val('1');
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
$('#setup_webauthn_reg_form').submit();
$('#setup_webauthn_reg_form').submit();
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
}).catch(function(err) {
}).catch(function(err) {
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
$('#setup_webauthn_return_code').show().text(err.message || 'Registration failed');
$('#setup_webauthn_return_code').show().text(err.message || 'Registration failed');
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
});
});
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
});
});
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
{% endif %}
{% 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
- 435
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
{% if pending_pw_update_modal and not pending_tfa_setup and not pending_tfa_methods %}
{% if pending_pw_update_modal and not pending_tfa_setup 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
- 437
var changePWModal = new bootstrap.Modal(document.getElementById("ChangePWModal"), {
var changePWModal = new bootstrap.Modal(document.getElementById("ChangePWModal"), {
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
backdrop: 'static',
backdrop: 'static',
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
keyboard: false
keyboard: false
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
});
});
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
changePWModal.show();
changePWModal.show();
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
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
- 443
$('#changePWModalForm').on('submit', function(e) {
$('#changePWModalForm').on('submit', function(e) {
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
- 444
e.preventDefault();
e.preventDefault();
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
- 445
var newPw = $('#changePWNew').val();
var newPw = $('#changePWNew').val();
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
- 446
var newPw2 = $('#changePWNew2').val();
var newPw2 = $('#changePWNew2').val();
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
- 447
var role = '{{ mailcow_cc_role }}';
var role = '{{ mailcow_cc_role }}';
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
- 448
var username = '{{ mailcow_cc_username }}';
var username = '{{ mailcow_cc_username }}';
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
- 449
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
- 450
var url, attrPayload, itemsPayload;
var url, attrPayload, itemsPayload;
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
- 451
if (role === 'admin') {
if (role === 'admin') {
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
- 452
url = '/api/v1/edit/admin';
url = '/api/v1/edit/admin';
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
- 453
attrPayload = {password: newPw, password2: newPw2};
attrPayload = {password: newPw, password2: newPw2};
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
- 454
itemsPayload = [username];
itemsPayload = [username];
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
- 455
} else {
} else {
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
- 456
url = '/api/v1/edit/self';
url = '/api/v1/edit/self';
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
- 457
attrPayload = {user_new_pass: newPw, user_new_pass2: newPw2};
attrPayload = {user_new_pass: newPw, user_new_pass2: newPw2};
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
- 458
itemsPayload = null;
itemsPayload = null;
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
- 459
}
}
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
- 460
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
- 461
$('#changePWAlert').hide();
$('#changePWAlert').hide();
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
- 462
$.ajax({
$.ajax({
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
- 463
type: 'POST',
type: '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
- 464
url: url,
url: url,
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
- 465
data: {
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
- 466
attr: JSON.stringify(attrPayload),
attr: JSON.stringify(attrPayload),
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
- 467
items: JSON.stringify(itemsPayload),
items: JSON.stringify(itemsPayload),
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
- 468
csrf_token: '{{ csrf_token }}'
csrf_token: '{{ csrf_token }}'
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
- 469
},
},
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
- 470
dataType: 'json',
dataType: 'json',
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
- 471
success: function(data) {
success: function(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
- 472
if (data && data[0] && data[0].type === 'success') {
if (data && data[0] && data[0].type === 'success') {
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
- 473
window.location.reload();
window.location.reload();
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
- 474
} else {
} else {
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
- 475
var msg = (data && data[0] && data[0].msg) ? data[0].msg : 'Password change failed.';
var msg = (data && data[0] && data[0].msg) ? data[0].msg : 'Password change failed.';
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
- 476
$('#changePWAlert').show().text(msg);
$('#changePWAlert').show().text(msg);
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
- 477
}
}
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
- 478
},
},
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
- 479
error: function() {
error: function() {
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
- 480
$('#changePWAlert').show().text('Request failed. Please try again.');
$('#changePWAlert').show().text('Request failed. Please try again.');
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
- 481
}
}
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
- 482
});
});
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
- 483
});
});
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
- 484
{% endif %}
{% 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
- 485
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
- 486
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
- 487
// Validate FIDO2
// Validate FIDO2
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
- 488
$("#fido2-login").click(function(){
$("#fido2-login").click(function(){
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
- 489
$('#fido2-alerts').html();
$('#fido2-alerts').html();
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
- 490
if (!window.fetch || !navigator.credentials || !navigator.credentials.create) {
if (!window.fetch || !navigator.credentials || !navigator.credentials.create) {
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
- 491
window.alert('Browser not supported.');
window.alert('Browser not supported.');
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
- 492
return;
return;
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
- 493
}
}
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
- 494
window.fetch("/api/v1/get/fido2-get-args", {method:'GET',cache:'no-cache'}).then(function(response) {
window.fetch("/api/v1/get/fido2-get-args", {method:'GET',cache:'no-cache'}).then(function(response) {
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
- 495
return response.json();
return response.json();
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
- 496
}).then(function(json) {
}).then(function(json) {
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
- 497
if (json.success === false) {
if (json.success === false) {
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
- 498
throw new Error();
throw new Error();
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
- 499
}
}
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
- 500
recursiveBase64StrToArrayBuffer(json);
recursiveBase64StrToArrayBuffer(json);
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
- 501
return json;
return json;
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
- 502
}).then(function(getCredentialArgs) {
}).then(function(getCredentialArgs) {
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
- 503
return navigator.credentials.get(getCredentialArgs);
return navigator.credentials.get(getCredentialArgs);
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
- 504
}).then(function(cred) {
}).then(function(cred) {
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
- 505
return {
return {
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
- 506
id: cred.rawId ? arrayBufferToBase64(cred.rawId) : null,
id: cred.rawId ? arrayBufferToBase64(cred.rawId) : null,
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
- 507
clientDataJSON: cred.response.clientDataJSON ? arrayBufferToBase64(cred.response.clientDataJSON) : null,
clientDataJSON: cred.response.clientDataJSON ? arrayBufferToBase64(cred.response.clientDataJSON) : null,
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
- 508
authenticatorData: cred.response.authenticatorData ? arrayBufferToBase64(cred.response.authenticatorData) : null,
authenticatorData: cred.response.authenticatorData ? arrayBufferToBase64(cred.response.authenticatorData) : null,
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
- 509
signature : cred.response.signature ? arrayBufferToBase64(cred.response.signature) : null
signature : cred.response.signature ? arrayBufferToBase64(cred.response.signature) : null
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
- 510
};
};
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
- 511
}).then(JSON.stringify).then(function(AuthenticatorAttestationResponse) {
}).then(JSON.stringify).then(function(AuthenticatorAttestationResponse) {
FreddleSpl0it
over 1 year ago
bc21e7f
[Web] Separate FIDO2 logins
- Full commit hash
bc21e7fe503dcb0271a4cefaa53f6591d7792637- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 512
var formData = new FormData();
var formData = new FormData();
same change
bc21e7f
[Web] Separate FIDO2 logins
- Full commit hash
bc21e7fe503dcb0271a4cefaa53f6591d7792637- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 513
formData.append("token", AuthenticatorAttestationResponse);
formData.append("token", AuthenticatorAttestationResponse);
same change
bc21e7f
[Web] Separate FIDO2 logins
- Full commit hash
bc21e7fe503dcb0271a4cefaa53f6591d7792637- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 514
formData.append("verify_fido2_login", "true");
formData.append("verify_fido2_login", "true");
same change
bc21e7f
[Web] Separate FIDO2 logins
- Full commit hash
bc21e7fe503dcb0271a4cefaa53f6591d7792637- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 515
same change
bc21e7f
[Web] Separate FIDO2 logins
- Full commit hash
bc21e7fe503dcb0271a4cefaa53f6591d7792637- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 516
return window.fetch(window.location.href, {method:'POST', body: formData, cache:'no-cache'});
return window.fetch(window.location.href, {method:'POST', body: formData, cache:'no-cache'});
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
- 517
}).then(function(response) {
}).then(function(response) {
FreddleSpl0it
over 1 year ago
bc21e7f
[Web] Separate FIDO2 logins
- Full commit hash
bc21e7fe503dcb0271a4cefaa53f6591d7792637- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 518
window.location = window.location.href.split("#")[0];
window.location = window.location.href.split("#")[0];
same change
bc21e7f
[Web] Separate FIDO2 logins
- Full commit hash
bc21e7fe503dcb0271a4cefaa53f6591d7792637- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 519
}).catch(function(err) {
}).catch(function(err) {
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
- 520
if (typeof err.message === 'undefined') {
if (typeof err.message === 'undefined') {
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
- 521
mailcow_alert_box(lang_fido2.fido2_validation_failed, "danger");
mailcow_alert_box(lang_fido2.fido2_validation_failed, "danger");
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
- 522
} else {
} else {
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
- 523
mailcow_alert_box(lang_fido2.fido2_validation_failed + ":<br><i>" + err.message + "</i>", "danger");
mailcow_alert_box(lang_fido2.fido2_validation_failed + ":<br><i>" + err.message + "</i>", "danger");
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
- 524
}
}
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
- 525
});
});
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
- 526
});
});
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
- 527
// Set TFA/FIDO2
// Set TFA/FIDO2
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
- 528
$("#register-fido2, #register-fido2-touchid").click(function(){
$("#register-fido2, #register-fido2-touchid").click(function(){
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
- 529
let t = $(this);
let t = $(this);
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
- 530
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
- 531
$("option:selected").prop("selected", false);
$("option:selected").prop("selected", false);
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
- 532
if (!window.fetch || !navigator.credentials || !navigator.credentials.create) {
if (!window.fetch || !navigator.credentials || !navigator.credentials.create) {
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
- 533
window.alert('Browser not supported.');
window.alert('Browser not supported.');
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
- 534
return;
return;
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
- 535
}
}
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
- 536
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
- 537
window.fetch("/api/v1/get/fido2-registration/{{ mailcow_cc_username|url_encode(true)|default('null') }}", {method:'GET',cache:'no-cache'}).then(function(response) {
window.fetch("/api/v1/get/fido2-registration/{{ mailcow_cc_username|url_encode(true)|default('null') }}", {method:'GET',cache:'no-cache'}).then(function(response) {
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
- 538
return response.json();
return response.json();
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
- 539
}).then(function(json) {
}).then(function(json) {
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
- 540
if (json.success === false) {
if (json.success === false) {
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
- 541
throw new Error(json.msg);
throw new Error(json.msg);
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
- 542
}
}
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
- 543
recursiveBase64StrToArrayBuffer(json);
recursiveBase64StrToArrayBuffer(json);
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
- 544
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
- 545
// set attestation to node if we are registering apple touch id
// set attestation to node if we are registering apple touch id
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
- 546
if(t.attr('id') === 'register-fido2-touchid') {
if(t.attr('id') === 'register-fido2-touchid') {
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
- 547
json.publicKey.attestation = 'none';
json.publicKey.attestation = 'none';
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
- 548
json.publicKey.authenticatorSelection.authenticatorAttachment = "platform";
json.publicKey.authenticatorSelection.authenticatorAttachment = "platform";
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
- 549
}
}
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
- 550
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
- 551
return json;
return json;
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
- 552
}).then(function(createCredentialArgs) {
}).then(function(createCredentialArgs) {
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
- 553
console.log(createCredentialArgs);
console.log(createCredentialArgs);
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
- 554
return navigator.credentials.create(createCredentialArgs);
return navigator.credentials.create(createCredentialArgs);
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
- 555
}).then(function(cred) {
}).then(function(cred) {
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
- 556
return {
return {
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
- 557
clientDataJSON: cred.response.clientDataJSON ? arrayBufferToBase64(cred.response.clientDataJSON) : null,
clientDataJSON: cred.response.clientDataJSON ? arrayBufferToBase64(cred.response.clientDataJSON) : null,
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
- 558
attestationObject: cred.response.attestationObject ? arrayBufferToBase64(cred.response.attestationObject) : null
attestationObject: cred.response.attestationObject ? arrayBufferToBase64(cred.response.attestationObject) : null
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
- 559
};
};
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
- 560
}).then(JSON.stringify).then(function(AuthenticatorAttestationResponse) {
}).then(JSON.stringify).then(function(AuthenticatorAttestationResponse) {
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
- 561
return window.fetch("/api/v1/add/fido2-registration", {method:'POST', body: AuthenticatorAttestationResponse, cache:'no-cache'});
return window.fetch("/api/v1/add/fido2-registration", {method:'POST', body: AuthenticatorAttestationResponse, cache:'no-cache'});
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
- 562
}).then(function(response) {
}).then(function(response) {
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
- 563
return response.json();
return response.json();
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
- 564
}).then(function(json) {
}).then(function(json) {
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
- 565
if (json.success) {
if (json.success) {
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
- 566
window.location = window.location.href.split("#")[0];
window.location = window.location.href.split("#")[0];
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
- 567
} else {
} else {
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
- 568
throw new Error(json.msg);
throw new Error(json.msg);
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
- 569
}
}
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
- 570
}).catch(function(err) {
}).catch(function(err) {
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
- 571
$('#fido2-alerts').html('<span class="text-danger"><b>' + err.message + '</b></span>');
$('#fido2-alerts').html('<span class="text-danger"><b>' + err.message + '</b></span>');
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
- 572
});
});
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
- 573
});
});
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
- 574
$('#selectTFA').change(function () {
$('#selectTFA').change(function () {
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
- 575
if ($(this).val() == "yubi_otp") {
if ($(this).val() == "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
- 576
$('#YubiOTPModal').modal('show');
$('#YubiOTPModal').modal('show');
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
- 577
$("option:selected").prop("selected", false);
$("option:selected").prop("selected", false);
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
- 578
}
}
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
- 579
if ($(this).val() == "totp") {
if ($(this).val() == "totp") {
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
- 580
$('#TOTPModal').modal('show');
$('#TOTPModal').modal('show');
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
- 581
request_token = $('#tfa-qr-img').data('totp-secret');
request_token = $('#tfa-qr-img').data('totp-secret');
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
- 582
$.ajax({
$.ajax({
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
- 583
url: '/inc/ajax/qr_gen.php',
url: '/inc/ajax/qr_gen.php',
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
- 584
data: {
data: {
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
- 585
token: request_token,
token: request_token,
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
- 586
},
},
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
- 587
}).done(function (result) {
}).done(function (result) {
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
- 588
$("#tfa-qr-img").attr("src", result);
$("#tfa-qr-img").attr("src", result);
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
- 589
});
});
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
- 590
$("option:selected").prop("selected", false);
$("option:selected").prop("selected", false);
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
- 591
}
}
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
- 592
if ($(this).val() == "webauthn") {
if ($(this).val() == "webauthn") {
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
- 593
// check if Browser is supported
// check if Browser is supported
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
- 594
if (!window.fetch || !navigator.credentials || !navigator.credentials.create) {
if (!window.fetch || !navigator.credentials || !navigator.credentials.create) {
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
- 595
window.alert('Browser not supported.');
window.alert('Browser not supported.');
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
- 596
return;
return;
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
- 597
}
}
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
- 598
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
- 599
// show modal
// show modal
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
- 600
$('#WebAuthnModal').modal('show');
$('#WebAuthnModal').modal('show');
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
- 601
$("option:selected").prop("selected", false);
$("option:selected").prop("selected", false);
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
- 602
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
- 603
$("#start_webauthn_register").click(() => {
$("#start_webauthn_register").click(() => {
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
- 604
var key_id = document.getElementsByName('key_id')[1].value;
var key_id = document.getElementsByName('key_id')[1].value;
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
- 605
var confirm_password = document.getElementsByName('confirm_password')[1].value;
var confirm_password = document.getElementsByName('confirm_password')[1].value;
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
- 606
FreddleSpl0it
over 4 years ago
c11b655
migrating from u2f-api.js to webauthn [cleanup]
- Full commit hash
c11b6557dbd6dfa49a5038a4e5ec333903bf8594- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 607
// fetch WebAuthn create args
// fetch WebAuthn create args
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
- 608
window.fetch("/api/v1/get/webauthn-tfa-registration/{{ mailcow_cc_username|url_encode(true)|default('null') }}", {method:'GET',cache:'no-cache'}).then(response => {
window.fetch("/api/v1/get/webauthn-tfa-registration/{{ mailcow_cc_username|url_encode(true)|default('null') }}", {method:'GET',cache:'no-cache'}).then(response => {
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
- 609
return response.json();
return response.json();
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
- 610
}).then(json => {
}).then(json => {
FreddleSpl0it
about 4 years ago
6fb967c
extra tfa register debugging
- Full commit hash
6fb967cf79209ab4e143fe24e9e5461993ba68be- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 611
console.log(json);
console.log(json);
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
- 612
if (json.success === false) throw new Error(json.msg);
if (json.success === false) throw new Error(json.msg);
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
- 613
recursiveBase64StrToArrayBuffer(json);
recursiveBase64StrToArrayBuffer(json);
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
- 614
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
- 615
return json;
return json;
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
- 616
}).then(createCredentialArgs => {
}).then(createCredentialArgs => {
FreddleSpl0it
over 4 years ago
c11b655
migrating from u2f-api.js to webauthn [cleanup]
- Full commit hash
c11b6557dbd6dfa49a5038a4e5ec333903bf8594- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 617
// create credentials
// create credentials
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
- 618
return navigator.credentials.create(createCredentialArgs);
return navigator.credentials.create(createCredentialArgs);
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
- 619
}).then(cred => {
}).then(cred => {
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
- 620
return {
return {
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
- 621
clientDataJSON: cred.response.clientDataJSON ? arrayBufferToBase64(cred.response.clientDataJSON) : null,
clientDataJSON: cred.response.clientDataJSON ? arrayBufferToBase64(cred.response.clientDataJSON) : null,
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
- 622
attestationObject: cred.response.attestationObject ? arrayBufferToBase64(cred.response.attestationObject) : null,
attestationObject: cred.response.attestationObject ? arrayBufferToBase64(cred.response.attestationObject) : null,
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
- 623
key_id: key_id,
key_id: key_id,
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
- 624
tfa_method: "webauthn",
tfa_method: "webauthn",
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 625
confirm_password: confirm_password
confirm_password: confirm_password
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
- 626
};
};
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
- 627
}).then(JSON.stringify).then(AuthenticatorAttestationResponse => {
}).then(JSON.stringify).then(AuthenticatorAttestationResponse => {
FreddleSpl0it
over 4 years ago
c11b655
migrating from u2f-api.js to webauthn [cleanup]
- Full commit hash
c11b6557dbd6dfa49a5038a4e5ec333903bf8594- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 628
// send request
// send request
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
- 629
return window.fetch("/api/v1/add/webauthn-tfa-registration", {method:'POST', body: AuthenticatorAttestationResponse, cache:'no-cache'});
return window.fetch("/api/v1/add/webauthn-tfa-registration", {method:'POST', body: AuthenticatorAttestationResponse, cache:'no-cache'});
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
- 630
}).then(response => {
}).then(response => {
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
- 631
return response.json();
return response.json();
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
- 632
}).then(json => {
}).then(json => {
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
- 633
if (json.success) {
if (json.success) {
FreddleSpl0it
over 4 years ago
c11b655
migrating from u2f-api.js to webauthn [cleanup]
- Full commit hash
c11b6557dbd6dfa49a5038a4e5ec333903bf8594- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 634
// reload on success
// reload on success
FreddleSpl0it
over 4 years ago
6788c52
[WebAuthn] fix reload
- Full commit hash
6788c528cf83e1e14a043e5061ed9ab765a89737- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 635
window.location = window.location.href.split("#")[0];
window.location = window.location.href.split("#")[0];
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
- 636
} else {
} else {
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
- 637
throw new Error(json.msg);
throw new Error(json.msg);
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
- 638
}
}
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
- 639
}).catch(function(err) {
}).catch(function(err) {
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
- 640
console.log(err);
console.log(err);
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
- 641
var webauthn_return_code = document.getElementById('webauthn_return_code');
var webauthn_return_code = document.getElementById('webauthn_return_code');
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
- 642
webauthn_return_code.style.display = webauthn_return_code.style.display === 'none' ? '' : null;
webauthn_return_code.style.display = webauthn_return_code.style.display === 'none' ? '' : null;
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
- 643
webauthn_return_code.innerHTML = lang_tfa.error_code + ': ' + err + ' ' + lang_tfa.reload_retry;
webauthn_return_code.innerHTML = lang_tfa.error_code + ': ' + err + ' ' + lang_tfa.reload_retry;
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
- 644
});
});
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
- 645
});
});
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
- 646
}
}
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
- 647
if ($(this).val() == "none") {
if ($(this).val() == "none") {
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
- 648
$('#DisableTFAModal').modal('show');
$('#DisableTFAModal').modal('show');
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
- 649
$("option:selected").prop("selected", false);
$("option:selected").prop("selected", false);
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
- 650
}
}
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
- 651
});
});
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
- 652
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
- 653
{% if mailcow_cc_username %}
{% if mailcow_cc_username %}
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
- 654
// Reload after session timeout
// Reload after session timeout
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
- 655
var session_lifetime = {{ (session_lifetime * 1000) + 15000 }};
var session_lifetime = {{ (session_lifetime * 1000) + 15000 }};
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
- 656
setTimeout(function() {
setTimeout(function() {
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
- 657
location.reload();
location.reload();
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
- 658
}, session_lifetime);
}, session_lifetime);
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
- 659
{% endif %}
{% 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
- 660
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
- 661
// CSRF
// CSRF
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
- 662
$('<input type="hidden" value="{{ csrf_token }}">').attr('name', 'csrf_token').appendTo('form');
$('<input type="hidden" value="{{ csrf_token }}">').attr('name', 'csrf_token').appendTo('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
- 663
if (sessionStorage.scrollTop != "undefined") {
if (sessionStorage.scrollTop != "undefined") {
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
- 664
$(window).scrollTop(sessionStorage.scrollTop);
$(window).scrollTop(sessionStorage.scrollTop);
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
- 665
}
}
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
- 666
});
});
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
- 667
</script>
</script>
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
- 668
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
- 669
<div class="container footer">
<div class="container footer">
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
- 670
{% if ui_texts.ui_footer %}
{% if ui_texts.ui_footer %}
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
- 671
<hr><span class="rot-enc">{{ ui_texts.ui_footer|rot13|raw }}</span>
<hr><span class="rot-enc">{{ ui_texts.ui_footer|rot13|raw }}</span>
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
- 672
{% endif %}
{% endif %}
DerLinkman
almost 4 years ago
77f9947
Readded footer + vars.
- Full commit hash
77f9947613fa3aac9ac772574495a0ee50a3c91f- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 673
{% if mailcow_cc_username and mailcow_info.mailcow_branch|lower == "master" and mailcow_info.version_tag|default %}
{% if mailcow_cc_username and mailcow_info.mailcow_branch|lower == "master" and mailcow_info.version_tag|default %}
Niklas Meyer
over 4 years ago
89fdd19
Jan(moo)uary Update 2022 - Revision A (2022-01a) (#4445)
- Full commit hash
89fdd1986d922aa7ae87d589859cd3d483beaa23- Author
- Niklas Meyer <[email protected]>
- Date
- over 4 years ago
- Selected line
- 674
<span class="version">
<span class="version">
same change
89fdd19
Jan(moo)uary Update 2022 - Revision A (2022-01a) (#4445)
- Full commit hash
89fdd1986d922aa7ae87d589859cd3d483beaa23- Author
- Niklas Meyer <[email protected]>
- Date
- over 4 years ago
- Selected line
- 675
🐮 + 🐋 = 💕
🐮 + 🐋 = 💕
DerLinkman
almost 4 years ago
a8eb3b6
Added nightly footer
- Full commit hash
a8eb3b6ac5b03238f04eb33f08fde1ec98c07729- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 676
Version: <a href="{{ mailcow_info.git_project_url }}/releases/tag/{{ mailcow_info.version_tag }}" target="_blank">{{ mailcow_info.version_tag }}
Version: <a href="{{ mailcow_info.git_project_url }}/releases/tag/{{ mailcow_info.version_tag }}" target="_blank">{{ mailcow_info.version_tag }}
Niklas Meyer
over 4 years ago
89fdd19
Jan(moo)uary Update 2022 - Revision A (2022-01a) (#4445)
- Full commit hash
89fdd1986d922aa7ae87d589859cd3d483beaa23- Author
- Niklas Meyer <[email protected]>
- Date
- over 4 years ago
- Selected line
- 677
</a>
</a>
same change
89fdd19
Jan(moo)uary Update 2022 - Revision A (2022-01a) (#4445)
- Full commit hash
89fdd1986d922aa7ae87d589859cd3d483beaa23- Author
- Niklas Meyer <[email protected]>
- Date
- over 4 years ago
- Selected line
- 678
</span>
</span>
FreddleSpl0it
over 1 year ago
aca01c8
[Web] Separate Login pages
- Full commit hash
aca01c8aa2607777205226a86be29df338eb51d9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 679
{% endif %}
{% endif %}
DerLinkman
almost 4 years ago
ef311f2
Corrected Twig Footer
- Full commit hash
ef311f22bf5b188837909427438ee29423c2ac56- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 680
{% if mailcow_cc_username and mailcow_info.mailcow_branch|lower == "nightly" and mailcow_info.version_tag|default %}
{% if mailcow_cc_username and mailcow_info.mailcow_branch|lower == "nightly" and mailcow_info.version_tag|default %}
DerLinkman
almost 4 years ago
a8eb3b6
Added nightly footer
- Full commit hash
a8eb3b6ac5b03238f04eb33f08fde1ec98c07729- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 681
<span class="version">
<span class="version">
same change
a8eb3b6
Added nightly footer
- Full commit hash
a8eb3b6ac5b03238f04eb33f08fde1ec98c07729- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 682
🛠️🐮 + 🐋 = 💕
🛠️🐮 + 🐋 = 💕
same change
a8eb3b6
Added nightly footer
- Full commit hash
a8eb3b6ac5b03238f04eb33f08fde1ec98c07729- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 683
Nightly: <a href="{{ mailcow_info.git_project_url }}/commit/{{ mailcow_info.git_commit }}" target="_blank">{{ mailcow_info.version_tag }}
Nightly: <a href="{{ mailcow_info.git_project_url }}/commit/{{ mailcow_info.git_commit }}" target="_blank">{{ mailcow_info.version_tag }}
same change
a8eb3b6
Added nightly footer
- Full commit hash
a8eb3b6ac5b03238f04eb33f08fde1ec98c07729- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 684
</a><br>
</a><br>
same change
a8eb3b6
Added nightly footer
- Full commit hash
a8eb3b6ac5b03238f04eb33f08fde1ec98c07729- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 685
<span style="text-align:right;display:block;">Build: {{ mailcow_info.git_commit_date }}</span>
<span style="text-align:right;display:block;">Build: {{ mailcow_info.git_commit_date }}</span>
same change
a8eb3b6
Added nightly footer
- Full commit hash
a8eb3b6ac5b03238f04eb33f08fde1ec98c07729- Author
- DerLinkman <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 686
</span>
</span>
Niklas Meyer
over 4 years ago
89fdd19
Jan(moo)uary Update 2022 - Revision A (2022-01a) (#4445)
- Full commit hash
89fdd1986d922aa7ae87d589859cd3d483beaa23- Author
- Niklas Meyer <[email protected]>
- Date
- over 4 years ago
- Selected line
- 687
{% endif %}
{% endif %}
FreddleSpl0it
over 1 year ago
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 688
{% if mailcow_cc_username and mailcow_info.mailcow_branch|lower == "legacy" and mailcow_info.version_tag|default %}
{% if mailcow_cc_username and mailcow_info.mailcow_branch|lower == "legacy" and mailcow_info.version_tag|default %}
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 689
<span class="version">
<span class="version">
FreddleSpl0it
over 1 year ago
8d0c03b
small adjustment for legacy version
- Full commit hash
8d0c03b2fcaea088e1ece18faccde9a2d404a13d- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 690
⚰️🐮 + 🐋 = 💕
⚰️🐮 + 🐋 = 💕
FreddleSpl0it
over 1 year ago
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 691
Legacy: <a href="{{ mailcow_info.git_project_url }}/commit/{{ mailcow_info.git_commit }}" target="_blank">{{ mailcow_info.version_tag }}
Legacy: <a href="{{ mailcow_info.git_project_url }}/commit/{{ mailcow_info.git_commit }}" target="_blank">{{ mailcow_info.version_tag }}
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 692
</a><br>
</a><br>
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 693
<span style="text-align:right;display:block;">Build: {{ mailcow_info.git_commit_date }}</span>
<span style="text-align:right;display:block;">Build: {{ mailcow_info.git_commit_date }}</span>
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 694
</span>
</span>
same change
b77ff2f
Add switch to legacy version
- Full commit hash
b77ff2f51ce3491beb5aee30434619ddc79aba73- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 695
{% endif %}
{% 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
- 696
</div>
</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
- 697
</body>
</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
- 698
</html>
</html>