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/json_api.php
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
json_api.php
on main
Author
Date
Commit
Line
Code
andryyy
over 9 years ago
d891bc8
Docs
- Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b- Author
- andryyy <[email protected]>
- Date
- over 9 years ago
- Selected line
- 1
<?php
<?php
andryyy
about 9 years ago
8f213e8
Changes to api path
- Full commit hash
8f213e8df968acb66b6f5d644f8c6969b5e91fea- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 2
/*
/*
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 3
see /api
see /api
andryyy
about 9 years ago
8f213e8
Changes to api path
- Full commit hash
8f213e8df968acb66b6f5d644f8c6969b5e91fea- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 4
*/
*/
André
over 8 years ago
60e9750
[Web, Dovecot] Show wether a sync job is running, validate min max input attr and validate these values
- Full commit hash
60e97503f711ed776c68a8adaa0a5cd2c20fd1a0- Author
- André <[email protected]>
- Date
- over 8 years ago
- Selected line
- 5
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/prerequisites.inc.php';
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/prerequisites.inc.php';
FreddleSpl0it
about 3 years ago
192f67c
[Web] add cors to json_api
- Full commit hash
192f67cd4164baf4c080b77db17ccdd69ef568a9- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 6
cors("set_headers");
cors("set_headers");
same change
192f67c
[Web] add cors to json_api
- Full commit hash
192f67cd4164baf4c080b77db17ccdd69ef568a9- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 7
header('Content-Type: application/json');
header('Content-Type: application/json');
andryyy
about 9 years ago
711fa92
Fail silent
- Full commit hash
711fa922e62b88f45abcc8a78c1a34a3fe5e0a17- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 8
error_reporting(0);
error_reporting(0);
andre.peters
over 8 years ago
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 9
André
almost 8 years ago
7f86a80
[Web] Fix log line handling
- Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 10
function api_log($_data) {
function api_log($_data) {
andre.peters
over 8 years ago
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 11
global $redis;
global $redis;
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 12
$data_var = array();
$data_var = array();
André
almost 8 years ago
7f86a80
[Web] Fix log line handling
- Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 13
foreach ($_data as $data => &$value) {
foreach ($_data as $data => &$value) {
andre.peters
over 8 years ago
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 14
if ($data == 'csrf_token') {
if ($data == 'csrf_token') {
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 15
continue;
continue;
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 16
}
}
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 17
Kristian Feldsam
over 2 years ago
3e194c7
Domains datatable - server side processing
- Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732- Author
- Kristian Feldsam <[email protected]>
- Date
- over 2 years ago
- Selected line
- 18
$value = json_decode($value, true);
$value = json_decode($value, true);
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 19
if ($value) {
if ($value) {
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 20
if (is_array($value)) unset($value["csrf_token"]);
if (is_array($value)) unset($value["csrf_token"]);
andre.peters
over 8 years ago
7701660
[Web] Skip passwords in API log
- Full commit hash
77016601192f8f1c1f7d04204fc54863dc71da64- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 21
foreach ($value as $key => &$val) {
foreach ($value as $key => &$val) {
same change
7701660
[Web] Skip passwords in API log
- Full commit hash
77016601192f8f1c1f7d04204fc54863dc71da64- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 22
if(preg_match("/pass/i", $key)) {
if(preg_match("/pass/i", $key)) {
André
almost 8 years ago
7f86a80
[Web] Fix log line handling
- Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 23
$val = '*';
$val = '*';
andre.peters
over 8 years ago
7701660
[Web] Skip passwords in API log
- Full commit hash
77016601192f8f1c1f7d04204fc54863dc71da64- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 24
}
}
same change
7701660
[Web] Skip passwords in API log
- Full commit hash
77016601192f8f1c1f7d04204fc54863dc71da64- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 25
}
}
Kristian Feldsam
over 2 years ago
3e194c7
Domains datatable - server side processing
- Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732- Author
- Kristian Feldsam <[email protected]>
- Date
- over 2 years ago
- Selected line
- 26
$value = json_encode($value);
$value = json_encode($value);
andre.peters
over 8 years ago
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 27
}
}
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 28
$data_var[] = $data . "='" . $value . "'";
$data_var[] = $data . "='" . $value . "'";
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 29
}
}
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 30
andre.peters
over 8 years ago
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 31
try {
try {
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 32
$log_line = array(
$log_line = array(
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 33
'time' => time(),
'time' => time(),
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 34
'uri' => $_SERVER['REQUEST_URI'],
'uri' => $_SERVER['REQUEST_URI'],
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 35
'method' => $_SERVER['REQUEST_METHOD'],
'method' => $_SERVER['REQUEST_METHOD'],
André
almost 8 years ago
7f86a80
[Web] Fix log line handling
- Full commit hash
7f86a8067039b63e6afa7bb1724eadad9493d112- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 36
'remote' => get_remote_ip(),
'remote' => get_remote_ip(),
andre.peters
over 8 years ago
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 37
'data' => implode(', ', $data_var)
'data' => implode(', ', $data_var)
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 38
);
);
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 39
$redis->lPush('API_LOG', json_encode($log_line));
$redis->lPush('API_LOG', json_encode($log_line));
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 40
}
}
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 41
catch (RedisException $e) {
catch (RedisException $e) {
André
almost 8 years ago
a11cce6
[Web] Fixes for BCC map input fields
- Full commit hash
a11cce67654e7cd8a268b58592a25801e710861d- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 42
$_SESSION['return'][] = array(
$_SESSION['return'][] = array(
andre.peters
over 8 years ago
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 43
'type' => 'danger',
'type' => 'danger',
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 44
'msg' => 'Redis: '.$e
'msg' => 'Redis: '.$e
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 45
);
);
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 46
return false;
return false;
Kristian Feldsam
over 2 years ago
3e194c7
Domains datatable - server side processing
- Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732- Author
- Kristian Feldsam <[email protected]>
- Date
- over 2 years ago
- Selected line
- 47
}
}
andre.peters
over 8 years ago
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 48
}
}
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 49
FreddleSpl0it
over 2 years ago
cd24057
[Web] use SEC_FETCH_DEST header to block api requests
- Full commit hash
cd24057f1ad410c2f6117b481af137e8b27b25d3- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 50
// Block requests not intended for direct API use by checking the 'Sec-Fetch-Dest' header.
// Block requests not intended for direct API use by checking the 'Sec-Fetch-Dest' header.
same change
cd24057
[Web] use SEC_FETCH_DEST header to block api requests
- Full commit hash
cd24057f1ad410c2f6117b481af137e8b27b25d3- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 51
if (isset($_SERVER['HTTP_SEC_FETCH_DEST']) && $_SERVER['HTTP_SEC_FETCH_DEST'] !== 'empty') {
if (isset($_SERVER['HTTP_SEC_FETCH_DEST']) && $_SERVER['HTTP_SEC_FETCH_DEST'] !== 'empty') {
same change
cd24057
[Web] use SEC_FETCH_DEST header to block api requests
- Full commit hash
cd24057f1ad410c2f6117b481af137e8b27b25d3- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 52
header('HTTP/1.1 403 Forbidden');
header('HTTP/1.1 403 Forbidden');
same change
cd24057
[Web] use SEC_FETCH_DEST header to block api requests
- Full commit hash
cd24057f1ad410c2f6117b481af137e8b27b25d3- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 53
exit;
exit;
same change
cd24057
[Web] use SEC_FETCH_DEST header to block api requests
- Full commit hash
cd24057f1ad410c2f6117b481af137e8b27b25d3- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 54
}
}
same change
cd24057
[Web] use SEC_FETCH_DEST header to block api requests
- Full commit hash
cd24057f1ad410c2f6117b481af137e8b27b25d3- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 55
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 56
if (isset($_GET['query'])) {
if (isset($_GET['query'])) {
andryyy
about 9 years ago
8f213e8
Changes to api path
- Full commit hash
8f213e8df968acb66b6f5d644f8c6969b5e91fea- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 57
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 58
$query = explode('/', $_GET['query']);
$query = explode('/', $_GET['query']);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 59
$action = (isset($query[0])) ? $query[0] : null;
$action = (isset($query[0])) ? $query[0] : null;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 60
$category = (isset($query[1])) ? $query[1] : null;
$category = (isset($query[1])) ? $query[1] : null;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 61
$object = (isset($query[2])) ? $query[2] : null;
$object = (isset($query[2])) ? $query[2] : null;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 62
$extra = (isset($query[3])) ? $query[3] : null;
$extra = (isset($query[3])) ? $query[3] : null;
andryyy
about 9 years ago
5586bd2
Initial push or quick actions in alias table
- Full commit hash
5586bd2bb519ab23032aab9473e434c42521e465- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 63
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 64
// accept json in request body
// accept json in request body
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 65
if(strpos($_SERVER['HTTP_CONTENT_TYPE'], 'application/json') !== false) {
if(strpos($_SERVER['HTTP_CONTENT_TYPE'], 'application/json') !== false) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 66
$request = file_get_contents('php://input');
$request = file_get_contents('php://input');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 67
$requestDecoded = json_decode($request, true);
$requestDecoded = json_decode($request, true);
Kristián Feldsam
over 7 years ago
be2877c
JSON API Consume json in request body.
- Full commit hash
be2877c875ea936d4b9aa9eee0621378d754fe16- Author
- Kristián Feldsam <[email protected]>
- Date
- over 7 years ago
- Selected line
- 68
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 69
// check for valid json
// check for valid json
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 70
if ($action != 'get' && $requestDecoded === null) {
if ($action != 'get' && $requestDecoded === null) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 71
http_response_code(400);
http_response_code(400);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 72
echo json_encode(array(
echo json_encode(array(
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 73
'type' => 'error',
'type' => 'error',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 74
'msg' => 'Request body doesn\'t contain valid json!'
'msg' => 'Request body doesn\'t contain valid json!'
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 75
));
));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 76
exit;
exit;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 77
}
}
Kristián Feldsam
over 7 years ago
be2877c
JSON API Consume json in request body.
- Full commit hash
be2877c875ea936d4b9aa9eee0621378d754fe16- Author
- Kristián Feldsam <[email protected]>
- Date
- over 7 years ago
- Selected line
- 78
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 79
// add
// add
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 80
if ($action == 'add') {
if ($action == 'add') {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 81
$_POST['attr'] = $request;
$_POST['attr'] = $request;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 82
}
}
Kristián Feldsam
over 7 years ago
be2877c
JSON API Consume json in request body.
- Full commit hash
be2877c875ea936d4b9aa9eee0621378d754fe16- Author
- Kristián Feldsam <[email protected]>
- Date
- over 7 years ago
- Selected line
- 83
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 84
// edit
// edit
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 85
if ($action == 'edit') {
if ($action == 'edit') {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 86
$_POST['attr'] = json_encode($requestDecoded['attr']);
$_POST['attr'] = json_encode($requestDecoded['attr']);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 87
$_POST['items'] = json_encode($requestDecoded['items']);
$_POST['items'] = json_encode($requestDecoded['items']);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 88
}
}
Kristián Feldsam
over 7 years ago
be2877c
JSON API Consume json in request body.
- Full commit hash
be2877c875ea936d4b9aa9eee0621378d754fe16- Author
- Kristián Feldsam <[email protected]>
- Date
- over 7 years ago
- Selected line
- 89
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 90
// delete
// delete
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 91
if ($action == 'delete') {
if ($action == 'delete') {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 92
$_POST['items'] = $request;
$_POST['items'] = $request;
Kristián Feldsam
over 7 years ago
be2877c
JSON API Consume json in request body.
- Full commit hash
be2877c875ea936d4b9aa9eee0621378d754fe16- Author
- Kristián Feldsam <[email protected]>
- Date
- over 7 years ago
- Selected line
- 93
}
}
FreddleSpl0it
5 months ago
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 94
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 95
// search
// search
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 96
if ($action == 'search') {
if ($action == 'search') {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 97
// placeholder for search, as the request body is already decoded and available in $requestDecoded
// placeholder for search, as the request body is already decoded and available in $requestDecoded
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 98
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 99
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 100
api_log($_POST);
api_log($_POST);
André
about 8 years ago
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 101
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 102
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 103
$request_incomplete = json_encode(array(
$request_incomplete = json_encode(array(
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 104
'type' => 'error',
'type' => 'error',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 105
'msg' => 'Cannot find attributes in post data'
'msg' => 'Cannot find attributes in post data'
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 106
));
));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 107
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 108
switch ($action) {
switch ($action) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 109
case "add":
case "add":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 110
if ($_SESSION['mailcow_cc_api_access'] == 'ro' || isset($_SESSION['pending_mailcow_cc_username'])) {
if ($_SESSION['mailcow_cc_api_access'] == 'ro' || isset($_SESSION['pending_mailcow_cc_username'])) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 111
http_response_code(403);
http_response_code(403);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 112
echo json_encode(array(
echo json_encode(array(
André
about 8 years ago
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 113
'type' => 'error',
'type' => 'error',
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 114
'msg' => 'API read/write access denied'
'msg' => 'API read/write access denied'
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 115
));
));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 116
exit();
exit();
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 117
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 118
function process_add_return($return) {
function process_add_return($return) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 119
$generic_failure = json_encode(array(
$generic_failure = json_encode(array(
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 120
'type' => 'error',
'type' => 'error',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 121
'msg' => 'Cannot add item'
'msg' => 'Cannot add item'
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 122
));
));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 123
$generic_success = json_encode(array(
$generic_success = json_encode(array(
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 124
'type' => 'success',
'type' => 'success',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 125
'msg' => 'Task completed'
'msg' => 'Task completed'
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 126
));
));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 127
if ($return === false) {
if ($return === false) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 128
echo isset($_SESSION['return']) ? json_encode($_SESSION['return']) : $generic_failure;
echo isset($_SESSION['return']) ? json_encode($_SESSION['return']) : $generic_failure;
André
about 8 years ago
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 129
}
}
same change
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 130
else {
else {
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 131
echo isset($_SESSION['return']) ? json_encode($_SESSION['return']) : $generic_success;
echo isset($_SESSION['return']) ? json_encode($_SESSION['return']) : $generic_success;
andryyy
about 9 years ago
fd5a590
More structural changes
- Full commit hash
fd5a59086b5f179af4a25376af0a06ecb3296288- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 132
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 133
}
}
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
- 134
if (!isset($_POST['attr']) && $category != "fido2-registration" && $category != "webauthn-tfa-registration") {
if (!isset($_POST['attr']) && $category != "fido2-registration" && $category != "webauthn-tfa-registration") {
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 135
echo $request_incomplete;
echo $request_incomplete;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 136
exit;
exit;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 137
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 138
else {
else {
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
- 139
if ($category != "fido2-registration" && $category != "webauthn-tfa-registration") {
if ($category != "fido2-registration" && $category != "webauthn-tfa-registration") {
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 140
$attr = (array)json_decode($_POST['attr'], true);
$attr = (array)json_decode($_POST['attr'], true);
André
about 8 years ago
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 141
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 142
unset($attr['csrf_token']);
unset($attr['csrf_token']);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 143
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 144
// only allow POST requests to POST API endpoints
// only allow POST requests to POST API endpoints
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 145
if ($_SERVER['REQUEST_METHOD'] != 'POST') {
if ($_SERVER['REQUEST_METHOD'] != 'POST') {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 146
http_response_code(405);
http_response_code(405);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 147
echo json_encode(array(
echo json_encode(array(
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 148
'type' => 'error',
'type' => 'error',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 149
'msg' => 'only POST method is allowed'
'msg' => 'only POST method is allowed'
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 150
));
));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 151
exit();
exit();
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 152
}
}
andryyy
over 5 years ago
cf50ff0
[Web] Fix SSO for SOGo when authen with FIDO2, thanks to Drago!
- Full commit hash
cf50ff01daf2bff973304dea5aef7776ddbaef0b- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 153
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 154
switch ($category) {
switch ($category) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 155
// fido2-registration via POST
// fido2-registration via POST
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 156
case "fido2-registration":
case "fido2-registration":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 157
header('Content-Type: application/json');
header('Content-Type: application/json');
andryyy
about 5 years ago
d156a93
[Web] Various fixes; Allow users to login with FIDO2, SOGo SSO is a wip
- Full commit hash
d156a93a8415b0f488cee831a00387ffdf69b20f- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 158
if (isset($_SESSION["mailcow_cc_role"])) {
if (isset($_SESSION["mailcow_cc_role"])) {
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 159
$post = trim(file_get_contents('php://input'));
$post = trim(file_get_contents('php://input'));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 160
if ($post) {
if ($post) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 161
$post = json_decode($post);
$post = json_decode($post);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 162
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 163
$clientDataJSON = base64_decode($post->clientDataJSON);
$clientDataJSON = base64_decode($post->clientDataJSON);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 164
$attestationObject = base64_decode($post->attestationObject);
$attestationObject = base64_decode($post->attestationObject);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 165
$challenge = $_SESSION['challenge'];
$challenge = $_SESSION['challenge'];
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 166
try {
try {
andryyy
over 5 years ago
ff071e5
[Web] Different UV flag for auth and register, remove unique key from fido2, delete tfa/fido2 when removing user object
- Full commit hash
ff071e5120e6ce5ec5a0d6fbc5393d1ed6fd6465- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 167
$data = $WebAuthn->processCreate($clientDataJSON, $attestationObject, $challenge, $GLOBALS['FIDO2_UV_FLAG_REGISTER'], $GLOBALS['FIDO2_USER_PRESENT_FLAG']);
$data = $WebAuthn->processCreate($clientDataJSON, $attestationObject, $challenge, $GLOBALS['FIDO2_UV_FLAG_REGISTER'], $GLOBALS['FIDO2_USER_PRESENT_FLAG']);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 168
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 169
catch (Throwable $ex) {
catch (Throwable $ex) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 170
$return = new stdClass();
$return = new stdClass();
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 171
$return->success = false;
$return->success = false;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 172
$return->msg = $ex->getMessage();
$return->msg = $ex->getMessage();
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 173
echo json_encode($return);
echo json_encode($return);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 174
exit;
exit;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 175
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 176
fido2(array("action" => "register", "registration" => $data));
fido2(array("action" => "register", "registration" => $data));
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
- 177
// Release pending_tfa_setup session hold
// Release pending_tfa_setup session hold
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
- 178
unset($_SESSION['pending_tfa_setup']);
unset($_SESSION['pending_tfa_setup']);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 179
$return = new stdClass();
$return = new stdClass();
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 180
$return->success = true;
$return->success = true;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 181
echo json_encode($return);
echo json_encode($return);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 182
exit;
exit;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 183
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 184
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 185
echo $request_incomplete;
echo $request_incomplete;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 186
exit;
exit;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 187
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 188
break;
break;
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
- 189
case "webauthn-tfa-registration":
case "webauthn-tfa-registration":
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
- 190
if (isset($_SESSION["mailcow_cc_role"])) {
if (isset($_SESSION["mailcow_cc_role"])) {
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
- 191
// parse post data
// parse post data
same change
d1d1340
migrating from u2f-api.js to webauthn
- Full commit hash
d1d134038ffa2bde66ccfafd842dcafe5eb3ea11- Author
- FreddlePat <[email protected]>
- Date
- over 4 years ago
- Selected line
- 192
$post = trim(file_get_contents('php://input'));
$post = trim(file_get_contents('php://input'));
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
- 193
if ($post) $post = json_decode($post);
if ($post) $post = json_decode($post);
Kristian Feldsam
over 2 years ago
3e194c7
Domains datatable - server side processing
- Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732- Author
- Kristian Feldsam <[email protected]>
- Date
- over 2 years ago
- Selected line
- 194
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
- 195
// process registration data from authenticator
// process registration data from authenticator
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
- 196
try {
try {
FreddleSpl0it
over 4 years ago
e7fe52a
[Web] increase mysql publicKey field length
- Full commit hash
e7fe52a62522ef3f0f51d79e964c8209834073cc- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 197
// decode base64 strings
// decode base64 strings
same change
e7fe52a
[Web] increase mysql publicKey field length
- Full commit hash
e7fe52a62522ef3f0f51d79e964c8209834073cc- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 198
$clientDataJSON = base64_decode($post->clientDataJSON);
$clientDataJSON = base64_decode($post->clientDataJSON);
Kristian Feldsam
over 2 years ago
3e194c7
Domains datatable - server side processing
- Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732- Author
- Kristian Feldsam <[email protected]>
- Date
- over 2 years ago
- Selected line
- 199
$attestationObject = base64_decode($post->attestationObject);
$attestationObject = base64_decode($post->attestationObject);
FreddleSpl0it
over 4 years ago
e7fe52a
[Web] increase mysql publicKey field length
- Full commit hash
e7fe52a62522ef3f0f51d79e964c8209834073cc- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 200
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
- 201
// processCreate($clientDataJSON, $attestationObject, $challenge, $requireUserVerification=false, $requireUserPresent=true, $failIfRootMismatch=true)
// processCreate($clientDataJSON, $attestationObject, $challenge, $requireUserVerification=false, $requireUserPresent=true, $failIfRootMismatch=true)
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
- 202
$data = $WebAuthn->processCreate($clientDataJSON, $attestationObject, $_SESSION['challenge'], false, true);
$data = $WebAuthn->processCreate($clientDataJSON, $attestationObject, $_SESSION['challenge'], false, true);
FreddleSpl0it
over 4 years ago
e7fe52a
[Web] increase mysql publicKey field length
- Full commit hash
e7fe52a62522ef3f0f51d79e964c8209834073cc- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 203
same change
e7fe52a
[Web] increase mysql publicKey field length
- Full commit hash
e7fe52a62522ef3f0f51d79e964c8209834073cc- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 204
// safe authenticator in mysql `tfa` table
// safe authenticator in mysql `tfa` table
same change
e7fe52a
[Web] increase mysql publicKey field length
- Full commit hash
e7fe52a62522ef3f0f51d79e964c8209834073cc- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 205
$_data['tfa_method'] = $post->tfa_method;
$_data['tfa_method'] = $post->tfa_method;
same change
e7fe52a
[Web] increase mysql publicKey field length
- Full commit hash
e7fe52a62522ef3f0f51d79e964c8209834073cc- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 206
$_data['key_id'] = $post->key_id;
$_data['key_id'] = $post->key_id;
same change
e7fe52a
[Web] increase mysql publicKey field length
- Full commit hash
e7fe52a62522ef3f0f51d79e964c8209834073cc- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 207
$_data['confirm_password'] = $post->confirm_password;
$_data['confirm_password'] = $post->confirm_password;
same change
e7fe52a
[Web] increase mysql publicKey field length
- Full commit hash
e7fe52a62522ef3f0f51d79e964c8209834073cc- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 208
$_data['registration'] = $data;
$_data['registration'] = $data;
same change
e7fe52a
[Web] increase mysql publicKey field length
- Full commit hash
e7fe52a62522ef3f0f51d79e964c8209834073cc- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 209
set_tfa($_data);
set_tfa($_data);
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
- 210
}
}
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
- 211
catch (Throwable $ex) {
catch (Throwable $ex) {
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
- 212
// err
// 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
- 213
$return = new stdClass();
$return = new stdClass();
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
- 214
$return->success = false;
$return->success = 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
- 215
$return->msg = $ex->getMessage();
$return->msg = $ex->getMessage();
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
- 216
echo json_encode($return);
echo json_encode($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
- 217
exit;
exit;
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
- 218
}
}
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
- 219
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
- 220
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
- 221
// send response
// send 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
- 222
$return = new stdClass();
$return = new stdClass();
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
- 223
$return->success = true;
$return->success = true;
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
- 224
echo json_encode($return);
echo json_encode($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
- 225
exit;
exit;
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
- 226
}
}
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
- 227
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
- 228
// err - request incomplete
// err - request incomplete
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
- 229
echo $request_incomplete;
echo $request_incomplete;
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
- 230
exit;
exit;
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
- 231
}
}
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
- 232
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 233
case "time_limited_alias":
case "time_limited_alias":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 234
process_add_return(mailbox('add', 'time_limited_alias', $attr));
process_add_return(mailbox('add', 'time_limited_alias', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 235
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 236
case "relayhost":
case "relayhost":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 237
process_add_return(relayhost('add', $attr));
process_add_return(relayhost('add', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 238
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 239
case "transport":
case "transport":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 240
process_add_return(transport('add', $attr));
process_add_return(transport('add', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 241
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 242
case "rsetting":
case "rsetting":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 243
process_add_return(rsettings('add', $attr));
process_add_return(rsettings('add', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 244
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 245
case "mailbox":
case "mailbox":
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
- 246
switch ($object) {
switch ($object) {
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
- 247
case "template":
case "template":
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
- 248
process_add_return(mailbox('add', 'mailbox_templates', $attr));
process_add_return(mailbox('add', 'mailbox_templates', $attr));
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
- 249
break;
break;
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
- 250
default:
default:
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
- 251
process_add_return(mailbox('add', 'mailbox', $attr));
process_add_return(mailbox('add', 'mailbox', $attr));
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
- 252
break;
break;
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
- 253
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 254
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 255
case "oauth2-client":
case "oauth2-client":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 256
process_add_return(oauth2('add', 'client', $attr));
process_add_return(oauth2('add', 'client', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 257
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 258
case "domain":
case "domain":
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
- 259
switch ($object) {
switch ($object) {
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
- 260
case "template":
case "template":
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
- 261
process_add_return(mailbox('add', 'domain_templates', $attr));
process_add_return(mailbox('add', 'domain_templates', $attr));
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
- 262
break;
break;
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
- 263
default:
default:
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
- 264
process_add_return(mailbox('add', 'domain', $attr));
process_add_return(mailbox('add', 'domain', $attr));
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
- 265
break;
break;
Kristian Feldsam
over 2 years ago
3e194c7
Domains datatable - server side processing
- Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732- Author
- Kristian Feldsam <[email protected]>
- Date
- over 2 years ago
- Selected line
- 266
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 267
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 268
case "resource":
case "resource":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 269
process_add_return(mailbox('add', 'resource', $attr));
process_add_return(mailbox('add', 'resource', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 270
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 271
case "alias":
case "alias":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 272
process_add_return(mailbox('add', 'alias', $attr));
process_add_return(mailbox('add', 'alias', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 273
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 274
case "filter":
case "filter":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 275
process_add_return(mailbox('add', 'filter', $attr));
process_add_return(mailbox('add', 'filter', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 276
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 277
case "global-filter":
case "global-filter":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 278
process_add_return(mailbox('add', 'global_filter', $attr));
process_add_return(mailbox('add', 'global_filter', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 279
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 280
case "domain-policy":
case "domain-policy":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 281
process_add_return(policy('add', 'domain', $attr));
process_add_return(policy('add', 'domain', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 282
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 283
case "mailbox-policy":
case "mailbox-policy":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 284
process_add_return(policy('add', 'mailbox', $attr));
process_add_return(policy('add', 'mailbox', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 285
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 286
case "alias-domain":
case "alias-domain":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 287
process_add_return(mailbox('add', 'alias_domain', $attr));
process_add_return(mailbox('add', 'alias_domain', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 288
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 289
case "fwdhost":
case "fwdhost":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 290
process_add_return(fwdhost('add', $attr));
process_add_return(fwdhost('add', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 291
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 292
case "dkim":
case "dkim":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 293
process_add_return(dkim('add', $attr));
process_add_return(dkim('add', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 294
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 295
case "dkim_duplicate":
case "dkim_duplicate":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 296
process_add_return(dkim('duplicate', $attr));
process_add_return(dkim('duplicate', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 297
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 298
case "dkim_import":
case "dkim_import":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 299
process_add_return(dkim('import', $attr));
process_add_return(dkim('import', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 300
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 301
case "domain-admin":
case "domain-admin":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 302
process_add_return(domain_admin('add', $attr));
process_add_return(domain_admin('add', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 303
break;
break;
FreddleSpl0it
about 3 years ago
192f67c
[Web] add cors to json_api
- Full commit hash
192f67cd4164baf4c080b77db17ccdd69ef568a9- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 304
case "sso":
case "sso":
same change
192f67c
[Web] add cors to json_api
- Full commit hash
192f67cd4164baf4c080b77db17ccdd69ef568a9- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 305
switch ($object) {
switch ($object) {
same change
192f67c
[Web] add cors to json_api
- Full commit hash
192f67cd4164baf4c080b77db17ccdd69ef568a9- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 306
case "domain-admin":
case "domain-admin":
same change
192f67c
[Web] add cors to json_api
- Full commit hash
192f67cd4164baf4c080b77db17ccdd69ef568a9- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 307
$data = domain_admin_sso('issue', $attr);
$data = domain_admin_sso('issue', $attr);
same change
192f67c
[Web] add cors to json_api
- Full commit hash
192f67cd4164baf4c080b77db17ccdd69ef568a9- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 308
if($data) {
if($data) {
same change
192f67c
[Web] add cors to json_api
- Full commit hash
192f67cd4164baf4c080b77db17ccdd69ef568a9- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 309
echo json_encode($data);
echo json_encode($data);
same change
192f67c
[Web] add cors to json_api
- Full commit hash
192f67cd4164baf4c080b77db17ccdd69ef568a9- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 310
exit(0);
exit(0);
same change
192f67c
[Web] add cors to json_api
- Full commit hash
192f67cd4164baf4c080b77db17ccdd69ef568a9- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 311
}
}
same change
192f67c
[Web] add cors to json_api
- Full commit hash
192f67cd4164baf4c080b77db17ccdd69ef568a9- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 312
process_add_return($data);
process_add_return($data);
same change
192f67c
[Web] add cors to json_api
- Full commit hash
192f67cd4164baf4c080b77db17ccdd69ef568a9- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 313
break;
break;
same change
192f67c
[Web] add cors to json_api
- Full commit hash
192f67cd4164baf4c080b77db17ccdd69ef568a9- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 314
}
}
same change
192f67c
[Web] add cors to json_api
- Full commit hash
192f67cd4164baf4c080b77db17ccdd69ef568a9- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 315
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 316
case "admin":
case "admin":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 317
process_add_return(admin('add', $attr));
process_add_return(admin('add', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 318
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 319
case "syncjob":
case "syncjob":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 320
process_add_return(mailbox('add', 'syncjob', $attr));
process_add_return(mailbox('add', 'syncjob', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 321
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 322
case "bcc":
case "bcc":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 323
process_add_return(bcc('add', $attr));
process_add_return(bcc('add', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 324
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 325
case "recipient_map":
case "recipient_map":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 326
process_add_return(recipient_map('add', $attr));
process_add_return(recipient_map('add', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 327
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 328
case "tls-policy-map":
case "tls-policy-map":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 329
process_add_return(tls_policy_maps('add', $attr));
process_add_return(tls_policy_maps('add', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 330
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 331
case "app-passwd":
case "app-passwd":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 332
process_add_return(app_passwd('add', $attr));
process_add_return(app_passwd('add', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 333
break;
break;
DerLinkman
11 months ago
c39712a
pf/php: add mta-sts support (outbound) (#6686)
- Full commit hash
c39712af671cc150595e6aadc7c31868eef14408- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 334
case "mta-sts":
case "mta-sts":
same change
c39712a
pf/php: add mta-sts support (outbound) (#6686)
- Full commit hash
c39712af671cc150595e6aadc7c31868eef14408- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 335
process_add_return(mailbox('add', 'mta_sts', $attr));
process_add_return(mailbox('add', 'mta_sts', $attr));
same change
c39712a
pf/php: add mta-sts support (outbound) (#6686)
- Full commit hash
c39712af671cc150595e6aadc7c31868eef14408- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 336
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 337
// return no route found if no case is matched
// return no route found if no case is matched
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 338
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 339
http_response_code(404);
http_response_code(404);
ntimo
almost 7 years ago
72f8c0a
[API] Added proper status codes to API
- Full commit hash
72f8c0a5bdad505b91f87ed608efb5f1ed6e82d0- Author
- ntimo <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 340
echo json_encode(array(
echo json_encode(array(
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 341
'type' => 'error',
'type' => 'error',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 342
'msg' => 'route not found'
'msg' => 'route not found'
ntimo
almost 7 years ago
72f8c0a
[API] Added proper status codes to API
- Full commit hash
72f8c0a5bdad505b91f87ed608efb5f1ed6e82d0- Author
- ntimo <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 343
));
));
ntimo
almost 7 years ago
6372df2
[API] Replaced die(); with exit(); due to code conventions
- Full commit hash
6372df21feb51d783cdbd9bf0aff6f1f645e85b6- Author
- ntimo <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 344
exit();
exit();
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 345
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 346
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 347
case "get":
case "get":
andryyy
about 5 years ago
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 348
function process_get_return($data, $object = true) {
function process_get_return($data, $object = true) {
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 349
if ($object === true) {
if ($object === true) {
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 350
$ret_str = '{}';
$ret_str = '{}';
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 351
}
}
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 352
else {
else {
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 353
$ret_str = '[]';
$ret_str = '[]';
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 354
}
}
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 355
echo (!isset($data) || empty($data)) ? $ret_str : json_encode($data, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
echo (!isset($data) || empty($data)) ? $ret_str : json_encode($data, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 356
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 357
// only allow GET requests to GET API endpoints
// only allow GET requests to GET API endpoints
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 358
if ($_SERVER['REQUEST_METHOD'] != 'GET') {
if ($_SERVER['REQUEST_METHOD'] != 'GET') {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 359
http_response_code(405);
http_response_code(405);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 360
echo json_encode(array(
echo json_encode(array(
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 361
'type' => 'error',
'type' => 'error',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 362
'msg' => 'only GET method is allowed'
'msg' => 'only GET method is allowed'
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 363
));
));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 364
exit();
exit();
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 365
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 366
switch ($category) {
switch ($category) {
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
- 367
// fido2
// fido2
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
- 368
case "fido2-registration":
case "fido2-registration":
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
- 369
header('Content-Type: application/json');
header('Content-Type: application/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
- 370
if (isset($_SESSION["mailcow_cc_role"])) {
if (isset($_SESSION["mailcow_cc_role"])) {
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
- 371
// Exclude existing CredentialIds, if any
// Exclude existing CredentialIds, if any
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
- 372
$excludeCredentialIds = fido2(array("action" => "get_user_cids"));
$excludeCredentialIds = fido2(array("action" => "get_user_cids"));
FreddleSpl0it
over 4 years ago
9c59669
add fido2 platform internal authentication
- Full commit hash
9c596691d25184b9a7b42a61a34ea0f937f656a1- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 373
$createArgs = $WebAuthn->getCreateArgs($_SESSION["mailcow_cc_username"], $_SESSION["mailcow_cc_username"], $_SESSION["mailcow_cc_username"], 30, true, $GLOBALS['FIDO2_UV_FLAG_REGISTER'], null, $excludeCredentialIds);
$createArgs = $WebAuthn->getCreateArgs($_SESSION["mailcow_cc_username"], $_SESSION["mailcow_cc_username"], $_SESSION["mailcow_cc_username"], 30, true, $GLOBALS['FIDO2_UV_FLAG_REGISTER'], null, $excludeCredentialIds);
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
- 374
print(json_encode($createArgs));
print(json_encode($createArgs));
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
- 375
$_SESSION['challenge'] = $WebAuthn->getChallenge();
$_SESSION['challenge'] = $WebAuthn->getChallenge();
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
- 376
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
- 377
}
}
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
- 378
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
- 379
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
- 380
}
}
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
- 381
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 382
case "fido2-get-args":
case "fido2-get-args":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 383
header('Content-Type: application/json');
header('Content-Type: application/json');
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
- 384
// Login without username, no ids!
// Login without username, no ids!
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
- 385
// $ids = fido2(array("action" => "get_all_cids"));
// $ids = fido2(array("action" => "get_all_cids"));
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
- 386
// if (count($ids) == 0) {
// if (count($ids) == 0) {
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
- 387
// return;
// return;
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
- 388
// }
// }
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
- 389
$ids = NULL;
$ids = NULL;
FreddleSpl0it
over 4 years ago
3d250bf
add fido2 android support by including cids
- Full commit hash
3d250bfa49157d015501a19c1af1cc2abe102f14- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 390
FreddleSpl0it
about 4 years ago
0eb2545
[WebAuthn] send empty transports array to fix android bug
- Full commit hash
0eb254577374963160770d9ab08759c6e76ac04d- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 391
$getArgs = $WebAuthn->getGetArgs($ids, 30, false, false, false, false, $GLOBALS['FIDO2_UV_FLAG_LOGIN']);
$getArgs = $WebAuthn->getGetArgs($ids, 30, false, false, false, false, $GLOBALS['FIDO2_UV_FLAG_LOGIN']);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 392
print(json_encode($getArgs));
print(json_encode($getArgs));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 393
$_SESSION['challenge'] = $WebAuthn->getChallenge();
$_SESSION['challenge'] = $WebAuthn->getChallenge();
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 394
return;
return;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 395
break;
break;
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
- 396
// webauthn two factor authentication
// webauthn two factor authentication
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
- 397
case "webauthn-tfa-registration":
case "webauthn-tfa-registration":
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
- 398
if (isset($_SESSION["mailcow_cc_role"])) {
if (isset($_SESSION["mailcow_cc_role"])) {
FreddleSpl0it
over 4 years ago
ab21c7a
prevent user from registering authenticator multiple times
- Full commit hash
ab21c7a06b89e85ed216ac67711a0f6723f49781- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 399
// Exclude existing CredentialIds, if any
// Exclude existing CredentialIds, if any
FreddleSpl0it
about 4 years ago
52e92cc
fix sql query for tfa registration
- Full commit hash
52e92cc0db159f6e576401c4959a1240a7d945f8- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 400
$stmt = $pdo->prepare("SELECT `keyHandle` FROM `tfa` WHERE username = :username AND authmech = :authmech");
$stmt = $pdo->prepare("SELECT `keyHandle` FROM `tfa` WHERE username = :username AND authmech = :authmech");
same change
52e92cc
fix sql query for tfa registration
- Full commit hash
52e92cc0db159f6e576401c4959a1240a7d945f8- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 401
$stmt->execute(array(
$stmt->execute(array(
same change
52e92cc
fix sql query for tfa registration
- Full commit hash
52e92cc0db159f6e576401c4959a1240a7d945f8- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 402
':username' => $_SESSION['mailcow_cc_username'],
':username' => $_SESSION['mailcow_cc_username'],
same change
52e92cc
fix sql query for tfa registration
- Full commit hash
52e92cc0db159f6e576401c4959a1240a7d945f8- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 403
':authmech' => 'webauthn'
':authmech' => 'webauthn'
same change
52e92cc
fix sql query for tfa registration
- Full commit hash
52e92cc0db159f6e576401c4959a1240a7d945f8- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 404
));
));
FreddleSpl0it
over 4 years ago
ab21c7a
prevent user from registering authenticator multiple times
- Full commit hash
ab21c7a06b89e85ed216ac67711a0f6723f49781- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 405
$rows = $stmt->fetchAll(PDO::FETCH_ASSOC);
$rows = $stmt->fetchAll(PDO::FETCH_ASSOC);
same change
ab21c7a
prevent user from registering authenticator multiple times
- Full commit hash
ab21c7a06b89e85ed216ac67711a0f6723f49781- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 406
while($row = array_shift($rows)) {
while($row = array_shift($rows)) {
same change
ab21c7a
prevent user from registering authenticator multiple times
- Full commit hash
ab21c7a06b89e85ed216ac67711a0f6723f49781- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 407
$excludeCredentialIds[] = base64_decode($row['keyHandle']);
$excludeCredentialIds[] = base64_decode($row['keyHandle']);
same change
ab21c7a
prevent user from registering authenticator multiple times
- Full commit hash
ab21c7a06b89e85ed216ac67711a0f6723f49781- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 408
}
}
FreddleSpl0it
over 4 years ago
59c8116
migrating from u2f-api.js to webauthn
- Full commit hash
59c81162478823ab8a1d78b39c3102779a535ec4- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 409
// getCreateArgs($userId, $userName, $userDisplayName, $timeout=20, $requireResidentKey=false, $requireUserVerification=false, $crossPlatformAttachment=null, $excludeCredentialIds=array())
// getCreateArgs($userId, $userName, $userDisplayName, $timeout=20, $requireResidentKey=false, $requireUserVerification=false, $crossPlatformAttachment=null, $excludeCredentialIds=array())
same change
59c8116
migrating from u2f-api.js to webauthn
- Full commit hash
59c81162478823ab8a1d78b39c3102779a535ec4- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 410
// cross-platform: true, if type internal is not allowed
// cross-platform: true, if type internal is not allowed
FreddleSpl0it
over 4 years ago
ab0f8fa
migrating from u2f-api.js to webauthn
- Full commit hash
ab0f8fa8b0c74909fb017b5fd438b3868ec90d24- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 411
// false, if only internal is allowed
// false, if only internal is allowed
same change
ab0f8fa
migrating from u2f-api.js to webauthn
- Full commit hash
ab0f8fa8b0c74909fb017b5fd438b3868ec90d24- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 412
// null, if internal and cross-platform is allowed
// null, if internal and cross-platform is allowed
FreddleSpl0it
over 4 years ago
ab21c7a
prevent user from registering authenticator multiple times
- Full commit hash
ab21c7a06b89e85ed216ac67711a0f6723f49781- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 413
$createArgs = $WebAuthn->getCreateArgs($_SESSION["mailcow_cc_username"], $_SESSION["mailcow_cc_username"], $_SESSION["mailcow_cc_username"], 30, false, $GLOBALS['WEBAUTHN_UV_FLAG_REGISTER'], null, $excludeCredentialIds);
$createArgs = $WebAuthn->getCreateArgs($_SESSION["mailcow_cc_username"], $_SESSION["mailcow_cc_username"], $_SESSION["mailcow_cc_username"], 30, false, $GLOBALS['WEBAUTHN_UV_FLAG_REGISTER'], null, $excludeCredentialIds);
Kristian Feldsam
over 2 years ago
3e194c7
Domains datatable - server side processing
- Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732- Author
- Kristian Feldsam <[email protected]>
- Date
- over 2 years ago
- Selected line
- 414
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
- 415
print(json_encode($createArgs));
print(json_encode($createArgs));
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
- 416
$_SESSION['challenge'] = $WebAuthn->getChallenge();
$_SESSION['challenge'] = $WebAuthn->getChallenge();
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
- 417
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
- 418
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
- 419
}
}
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
- 420
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
- 421
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
- 422
}
}
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
- 423
break;
break;
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
- 424
case "webauthn-tfa-get-args":
case "webauthn-tfa-get-args":
FreddleSpl0it
about 4 years ago
7d5990b
restrict webauthn-tfa-get-args sql query
- Full commit hash
7d5990bf0fff79411d9e783cb5182705d367f5cc- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 425
$stmt = $pdo->prepare("SELECT `keyHandle` FROM `tfa` WHERE username = :username AND authmech = :authmech");
$stmt = $pdo->prepare("SELECT `keyHandle` FROM `tfa` WHERE username = :username AND authmech = :authmech");
same change
7d5990b
restrict webauthn-tfa-get-args sql query
- Full commit hash
7d5990bf0fff79411d9e783cb5182705d367f5cc- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 426
$stmt->execute(array(
$stmt->execute(array(
same change
7d5990b
restrict webauthn-tfa-get-args sql query
- Full commit hash
7d5990bf0fff79411d9e783cb5182705d367f5cc- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 427
':username' => $_SESSION['pending_mailcow_cc_username'],
':username' => $_SESSION['pending_mailcow_cc_username'],
same change
7d5990b
restrict webauthn-tfa-get-args sql query
- Full commit hash
7d5990bf0fff79411d9e783cb5182705d367f5cc- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 428
':authmech' => 'webauthn'
':authmech' => 'webauthn'
same change
7d5990b
restrict webauthn-tfa-get-args sql query
- Full commit hash
7d5990bf0fff79411d9e783cb5182705d367f5cc- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 429
));
));
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
- 430
$rows = $stmt->fetchAll(PDO::FETCH_ASSOC);
$rows = $stmt->fetchAll(PDO::FETCH_ASSOC);
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
- 431
if (count($rows) == 0) {
if (count($rows) == 0) {
FreddleSpl0it
over 4 years ago
3d250bf
add fido2 android support by including cids
- Full commit hash
3d250bfa49157d015501a19c1af1cc2abe102f14- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 432
print(json_encode(array(
print(json_encode(array(
same change
3d250bf
add fido2 android support by including cids
- Full commit hash
3d250bfa49157d015501a19c1af1cc2abe102f14- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 433
'type' => 'error',
'type' => 'error',
same change
3d250bf
add fido2 android support by including cids
- Full commit hash
3d250bfa49157d015501a19c1af1cc2abe102f14- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 434
'msg' => 'Cannot find matching credentialIds'
'msg' => 'Cannot find matching credentialIds'
same change
3d250bf
add fido2 android support by including cids
- Full commit hash
3d250bfa49157d015501a19c1af1cc2abe102f14- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 435
)));
)));
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
- 436
exit;
exit;
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 437
}
}
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 438
while($row = array_shift($rows)) {
while($row = array_shift($rows)) {
same change
3ef2b6c
[Web] add verify selected tfa
- Full commit hash
3ef2b6cfa2a99c1adbd2e9e5e74b278274fa4ade- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 439
$cids[] = base64_decode($row['keyHandle']);
$cids[] = base64_decode($row['keyHandle']);
FreddleSpl0it
over 4 years ago
3d250bf
add fido2 android support by including cids
- Full commit hash
3d250bfa49157d015501a19c1af1cc2abe102f14- Author
- FreddleSpl0it <[email protected]>
- Date
- over 4 years ago
- Selected line
- 440
}
}
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
- 441
FreddleSpl0it
about 4 years ago
0eb2545
[WebAuthn] send empty transports array to fix android bug
- Full commit hash
0eb254577374963160770d9ab08759c6e76ac04d- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 442
$getArgs = $WebAuthn->getGetArgs($cids, 30, false, false, false, false, $GLOBALS['WEBAUTHN_UV_FLAG_LOGIN']);
$getArgs = $WebAuthn->getGetArgs($cids, 30, false, false, false, false, $GLOBALS['WEBAUTHN_UV_FLAG_LOGIN']);
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
- 443
$getArgs->publicKey->extensions = array('appid' => "https://".$getArgs->publicKey->rpId);
$getArgs->publicKey->extensions = array('appid' => "https://".$getArgs->publicKey->rpId);
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
- 444
print(json_encode($getArgs));
print(json_encode($getArgs));
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
- 445
$_SESSION['challenge'] = $WebAuthn->getChallenge();
$_SESSION['challenge'] = $WebAuthn->getChallenge();
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
- 446
return;
return;
FreddleSpl0it
almost 2 years ago
10dfd0a
[Web][DockerApi] Add the ability to rename the local part of a mailbox
- Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 447
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 448
}
}
andryyy
over 5 years ago
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 449
if (isset($_SESSION['mailcow_cc_role'])) {
if (isset($_SESSION['mailcow_cc_role'])) {
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 450
switch ($category) {
switch ($category) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 451
case "rspamd":
case "rspamd":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 452
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 453
case "actions":
case "actions":
andryyy
over 5 years ago
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 454
$data = rspamd_actions();
$data = rspamd_actions();
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 455
if ($data) {
if ($data) {
andryyy
over 5 years ago
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 456
echo json_encode($data, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
echo json_encode($data, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 457
}
}
andryyy
over 5 years ago
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 458
else {
else {
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 459
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 460
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 461
break;
break;
andryyy
over 6 years ago
942ddcc
[Web] Fix U2F authentication, fixes #3468
- Full commit hash
942ddcc21273ec7f65def51ed1b505fd0a0934ae- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 462
}
}
same change
942ddcc
[Web] Fix U2F authentication, fixes #3468
- Full commit hash
942ddcc21273ec7f65def51ed1b505fd0a0934ae- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 463
break;
break;
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 464
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 465
case "domain":
case "domain":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 466
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 467
case "all":
case "all":
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 468
$tags = null;
$tags = null;
Kristian Feldsam
over 2 years ago
3e194c7
Domains datatable - server side processing
- Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732- Author
- Kristian Feldsam <[email protected]>
- Date
- over 2 years ago
- Selected line
- 469
if (isset($_GET['tags']) && $_GET['tags'] != '')
if (isset($_GET['tags']) && $_GET['tags'] != '')
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 470
$tags = explode(',', $_GET['tags']);
$tags = explode(',', $_GET['tags']);
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 471
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 472
$domains = mailbox('get', 'domains', null, $tags);
$domains = mailbox('get', 'domains', null, $tags);
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 473
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 474
if (!empty($domains)) {
if (!empty($domains)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 475
foreach ($domains as $domain) {
foreach ($domains as $domain) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 476
if ($details = mailbox('get', 'domain_details', $domain)) {
if ($details = mailbox('get', 'domain_details', $domain)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 477
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 478
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 479
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 480
continue;
continue;
andryyy
about 9 years ago
bbff045
Use API for forwarding hosts
- Full commit hash
bbff045d0434e5c265657da3c5a8735c3911da05- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 481
}
}
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 482
}
}
same change
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 483
process_get_return($data);
process_get_return($data);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 484
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 485
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 486
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 487
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 488
break;
break;
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
- 489
case "template":
case "template":
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
- 490
switch ($extra){
switch ($extra){
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
- 491
case "all":
case "all":
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
- 492
process_get_return(mailbox('get', 'domain_templates'));
process_get_return(mailbox('get', 'domain_templates'));
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
- 493
break;
break;
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
- 494
default:
default:
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
- 495
process_get_return(mailbox('get', 'domain_templates', $extra));
process_get_return(mailbox('get', 'domain_templates', $extra));
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
- 496
break;
break;
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
- 497
}
}
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
- 498
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 499
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 500
$data = mailbox('get', 'domain_details', $object);
$data = mailbox('get', 'domain_details', $object);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 501
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 502
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 503
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 504
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 505
andryyy
over 5 years ago
5ea649b
[Web] Feature: Add password policy
- Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 506
case "passwordpolicy":
case "passwordpolicy":
same change
5ea649b
[Web] Feature: Add password policy
- Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 507
switch ($object) {
switch ($object) {
same change
5ea649b
[Web] Feature: Add password policy
- Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 508
case "html":
case "html":
same change
5ea649b
[Web] Feature: Add password policy
- Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 509
$password_complexity_rules = password_complexity('html');
$password_complexity_rules = password_complexity('html');
same change
5ea649b
[Web] Feature: Add password policy
- Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 510
if ($password_complexity_rules !== false) {
if ($password_complexity_rules !== false) {
same change
5ea649b
[Web] Feature: Add password policy
- Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 511
process_get_return($password_complexity_rules);
process_get_return($password_complexity_rules);
same change
5ea649b
[Web] Feature: Add password policy
- Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 512
}
}
same change
5ea649b
[Web] Feature: Add password policy
- Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 513
else {
else {
same change
5ea649b
[Web] Feature: Add password policy
- Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 514
echo '{}';
echo '{}';
same change
5ea649b
[Web] Feature: Add password policy
- Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 515
}
}
same change
5ea649b
[Web] Feature: Add password policy
- Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 516
break;
break;
FreddleSpl0it
over 3 years ago
c928948
[Web] use saved password policy for pwgen
- Full commit hash
c928948b1508a0f2c787926c8b2843ede56489f9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 517
default:
default:
same change
c928948
[Web] use saved password policy for pwgen
- Full commit hash
c928948b1508a0f2c787926c8b2843ede56489f9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 518
$password_complexity_rules = password_complexity('get');
$password_complexity_rules = password_complexity('get');
same change
c928948
[Web] use saved password policy for pwgen
- Full commit hash
c928948b1508a0f2c787926c8b2843ede56489f9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 519
if ($password_complexity_rules !== false) {
if ($password_complexity_rules !== false) {
same change
c928948
[Web] use saved password policy for pwgen
- Full commit hash
c928948b1508a0f2c787926c8b2843ede56489f9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 520
process_get_return($password_complexity_rules);
process_get_return($password_complexity_rules);
same change
c928948
[Web] use saved password policy for pwgen
- Full commit hash
c928948b1508a0f2c787926c8b2843ede56489f9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 521
}
}
same change
c928948
[Web] use saved password policy for pwgen
- Full commit hash
c928948b1508a0f2c787926c8b2843ede56489f9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 522
else {
else {
same change
c928948
[Web] use saved password policy for pwgen
- Full commit hash
c928948b1508a0f2c787926c8b2843ede56489f9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 523
echo '{}';
echo '{}';
same change
c928948
[Web] use saved password policy for pwgen
- Full commit hash
c928948b1508a0f2c787926c8b2843ede56489f9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 524
}
}
same change
c928948
[Web] use saved password policy for pwgen
- Full commit hash
c928948b1508a0f2c787926c8b2843ede56489f9- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 525
break;
break;
andryyy
over 5 years ago
5ea649b
[Web] Feature: Add password policy
- Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 526
}
}
same change
5ea649b
[Web] Feature: Add password policy
- Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 527
break;
break;
same change
5ea649b
[Web] Feature: Add password policy
- Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 528
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 529
case "app-passwd":
case "app-passwd":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 530
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 531
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 532
if (empty($extra)) {
if (empty($extra)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 533
$app_passwds = app_passwd('get');
$app_passwds = app_passwd('get');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 534
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 535
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 536
$app_passwds = app_passwd('get', array('username' => $extra));
$app_passwds = app_passwd('get', array('username' => $extra));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 537
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 538
if (!empty($app_passwds)) {
if (!empty($app_passwds)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 539
foreach ($app_passwds as $app_passwd) {
foreach ($app_passwds as $app_passwd) {
andryyy
almost 5 years ago
e616755
[Web] Fix app password editing, fixes #4239
- Full commit hash
e6167550728e24d724d7e748eec4d007ec6580cc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 540
$details = app_passwd('details', $app_passwd['id']);
$details = app_passwd('details', $app_passwd['id']);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 541
if ($details !== false) {
if ($details !== false) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 542
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 543
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 544
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 545
continue;
continue;
andryyy
over 6 years ago
653c058
[Web] Feature: Allow app passwords for imap/smtp, allow to set acl permission for app passwords (domain admin [when logged in as user] and user)
- Full commit hash
653c058e33039c174d5cc73b7162101c5158d150- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 546
}
}
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 547
}
}
same change
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 548
process_get_return($data);
process_get_return($data);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 549
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 550
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 551
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 552
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 553
break;
break;
andryyy
over 6 years ago
653c058
[Web] Feature: Allow app passwords for imap/smtp, allow to set acl permission for app passwords (domain admin [when logged in as user] and user)
- Full commit hash
653c058e33039c174d5cc73b7162101c5158d150- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 554
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 555
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 556
$data = app_passwd('details', array('id' => $object['id']));
$data = app_passwd('details', array('id' => $object['id']));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 557
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 558
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 559
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 560
break;
break;
André
over 7 years ago
e30dfd6
[Web] Queue manager for Postfix
- Full commit hash
e30dfd6751d27f4edece2c58866a486b338cb7d2- Author
- André <[email protected]>
- Date
- over 7 years ago
- Selected line
- 561
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 562
case "mailq":
case "mailq":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 563
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 564
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 565
$mailq = mailq('get');
$mailq = mailq('get');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 566
if (!empty($mailq)) {
if (!empty($mailq)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 567
echo $mailq;
echo $mailq;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 568
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 569
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 570
echo '[]';
echo '[]';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 571
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 572
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 573
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 574
break;
break;
andryyy
almost 5 years ago
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 575
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 576
case "postcat":
case "postcat":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 577
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 578
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 579
$data = mailq('cat', array('qid' => $object));
$data = mailq('cat', array('qid' => $object));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 580
echo $data;
echo $data;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 581
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 582
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 583
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 584
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 585
case "global_filters":
case "global_filters":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 586
$global_filters = mailbox('get', 'global_filter_details');
$global_filters = mailbox('get', 'global_filter_details');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 587
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 588
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 589
if (!empty($global_filters)) {
if (!empty($global_filters)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 590
process_get_return($global_filters);
process_get_return($global_filters);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 591
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 592
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 593
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 594
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 595
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 596
case "prefilter":
case "prefilter":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 597
if (!empty($global_filters['prefilter'])) {
if (!empty($global_filters['prefilter'])) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 598
process_get_return($global_filters['prefilter']);
process_get_return($global_filters['prefilter']);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 599
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 600
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 601
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 602
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 603
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 604
case "postfilter":
case "postfilter":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 605
if (!empty($global_filters['postfilter'])) {
if (!empty($global_filters['postfilter'])) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 606
process_get_return($global_filters['postfilter']);
process_get_return($global_filters['postfilter']);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 607
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 608
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 609
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 610
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 611
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 612
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 613
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 614
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 615
case "rl-domain":
case "rl-domain":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 616
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 617
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 618
$domains = array_merge(mailbox('get', 'domains'), mailbox('get', 'alias_domains'));
$domains = array_merge(mailbox('get', 'domains'), mailbox('get', 'alias_domains'));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 619
if (!empty($domains)) {
if (!empty($domains)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 620
foreach ($domains as $domain) {
foreach ($domains as $domain) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 621
if ($details = ratelimit('get', 'domain', $domain)) {
if ($details = ratelimit('get', 'domain', $domain)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 622
$details['domain'] = $domain;
$details['domain'] = $domain;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 623
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 624
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 625
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 626
continue;
continue;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 627
}
}
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 628
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 629
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 630
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 631
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 632
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 633
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 634
break;
break;
andryyy
over 6 years ago
e1897b0
[Web] Allow to set global sieve filters
- Full commit hash
e1897b0631db96a9d05604f2eb38132122edb099- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 635
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 636
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 637
$data = ratelimit('get', 'domain', $object);
$data = ratelimit('get', 'domain', $object);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 638
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 639
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 640
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 641
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 642
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 643
case "rl-mbox":
case "rl-mbox":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 644
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 645
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 646
$domains = mailbox('get', 'domains');
$domains = mailbox('get', 'domains');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 647
if (!empty($domains)) {
if (!empty($domains)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 648
foreach ($domains as $domain) {
foreach ($domains as $domain) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 649
$mailboxes = mailbox('get', 'mailboxes', $domain);
$mailboxes = mailbox('get', 'mailboxes', $domain);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 650
if (!empty($mailboxes)) {
if (!empty($mailboxes)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 651
foreach ($mailboxes as $mailbox) {
foreach ($mailboxes as $mailbox) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 652
if ($details = ratelimit('get', 'mailbox', $mailbox)) {
if ($details = ratelimit('get', 'mailbox', $mailbox)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 653
$details['mailbox'] = $mailbox;
$details['mailbox'] = $mailbox;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 654
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 655
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 656
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 657
continue;
continue;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 658
}
}
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 659
}
}
André
almost 8 years ago
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 660
}
}
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 661
}
}
same change
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 662
process_get_return($data);
process_get_return($data);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 663
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 664
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 665
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 666
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 667
break;
break;
André
almost 8 years ago
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 668
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 669
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 670
$data = ratelimit('get', 'mailbox', $object);
$data = ratelimit('get', 'mailbox', $object);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 671
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 672
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 673
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 674
break;
break;
André
almost 8 years ago
d64a894
[Web] Add multiple DKIM at once (+ button to auto-fill missing keys)
- Full commit hash
d64a89473ea53fb49ad9dfd13af8ffd89cc417f5- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 675
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 676
case "relayhost":
case "relayhost":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 677
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 678
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 679
$relayhosts = relayhost('get');
$relayhosts = relayhost('get');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 680
if (!empty($relayhosts)) {
if (!empty($relayhosts)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 681
foreach ($relayhosts as $relayhost) {
foreach ($relayhosts as $relayhost) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 682
if ($details = relayhost('details', $relayhost['id'])) {
if ($details = relayhost('details', $relayhost['id'])) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 683
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 684
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 685
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 686
continue;
continue;
andryyy
about 9 years ago
83d485d
[Web, Postfix, Compose] Allow to add relayhosts per domain (+ plain and login authentication)
- Full commit hash
83d485dd94662806551d072f280a3ed46a478f80- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 687
}
}
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 688
}
}
same change
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 689
process_get_return($data);
process_get_return($data);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 690
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 691
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 692
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 693
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 694
break;
break;
André
about 8 years ago
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 695
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 696
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 697
$data = relayhost('details', $object);
$data = relayhost('details', $object);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 698
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 699
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 700
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 701
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 702
andryyy
about 5 years ago
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 703
case "last-login":
case "last-login":
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 704
if ($object) {
if ($object) {
andryyy
about 5 years ago
47b57df
[Web] Show users last PW change, allow to select n days for last logins
- Full commit hash
47b57df3a2ada6cd3d8549ac2610bf823ca64663- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 705
// extra == days
// extra == days
andryyy
about 5 years ago
a89fe53
[Web] Show country of sasl ips
- Full commit hash
a89fe53e4a0aa7712d6ad2beec1ce8b296f011dc- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 706
if (isset($extra) && intval($extra) >= 1) {
if (isset($extra) && intval($extra) >= 1) {
same change
a89fe53
[Web] Show country of sasl ips
- Full commit hash
a89fe53e4a0aa7712d6ad2beec1ce8b296f011dc- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 707
$data = last_login('get', $object, intval($extra));
$data = last_login('get', $object, intval($extra));
same change
a89fe53
[Web] Show country of sasl ips
- Full commit hash
a89fe53e4a0aa7712d6ad2beec1ce8b296f011dc- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 708
}
}
same change
a89fe53
[Web] Show country of sasl ips
- Full commit hash
a89fe53e4a0aa7712d6ad2beec1ce8b296f011dc- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 709
else {
else {
same change
a89fe53
[Web] Show country of sasl ips
- Full commit hash
a89fe53e4a0aa7712d6ad2beec1ce8b296f011dc- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 710
$data = last_login('get', $object);
$data = last_login('get', $object);
same change
a89fe53
[Web] Show country of sasl ips
- Full commit hash
a89fe53e4a0aa7712d6ad2beec1ce8b296f011dc- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 711
}
}
andryyy
about 5 years ago
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 712
process_get_return($data);
process_get_return($data);
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 713
}
}
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 714
break;
break;
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 715
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 716
// Todo: move to delete
// Todo: move to delete
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 717
case "reset-last-login":
case "reset-last-login":
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 718
if ($object) {
if ($object) {
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 719
$data = last_login('reset', $object);
$data = last_login('reset', $object);
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 720
process_get_return($data);
process_get_return($data);
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 721
}
}
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 722
break;
break;
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 723
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 724
case "transport":
case "transport":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 725
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 726
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 727
$transports = transport('get');
$transports = transport('get');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 728
if (!empty($transports)) {
if (!empty($transports)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 729
foreach ($transports as $transport) {
foreach ($transports as $transport) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 730
if ($details = transport('details', $transport['id'])) {
if ($details = transport('details', $transport['id'])) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 731
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 732
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 733
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 734
continue;
continue;
andryyy
over 7 years ago
b99820d
[Web] Allow to set transport maps, rename relayhosts to sender-dependent transports
- Full commit hash
b99820d0117e364dec337915dde7d697116ee532- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 735
}
}
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 736
}
}
same change
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 737
process_get_return($data);
process_get_return($data);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 738
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 739
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 740
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 741
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 742
break;
break;
andryyy
over 7 years ago
b99820d
[Web] Allow to set transport maps, rename relayhosts to sender-dependent transports
- Full commit hash
b99820d0117e364dec337915dde7d697116ee532- Author
- andryyy <[email protected]>
- Date
- over 7 years ago
- Selected line
- 743
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 744
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 745
$data = transport('details', $object);
$data = transport('details', $object);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 746
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 747
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 748
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 749
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 750
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 751
case "rsetting":
case "rsetting":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 752
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 753
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 754
$rsettings = rsettings('get');
$rsettings = rsettings('get');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 755
if (!empty($rsettings)) {
if (!empty($rsettings)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 756
foreach ($rsettings as $rsetting) {
foreach ($rsettings as $rsetting) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 757
if ($details = rsettings('details', $rsetting['id'])) {
if ($details = rsettings('details', $rsetting['id'])) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 758
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 759
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 760
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 761
continue;
continue;
André
about 8 years ago
69d5790
[Web] Add rsettings to API
- Full commit hash
69d5790130df7a39c814fbfa4562a5b886d5a32e- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 762
}
}
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 763
}
}
same change
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 764
process_get_return($data);
process_get_return($data);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 765
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 766
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 767
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 768
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 769
break;
break;
André
about 8 years ago
69d5790
[Web] Add rsettings to API
- Full commit hash
69d5790130df7a39c814fbfa4562a5b886d5a32e- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 770
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 771
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 772
$data = rsettings('details', $object);
$data = rsettings('details', $object);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 773
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 774
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 775
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 776
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 777
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 778
case "oauth2-client":
case "oauth2-client":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 779
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 780
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 781
$clients = oauth2('get', 'clients');
$clients = oauth2('get', 'clients');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 782
if (!empty($clients)) {
if (!empty($clients)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 783
foreach ($clients as $client) {
foreach ($clients as $client) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 784
if ($details = oauth2('details', 'client', $client)) {
if ($details = oauth2('details', 'client', $client)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 785
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 786
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 787
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 788
continue;
continue;
André
about 8 years ago
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 789
}
}
same change
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 790
}
}
same change
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 791
process_get_return($data);
process_get_return($data);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 792
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 793
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 794
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 795
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 796
break;
break;
André
about 8 years ago
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 797
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 798
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 799
$data = oauth2('details', 'client', $object);
$data = oauth2('details', 'client', $object);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 800
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 801
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 802
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 803
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 804
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 805
case "logs":
case "logs":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 806
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 807
case "dovecot":
case "dovecot":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 808
// 0 is first record, so empty is fine
// 0 is first record, so empty is fine
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 809
if (isset($extra)) {
if (isset($extra)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 810
$extra = preg_replace('/[^\d\-]/i', '', $extra);
$extra = preg_replace('/[^\d\-]/i', '', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 811
$logs = get_logs('dovecot-mailcow', $extra);
$logs = get_logs('dovecot-mailcow', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 812
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 813
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 814
$logs = get_logs('dovecot-mailcow');
$logs = get_logs('dovecot-mailcow');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 815
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 816
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 817
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 818
case "ratelimited":
case "ratelimited":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 819
// 0 is first record, so empty is fine
// 0 is first record, so empty is fine
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 820
if (isset($extra)) {
if (isset($extra)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 821
$extra = preg_replace('/[^\d\-]/i', '', $extra);
$extra = preg_replace('/[^\d\-]/i', '', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 822
$logs = get_logs('ratelimited', $extra);
$logs = get_logs('ratelimited', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 823
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 824
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 825
$logs = get_logs('ratelimited');
$logs = get_logs('ratelimited');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 826
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 827
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 828
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 829
case "netfilter":
case "netfilter":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 830
// 0 is first record, so empty is fine
// 0 is first record, so empty is fine
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 831
if (isset($extra)) {
if (isset($extra)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 832
$extra = preg_replace('/[^\d\-]/i', '', $extra);
$extra = preg_replace('/[^\d\-]/i', '', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 833
$logs = get_logs('netfilter-mailcow', $extra);
$logs = get_logs('netfilter-mailcow', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 834
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 835
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 836
$logs = get_logs('netfilter-mailcow');
$logs = get_logs('netfilter-mailcow');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 837
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 838
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 839
break;
break;
FreddleSpl0it
about 3 years ago
b176585
[Web] add crontasks logs
- Full commit hash
b176585a9c621f69f9244dc31f041456a7c07e05- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 840
case "cron":
case "cron":
same change
b176585
[Web] add crontasks logs
- Full commit hash
b176585a9c621f69f9244dc31f041456a7c07e05- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 841
// 0 is first record, so empty is fine
// 0 is first record, so empty is fine
same change
b176585
[Web] add crontasks logs
- Full commit hash
b176585a9c621f69f9244dc31f041456a7c07e05- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 842
if (isset($extra)) {
if (isset($extra)) {
same change
b176585
[Web] add crontasks logs
- Full commit hash
b176585a9c621f69f9244dc31f041456a7c07e05- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 843
$extra = preg_replace('/[^\d\-]/i', '', $extra);
$extra = preg_replace('/[^\d\-]/i', '', $extra);
same change
b176585
[Web] add crontasks logs
- Full commit hash
b176585a9c621f69f9244dc31f041456a7c07e05- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 844
$logs = get_logs('cron-mailcow', $extra);
$logs = get_logs('cron-mailcow', $extra);
same change
b176585
[Web] add crontasks logs
- Full commit hash
b176585a9c621f69f9244dc31f041456a7c07e05- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 845
}
}
same change
b176585
[Web] add crontasks logs
- Full commit hash
b176585a9c621f69f9244dc31f041456a7c07e05- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 846
else {
else {
same change
b176585
[Web] add crontasks logs
- Full commit hash
b176585a9c621f69f9244dc31f041456a7c07e05- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 847
$logs = get_logs('cron-mailcow');
$logs = get_logs('cron-mailcow');
same change
b176585
[Web] add crontasks logs
- Full commit hash
b176585a9c621f69f9244dc31f041456a7c07e05- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 848
}
}
same change
b176585
[Web] add crontasks logs
- Full commit hash
b176585a9c621f69f9244dc31f041456a7c07e05- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 849
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
same change
b176585
[Web] add crontasks logs
- Full commit hash
b176585a9c621f69f9244dc31f041456a7c07e05- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 850
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 851
case "postfix":
case "postfix":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 852
// 0 is first record, so empty is fine
// 0 is first record, so empty is fine
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 853
if (isset($extra)) {
if (isset($extra)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 854
$extra = preg_replace('/[^\d\-]/i', '', $extra);
$extra = preg_replace('/[^\d\-]/i', '', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 855
$logs = get_logs('postfix-mailcow', $extra);
$logs = get_logs('postfix-mailcow', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 856
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 857
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 858
$logs = get_logs('postfix-mailcow');
$logs = get_logs('postfix-mailcow');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 859
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 860
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 861
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 862
case "autodiscover":
case "autodiscover":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 863
// 0 is first record, so empty is fine
// 0 is first record, so empty is fine
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 864
if (isset($extra)) {
if (isset($extra)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 865
$extra = preg_replace('/[^\d\-]/i', '', $extra);
$extra = preg_replace('/[^\d\-]/i', '', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 866
$logs = get_logs('autodiscover-mailcow', $extra);
$logs = get_logs('autodiscover-mailcow', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 867
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 868
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 869
$logs = get_logs('autodiscover-mailcow');
$logs = get_logs('autodiscover-mailcow');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 870
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 871
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 872
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 873
case "sogo":
case "sogo":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 874
// 0 is first record, so empty is fine
// 0 is first record, so empty is fine
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 875
if (isset($extra)) {
if (isset($extra)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 876
$extra = preg_replace('/[^\d\-]/i', '', $extra);
$extra = preg_replace('/[^\d\-]/i', '', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 877
$logs = get_logs('sogo-mailcow', $extra);
$logs = get_logs('sogo-mailcow', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 878
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 879
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 880
$logs = get_logs('sogo-mailcow');
$logs = get_logs('sogo-mailcow');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 881
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 882
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 883
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 884
case "ui":
case "ui":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 885
// 0 is first record, so empty is fine
// 0 is first record, so empty is fine
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 886
if (isset($extra)) {
if (isset($extra)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 887
$extra = preg_replace('/[^\d\-]/i', '', $extra);
$extra = preg_replace('/[^\d\-]/i', '', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 888
$logs = get_logs('mailcow-ui', $extra);
$logs = get_logs('mailcow-ui', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 889
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 890
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 891
$logs = get_logs('mailcow-ui');
$logs = get_logs('mailcow-ui');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 892
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 893
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 894
break;
break;
andryyy
about 5 years ago
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 895
case "sasl":
case "sasl":
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 896
// 0 is first record, so empty is fine
// 0 is first record, so empty is fine
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 897
if (isset($extra)) {
if (isset($extra)) {
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 898
$extra = preg_replace('/[^\d\-]/i', '', $extra);
$extra = preg_replace('/[^\d\-]/i', '', $extra);
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 899
$logs = get_logs('sasl', $extra);
$logs = get_logs('sasl', $extra);
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 900
}
}
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 901
else {
else {
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 902
$logs = get_logs('sasl');
$logs = get_logs('sasl');
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 903
}
}
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 904
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
same change
2d55b54
[Web] Show users the last known connections for SASL authentication
- Full commit hash
2d55b54904c5111180910e95620445a931f26710- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 905
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 906
case "watchdog":
case "watchdog":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 907
// 0 is first record, so empty is fine
// 0 is first record, so empty is fine
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 908
if (isset($extra)) {
if (isset($extra)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 909
$extra = preg_replace('/[^\d\-]/i', '', $extra);
$extra = preg_replace('/[^\d\-]/i', '', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 910
$logs = get_logs('watchdog-mailcow', $extra);
$logs = get_logs('watchdog-mailcow', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 911
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 912
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 913
$logs = get_logs('watchdog-mailcow');
$logs = get_logs('watchdog-mailcow');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 914
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 915
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 916
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 917
case "acme":
case "acme":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 918
// 0 is first record, so empty is fine
// 0 is first record, so empty is fine
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 919
if (isset($extra)) {
if (isset($extra)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 920
$extra = preg_replace('/[^\d\-]/i', '', $extra);
$extra = preg_replace('/[^\d\-]/i', '', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 921
$logs = get_logs('acme-mailcow', $extra);
$logs = get_logs('acme-mailcow', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 922
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 923
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 924
$logs = get_logs('acme-mailcow');
$logs = get_logs('acme-mailcow');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 925
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 926
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 927
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 928
case "api":
case "api":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 929
// 0 is first record, so empty is fine
// 0 is first record, so empty is fine
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 930
if (isset($extra)) {
if (isset($extra)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 931
$extra = preg_replace('/[^\d\-]/i', '', $extra);
$extra = preg_replace('/[^\d\-]/i', '', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 932
$logs = get_logs('api-mailcow', $extra);
$logs = get_logs('api-mailcow', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 933
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 934
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 935
$logs = get_logs('api-mailcow');
$logs = get_logs('api-mailcow');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 936
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 937
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 938
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 939
case "rspamd-history":
case "rspamd-history":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 940
// 0 is first record, so empty is fine
// 0 is first record, so empty is fine
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 941
if (isset($extra)) {
if (isset($extra)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 942
$extra = preg_replace('/[^\d\-]/i', '', $extra);
$extra = preg_replace('/[^\d\-]/i', '', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 943
$logs = get_logs('rspamd-history', $extra);
$logs = get_logs('rspamd-history', $extra);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 944
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 945
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 946
$logs = get_logs('rspamd-history');
$logs = get_logs('rspamd-history');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 947
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 948
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 949
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 950
case "rspamd-stats":
case "rspamd-stats":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 951
$logs = get_logs('rspamd-stats');
$logs = get_logs('rspamd-stats');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 952
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
echo (isset($logs) && !empty($logs)) ? json_encode($logs, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT) : '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 953
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 954
// return no route found if no case is matched
// return no route found if no case is matched
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 955
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 956
http_response_code(404);
http_response_code(404);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 957
echo json_encode(array(
echo json_encode(array(
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 958
'type' => 'error',
'type' => 'error',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 959
'msg' => 'route not found'
'msg' => 'route not found'
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 960
));
));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 961
exit();
exit();
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 962
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 963
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 964
case "mailbox":
case "mailbox":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 965
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 966
case "all":
case "all":
andryyy
over 5 years ago
dd19874
[Web] Use api/v1/get/mailbox/reduced for faster loading of mailbox table
- Full commit hash
dd198747b79a48bd7ef86bc641a353a7ccd8877b- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 967
case "reduced":
case "reduced":
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 968
$tags = null;
$tags = null;
Kristian Feldsam
over 2 years ago
3e194c7
Domains datatable - server side processing
- Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732- Author
- Kristian Feldsam <[email protected]>
- Date
- over 2 years ago
- Selected line
- 969
if (isset($_GET['tags']) && $_GET['tags'] != '')
if (isset($_GET['tags']) && $_GET['tags'] != '')
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 970
$tags = explode(',', $_GET['tags']);
$tags = explode(',', $_GET['tags']);
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 971
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 972
if (empty($extra)) $domains = mailbox('get', 'domains');
if (empty($extra)) $domains = mailbox('get', 'domains');
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 973
else $domains = explode(',', $extra);
else $domains = explode(',', $extra);
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 974
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 975
if (!empty($domains)) {
if (!empty($domains)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 976
foreach ($domains as $domain) {
foreach ($domains as $domain) {
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 977
$mailboxes = mailbox('get', 'mailboxes', $domain, $tags);
$mailboxes = mailbox('get', 'mailboxes', $domain, $tags);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 978
if (!empty($mailboxes)) {
if (!empty($mailboxes)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 979
foreach ($mailboxes as $mailbox) {
foreach ($mailboxes as $mailbox) {
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 980
if ($details = mailbox('get', 'mailbox_details', $mailbox, $object)) $data[] = $details;
if ($details = mailbox('get', 'mailbox_details', $mailbox, $object)) $data[] = $details;
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 981
else continue;
else continue;
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 982
}
}
same change
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 983
}
}
same change
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 984
}
}
André
about 8 years ago
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 985
process_get_return($data);
process_get_return($data);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 986
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 987
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 988
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 989
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 990
break;
break;
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
- 991
case "template":
case "template":
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
- 992
switch ($extra){
switch ($extra){
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
- 993
case "all":
case "all":
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
- 994
process_get_return(mailbox('get', 'mailbox_templates'));
process_get_return(mailbox('get', 'mailbox_templates'));
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
- 995
break;
break;
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
- 996
default:
default:
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
- 997
process_get_return(mailbox('get', 'mailbox_templates', $extra));
process_get_return(mailbox('get', 'mailbox_templates', $extra));
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
- 998
break;
break;
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
- 999
}
}
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
- 1000
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1001
default:
default:
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1002
$tags = null;
$tags = null;
Kristian Feldsam
over 2 years ago
3e194c7
Domains datatable - server side processing
- Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732- Author
- Kristian Feldsam <[email protected]>
- Date
- over 2 years ago
- Selected line
- 1003
if (isset($_GET['tags']) && $_GET['tags'] != '')
if (isset($_GET['tags']) && $_GET['tags'] != '')
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1004
$tags = explode(',', $_GET['tags']);
$tags = explode(',', $_GET['tags']);
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1005
jkellerer
about 4 years ago
187dded
Fix for /api/v1/get/mailbox/{email}
- Full commit hash
187ddedf9614be78909c3cb73f413a1de74142fb- Author
- jkellerer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1006
if ($tags === null) {
if ($tags === null) {
same change
187dded
Fix for /api/v1/get/mailbox/{email}
- Full commit hash
187ddedf9614be78909c3cb73f413a1de74142fb- Author
- jkellerer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1007
$data = mailbox('get', 'mailbox_details', $object);
$data = mailbox('get', 'mailbox_details', $object);
jkellerer
about 4 years ago
f4dc01d
Ensure return type is consistent (list vs object)
- Full commit hash
f4dc01d1ecd95d22f12b6fdf81b8676346e401c5- Author
- jkellerer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1008
process_get_return($data);
process_get_return($data);
jkellerer
about 4 years ago
187dded
Fix for /api/v1/get/mailbox/{email}
- Full commit hash
187ddedf9614be78909c3cb73f413a1de74142fb- Author
- jkellerer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1009
} else {
} else {
same change
187dded
Fix for /api/v1/get/mailbox/{email}
- Full commit hash
187ddedf9614be78909c3cb73f413a1de74142fb- Author
- jkellerer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1010
$mailboxes = mailbox('get', 'mailboxes', $object, $tags);
$mailboxes = mailbox('get', 'mailboxes', $object, $tags);
same change
187dded
Fix for /api/v1/get/mailbox/{email}
- Full commit hash
187ddedf9614be78909c3cb73f413a1de74142fb- Author
- jkellerer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1011
if (is_array($mailboxes)) {
if (is_array($mailboxes)) {
same change
187dded
Fix for /api/v1/get/mailbox/{email}
- Full commit hash
187ddedf9614be78909c3cb73f413a1de74142fb- Author
- jkellerer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1012
foreach ($mailboxes as $mailbox) {
foreach ($mailboxes as $mailbox) {
Kristian Feldsam
over 2 years ago
3e194c7
Domains datatable - server side processing
- Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732- Author
- Kristian Feldsam <[email protected]>
- Date
- over 2 years ago
- Selected line
- 1013
if ($details = mailbox('get', 'mailbox_details', $mailbox))
if ($details = mailbox('get', 'mailbox_details', $mailbox))
jkellerer
about 4 years ago
187dded
Fix for /api/v1/get/mailbox/{email}
- Full commit hash
187ddedf9614be78909c3cb73f413a1de74142fb- Author
- jkellerer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1014
$data[] = $details;
$data[] = $details;
same change
187dded
Fix for /api/v1/get/mailbox/{email}
- Full commit hash
187ddedf9614be78909c3cb73f413a1de74142fb- Author
- jkellerer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1015
}
}
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1016
}
}
jkellerer
about 4 years ago
f4dc01d
Ensure return type is consistent (list vs object)
- Full commit hash
f4dc01d1ecd95d22f12b6fdf81b8676346e401c5- Author
- jkellerer <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1017
process_get_return($data, false);
process_get_return($data, false);
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1018
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1019
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1020
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1021
break;
break;
andryyy
almost 5 years ago
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1022
case "bcc-destination-options":
case "bcc-destination-options":
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1023
$domains = mailbox('get', 'domains');
$domains = mailbox('get', 'domains');
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1024
$alias_domains = mailbox('get', 'alias_domains');
$alias_domains = mailbox('get', 'alias_domains');
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1025
$data = array();
$data = array();
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1026
if (!empty($domains)) {
if (!empty($domains)) {
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1027
foreach ($domains as $domain) {
foreach ($domains as $domain) {
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1028
$data['domains'][] = $domain;
$data['domains'][] = $domain;
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1029
$mailboxes = mailbox('get', 'mailboxes', $domain);
$mailboxes = mailbox('get', 'mailboxes', $domain);
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1030
foreach ($mailboxes as $mailbox) {
foreach ($mailboxes as $mailbox) {
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1031
$data['mailboxes'][$mailbox][] = $mailbox;
$data['mailboxes'][$mailbox][] = $mailbox;
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1032
$user_alias_details = user_get_alias_details($mailbox);
$user_alias_details = user_get_alias_details($mailbox);
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1033
foreach ($user_alias_details['direct_aliases'] as $k => $v) {
foreach ($user_alias_details['direct_aliases'] as $k => $v) {
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1034
$data['mailboxes'][$mailbox][] = $k;
$data['mailboxes'][$mailbox][] = $k;
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1035
}
}
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1036
foreach ($user_alias_details['shared_aliases'] as $k => $v) {
foreach ($user_alias_details['shared_aliases'] as $k => $v) {
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1037
$data['mailboxes'][$mailbox][] = $k;
$data['mailboxes'][$mailbox][] = $k;
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1038
}
}
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1039
}
}
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1040
}
}
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1041
}
}
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1042
if (!empty($alias_domains)) {
if (!empty($alias_domains)) {
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1043
foreach ($alias_domains as $alias_domain) {
foreach ($alias_domains as $alias_domain) {
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1044
$data['alias_domains'][] = $alias_domain;
$data['alias_domains'][] = $alias_domain;
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1045
}
}
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1046
}
}
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1047
process_get_return($data);
process_get_return($data);
same change
7ab1405
[Web] Remove blocking user_details function request in bcc list for faster loading with many mailboxes
- Full commit hash
7ab1405b0032dcf50698a357ea4a1378540b9ddc- Author
- andryyy <[email protected]>
- Date
- almost 5 years ago
- Selected line
- 1048
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1049
case "syncjobs":
case "syncjobs":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1050
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1051
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1052
$domains = mailbox('get', 'domains');
$domains = mailbox('get', 'domains');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1053
if (!empty($domains)) {
if (!empty($domains)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1054
foreach ($domains as $domain) {
foreach ($domains as $domain) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1055
$mailboxes = mailbox('get', 'mailboxes', $domain);
$mailboxes = mailbox('get', 'mailboxes', $domain);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1056
if (!empty($mailboxes)) {
if (!empty($mailboxes)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1057
foreach ($mailboxes as $mailbox) {
foreach ($mailboxes as $mailbox) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1058
$syncjobs = mailbox('get', 'syncjobs', $mailbox);
$syncjobs = mailbox('get', 'syncjobs', $mailbox);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1059
if (!empty($syncjobs)) {
if (!empty($syncjobs)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1060
foreach ($syncjobs as $syncjob) {
foreach ($syncjobs as $syncjob) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1061
if (isset($extra)) {
if (isset($extra)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1062
$details = mailbox('get', 'syncjob_details', $syncjob, explode(',', $extra));
$details = mailbox('get', 'syncjob_details', $syncjob, explode(',', $extra));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1063
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1064
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1065
$details = mailbox('get', 'syncjob_details', $syncjob);
$details = mailbox('get', 'syncjob_details', $syncjob);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1066
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1067
if ($details) {
if ($details) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1068
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1069
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1070
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1071
continue;
continue;
andryyy
almost 9 years ago
66e06a0
[Web] Sync jobs can be created/viewed/edited by admins/domain admins; Various fixes or improvements
- Full commit hash
66e06a0c0c31aacbca146718fbbd3a1165910f7f- Author
- andryyy <[email protected]>
- Date
- almost 9 years ago
- Selected line
- 1072
}
}
same change
66e06a0
[Web] Sync jobs can be created/viewed/edited by admins/domain admins; Various fixes or improvements
- Full commit hash
66e06a0c0c31aacbca146718fbbd3a1165910f7f- Author
- andryyy <[email protected]>
- Date
- almost 9 years ago
- Selected line
- 1073
}
}
same change
66e06a0
[Web] Sync jobs can be created/viewed/edited by admins/domain admins; Various fixes or improvements
- Full commit hash
66e06a0c0c31aacbca146718fbbd3a1165910f7f- Author
- andryyy <[email protected]>
- Date
- almost 9 years ago
- Selected line
- 1074
}
}
same change
66e06a0
[Web] Sync jobs can be created/viewed/edited by admins/domain admins; Various fixes or improvements
- Full commit hash
66e06a0c0c31aacbca146718fbbd3a1165910f7f- Author
- andryyy <[email protected]>
- Date
- almost 9 years ago
- Selected line
- 1075
}
}
same change
66e06a0
[Web] Sync jobs can be created/viewed/edited by admins/domain admins; Various fixes or improvements
- Full commit hash
66e06a0c0c31aacbca146718fbbd3a1165910f7f- Author
- andryyy <[email protected]>
- Date
- almost 9 years ago
- Selected line
- 1076
}
}
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 1077
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1078
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1079
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1080
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1081
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1082
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1083
break;
break;
andryyy
almost 9 years ago
66e06a0
[Web] Sync jobs can be created/viewed/edited by admins/domain admins; Various fixes or improvements
- Full commit hash
66e06a0c0c31aacbca146718fbbd3a1165910f7f- Author
- andryyy <[email protected]>
- Date
- almost 9 years ago
- Selected line
- 1084
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1085
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1086
$syncjobs = mailbox('get', 'syncjobs', $object);
$syncjobs = mailbox('get', 'syncjobs', $object);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1087
if (!empty($syncjobs)) {
if (!empty($syncjobs)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1088
foreach ($syncjobs as $syncjob) {
foreach ($syncjobs as $syncjob) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1089
if (isset($extra)) {
if (isset($extra)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1090
$details = mailbox('get', 'syncjob_details', $syncjob, explode(',', $extra));
$details = mailbox('get', 'syncjob_details', $syncjob, explode(',', $extra));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1091
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1092
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1093
$details = mailbox('get', 'syncjob_details', $syncjob);
$details = mailbox('get', 'syncjob_details', $syncjob);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1094
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1095
if ($details) {
if ($details) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1096
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1097
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1098
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1099
continue;
continue;
André
over 8 years ago
85d1ee2
[Web] Autodiscover returns given password decoded and trimed; Add sieve pre and post filters to UI; Move ajax called files; Rework log system: 100 entries per default, add more per click; Syncjobs: Do not read log to data attribute
- Full commit hash
85d1ee2f49ed350529fb3fd829268c4cdf8dfbd3- Author
- André <[email protected]>
- Date
- over 8 years ago
- Selected line
- 1100
}
}
same change
85d1ee2
[Web] Autodiscover returns given password decoded and trimed; Add sieve pre and post filters to UI; Move ajax called files; Rework log system: 100 entries per default, add more per click; Syncjobs: Do not read log to data attribute
- Full commit hash
85d1ee2f49ed350529fb3fd829268c4cdf8dfbd3- Author
- André <[email protected]>
- Date
- over 8 years ago
- Selected line
- 1101
}
}
same change
85d1ee2
[Web] Autodiscover returns given password decoded and trimed; Add sieve pre and post filters to UI; Move ajax called files; Rework log system: 100 entries per default, add more per click; Syncjobs: Do not read log to data attribute
- Full commit hash
85d1ee2f49ed350529fb3fd829268c4cdf8dfbd3- Author
- André <[email protected]>
- Date
- over 8 years ago
- Selected line
- 1102
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1103
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1104
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1105
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1106
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1107
case "active-user-sieve":
case "active-user-sieve":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1108
if (isset($object)) {
if (isset($object)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1109
$sieve_filter = mailbox('get', 'active_user_sieve', $object);
$sieve_filter = mailbox('get', 'active_user_sieve', $object);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1110
if (!empty($sieve_filter)) {
if (!empty($sieve_filter)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1111
$data[] = $sieve_filter;
$data[] = $sieve_filter;
André
over 8 years ago
85d1ee2
[Web] Autodiscover returns given password decoded and trimed; Add sieve pre and post filters to UI; Move ajax called files; Rework log system: 100 entries per default, add more per click; Syncjobs: Do not read log to data attribute
- Full commit hash
85d1ee2f49ed350529fb3fd829268c4cdf8dfbd3- Author
- André <[email protected]>
- Date
- over 8 years ago
- Selected line
- 1112
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1113
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1114
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1115
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1116
case "filters":
case "filters":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1117
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1118
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1119
$domains = mailbox('get', 'domains');
$domains = mailbox('get', 'domains');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1120
if (!empty($domains)) {
if (!empty($domains)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1121
foreach ($domains as $domain) {
foreach ($domains as $domain) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1122
$mailboxes = mailbox('get', 'mailboxes', $domain);
$mailboxes = mailbox('get', 'mailboxes', $domain);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1123
if (!empty($mailboxes)) {
if (!empty($mailboxes)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1124
foreach ($mailboxes as $mailbox) {
foreach ($mailboxes as $mailbox) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1125
$filters = mailbox('get', 'filters', $mailbox);
$filters = mailbox('get', 'filters', $mailbox);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1126
if (!empty($filters)) {
if (!empty($filters)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1127
foreach ($filters as $filter) {
foreach ($filters as $filter) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1128
if ($details = mailbox('get', 'filter_details', $filter)) {
if ($details = mailbox('get', 'filter_details', $filter)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1129
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1130
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1131
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1132
continue;
continue;
André
over 8 years ago
85d1ee2
[Web] Autodiscover returns given password decoded and trimed; Add sieve pre and post filters to UI; Move ajax called files; Rework log system: 100 entries per default, add more per click; Syncjobs: Do not read log to data attribute
- Full commit hash
85d1ee2f49ed350529fb3fd829268c4cdf8dfbd3- Author
- André <[email protected]>
- Date
- over 8 years ago
- Selected line
- 1133
}
}
same change
85d1ee2
[Web] Autodiscover returns given password decoded and trimed; Add sieve pre and post filters to UI; Move ajax called files; Rework log system: 100 entries per default, add more per click; Syncjobs: Do not read log to data attribute
- Full commit hash
85d1ee2f49ed350529fb3fd829268c4cdf8dfbd3- Author
- André <[email protected]>
- Date
- over 8 years ago
- Selected line
- 1134
}
}
same change
85d1ee2
[Web] Autodiscover returns given password decoded and trimed; Add sieve pre and post filters to UI; Move ajax called files; Rework log system: 100 entries per default, add more per click; Syncjobs: Do not read log to data attribute
- Full commit hash
85d1ee2f49ed350529fb3fd829268c4cdf8dfbd3- Author
- André <[email protected]>
- Date
- over 8 years ago
- Selected line
- 1135
}
}
same change
85d1ee2
[Web] Autodiscover returns given password decoded and trimed; Add sieve pre and post filters to UI; Move ajax called files; Rework log system: 100 entries per default, add more per click; Syncjobs: Do not read log to data attribute
- Full commit hash
85d1ee2f49ed350529fb3fd829268c4cdf8dfbd3- Author
- André <[email protected]>
- Date
- over 8 years ago
- Selected line
- 1136
}
}
same change
85d1ee2
[Web] Autodiscover returns given password decoded and trimed; Add sieve pre and post filters to UI; Move ajax called files; Rework log system: 100 entries per default, add more per click; Syncjobs: Do not read log to data attribute
- Full commit hash
85d1ee2f49ed350529fb3fd829268c4cdf8dfbd3- Author
- André <[email protected]>
- Date
- over 8 years ago
- Selected line
- 1137
}
}
same change
85d1ee2
[Web] Autodiscover returns given password decoded and trimed; Add sieve pre and post filters to UI; Move ajax called files; Rework log system: 100 entries per default, add more per click; Syncjobs: Do not read log to data attribute
- Full commit hash
85d1ee2f49ed350529fb3fd829268c4cdf8dfbd3- Author
- André <[email protected]>
- Date
- over 8 years ago
- Selected line
- 1138
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1139
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1140
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1141
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1142
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1143
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1144
break;
break;
André
over 8 years ago
85d1ee2
[Web] Autodiscover returns given password decoded and trimed; Add sieve pre and post filters to UI; Move ajax called files; Rework log system: 100 entries per default, add more per click; Syncjobs: Do not read log to data attribute
- Full commit hash
85d1ee2f49ed350529fb3fd829268c4cdf8dfbd3- Author
- André <[email protected]>
- Date
- over 8 years ago
- Selected line
- 1145
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1146
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1147
$filters = mailbox('get', 'filters', $object);
$filters = mailbox('get', 'filters', $object);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1148
if (!empty($filters)) {
if (!empty($filters)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1149
foreach ($filters as $filter) {
foreach ($filters as $filter) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1150
if ($details = mailbox('get', 'filter_details', $filter)) {
if ($details = mailbox('get', 'filter_details', $filter)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1151
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1152
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1153
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1154
continue;
continue;
andryyy
almost 9 years ago
66e06a0
[Web] Sync jobs can be created/viewed/edited by admins/domain admins; Various fixes or improvements
- Full commit hash
66e06a0c0c31aacbca146718fbbd3a1165910f7f- Author
- andryyy <[email protected]>
- Date
- almost 9 years ago
- Selected line
- 1155
}
}
same change
66e06a0
[Web] Sync jobs can be created/viewed/edited by admins/domain admins; Various fixes or improvements
- Full commit hash
66e06a0c0c31aacbca146718fbbd3a1165910f7f- Author
- andryyy <[email protected]>
- Date
- almost 9 years ago
- Selected line
- 1156
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1157
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1158
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1159
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1160
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1161
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1162
case "bcc":
case "bcc":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1163
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1164
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1165
$bcc_items = bcc('get');
$bcc_items = bcc('get');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1166
if (!empty($bcc_items)) {
if (!empty($bcc_items)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1167
foreach ($bcc_items as $bcc_item) {
foreach ($bcc_items as $bcc_item) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1168
if ($details = bcc('details', $bcc_item)) {
if ($details = bcc('details', $bcc_item)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1169
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1170
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1171
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1172
continue;
continue;
André
over 8 years ago
ade4b9e
[Postfix, Web] Feature: BCC maps
- Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4- Author
- André <[email protected]>
- Date
- over 8 years ago
- Selected line
- 1173
}
}
same change
ade4b9e
[Postfix, Web] Feature: BCC maps
- Full commit hash
ade4b9e7ae7e28535ed261535526bc4e98ff48b4- Author
- André <[email protected]>
- Date
- over 8 years ago
- Selected line
- 1174
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1175
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1176
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1177
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1178
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1179
$data = bcc('details', $object);
$data = bcc('details', $object);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1180
if (!empty($data)) {
if (!empty($data)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1181
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1182
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1183
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1184
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1185
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1186
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1187
case "recipient_map":
case "recipient_map":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1188
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1189
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1190
$recipient_map_items = recipient_map('get');
$recipient_map_items = recipient_map('get');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1191
if (!empty($recipient_map_items)) {
if (!empty($recipient_map_items)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1192
foreach ($recipient_map_items as $recipient_map_item) {
foreach ($recipient_map_items as $recipient_map_item) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1193
if ($details = recipient_map('details', $recipient_map_item)) {
if ($details = recipient_map('details', $recipient_map_item)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1194
$data[] = $details;
$data[] = $details;
André
almost 8 years ago
f5799fa
[Web] Feature: TLS policy maps
- Full commit hash
f5799faf6d283b8479484ac3b789117e68816360- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 1195
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1196
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1197
continue;
continue;
André
almost 8 years ago
f5799fa
[Web] Feature: TLS policy maps
- Full commit hash
f5799faf6d283b8479484ac3b789117e68816360- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 1198
}
}
same change
f5799fa
[Web] Feature: TLS policy maps
- Full commit hash
f5799faf6d283b8479484ac3b789117e68816360- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 1199
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1200
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1201
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1202
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1203
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1204
$data = recipient_map('details', $object);
$data = recipient_map('details', $object);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1205
if (!empty($data)) {
if (!empty($data)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1206
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1207
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1208
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1209
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1210
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1211
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1212
case "tls-policy-map":
case "tls-policy-map":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1213
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1214
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1215
$tls_policy_maps_items = tls_policy_maps('get');
$tls_policy_maps_items = tls_policy_maps('get');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1216
if (!empty($tls_policy_maps_items)) {
if (!empty($tls_policy_maps_items)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1217
foreach ($tls_policy_maps_items as $tls_policy_maps_item) {
foreach ($tls_policy_maps_items as $tls_policy_maps_item) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1218
if ($details = tls_policy_maps('details', $tls_policy_maps_item)) {
if ($details = tls_policy_maps('details', $tls_policy_maps_item)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1219
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1220
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1221
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1222
continue;
continue;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1223
}
}
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 1224
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1225
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1226
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1227
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1228
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1229
$data = tls_policy_maps('details', $object);
$data = tls_policy_maps('details', $object);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1230
if (!empty($data)) {
if (!empty($data)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1231
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1232
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1233
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1234
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1235
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1236
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1237
case "policy_wl_mailbox":
case "policy_wl_mailbox":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1238
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1239
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1240
$data = policy('get', 'mailbox', $object)['whitelist'];
$data = policy('get', 'mailbox', $object)['whitelist'];
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1241
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1242
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1243
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1244
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1245
case "policy_bl_mailbox":
case "policy_bl_mailbox":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1246
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1247
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1248
$data = policy('get', 'mailbox', $object)['blacklist'];
$data = policy('get', 'mailbox', $object)['blacklist'];
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1249
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1250
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1251
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1252
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1253
case "policy_wl_domain":
case "policy_wl_domain":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1254
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1255
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1256
$data = policy('get', 'domain', $object)['whitelist'];
$data = policy('get', 'domain', $object)['whitelist'];
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1257
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1258
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1259
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1260
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1261
case "policy_bl_domain":
case "policy_bl_domain":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1262
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1263
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1264
$data = policy('get', 'domain', $object)['blacklist'];
$data = policy('get', 'domain', $object)['blacklist'];
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1265
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1266
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1267
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1268
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1269
case "time_limited_aliases":
case "time_limited_aliases":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1270
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1271
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1272
$data = mailbox('get', 'time_limited_aliases', $object);
$data = mailbox('get', 'time_limited_aliases', $object);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1273
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1274
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1275
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1276
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1277
case "fail2ban":
case "fail2ban":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1278
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1279
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1280
$data = fail2ban('get');
$data = fail2ban('get');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1281
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1282
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1283
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1284
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1285
case "resource":
case "resource":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1286
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1287
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1288
$domains = mailbox('get', 'domains');
$domains = mailbox('get', 'domains');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1289
if (!empty($domains)) {
if (!empty($domains)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1290
foreach ($domains as $domain) {
foreach ($domains as $domain) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1291
$resources = mailbox('get', 'resources', $domain);
$resources = mailbox('get', 'resources', $domain);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1292
if (!empty($resources)) {
if (!empty($resources)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1293
foreach ($resources as $resource) {
foreach ($resources as $resource) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1294
if ($details = mailbox('get', 'resource_details', $resource)) {
if ($details = mailbox('get', 'resource_details', $resource)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1295
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1296
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1297
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1298
continue;
continue;
andryyy
about 9 years ago
bbff045
Use API for forwarding hosts
- Full commit hash
bbff045d0434e5c265657da3c5a8735c3911da05- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 1299
}
}
andryyy
about 9 years ago
5586bd2
Initial push or quick actions in alias table
- Full commit hash
5586bd2bb519ab23032aab9473e434c42521e465- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 1300
}
}
same change
5586bd2
Initial push or quick actions in alias table
- Full commit hash
5586bd2bb519ab23032aab9473e434c42521e465- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 1301
}
}
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 1302
}
}
André
about 8 years ago
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 1303
process_get_return($data);
process_get_return($data);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1304
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1305
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1306
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1307
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1308
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1309
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1310
$data = mailbox('get', 'resource_details', $object);
$data = mailbox('get', 'resource_details', $object);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1311
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1312
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1313
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1314
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1315
case "fwdhost":
case "fwdhost":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1316
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1317
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1318
process_get_return(fwdhost('get'));
process_get_return(fwdhost('get'));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1319
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1320
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1321
process_get_return(fwdhost('details', $object));
process_get_return(fwdhost('details', $object));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1322
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1323
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1324
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1325
case "quarantine":
case "quarantine":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1326
// "all" will not print details
// "all" will not print details
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1327
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1328
case "all":
case "all":
andryyy
about 5 years ago
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 1329
process_get_return(quarantine('get'), false);
process_get_return(quarantine('get'), false);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1330
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1331
default:
default:
andryyy
about 5 years ago
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 1332
process_get_return(quarantine('details', $object), false);
process_get_return(quarantine('details', $object), false);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1333
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1334
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1335
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1336
case "alias-domain":
case "alias-domain":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1337
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1338
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1339
$alias_domains = mailbox('get', 'alias_domains');
$alias_domains = mailbox('get', 'alias_domains');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1340
if (!empty($alias_domains)) {
if (!empty($alias_domains)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1341
foreach ($alias_domains as $alias_domain) {
foreach ($alias_domains as $alias_domain) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1342
if ($details = mailbox('get', 'alias_domain_details', $alias_domain)) {
if ($details = mailbox('get', 'alias_domain_details', $alias_domain)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1343
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1344
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1345
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1346
continue;
continue;
andryyy
about 9 years ago
5586bd2
Initial push or quick actions in alias table
- Full commit hash
5586bd2bb519ab23032aab9473e434c42521e465- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 1347
}
}
andryyy
over 9 years ago
297674d
Various CSS fixes, remove sorttable, better API format
- Full commit hash
297674d2569a713ef2d6426e66830256f9397835- Author
- andryyy <[email protected]>
- Date
- over 9 years ago
- Selected line
- 1348
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1349
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1350
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1351
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1352
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1353
process_get_return(mailbox('get', 'alias_domain_details', $object));
process_get_return(mailbox('get', 'alias_domain_details', $object));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1354
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1355
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1356
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1357
case "alias":
case "alias":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1358
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1359
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1360
if (empty($extra)) {
if (empty($extra)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1361
$domains = array_merge(mailbox('get', 'domains'), mailbox('get', 'alias_domains'));
$domains = array_merge(mailbox('get', 'domains'), mailbox('get', 'alias_domains'));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1362
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1363
else {
else {
gjerek
over 5 years ago
3c7995d
Fix for listing mailboxes and aliases from multiple domains (#3996)
- Full commit hash
3c7995df7a356c78017bb43fa39d06feb5553a81- Author
- gjerek <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1364
$domains = explode(',', $extra);
$domains = explode(',', $extra);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1365
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1366
if (!empty($domains)) {
if (!empty($domains)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1367
foreach ($domains as $domain) {
foreach ($domains as $domain) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1368
$aliases = mailbox('get', 'aliases', $domain);
$aliases = mailbox('get', 'aliases', $domain);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1369
if (!empty($aliases)) {
if (!empty($aliases)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1370
foreach ($aliases as $alias) {
foreach ($aliases as $alias) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1371
if ($details = mailbox('get', 'alias_details', $alias)) {
if ($details = mailbox('get', 'alias_details', $alias)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1372
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1373
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1374
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1375
continue;
continue;
andryyy
about 9 years ago
bbff045
Use API for forwarding hosts
- Full commit hash
bbff045d0434e5c265657da3c5a8735c3911da05- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 1376
}
}
andryyy
about 9 years ago
5586bd2
Initial push or quick actions in alias table
- Full commit hash
5586bd2bb519ab23032aab9473e434c42521e465- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 1377
}
}
same change
5586bd2
Initial push or quick actions in alias table
- Full commit hash
5586bd2bb519ab23032aab9473e434c42521e465- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 1378
}
}
same change
5586bd2
Initial push or quick actions in alias table
- Full commit hash
5586bd2bb519ab23032aab9473e434c42521e465- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 1379
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1380
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1381
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1382
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1383
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1384
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1385
break;
break;
andryyy
over 9 years ago
297674d
Various CSS fixes, remove sorttable, better API format
- Full commit hash
297674d2569a713ef2d6426e66830256f9397835- Author
- andryyy <[email protected]>
- Date
- over 9 years ago
- Selected line
- 1386
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1387
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1388
process_get_return(mailbox('get', 'alias_details', $object));
process_get_return(mailbox('get', 'alias_details', $object));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1389
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1390
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1391
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1392
case "domain-admin":
case "domain-admin":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1393
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1394
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1395
$domain_admins = domain_admin('get');
$domain_admins = domain_admin('get');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1396
if (!empty($domain_admins)) {
if (!empty($domain_admins)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1397
foreach ($domain_admins as $domain_admin) {
foreach ($domain_admins as $domain_admin) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1398
if ($details = domain_admin('details', $domain_admin)) {
if ($details = domain_admin('details', $domain_admin)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1399
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1400
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1401
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1402
continue;
continue;
andryyy
about 9 years ago
bbff045
Use API for forwarding hosts
- Full commit hash
bbff045d0434e5c265657da3c5a8735c3911da05- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 1403
}
}
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 1404
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1405
process_get_return($data);
process_get_return($data);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1406
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1407
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1408
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1409
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1410
break;
break;
andryyy
about 9 years ago
5586bd2
Initial push or quick actions in alias table
- Full commit hash
5586bd2bb519ab23032aab9473e434c42521e465- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 1411
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1412
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1413
process_get_return(domain_admin('details', $object));
process_get_return(domain_admin('details', $object));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1414
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1415
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1416
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1417
case "admin":
case "admin":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1418
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1419
case "all":
case "all":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1420
$admins = admin('get');
$admins = admin('get');
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1421
if (!empty($admins)) {
if (!empty($admins)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1422
foreach ($admins as $admin) {
foreach ($admins as $admin) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1423
if ($details = admin('details', $admin)) {
if ($details = admin('details', $admin)) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1424
$data[] = $details;
$data[] = $details;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1425
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1426
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1427
continue;
continue;
André
almost 8 years ago
9f0be1d
[Web] Fix require_once to always include document root
- Full commit hash
9f0be1d8a84b3077e23ec96921b1bea5815adb0a- Author
- André <[email protected]>
- Date
- almost 8 years ago
- Selected line
- 1428
}
}
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 1429
}
}
same change
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 1430
process_get_return($data);
process_get_return($data);
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1431
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1432
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1433
echo '{}';
echo '{}';
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1434
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1435
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1436
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1437
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1438
process_get_return(admin('details', $object));
process_get_return(admin('details', $object));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1439
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1440
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1441
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1442
case "dkim":
case "dkim":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1443
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1444
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1445
$data = dkim('details', $object);
$data = dkim('details', $object);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1446
process_get_return($data);
process_get_return($data);
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 1447
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1448
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1449
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1450
case "presets":
case "presets":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1451
switch ($object) {
switch ($object) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1452
case "rspamd":
case "rspamd":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1453
process_get_return(presets('get', 'rspamd'));
process_get_return(presets('get', 'rspamd'));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1454
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1455
case "sieve":
case "sieve":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1456
process_get_return(presets('get', 'sieve'));
process_get_return(presets('get', 'sieve'));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1457
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1458
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1459
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1460
case "status":
case "status":
andryyy
over 5 years ago
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1461
if ($_SESSION['mailcow_cc_role'] == "admin") {
if ($_SESSION['mailcow_cc_role'] == "admin") {
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1462
switch ($object) {
switch ($object) {
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1463
case "containers":
case "containers":
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1464
$containers = (docker('info'));
$containers = (docker('info'));
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1465
foreach ($containers as $container => $container_info) {
foreach ($containers as $container => $container_info) {
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1466
$container . ' (' . $container_info['Config']['Image'] . ')';
$container . ' (' . $container_info['Config']['Image'] . ')';
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1467
$containerstarttime = ($container_info['State']['StartedAt']);
$containerstarttime = ($container_info['State']['StartedAt']);
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1468
$containerstate = ($container_info['State']['Status']);
$containerstate = ($container_info['State']['Status']);
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1469
$containerimage = ($container_info['Config']['Image']);
$containerimage = ($container_info['Config']['Image']);
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1470
$temp[$container] = array(
$temp[$container] = array(
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1471
'type' => 'info',
'type' => 'info',
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1472
'container' => $container,
'container' => $container,
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1473
'state' => $containerstate,
'state' => $containerstate,
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1474
'started_at' => $containerstarttime,
'started_at' => $containerstarttime,
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1475
'image' => $containerimage
'image' => $containerimage
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1476
);
);
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1477
}
}
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1478
echo json_encode($temp, JSON_UNESCAPED_SLASHES);
echo json_encode($temp, JSON_UNESCAPED_SLASHES);
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1479
break;
break;
FreddleSpl0it
almost 4 years ago
7f70b0f
[BS5] add container disk and network stats
- Full commit hash
7f70b0f703a995a547a61bbf486af684a577711d- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1480
case "container":
case "container":
same change
7f70b0f
[BS5] add container disk and network stats
- Full commit hash
7f70b0f703a995a547a61bbf486af684a577711d- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1481
$container_stats = docker('container_stats', $extra);
$container_stats = docker('container_stats', $extra);
same change
7f70b0f
[BS5] add container disk and network stats
- Full commit hash
7f70b0f703a995a547a61bbf486af684a577711d- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1482
echo json_encode($container_stats);
echo json_encode($container_stats);
same change
7f70b0f
[BS5] add container disk and network stats
- Full commit hash
7f70b0f703a995a547a61bbf486af684a577711d- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1483
break;
break;
andryyy
over 5 years ago
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1484
case "vmail":
case "vmail":
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1485
$exec_fields_vmail = array('cmd' => 'system', 'task' => 'df', 'dir' => '/var/vmail');
$exec_fields_vmail = array('cmd' => 'system', 'task' => 'df', 'dir' => '/var/vmail');
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1486
$vmail_df = explode(',', json_decode(docker('post', 'dovecot-mailcow', 'exec', $exec_fields_vmail), true));
$vmail_df = explode(',', json_decode(docker('post', 'dovecot-mailcow', 'exec', $exec_fields_vmail), true));
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1487
$temp = array(
$temp = array(
André Peters
over 6 years ago
0dcc230
Update json_api.php
- Full commit hash
0dcc230114808defb03fed0eaefaf43beb5aa8ec- Author
- André Peters <[email protected]>
- Date
- over 6 years ago
- Selected line
- 1488
'type' => 'info',
'type' => 'info',
andryyy
over 5 years ago
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1489
'disk' => $vmail_df[0],
'disk' => $vmail_df[0],
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1490
'used' => $vmail_df[2],
'used' => $vmail_df[2],
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1491
'total'=> $vmail_df[1],
'total'=> $vmail_df[1],
same change
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1492
'used_percent' => $vmail_df[4]
'used_percent' => $vmail_df[4]
André Peters
over 6 years ago
0dcc230
Update json_api.php
- Full commit hash
0dcc230114808defb03fed0eaefaf43beb5aa8ec- Author
- André Peters <[email protected]>
- Date
- over 6 years ago
- Selected line
- 1493
);
);
andryyy
over 5 years ago
8d05d4a
[Web] Cleanup Rspamd, other fixes
- Full commit hash
8d05d4a51d8fb80dd5328c8137bbe34386b45b61- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1494
echo json_encode($temp, JSON_UNESCAPED_SLASHES);
echo json_encode($temp, JSON_UNESCAPED_SLASHES);
FreddleSpl0it
almost 4 years ago
a3c0737
[BS5] add host statistics
- Full commit hash
a3c0737ba820d8dca6c0b360f85548867191523e- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1495
break;
break;
same change
a3c0737
[BS5] add host statistics
- Full commit hash
a3c0737ba820d8dca6c0b360f85548867191523e- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1496
case "host":
case "host":
FreddleSpl0it
almost 4 years ago
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1497
if (!$extra){
if (!$extra){
same change
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1498
$stats = docker("host_stats");
$stats = docker("host_stats");
same change
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1499
echo json_encode($stats);
echo json_encode($stats);
Kristian Feldsam
over 2 years ago
3e194c7
Domains datatable - server side processing
- Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732- Author
- Kristian Feldsam <[email protected]>
- Date
- over 2 years ago
- Selected line
- 1500
}
}
FreddleSpl0it
almost 4 years ago
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1501
else if ($extra == "ip") {
else if ($extra == "ip") {
same change
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1502
// get public ips
// get public ips
Kristian Feldsam
over 2 years ago
3e194c7
Domains datatable - server side processing
- Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732- Author
- Kristian Feldsam <[email protected]>
- Date
- over 2 years ago
- Selected line
- 1503
FreddleSpl0it
almost 4 years ago
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1504
$curl = curl_init();
$curl = curl_init();
same change
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1505
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
same change
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1506
curl_setopt($curl, CURLOPT_POST, 0);
curl_setopt($curl, CURLOPT_POST, 0);
FreddleSpl0it
over 3 years ago
1e98784
[Web] Opt-In for third party ip_check
- Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 1507
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 10);
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 10);
same change
1e98784
[Web] Opt-In for third party ip_check
- Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 1508
curl_setopt($curl, CURLOPT_TIMEOUT, 15);
curl_setopt($curl, CURLOPT_TIMEOUT, 15);
same change
1e98784
[Web] Opt-In for third party ip_check
- Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 1509
curl_setopt($curl, CURLOPT_URL, 'http://ipv4.mailcow.email');
curl_setopt($curl, CURLOPT_URL, 'http://ipv4.mailcow.email');
FreddleSpl0it
almost 4 years ago
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1510
$ipv4 = curl_exec($curl);
$ipv4 = curl_exec($curl);
same change
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1511
curl_setopt($curl, CURLOPT_URL, 'http://ipv6.mailcow.email');
curl_setopt($curl, CURLOPT_URL, 'http://ipv6.mailcow.email');
same change
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1512
$ipv6 = curl_exec($curl);
$ipv6 = curl_exec($curl);
same change
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1513
$ips = array(
$ips = array(
same change
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1514
"ipv4" => $ipv4,
"ipv4" => $ipv4,
same change
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1515
"ipv6" => $ipv6
"ipv6" => $ipv6
same change
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1516
);
);
same change
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1517
curl_close($curl);
curl_close($curl);
same change
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1518
echo json_encode($ips);
echo json_encode($ips);
same change
3912fcb
shift get_public_ips to json_api.php
- Full commit hash
3912fcb23852dec4193c39642d77df25b0f2f774- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1519
}
}
FreddleSpl0it
almost 4 years ago
a3c0737
[BS5] add host statistics
- Full commit hash
a3c0737ba820d8dca6c0b360f85548867191523e- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1520
break;
break;
same change
a3c0737
[BS5] add host statistics
- Full commit hash
a3c0737ba820d8dca6c0b360f85548867191523e- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1521
case "version":
case "version":
same change
a3c0737
[BS5] add host statistics
- Full commit hash
a3c0737ba820d8dca6c0b360f85548867191523e- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1522
echo json_encode(array(
echo json_encode(array(
same change
a3c0737
[BS5] add host statistics
- Full commit hash
a3c0737ba820d8dca6c0b360f85548867191523e- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1523
'version' => $GLOBALS['MAILCOW_GIT_VERSION']
'version' => $GLOBALS['MAILCOW_GIT_VERSION']
same change
a3c0737
[BS5] add host statistics
- Full commit hash
a3c0737ba820d8dca6c0b360f85548867191523e- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1524
));
));
same change
a3c0737
[BS5] add host statistics
- Full commit hash
a3c0737ba820d8dca6c0b360f85548867191523e- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 4 years ago
- Selected line
- 1525
break;
break;
ntimo
over 6 years ago
2ab73da
[API] Added new status route to get some system infos
- Full commit hash
2ab73da2cf820841d1a11d6eaac96cf4c1b54ad8- Author
- ntimo <[email protected]>
- Date
- over 6 years ago
- Selected line
- 1526
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1527
}
}
ntimo
over 6 years ago
2ab73da
[API] Added new status route to get some system infos
- Full commit hash
2ab73da2cf820841d1a11d6eaac96cf4c1b54ad8- Author
- ntimo <[email protected]>
- Date
- over 6 years ago
- Selected line
- 1528
break;
break;
FreddleSpl0it
almost 3 years ago
3b18393
[Web] add api get spam-score endpoint
- Full commit hash
3b183933e3a83cca8d1605c7a24294a8d332c596- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 1529
case "spam-score":
case "spam-score":
same change
3b18393
[Web] add api get spam-score endpoint
- Full commit hash
3b183933e3a83cca8d1605c7a24294a8d332c596- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 1530
$score = mailbox('get', 'spam_score', $object);
$score = mailbox('get', 'spam_score', $object);
same change
3b18393
[Web] add api get spam-score endpoint
- Full commit hash
3b183933e3a83cca8d1605c7a24294a8d332c596- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 1531
if ($score)
if ($score)
same change
3b18393
[Web] add api get spam-score endpoint
- Full commit hash
3b183933e3a83cca8d1605c7a24294a8d332c596- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 1532
$score = array("score" => preg_replace("/\s+/", "", $score));
$score = array("score" => preg_replace("/\s+/", "", $score));
same change
3b18393
[Web] add api get spam-score endpoint
- Full commit hash
3b183933e3a83cca8d1605c7a24294a8d332c596- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 1533
process_get_return($score);
process_get_return($score);
FreddleSpl0it
over 1 year ago
6fa1c9f
[Web] protect /get/identity-provider
- Full commit hash
6fa1c9f63df04b95a3e634f6b0fe417278c53ff3- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 1534
break;
break;
same change
6fa1c9f
[Web] protect /get/identity-provider
- Full commit hash
6fa1c9f63df04b95a3e634f6b0fe417278c53ff3- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 1535
case "identity-provider":
case "identity-provider":
same change
6fa1c9f
[Web] protect /get/identity-provider
- Full commit hash
6fa1c9f63df04b95a3e634f6b0fe417278c53ff3- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 1536
if($_SESSION['mailcow_cc_role'] === 'admin') {
if($_SESSION['mailcow_cc_role'] === 'admin') {
same change
6fa1c9f
[Web] protect /get/identity-provider
- Full commit hash
6fa1c9f63df04b95a3e634f6b0fe417278c53ff3- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 1537
process_get_return($iam_settings);
process_get_return($iam_settings);
same change
6fa1c9f
[Web] protect /get/identity-provider
- Full commit hash
6fa1c9f63df04b95a3e634f6b0fe417278c53ff3- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 1538
} else {
} else {
same change
6fa1c9f
[Web] protect /get/identity-provider
- Full commit hash
6fa1c9f63df04b95a3e634f6b0fe417278c53ff3- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 1539
process_get_return(null);
process_get_return(null);
same change
6fa1c9f
[Web] protect /get/identity-provider
- Full commit hash
6fa1c9f63df04b95a3e634f6b0fe417278c53ff3- Author
- FreddleSpl0it <[email protected]>
- Date
- over 1 year ago
- Selected line
- 1540
}
}
FreddleSpl0it
almost 3 years ago
3b18393
[Web] add api get spam-score endpoint
- Full commit hash
3b183933e3a83cca8d1605c7a24294a8d332c596- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 1541
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1542
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1543
// return no route found if no case is matched
// return no route found if no case is matched
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1544
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1545
http_response_code(404);
http_response_code(404);
andryyy
over 6 years ago
8003f3b
[Web] Small adjustments to presets
- Full commit hash
8003f3b4b338b1cc47d46bf5e5275f9698239806- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 1546
echo json_encode(array(
echo json_encode(array(
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1547
'type' => 'error',
'type' => 'error',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1548
'msg' => 'route not found'
'msg' => 'route not found'
andryyy
over 6 years ago
8003f3b
[Web] Small adjustments to presets
- Full commit hash
8003f3b4b338b1cc47d46bf5e5275f9698239806- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 1549
));
));
same change
8003f3b
[Web] Small adjustments to presets
- Full commit hash
8003f3b4b338b1cc47d46bf5e5275f9698239806- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 1550
exit();
exit();
andryyy
over 9 years ago
297674d
Various CSS fixes, remove sorttable, better API format
- Full commit hash
297674d2569a713ef2d6426e66830256f9397835- Author
- andryyy <[email protected]>
- Date
- over 9 years ago
- Selected line
- 1551
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1552
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1553
break;
break;
FreddleSpl0it
5 months ago
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1554
case "search":
case "search":
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1555
function process_search_return($return) {
function process_search_return($return) {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1556
if ($return === false) {
if ($return === false) {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1557
echo json_encode(array(
echo json_encode(array(
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1558
'type' => 'error',
'type' => 'error',
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1559
'msg' => 'Cannot get item'
'msg' => 'Cannot get item'
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1560
));
));
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1561
}
}
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1562
else {
else {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1563
echo json_encode($return, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
echo json_encode($return, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1564
}
}
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1565
}
}
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1566
// only allow POST requests to SEARCH API endpoints
// only allow POST requests to SEARCH API endpoints
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1567
if ($_SERVER['REQUEST_METHOD'] != 'POST') {
if ($_SERVER['REQUEST_METHOD'] != 'POST') {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1568
http_response_code(405);
http_response_code(405);
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1569
echo json_encode(array(
echo json_encode(array(
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1570
'type' => 'error',
'type' => 'error',
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1571
'msg' => 'only POST method is allowed'
'msg' => 'only POST method is allowed'
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1572
));
));
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1573
exit();
exit();
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1574
}
}
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1575
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1576
// Load SSP class
// Load SSP class
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1577
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/lib/ssp.class.php';
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/lib/ssp.class.php';
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1578
global $pdo;
global $pdo;
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1579
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1580
switch ($category) {
switch ($category) {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1581
case "domain":
case "domain":
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1582
$table = ['domain', 'd'];
$table = ['domain', 'd'];
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1583
$primaryKey = 'domain';
$primaryKey = 'domain';
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1584
$columns = [
$columns = [
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1585
['db' => 'domain', 'dt' => 2],
['db' => 'domain', 'dt' => 2],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1586
['db' => 'aliases', 'dt' => 3, 'order_subquery' => "SELECT COUNT(*) FROM `alias` WHERE (`domain`= `d`.`domain` OR `domain` IN (SELECT `alias_domain` FROM `alias_domain` WHERE `target_domain` = `d`.`domain`)) AND `address` NOT IN (SELECT `username` FROM `mailbox`)"],
['db' => 'aliases', 'dt' => 3, 'order_subquery' => "SELECT COUNT(*) FROM `alias` WHERE (`domain`= `d`.`domain` OR `domain` IN (SELECT `alias_domain` FROM `alias_domain` WHERE `target_domain` = `d`.`domain`)) AND `address` NOT IN (SELECT `username` FROM `mailbox`)"],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1587
['db' => 'mailboxes', 'dt' => 4, 'order_subquery' => "SELECT COUNT(*) FROM `mailbox` WHERE `mailbox`.`domain` = `d`.`domain` AND (`mailbox`.`kind` = '' OR `mailbox`.`kind` = NULL)"],
['db' => 'mailboxes', 'dt' => 4, 'order_subquery' => "SELECT COUNT(*) FROM `mailbox` WHERE `mailbox`.`domain` = `d`.`domain` AND (`mailbox`.`kind` = '' OR `mailbox`.`kind` = NULL)"],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1588
['db' => 'quota', 'dt' => 5, 'order_subquery' => "SELECT COALESCE(SUM(`mailbox`.`quota`), 0) FROM `mailbox` WHERE `mailbox`.`domain` = `d`.`domain` AND (`mailbox`.`kind` = '' OR `mailbox`.`kind` = NULL)"],
['db' => 'quota', 'dt' => 5, 'order_subquery' => "SELECT COALESCE(SUM(`mailbox`.`quota`), 0) FROM `mailbox` WHERE `mailbox`.`domain` = `d`.`domain` AND (`mailbox`.`kind` = '' OR `mailbox`.`kind` = NULL)"],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1589
['db' => 'stats', 'dt' => 6, 'dummy' => true, 'order_subquery' => "SELECT SUM(bytes) FROM `quota2` WHERE `quota2`.`username` IN (SELECT `username` FROM `mailbox` WHERE `domain` = `d`.`domain`)"],
['db' => 'stats', 'dt' => 6, 'dummy' => true, 'order_subquery' => "SELECT SUM(bytes) FROM `quota2` WHERE `quota2`.`username` IN (SELECT `username` FROM `mailbox` WHERE `domain` = `d`.`domain`)"],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1590
['db' => 'defquota', 'dt' => 7],
['db' => 'defquota', 'dt' => 7],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1591
['db' => 'maxquota', 'dt' => 8],
['db' => 'maxquota', 'dt' => 8],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1592
['db' => 'backupmx', 'dt' => 10],
['db' => 'backupmx', 'dt' => 10],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1593
['db' => 'tags', 'dt' => 14, 'dummy' => true, 'search' => ['join' => 'LEFT JOIN `tags_domain` AS `td` ON `td`.`domain` = `d`.`domain`', 'where_column' => '`td`.`tag_name`']],
['db' => 'tags', 'dt' => 14, 'dummy' => true, 'search' => ['join' => 'LEFT JOIN `tags_domain` AS `td` ON `td`.`domain` = `d`.`domain`', 'where_column' => '`td`.`tag_name`']],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1594
['db' => 'active', 'dt' => 15],
['db' => 'active', 'dt' => 15],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1595
];
];
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1596
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1597
if($_SESSION['mailcow_cc_role'] === 'admin') {
if($_SESSION['mailcow_cc_role'] === 'admin') {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1598
$data = SSP::simple($requestDecoded, $pdo, $table, $primaryKey, $columns);
$data = SSP::simple($requestDecoded, $pdo, $table, $primaryKey, $columns);
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1599
} elseif ($_SESSION['mailcow_cc_role'] === 'domainadmin') {
} elseif ($_SESSION['mailcow_cc_role'] === 'domainadmin') {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1600
$data = SSP::complex($requestDecoded, $pdo, $table, $primaryKey, $columns,
$data = SSP::complex($requestDecoded, $pdo, $table, $primaryKey, $columns,
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1601
'INNER JOIN domain_admins as da ON da.domain = d.domain',
'INNER JOIN domain_admins as da ON da.domain = d.domain',
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1602
[
[
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1603
'condition' => 'da.active = 1 and da.username = :username',
'condition' => 'da.active = 1 and da.username = :username',
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1604
'bindings' => ['username' => $_SESSION['mailcow_cc_username']]
'bindings' => ['username' => $_SESSION['mailcow_cc_username']]
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1605
]);
]);
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1606
} else {
} else {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1607
http_response_code(403);
http_response_code(403);
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1608
echo json_encode(array(
echo json_encode(array(
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1609
'type' => 'error',
'type' => 'error',
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1610
'msg' => 'Insufficient permissions'
'msg' => 'Insufficient permissions'
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1611
));
));
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1612
exit();
exit();
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1613
}
}
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1614
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1615
if (!empty($data['data'])) {
if (!empty($data['data'])) {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1616
$domainsData = [];
$domainsData = [];
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1617
foreach ($data['data'] as $domain) {
foreach ($data['data'] as $domain) {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1618
if ($details = mailbox('get', 'domain_details', $domain[2])) {
if ($details = mailbox('get', 'domain_details', $domain[2])) {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1619
$domainsData[] = $details;
$domainsData[] = $details;
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1620
}
}
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1621
}
}
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1622
$data['data'] = $domainsData;
$data['data'] = $domainsData;
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1623
}
}
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1624
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1625
process_search_return($data);
process_search_return($data);
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1626
break;
break;
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1627
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1628
case "mailbox":
case "mailbox":
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1629
$table = ['mailbox', 'm'];
$table = ['mailbox', 'm'];
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1630
$primaryKey = 'username';
$primaryKey = 'username';
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1631
$columns = [
$columns = [
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1632
['db' => 'username', 'dt' => 2],
['db' => 'username', 'dt' => 2],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1633
['db' => 'quota', 'dt' => 3],
['db' => 'quota', 'dt' => 3],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1634
['db' => 'last_mail_login', 'dt' => 4, 'dummy' => true, 'order_subquery' => "SELECT MAX(`datetime`) FROM `sasl_log` WHERE `service` != 'SSO' AND `username` = `m`.`username`"],
['db' => 'last_mail_login', 'dt' => 4, 'dummy' => true, 'order_subquery' => "SELECT MAX(`datetime`) FROM `sasl_log` WHERE `service` != 'SSO' AND `username` = `m`.`username`"],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1635
['db' => 'last_pw_change', 'dt' => 5, 'dummy' => true, 'order_subquery' => "JSON_EXTRACT(attributes, '$.passwd_update')"],
['db' => 'last_pw_change', 'dt' => 5, 'dummy' => true, 'order_subquery' => "JSON_EXTRACT(attributes, '$.passwd_update')"],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1636
['db' => 'in_use', 'dt' => 6, 'dummy' => true, 'order_subquery' => "(SELECT SUM(bytes) FROM `quota2` WHERE `quota2`.`username` = `m`.`username`) / `m`.`quota`"],
['db' => 'in_use', 'dt' => 6, 'dummy' => true, 'order_subquery' => "(SELECT SUM(bytes) FROM `quota2` WHERE `quota2`.`username` = `m`.`username`) / `m`.`quota`"],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1637
['db' => 'name', 'dt' => 7],
['db' => 'name', 'dt' => 7],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1638
['db' => 'messages', 'dt' => 20, 'dummy' => true, 'order_subquery' => "SELECT SUM(messages) FROM `quota2` WHERE `quota2`.`username` = `m`.`username`"],
['db' => 'messages', 'dt' => 20, 'dummy' => true, 'order_subquery' => "SELECT SUM(messages) FROM `quota2` WHERE `quota2`.`username` = `m`.`username`"],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1639
['db' => 'tags', 'dt' => 23, 'dummy' => true, 'search' => ['join' => 'LEFT JOIN `tags_mailbox` AS `tm` ON `tm`.`username` = `m`.`username`', 'where_column' => '`tm`.`tag_name`']],
['db' => 'tags', 'dt' => 23, 'dummy' => true, 'search' => ['join' => 'LEFT JOIN `tags_mailbox` AS `tm` ON `tm`.`username` = `m`.`username`', 'where_column' => '`tm`.`tag_name`']],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1640
['db' => 'active', 'dt' => 24],
['db' => 'active', 'dt' => 24],
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1641
];
];
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1642
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1643
if($_SESSION['mailcow_cc_role'] === 'admin') {
if($_SESSION['mailcow_cc_role'] === 'admin') {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1644
$data = SSP::complex($requestDecoded, $pdo, $table, $primaryKey, $columns, null,
$data = SSP::complex($requestDecoded, $pdo, $table, $primaryKey, $columns, null,
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1645
"(`m`.`kind` = '' OR `m`.`kind` = NULL)");
"(`m`.`kind` = '' OR `m`.`kind` = NULL)");
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1646
} elseif ($_SESSION['mailcow_cc_role'] === 'domainadmin') {
} elseif ($_SESSION['mailcow_cc_role'] === 'domainadmin') {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1647
$data = SSP::complex($requestDecoded, $pdo, $table, $primaryKey, $columns,
$data = SSP::complex($requestDecoded, $pdo, $table, $primaryKey, $columns,
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1648
'INNER JOIN domain_admins as da ON da.domain = m.domain',
'INNER JOIN domain_admins as da ON da.domain = m.domain',
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1649
[
[
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1650
'condition' => "(`m`.`kind` = '' OR `m`.`kind` = NULL) AND `da`.`active` = 1 AND `da`.`username` = :username",
'condition' => "(`m`.`kind` = '' OR `m`.`kind` = NULL) AND `da`.`active` = 1 AND `da`.`username` = :username",
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1651
'bindings' => ['username' => $_SESSION['mailcow_cc_username']]
'bindings' => ['username' => $_SESSION['mailcow_cc_username']]
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1652
]);
]);
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1653
} else {
} else {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1654
http_response_code(403);
http_response_code(403);
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1655
echo json_encode(array(
echo json_encode(array(
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1656
'type' => 'error',
'type' => 'error',
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1657
'msg' => 'Insufficient permissions'
'msg' => 'Insufficient permissions'
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1658
));
));
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1659
exit();
exit();
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1660
}
}
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1661
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1662
if (!empty($data['data'])) {
if (!empty($data['data'])) {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1663
$mailboxData = [];
$mailboxData = [];
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1664
foreach ($data['data'] as $mailbox) {
foreach ($data['data'] as $mailbox) {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1665
if ($details = mailbox('get', 'mailbox_details', $mailbox[2])) {
if ($details = mailbox('get', 'mailbox_details', $mailbox[2])) {
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1666
$mailboxData[] = $details;
$mailboxData[] = $details;
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1667
}
}
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1668
}
}
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1669
$data['data'] = $mailboxData;
$data['data'] = $mailboxData;
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1670
}
}
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1671
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1672
process_search_return($data);
process_search_return($data);
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1673
break;
break;
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1674
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1675
default:
default:
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1676
http_response_code(404);
http_response_code(404);
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1677
echo json_encode(array(
echo json_encode(array(
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1678
'type' => 'error',
'type' => 'error',
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1679
'msg' => 'Invalid search category'
'msg' => 'Invalid search category'
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1680
));
));
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1681
break;
break;
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1682
}
}
same change
43f570e
[Web] switch from GET to POST for datatable requests
- Full commit hash
43f570e7617dd5925915c05a6f87b1d3a2630dd1- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 1683
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1684
case "delete":
case "delete":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1685
if ($_SESSION['mailcow_cc_api_access'] == 'ro' || isset($_SESSION['pending_mailcow_cc_username']) || !isset($_SESSION["mailcow_cc_username"])) {
if ($_SESSION['mailcow_cc_api_access'] == 'ro' || isset($_SESSION['pending_mailcow_cc_username']) || !isset($_SESSION["mailcow_cc_username"])) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1686
http_response_code(403);
http_response_code(403);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1687
echo json_encode(array(
echo json_encode(array(
André
about 8 years ago
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 1688
'type' => 'error',
'type' => 'error',
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1689
'msg' => 'API read/write access denied'
'msg' => 'API read/write access denied'
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1690
));
));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1691
exit();
exit();
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1692
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1693
function process_delete_return($return) {
function process_delete_return($return) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1694
$generic_failure = json_encode(array(
$generic_failure = json_encode(array(
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1695
'type' => 'error',
'type' => 'error',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1696
'msg' => 'Cannot delete item'
'msg' => 'Cannot delete item'
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1697
));
));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1698
$generic_success = json_encode(array(
$generic_success = json_encode(array(
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1699
'type' => 'success',
'type' => 'success',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1700
'msg' => 'Task completed'
'msg' => 'Task completed'
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1701
));
));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1702
if ($return === false) {
if ($return === false) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1703
echo isset($_SESSION['return']) ? json_encode($_SESSION['return']) : $generic_failure;
echo isset($_SESSION['return']) ? json_encode($_SESSION['return']) : $generic_failure;
André
about 8 years ago
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 1704
}
}
same change
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 1705
else {
else {
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1706
echo isset($_SESSION['return']) ? json_encode($_SESSION['return']) : $generic_success;
echo isset($_SESSION['return']) ? json_encode($_SESSION['return']) : $generic_success;
André
about 8 years ago
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 1707
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1708
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1709
if (!isset($_POST['items'])) {
if (!isset($_POST['items'])) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1710
echo $request_incomplete;
echo $request_incomplete;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1711
exit;
exit;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1712
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1713
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1714
$items = (array)json_decode($_POST['items'], true);
$items = (array)json_decode($_POST['items'], true);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1715
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1716
// only allow POST requests to POST API endpoints
// only allow POST requests to POST API endpoints
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1717
if ($_SERVER['REQUEST_METHOD'] != 'POST') {
if ($_SERVER['REQUEST_METHOD'] != 'POST') {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1718
http_response_code(405);
http_response_code(405);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1719
echo json_encode(array(
echo json_encode(array(
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1720
'type' => 'error',
'type' => 'error',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1721
'msg' => 'only POST method is allowed'
'msg' => 'only POST method is allowed'
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1722
));
));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1723
exit();
exit();
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1724
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1725
switch ($category) {
switch ($category) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1726
case "alias":
case "alias":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1727
process_delete_return(mailbox('delete', 'alias', array('id' => $items)));
process_delete_return(mailbox('delete', 'alias', array('id' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1728
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1729
case "oauth2-client":
case "oauth2-client":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1730
process_delete_return(oauth2('delete', 'client', array('id' => $items)));
process_delete_return(oauth2('delete', 'client', array('id' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1731
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1732
case "app-passwd":
case "app-passwd":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1733
process_delete_return(app_passwd('delete', array('id' => $items)));
process_delete_return(app_passwd('delete', array('id' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1734
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1735
case "relayhost":
case "relayhost":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1736
process_delete_return(relayhost('delete', array('id' => $items)));
process_delete_return(relayhost('delete', array('id' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1737
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1738
case "transport":
case "transport":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1739
process_delete_return(transport('delete', array('id' => $items)));
process_delete_return(transport('delete', array('id' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1740
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1741
case "rsetting":
case "rsetting":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1742
process_delete_return(rsettings('delete', array('id' => $items)));
process_delete_return(rsettings('delete', array('id' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1743
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1744
case "syncjob":
case "syncjob":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1745
process_delete_return(mailbox('delete', 'syncjob', array('id' => $items)));
process_delete_return(mailbox('delete', 'syncjob', array('id' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1746
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1747
case "filter":
case "filter":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1748
process_delete_return(mailbox('delete', 'filter', array('id' => $items)));
process_delete_return(mailbox('delete', 'filter', array('id' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1749
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1750
case "mailq":
case "mailq":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1751
process_delete_return(mailq('delete', array('qid' => $items)));
process_delete_return(mailq('delete', array('qid' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1752
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1753
case "qitem":
case "qitem":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1754
process_delete_return(quarantine('delete', array('id' => $items)));
process_delete_return(quarantine('delete', array('id' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1755
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1756
case "bcc":
case "bcc":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1757
process_delete_return(bcc('delete', array('id' => $items)));
process_delete_return(bcc('delete', array('id' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1758
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1759
case "recipient_map":
case "recipient_map":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1760
process_delete_return(recipient_map('delete', array('id' => $items)));
process_delete_return(recipient_map('delete', array('id' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1761
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1762
case "tls-policy-map":
case "tls-policy-map":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1763
process_delete_return(tls_policy_maps('delete', array('id' => $items)));
process_delete_return(tls_policy_maps('delete', array('id' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1764
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1765
case "fwdhost":
case "fwdhost":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1766
process_delete_return(fwdhost('delete', array('forwardinghost' => $items)));
process_delete_return(fwdhost('delete', array('forwardinghost' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1767
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1768
case "dkim":
case "dkim":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1769
process_delete_return(dkim('delete', array('domains' => $items)));
process_delete_return(dkim('delete', array('domains' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1770
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1771
case "domain":
case "domain":
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1772
switch ($object){
switch ($object){
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1773
case "tag":
case "tag":
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1774
process_delete_return(mailbox('delete', 'tags_domain', array('tags' => $items, 'domain' => $extra)));
process_delete_return(mailbox('delete', 'tags_domain', array('tags' => $items, 'domain' => $extra)));
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1775
break;
break;
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
- 1776
case "template":
case "template":
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
- 1777
process_delete_return(mailbox('delete', 'domain_templates', array('ids' => $items)));
process_delete_return(mailbox('delete', 'domain_templates', array('ids' => $items)));
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
- 1778
break;
break;
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1779
default:
default:
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1780
process_delete_return(mailbox('delete', 'domain', array('domain' => $items)));
process_delete_return(mailbox('delete', 'domain', array('domain' => $items)));
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1781
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1782
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1783
case "alias-domain":
case "alias-domain":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1784
process_delete_return(mailbox('delete', 'alias_domain', array('alias_domain' => $items)));
process_delete_return(mailbox('delete', 'alias_domain', array('alias_domain' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1785
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1786
case "mailbox":
case "mailbox":
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1787
switch ($object){
switch ($object){
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1788
case "tag":
case "tag":
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1789
process_delete_return(mailbox('delete', 'tags_mailbox', array('tags' => $items, 'username' => $extra)));
process_delete_return(mailbox('delete', 'tags_mailbox', array('tags' => $items, 'username' => $extra)));
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1790
break;
break;
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
- 1791
case "template":
case "template":
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
- 1792
process_delete_return(mailbox('delete', 'mailbox_templates', array('ids' => $items)));
process_delete_return(mailbox('delete', 'mailbox_templates', array('ids' => $items)));
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
- 1793
break;
break;
FreddleSpl0it
about 4 years ago
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1794
default:
default:
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1795
process_delete_return(mailbox('delete', 'mailbox', array('username' => $items)));
process_delete_return(mailbox('delete', 'mailbox', array('username' => $items)));
same change
549ff7d
Add Domain and Mailbox tagging (#4569)
- Full commit hash
549ff7d100751837278e245cf3295e11eb85b667- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 1796
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1797
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1798
case "resource":
case "resource":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1799
process_delete_return(mailbox('delete', 'resource', array('name' => $items)));
process_delete_return(mailbox('delete', 'resource', array('name' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1800
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1801
case "mailbox-policy":
case "mailbox-policy":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1802
process_delete_return(policy('delete', 'mailbox', array('prefid' => $items)));
process_delete_return(policy('delete', 'mailbox', array('prefid' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1803
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1804
case "domain-policy":
case "domain-policy":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1805
process_delete_return(policy('delete', 'domain', array('prefid' => $items)));
process_delete_return(policy('delete', 'domain', array('prefid' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1806
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1807
case "time_limited_alias":
case "time_limited_alias":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1808
process_delete_return(mailbox('delete', 'time_limited_alias', array('address' => $items)));
process_delete_return(mailbox('delete', 'time_limited_alias', array('address' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1809
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1810
case "eas_cache":
case "eas_cache":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1811
process_delete_return(mailbox('delete', 'eas_cache', array('username' => $items)));
process_delete_return(mailbox('delete', 'eas_cache', array('username' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1812
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1813
case "sogo_profile":
case "sogo_profile":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1814
process_delete_return(mailbox('delete', 'sogo_profile', array('username' => $items)));
process_delete_return(mailbox('delete', 'sogo_profile', array('username' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1815
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1816
case "domain-admin":
case "domain-admin":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1817
process_delete_return(domain_admin('delete', array('username' => $items)));
process_delete_return(domain_admin('delete', array('username' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1818
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1819
case "admin":
case "admin":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1820
process_delete_return(admin('delete', array('username' => $items)));
process_delete_return(admin('delete', array('username' => $items)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1821
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1822
case "rlhash":
case "rlhash":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1823
echo ratelimit('delete', null, implode($items));
echo ratelimit('delete', null, implode($items));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1824
break;
break;
FreddleSpl0it
over 3 years ago
3c62a7f
[Web] IAM - add delete option & fix test connection
- Full commit hash
3c62a7fd9f67592371f2334e04cf7dbcfa328073- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 1825
case "identity-provider":
case "identity-provider":
same change
3c62a7f
[Web] IAM - add delete option & fix test connection
- Full commit hash
3c62a7fd9f67592371f2334e04cf7dbcfa328073- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 1826
process_delete_return(identity_provider('delete'));
process_delete_return(identity_provider('delete'));
same change
3c62a7f
[Web] IAM - add delete option & fix test connection
- Full commit hash
3c62a7fd9f67592371f2334e04cf7dbcfa328073- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 1827
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1828
// return no route found if no case is matched
// return no route found if no case is matched
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1829
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1830
http_response_code(404);
http_response_code(404);
ntimo
almost 7 years ago
f393049
[API] Make add and delete routes POST only
- Full commit hash
f3930492736f67b469e97b89890de9523d86ef77- Author
- ntimo <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 1831
echo json_encode(array(
echo json_encode(array(
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1832
'type' => 'error',
'type' => 'error',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1833
'msg' => 'route not found'
'msg' => 'route not found'
ntimo
almost 7 years ago
f393049
[API] Make add and delete routes POST only
- Full commit hash
f3930492736f67b469e97b89890de9523d86ef77- Author
- ntimo <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 1834
));
));
ntimo
almost 7 years ago
6372df2
[API] Replaced die(); with exit(); due to code conventions
- Full commit hash
6372df21feb51d783cdbd9bf0aff6f1f645e85b6- Author
- ntimo <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 1835
exit();
exit();
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1836
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1837
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1838
case "edit":
case "edit":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1839
if ($_SESSION['mailcow_cc_api_access'] == 'ro' || isset($_SESSION['pending_mailcow_cc_username']) || !isset($_SESSION["mailcow_cc_username"])) {
if ($_SESSION['mailcow_cc_api_access'] == 'ro' || isset($_SESSION['pending_mailcow_cc_username']) || !isset($_SESSION["mailcow_cc_username"])) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1840
http_response_code(403);
http_response_code(403);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1841
echo json_encode(array(
echo json_encode(array(
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1842
'type' => 'error',
'type' => 'error',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1843
'msg' => 'API read/write access denied'
'msg' => 'API read/write access denied'
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1844
));
));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1845
exit();
exit();
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1846
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1847
function process_edit_return($return) {
function process_edit_return($return) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1848
$generic_failure = json_encode(array(
$generic_failure = json_encode(array(
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1849
'type' => 'error',
'type' => 'error',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1850
'msg' => 'Cannot edit item'
'msg' => 'Cannot edit item'
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1851
));
));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1852
$generic_success = json_encode(array(
$generic_success = json_encode(array(
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1853
'type' => 'success',
'type' => 'success',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1854
'msg' => 'Task completed'
'msg' => 'Task completed'
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1855
));
));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1856
if ($return === false) {
if ($return === false) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1857
echo isset($_SESSION['return']) ? json_encode($_SESSION['return']) : $generic_failure;
echo isset($_SESSION['return']) ? json_encode($_SESSION['return']) : $generic_failure;
ntimo
almost 7 years ago
c4c9d2a
[API] Fixed broken if
- Full commit hash
c4c9d2a3b4d3f5e5789a04c593f133a697b5601c- Author
- ntimo <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 1858
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1859
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1860
echo isset($_SESSION['return']) ? json_encode($_SESSION['return']) : $generic_success;
echo isset($_SESSION['return']) ? json_encode($_SESSION['return']) : $generic_success;
andryyy
over 6 years ago
8f4540d
[Web] r/o API keys, Pushover integration (can be limited by ACL), other minor changes
- Full commit hash
8f4540d5d9f1c85fbb1c9697ccb9653f8744779d- Author
- andryyy <[email protected]>
- Date
- over 6 years ago
- Selected line
- 1861
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1862
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1863
if (!isset($_POST['attr'])) {
if (!isset($_POST['attr'])) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1864
echo $request_incomplete;
echo $request_incomplete;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1865
exit;
exit;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1866
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1867
else {
else {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1868
$attr = (array)json_decode($_POST['attr'], true);
$attr = (array)json_decode($_POST['attr'], true);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1869
unset($attr['csrf_token']);
unset($attr['csrf_token']);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1870
$items = isset($_POST['items']) ? (array)json_decode($_POST['items'], true) : null;
$items = isset($_POST['items']) ? (array)json_decode($_POST['items'], true) : null;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1871
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1872
// only allow POST requests to POST API endpoints
// only allow POST requests to POST API endpoints
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1873
if ($_SERVER['REQUEST_METHOD'] != 'POST') {
if ($_SERVER['REQUEST_METHOD'] != 'POST') {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1874
http_response_code(405);
http_response_code(405);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1875
echo json_encode(array(
echo json_encode(array(
André
about 8 years ago
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 1876
'type' => 'error',
'type' => 'error',
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1877
'msg' => 'only POST method is allowed'
'msg' => 'only POST method is allowed'
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1878
));
));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1879
exit();
exit();
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1880
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1881
switch ($category) {
switch ($category) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1882
case "bcc":
case "bcc":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1883
process_edit_return(bcc('edit', array_merge(array('id' => $items), $attr)));
process_edit_return(bcc('edit', array_merge(array('id' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1884
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1885
case "pushover":
case "pushover":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1886
process_edit_return(pushover('edit', array_merge(array('username' => $items), $attr)));
process_edit_return(pushover('edit', array_merge(array('username' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1887
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1888
case "pushover-test":
case "pushover-test":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1889
process_edit_return(pushover('test', array_merge(array('username' => $items), $attr)));
process_edit_return(pushover('test', array_merge(array('username' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1890
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1891
case "oauth2-client":
case "oauth2-client":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1892
process_edit_return(oauth2('edit', 'client', array_merge(array('id' => $items), $attr)));
process_edit_return(oauth2('edit', 'client', array_merge(array('id' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1893
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1894
case "recipient_map":
case "recipient_map":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1895
process_edit_return(recipient_map('edit', array_merge(array('id' => $items), $attr)));
process_edit_return(recipient_map('edit', array_merge(array('id' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1896
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1897
case "app-passwd":
case "app-passwd":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1898
process_edit_return(app_passwd('edit', array_merge(array('id' => $items), $attr)));
process_edit_return(app_passwd('edit', array_merge(array('id' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1899
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1900
case "tls-policy-map":
case "tls-policy-map":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1901
process_edit_return(tls_policy_maps('edit', array_merge(array('id' => $items), $attr)));
process_edit_return(tls_policy_maps('edit', array_merge(array('id' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1902
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1903
case "alias":
case "alias":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1904
process_edit_return(mailbox('edit', 'alias', array_merge(array('id' => $items), $attr)));
process_edit_return(mailbox('edit', 'alias', array_merge(array('id' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1905
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1906
case "rspamd-map":
case "rspamd-map":
andryyy
over 5 years ago
34f6b25
[Web] Fix rspamd_maps function name in API, fixes #3876
- Full commit hash
34f6b25104f7762edb24c65d8f41c9d8a6c451d1- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1907
process_edit_return(rspamd_maps('edit', array_merge(array('map' => $items), $attr)));
process_edit_return(rspamd_maps('edit', array_merge(array('map' => $items), $attr)));
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1908
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1909
case "fido2-fn":
case "fido2-fn":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1910
process_edit_return(fido2(array('action' => 'edit_fn', 'fido2_attrs' => $attr)));
process_edit_return(fido2(array('action' => 'edit_fn', 'fido2_attrs' => $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1911
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1912
case "app_links":
case "app_links":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1913
process_edit_return(customize('edit', 'app_links', $attr));
process_edit_return(customize('edit', 'app_links', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1914
break;
break;
andryyy
over 5 years ago
5ea649b
[Web] Feature: Add password policy
- Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1915
case "passwordpolicy":
case "passwordpolicy":
same change
5ea649b
[Web] Feature: Add password policy
- Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1916
process_edit_return(password_complexity('edit', $attr));
process_edit_return(password_complexity('edit', $attr));
same change
5ea649b
[Web] Feature: Add password policy
- Full commit hash
5ea649b292a54fd6e0188a5e90abce7981f4bd88- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1917
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1918
case "relayhost":
case "relayhost":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1919
process_edit_return(relayhost('edit', array_merge(array('id' => $items), $attr)));
process_edit_return(relayhost('edit', array_merge(array('id' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1920
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1921
case "transport":
case "transport":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1922
process_edit_return(transport('edit', array_merge(array('id' => $items), $attr)));
process_edit_return(transport('edit', array_merge(array('id' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1923
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1924
case "rsetting":
case "rsetting":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1925
process_edit_return(rsettings('edit', array_merge(array('id' => $items), $attr)));
process_edit_return(rsettings('edit', array_merge(array('id' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1926
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1927
case "delimiter_action":
case "delimiter_action":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1928
process_edit_return(mailbox('edit', 'delimiter_action', array_merge(array('username' => $items), $attr)));
process_edit_return(mailbox('edit', 'delimiter_action', array_merge(array('username' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1929
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1930
case "tls_policy":
case "tls_policy":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1931
process_edit_return(mailbox('edit', 'tls_policy', array_merge(array('username' => $items), $attr)));
process_edit_return(mailbox('edit', 'tls_policy', array_merge(array('username' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1932
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1933
case "quarantine_notification":
case "quarantine_notification":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1934
process_edit_return(mailbox('edit', 'quarantine_notification', array_merge(array('username' => $items), $attr)));
process_edit_return(mailbox('edit', 'quarantine_notification', array_merge(array('username' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1935
break;
break;
andryyy
over 5 years ago
ba20db2
[Web] Allow a user to choose notification categories (junk folder, rejected mail, both/all) + user ACL
- Full commit hash
ba20db2e086aeaaffbd101f37c056b25dfb3d2d4- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1936
case "quarantine_category":
case "quarantine_category":
same change
ba20db2
[Web] Allow a user to choose notification categories (junk folder, rejected mail, both/all) + user ACL
- Full commit hash
ba20db2e086aeaaffbd101f37c056b25dfb3d2d4- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1937
process_edit_return(mailbox('edit', 'quarantine_category', array_merge(array('username' => $items), $attr)));
process_edit_return(mailbox('edit', 'quarantine_category', array_merge(array('username' => $items), $attr)));
same change
ba20db2
[Web] Allow a user to choose notification categories (junk folder, rejected mail, both/all) + user ACL
- Full commit hash
ba20db2e086aeaaffbd101f37c056b25dfb3d2d4- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1938
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1939
case "qitem":
case "qitem":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1940
process_edit_return(quarantine('edit', array_merge(array('id' => $items), $attr)));
process_edit_return(quarantine('edit', array_merge(array('id' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1941
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1942
case "quarantine":
case "quarantine":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1943
process_edit_return(quarantine('edit', $attr));
process_edit_return(quarantine('edit', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1944
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1945
case "quota_notification":
case "quota_notification":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1946
process_edit_return(quota_notification('edit', $attr));
process_edit_return(quota_notification('edit', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1947
break;
break;
andryyy
about 5 years ago
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 1948
case "quota_notification_bcc":
case "quota_notification_bcc":
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 1949
process_edit_return(quota_notification_bcc('edit', $attr));
process_edit_return(quota_notification_bcc('edit', $attr));
same change
e6d5516
[Web] Feature: Allow copies of quota notifications to be sent via SMTP to internal or external addresses
- Full commit hash
e6d5516c7f0c441b00de7e5236d89ad18c976191- Author
- andryyy <[email protected]>
- Date
- about 5 years ago
- Selected line
- 1950
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1951
case "mailq":
case "mailq":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1952
process_edit_return(mailq('edit', array_merge(array('qid' => $items), $attr)));
process_edit_return(mailq('edit', array_merge(array('qid' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1953
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1954
case "time_limited_alias":
case "time_limited_alias":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1955
process_edit_return(mailbox('edit', 'time_limited_alias', array_merge(array('address' => $items), $attr)));
process_edit_return(mailbox('edit', 'time_limited_alias', array_merge(array('address' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1956
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1957
case "mailbox":
case "mailbox":
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
- 1958
switch ($object) {
switch ($object) {
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
- 1959
case "template":
case "template":
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
- 1960
process_edit_return(mailbox('edit', 'mailbox_templates', array_merge(array('ids' => $items), $attr)));
process_edit_return(mailbox('edit', 'mailbox_templates', array_merge(array('ids' => $items), $attr)));
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
- 1961
break;
break;
FreddleSpl0it
over 2 years ago
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 1962
case "custom-attribute":
case "custom-attribute":
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 1963
process_edit_return(mailbox('edit', 'mailbox_custom_attribute', array_merge(array('mailboxes' => $items), $attr)));
process_edit_return(mailbox('edit', 'mailbox_custom_attribute', array_merge(array('mailboxes' => $items), $attr)));
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 1964
break;
break;
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
- 1965
default:
default:
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
- 1966
process_edit_return(mailbox('edit', 'mailbox', array_merge(array('username' => $items), $attr)));
process_edit_return(mailbox('edit', 'mailbox', array_merge(array('username' => $items), $attr)));
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
- 1967
break;
break;
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
- 1968
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1969
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1970
case "syncjob":
case "syncjob":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1971
process_edit_return(mailbox('edit', 'syncjob', array_merge(array('id' => $items), $attr)));
process_edit_return(mailbox('edit', 'syncjob', array_merge(array('id' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1972
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1973
case "filter":
case "filter":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1974
process_edit_return(mailbox('edit', 'filter', array_merge(array('id' => $items), $attr)));
process_edit_return(mailbox('edit', 'filter', array_merge(array('id' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1975
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1976
case "resource":
case "resource":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1977
process_edit_return(mailbox('edit', 'resource', array_merge(array('name' => $items), $attr)));
process_edit_return(mailbox('edit', 'resource', array_merge(array('name' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1978
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1979
case "domain":
case "domain":
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
- 1980
switch ($object) {
switch ($object) {
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
- 1981
case "template":
case "template":
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
- 1982
process_edit_return(mailbox('edit', 'domain_templates', array_merge(array('ids' => $items), $attr)));
process_edit_return(mailbox('edit', 'domain_templates', array_merge(array('ids' => $items), $attr)));
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
- 1983
break;
break;
FreddleSpl0it
over 2 years ago
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 1984
case "footer":
case "footer":
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 1985
process_edit_return(mailbox('edit', 'domain_wide_footer', array_merge(array('domains' => $items), $attr)));
process_edit_return(mailbox('edit', 'domain_wide_footer', array_merge(array('domains' => $items), $attr)));
same change
d2e3867
[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer
- Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f- Author
- FreddleSpl0it <[email protected]>
- Date
- over 2 years ago
- Selected line
- 1986
break;
break;
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
- 1987
default:
default:
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
- 1988
process_edit_return(mailbox('edit', 'domain', array_merge(array('domain' => $items), $attr)));
process_edit_return(mailbox('edit', 'domain', array_merge(array('domain' => $items), $attr)));
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
- 1989
break;
break;
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
- 1990
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1991
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1992
case "rl-domain":
case "rl-domain":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1993
process_edit_return(ratelimit('edit', 'domain', array_merge(array('object' => $items), $attr)));
process_edit_return(ratelimit('edit', 'domain', array_merge(array('object' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1994
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1995
case "rl-mbox":
case "rl-mbox":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1996
process_edit_return(ratelimit('edit', 'mailbox', array_merge(array('object' => $items), $attr)));
process_edit_return(ratelimit('edit', 'mailbox', array_merge(array('object' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 1997
break;
break;
FreddleSpl0it
almost 2 years ago
10dfd0a
[Web][DockerApi] Add the ability to rename the local part of a mailbox
- Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 1998
case "rename-mbox":
case "rename-mbox":
same change
10dfd0a
[Web][DockerApi] Add the ability to rename the local part of a mailbox
- Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 1999
process_edit_return(mailbox('edit', 'mailbox_rename', array_merge(array('mailbox' => $items), $attr)));
process_edit_return(mailbox('edit', 'mailbox_rename', array_merge(array('mailbox' => $items), $attr)));
same change
10dfd0a
[Web][DockerApi] Add the ability to rename the local part of a mailbox
- Full commit hash
10dfd0a4433df4ad519115e8dc380b58543b383b- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 2000
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2001
case "user-acl":
case "user-acl":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2002
process_edit_return(acl('edit', 'user', array_merge(array('username' => $items), $attr)));
process_edit_return(acl('edit', 'user', array_merge(array('username' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2003
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2004
case "da-acl":
case "da-acl":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2005
process_edit_return(acl('edit', 'domainadmin', array_merge(array('username' => $items), $attr)));
process_edit_return(acl('edit', 'domainadmin', array_merge(array('username' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2006
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2007
case "alias-domain":
case "alias-domain":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2008
process_edit_return(mailbox('edit', 'alias_domain', array_merge(array('alias_domain' => $items), $attr)));
process_edit_return(mailbox('edit', 'alias_domain', array_merge(array('alias_domain' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2009
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2010
case "spam-score":
case "spam-score":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2011
process_edit_return(mailbox('edit', 'spam_score', array_merge(array('username' => $items), $attr)));
process_edit_return(mailbox('edit', 'spam_score', array_merge(array('username' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2012
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2013
case "domain-admin":
case "domain-admin":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2014
process_edit_return(domain_admin('edit', array_merge(array('username' => $items), $attr)));
process_edit_return(domain_admin('edit', array_merge(array('username' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2015
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2016
case "admin":
case "admin":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2017
process_edit_return(admin('edit', array_merge(array('username' => $items), $attr)));
process_edit_return(admin('edit', array_merge(array('username' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2018
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2019
case "fwdhost":
case "fwdhost":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2020
process_edit_return(fwdhost('edit', array_merge(array('fwdhost' => $items), $attr)));
process_edit_return(fwdhost('edit', array_merge(array('fwdhost' => $items), $attr)));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2021
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2022
case "fail2ban":
case "fail2ban":
FreddleSpl0it
about 3 years ago
e2e8fbe
[Web] add f2b_banlist endpoint
- Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 2023
switch ($object) {
switch ($object) {
same change
e2e8fbe
[Web] add f2b_banlist endpoint
- Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 2024
case 'banlist':
case 'banlist':
same change
e2e8fbe
[Web] add f2b_banlist endpoint
- Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 2025
process_edit_return(fail2ban('banlist', 'refresh', $items));
process_edit_return(fail2ban('banlist', 'refresh', $items));
same change
e2e8fbe
[Web] add f2b_banlist endpoint
- Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 2026
break;
break;
same change
e2e8fbe
[Web] add f2b_banlist endpoint
- Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 2027
default:
default:
same change
e2e8fbe
[Web] add f2b_banlist endpoint
- Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 2028
process_edit_return(fail2ban('edit', array_merge(array('network' => $items), $attr)));
process_edit_return(fail2ban('edit', array_merge(array('network' => $items), $attr)));
same change
e2e8fbe
[Web] add f2b_banlist endpoint
- Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 2029
break;
break;
same change
e2e8fbe
[Web] add f2b_banlist endpoint
- Full commit hash
e2e8fbe3131327eb65f22e31fb200d55c59512dd- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 2030
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2031
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2032
case "ui_texts":
case "ui_texts":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2033
process_edit_return(customize('edit', 'ui_texts', $attr));
process_edit_return(customize('edit', 'ui_texts', $attr));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2034
break;
break;
FreddleSpl0it
over 3 years ago
1e98784
[Web] Opt-In for third party ip_check
- Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 2035
case "ip_check":
case "ip_check":
same change
1e98784
[Web] Opt-In for third party ip_check
- Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 2036
process_edit_return(customize('edit', 'ip_check', $attr));
process_edit_return(customize('edit', 'ip_check', $attr));
same change
1e98784
[Web] Opt-In for third party ip_check
- Full commit hash
1e98784eee64240418d6e6df2336e2c0d7ac9dd2- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 2037
break;
break;
FreddleSpl0it
about 1 year ago
ea0944d
[Web] Add quick links to other login pages and option to disable mailcow login form
- Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c- Author
- FreddleSpl0it <[email protected]>
- Date
- about 1 year ago
- Selected line
- 2038
case "custom_login":
case "custom_login":
same change
ea0944d
[Web] Add quick links to other login pages and option to disable mailcow login form
- Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c- Author
- FreddleSpl0it <[email protected]>
- Date
- about 1 year ago
- Selected line
- 2039
process_edit_return(customize('edit', 'custom_login', $attr));
process_edit_return(customize('edit', 'custom_login', $attr));
same change
ea0944d
[Web] Add quick links to other login pages and option to disable mailcow login form
- Full commit hash
ea0944d743c0f261cea57693dd1da9970206e99c- Author
- FreddleSpl0it <[email protected]>
- Date
- about 1 year ago
- Selected line
- 2040
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2041
case "self":
case "self":
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2042
if ($_SESSION['mailcow_cc_role'] == "domainadmin") {
if ($_SESSION['mailcow_cc_role'] == "domainadmin") {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2043
process_edit_return(domain_admin('edit', $attr));
process_edit_return(domain_admin('edit', $attr));
André
about 8 years ago
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 2044
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2045
elseif ($_SESSION['mailcow_cc_role'] == "user") {
elseif ($_SESSION['mailcow_cc_role'] == "user") {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2046
process_edit_return(edit_user_account($attr));
process_edit_return(edit_user_account($attr));
André
about 8 years ago
0a44ea1
[Dovecot] Lz4 compression sometimes leads to strange EOF errors when replicating
- Full commit hash
0a44ea1a4c84077448e05df73320571f6efaae52- Author
- André <[email protected]>
- Date
- about 8 years ago
- Selected line
- 2047
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2048
break;
break;
FreddleSpl0it
about 3 years ago
192f67c
[Web] add cors to json_api
- Full commit hash
192f67cd4164baf4c080b77db17ccdd69ef568a9- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 2049
case "cors":
case "cors":
same change
192f67c
[Web] add cors to json_api
- Full commit hash
192f67cd4164baf4c080b77db17ccdd69ef568a9- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 2050
process_edit_return(cors('edit', $attr));
process_edit_return(cors('edit', $attr));
Khurram Malik
8 months ago
f8eed8c
fix(api): add missing break in CORS switch block causing save to hang (#6926)
- Full commit hash
f8eed8c78698ce492f176641bb75ccbeefd24546- Author
- Khurram Malik <[email protected]>
- Date
- 8 months ago
- Selected line
- 2051
break;
break;
FreddleSpl0it
over 3 years ago
3c62a7f
[Web] IAM - add delete option & fix test connection
- Full commit hash
3c62a7fd9f67592371f2334e04cf7dbcfa328073- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 2052
case "identity-provider":
case "identity-provider":
FreddleSpl0it
over 3 years ago
f6869da
[Web] manage keycloak identity provider
- Full commit hash
f6869da3a02b937d8f498476be1d7e95ab418e33- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 2053
process_edit_return(identity_provider('edit', $attr));
process_edit_return(identity_provider('edit', $attr));
FreddleSpl0it
about 3 years ago
192f67c
[Web] add cors to json_api
- Full commit hash
192f67cd4164baf4c080b77db17ccdd69ef568a9- Author
- FreddleSpl0it <[email protected]>
- Date
- about 3 years ago
- Selected line
- 2054
break;
break;
FreddleSpl0it
over 3 years ago
3c62a7f
[Web] IAM - add delete option & fix test connection
- Full commit hash
3c62a7fd9f67592371f2334e04cf7dbcfa328073- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 2055
case "identity-provider-test":
case "identity-provider-test":
same change
3c62a7f
[Web] IAM - add delete option & fix test connection
- Full commit hash
3c62a7fd9f67592371f2334e04cf7dbcfa328073- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 2056
process_edit_return(identity_provider('test', $attr));
process_edit_return(identity_provider('test', $attr));
same change
3c62a7f
[Web] IAM - add delete option & fix test connection
- Full commit hash
3c62a7fd9f67592371f2334e04cf7dbcfa328073- Author
- FreddleSpl0it <[email protected]>
- Date
- over 3 years ago
- Selected line
- 2057
break;
break;
FreddleSpl0it
almost 3 years ago
981307a
[Web] add missing break
- Full commit hash
981307a1c68616df0bf06b50a75be57c7aea00a3- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 2058
case "cors":
case "cors":
same change
981307a
[Web] add missing break
- Full commit hash
981307a1c68616df0bf06b50a75be57c7aea00a3- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 2059
process_edit_return(cors('edit', $attr));
process_edit_return(cors('edit', $attr));
same change
981307a
[Web] add missing break
- Full commit hash
981307a1c68616df0bf06b50a75be57c7aea00a3- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 3 years ago
- Selected line
- 2060
break;
break;
FreddleSpl0it
almost 2 years ago
2208d7e
[Web] add function to reset user passwords
- Full commit hash
2208d7e6fb2864e2ddc672104b61b2a496fc1e02- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 2061
case "reset-password-notification":
case "reset-password-notification":
same change
2208d7e
[Web] add function to reset user passwords
- Full commit hash
2208d7e6fb2864e2ddc672104b61b2a496fc1e02- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 2062
process_edit_return(reset_password('edit_notification', $attr));
process_edit_return(reset_password('edit_notification', $attr));
same change
2208d7e
[Web] add function to reset user passwords
- Full commit hash
2208d7e6fb2864e2ddc672104b61b2a496fc1e02- Author
- FreddleSpl0it <[email protected]>
- Date
- almost 2 years ago
- Selected line
- 2063
break;
break;
DerLinkman
11 months ago
c39712a
pf/php: add mta-sts support (outbound) (#6686)
- Full commit hash
c39712af671cc150595e6aadc7c31868eef14408- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 2064
case "mta-sts":
case "mta-sts":
same change
c39712a
pf/php: add mta-sts support (outbound) (#6686)
- Full commit hash
c39712af671cc150595e6aadc7c31868eef14408- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 2065
process_edit_return(mailbox('edit', 'mta_sts', array_merge(array('domains' => $items), $attr)));
process_edit_return(mailbox('edit', 'mta_sts', array_merge(array('domains' => $items), $attr)));
same change
c39712a
pf/php: add mta-sts support (outbound) (#6686)
- Full commit hash
c39712af671cc150595e6aadc7c31868eef14408- Author
- DerLinkman <[email protected]>
- Date
- 11 months ago
- Selected line
- 2066
break;
break;
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2067
// return no route found if no case is matched
// return no route found if no case is matched
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2068
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2069
http_response_code(404);
http_response_code(404);
ntimo
almost 7 years ago
b9c244b
[API] Only allow POST method for edit apis
- Full commit hash
b9c244b746f79b148d919174cc5c6f8d4b857f97- Author
- ntimo <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 2070
echo json_encode(array(
echo json_encode(array(
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2071
'type' => 'error',
'type' => 'error',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2072
'msg' => 'route not found'
'msg' => 'route not found'
ntimo
almost 7 years ago
b9c244b
[API] Only allow POST method for edit apis
- Full commit hash
b9c244b746f79b148d919174cc5c6f8d4b857f97- Author
- ntimo <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 2073
));
));
ntimo
almost 7 years ago
6372df2
[API] Replaced die(); with exit(); due to code conventions
- Full commit hash
6372df21feb51d783cdbd9bf0aff6f1f645e85b6- Author
- ntimo <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 2074
exit();
exit();
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2075
}
}
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2076
break;
break;
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2077
// return no route found if no case is matched
// return no route found if no case is matched
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2078
default:
default:
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2079
http_response_code(404);
http_response_code(404);
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2080
echo json_encode(array(
echo json_encode(array(
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2081
'type' => 'error',
'type' => 'error',
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2082
'msg' => 'route not found'
'msg' => 'route not found'
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2083
));
));
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2084
exit();
exit();
andryyy
over 9 years ago
d891bc8
Docs
- Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b- Author
- andryyy <[email protected]>
- Date
- over 9 years ago
- Selected line
- 2085
}
}
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2086
}
}
Kristian Feldsam
over 2 years ago
3e194c7
Domains datatable - server side processing
- Full commit hash
3e194c79060b84d04ce0b2c577ea4b68c7d8d732- Author
- Kristian Feldsam <[email protected]>
- Date
- over 2 years ago
- Selected line
- 2087
if (array_key_exists('mailcow_cc_api', $_SESSION) && $_SESSION['mailcow_cc_api'] === true) {
if (array_key_exists('mailcow_cc_api', $_SESSION) && $_SESSION['mailcow_cc_api'] === true) {
andryyy
over 5 years ago
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2088
if (isset($_SESSION['mailcow_cc_api']) && $_SESSION['mailcow_cc_api'] === true) {
if (isset($_SESSION['mailcow_cc_api']) && $_SESSION['mailcow_cc_api'] === true) {
same change
c150ac7
[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators
- Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40- Author
- andryyy <[email protected]>
- Date
- over 5 years ago
- Selected line
- 2089
unset($_SESSION['return']);
unset($_SESSION['return']);
ntimo
almost 7 years ago
af13ae4
[API] Invalidate session after api call is done
- Full commit hash
af13ae455cdc62a6f64e9a493768f7a81e8885c6- Author
- ntimo <[email protected]>
- Date
- almost 7 years ago
- Selected line
- 2090
}
}
andryyy
about 9 years ago
5586bd2
Initial push or quick actions in alias table
- Full commit hash
5586bd2bb519ab23032aab9473e434c42521e465- Author
- andryyy <[email protected]>
- Date
- about 9 years ago
- Selected line
- 2091
}
}