NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

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

Trace

data/web/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
Open commit View diff
1 <?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
/*
Open commit View diff
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
Open commit View diff
3 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
*/
Open commit View diff
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';
Open commit View diff
5 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");
Open commit View diff
6 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');
Open commit View diff
7 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);
Open commit View diff
8 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
Open commit View diff
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) {
Open commit View diff
10 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;
Open commit View diff
11 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();
Open commit View diff
12 $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) {
Open commit View diff
13 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') {
Open commit View diff
14 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;
Open commit View diff
15 continue;
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
16
    }
Open commit View diff
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
Open commit View diff
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);
Open commit View diff
18 $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) {
Open commit View diff
19 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"]);
Open commit View diff
20 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) {
Open commit View diff
21 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)) {
Open commit View diff
22 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 = '*';
Open commit View diff
23 $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
        }
Open commit View diff
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
      }
Open commit View diff
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);
Open commit View diff
26 $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
    }
Open commit View diff
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 . "'";
Open commit View diff
28 $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
  }
Open commit View diff
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
Open commit View diff
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 {
Open commit View diff
31 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(
Open commit View diff
32 $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(),
Open commit View diff
33 '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'],
Open commit View diff
34 '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'],
Open commit View diff
35 '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(),
Open commit View diff
36 '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)
Open commit View diff
37 '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
    );
Open commit View diff
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));
Open commit View diff
39 $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
  }
Open commit View diff
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) {
Open commit View diff
41 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(
Open commit View diff
42 $_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',
Open commit View diff
43 '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
Open commit View diff
44 'msg' => 'Redis: '.$e
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
45
    );
Open commit View diff
45 );
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
46
    return false;
Open commit View diff
46 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
  }
Open commit View diff
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
}
Open commit View diff
48 }
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
49
Open commit View diff
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.
Open commit View diff
50 // 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') {
Open commit View diff
51 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');
Open commit View diff
52 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;
Open commit View diff
53 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
}
Open commit View diff
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
Open commit View diff
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'])) {
Open commit View diff
56 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
Open commit View diff
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']);
Open commit View diff
58 $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;
Open commit View diff
59 $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;
Open commit View diff
60 $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;
Open commit View diff
61 $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;
Open commit View diff
62 $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
Open commit View diff
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
Open commit View diff
64 // 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) {
Open commit View diff
65 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');
Open commit View diff
66 $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);
Open commit View diff
67 $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
Open commit View diff
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
Open commit View diff
69 // 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) {
Open commit View diff
70 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);
Open commit View diff
71 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(
Open commit View diff
72 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',
Open commit View diff
73 '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!'
Open commit View diff
74 '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
      ));
Open commit View diff
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;
Open commit View diff
76 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
    }
Open commit View diff
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
Open commit View diff
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
Open commit View diff
79 // 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') {
Open commit View diff
80 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;
Open commit View diff
81 $_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
    }
Open commit View diff
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
Open commit View diff
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
Open commit View diff
84 // 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') {
Open commit View diff
85 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']);
Open commit View diff
86 $_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']);
Open commit View diff
87 $_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
    }
Open commit View diff
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
Open commit View diff
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
Open commit View diff
90 // 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') {
Open commit View diff
91 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;
Open commit View diff
92 $_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
    }
Open commit View diff
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
Open commit View diff
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
Open commit View diff
95 // 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') {
Open commit View diff
96 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
Open commit View diff
97 // 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
    }
Open commit View diff
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
  }
Open commit View diff
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);
Open commit View diff
100 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
Open commit View diff
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
Open commit View diff
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(
Open commit View diff
103 $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',
Open commit View diff
104 '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'
Open commit View diff
105 '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
  ));
Open commit View diff
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
Open commit View diff
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) {
Open commit View diff
108 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":
Open commit View diff
109 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'])) {
Open commit View diff
110 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);
Open commit View diff
111 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(
Open commit View diff
112 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',
Open commit View diff
113 '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'
Open commit View diff
114 '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
        ));
Open commit View diff
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();
Open commit View diff
116 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
      }
Open commit View diff
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) {
Open commit View diff
118 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(
Open commit View diff
119 $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',
Open commit View diff
120 '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'
Open commit View diff
121 '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
        ));
Open commit View diff
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(
Open commit View diff
123 $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',
Open commit View diff
124 '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'
Open commit View diff
125 '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
        ));
Open commit View diff
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) {
Open commit View diff
127 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;
Open commit View diff
128 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
        }
Open commit View diff
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 {
Open commit View diff
130 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;
Open commit View diff
131 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
        }
Open commit View diff
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
      }
Open commit View diff
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") {
Open commit View diff
134 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;
Open commit View diff
135 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;
Open commit View diff
136 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
      }
Open commit View diff
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 {
Open commit View diff
138 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") {
Open commit View diff
139 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);
Open commit View diff
140 $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
        }
Open commit View diff
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']);
Open commit View diff
142 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
      }
Open commit View diff
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
Open commit View diff
144 // 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') {
Open commit View diff
145 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);
Open commit View diff
146 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(
Open commit View diff
147 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',
Open commit View diff
148 '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'
Open commit View diff
149 '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
        ));
Open commit View diff
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();
Open commit View diff
151 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
      }
Open commit View diff
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
Open commit View diff
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) {
Open commit View diff
154 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
Open commit View diff
155 // 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":
Open commit View diff
156 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');
Open commit View diff
157 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"])) {
Open commit View diff
158 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'));
Open commit View diff
159 $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) {
Open commit View diff
160 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);
Open commit View diff
161 $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
            }
Open commit View diff
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);
Open commit View diff
163 $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);
Open commit View diff
164 $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'];
Open commit View diff
165 $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 {
Open commit View diff
166 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']);
Open commit View diff
167 $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
            }
Open commit View diff
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) {
Open commit View diff
169 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();
Open commit View diff
170 $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;
Open commit View diff
171 $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();
Open commit View diff
172 $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);
Open commit View diff
173 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;
Open commit View diff
174 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
            }
Open commit View diff
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));
Open commit View diff
176 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
Open commit View diff
177 // 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']);
Open commit View diff
178 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();
Open commit View diff
179 $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;
Open commit View diff
180 $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);
Open commit View diff
181 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;
Open commit View diff
182 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
          }
Open commit View diff
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 {
Open commit View diff
184 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;
Open commit View diff
185 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;
Open commit View diff
186 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
          }
Open commit View diff
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;
Open commit View diff
188 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":
Open commit View diff
189 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"])) {
Open commit View diff
190 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
Open commit View diff
191 // 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'));
Open commit View diff
192 $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);
Open commit View diff
193 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
Open commit View diff
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
Open commit View diff
195 // 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 {
Open commit View diff
196 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
Open commit View diff
197 // 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);
Open commit View diff
198 $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);
Open commit View diff
199 $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
Open commit View diff
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)
Open commit View diff
201 // 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);
Open commit View diff
202 $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
Open commit View diff
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
Open commit View diff
204 // 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;
Open commit View diff
205 $_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;
Open commit View diff
206 $_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;
Open commit View diff
207 $_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;
Open commit View diff
208 $_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);
Open commit View diff
209 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
              }
Open commit View diff
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) {
Open commit View diff
211 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
Open commit View diff
212 // 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();
Open commit View diff
213 $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;
Open commit View diff
214 $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();
Open commit View diff
215 $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);
Open commit View diff
216 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;
Open commit View diff
217 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
              }
Open commit View diff
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
Open commit View diff
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
Open commit View diff
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
Open commit View diff
221 // 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();
Open commit View diff
222 $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;
Open commit View diff
223 $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);
Open commit View diff
224 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;
Open commit View diff
225 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
            }
Open commit View diff
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 {
Open commit View diff
227 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
Open commit View diff
228 // 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;
Open commit View diff
229 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;
Open commit View diff
230 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
            }
Open commit View diff
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;
Open commit View diff
232 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":
Open commit View diff
233 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));
Open commit View diff
234 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;
Open commit View diff
235 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":
Open commit View diff
236 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));
Open commit View diff
237 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;
Open commit View diff
238 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":
Open commit View diff
239 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));
Open commit View diff
240 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;
Open commit View diff
241 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":
Open commit View diff
242 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));
Open commit View diff
243 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;
Open commit View diff
244 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":
Open commit View diff
245 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) {
Open commit View diff
246 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":
Open commit View diff
247 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));
Open commit View diff
248 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;
Open commit View diff
249 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:
Open commit View diff
250 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));
Open commit View diff
251 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;
Open commit View diff
252 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
          }
Open commit View diff
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;
Open commit View diff
254 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":
Open commit View diff
255 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));
Open commit View diff
256 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;
Open commit View diff
257 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":
Open commit View diff
258 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) {
Open commit View diff
259 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":
Open commit View diff
260 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));
Open commit View diff
261 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;
Open commit View diff
262 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:
Open commit View diff
263 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));
Open commit View diff
264 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;
Open commit View diff
265 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
          }
Open commit View diff
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;
Open commit View diff
267 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":
Open commit View diff
268 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));
Open commit View diff
269 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;
Open commit View diff
270 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":
Open commit View diff
271 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));
Open commit View diff
272 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;
Open commit View diff
273 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":
Open commit View diff
274 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));
Open commit View diff
275 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;
Open commit View diff
276 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":
Open commit View diff
277 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));
Open commit View diff
278 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;
Open commit View diff
279 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":
Open commit View diff
280 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));
Open commit View diff
281 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;
Open commit View diff
282 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":
Open commit View diff
283 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));
Open commit View diff
284 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;
Open commit View diff
285 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":
Open commit View diff
286 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));
Open commit View diff
287 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;
Open commit View diff
288 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":
Open commit View diff
289 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));
Open commit View diff
290 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;
Open commit View diff
291 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":
Open commit View diff
292 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));
Open commit View diff
293 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;
Open commit View diff
294 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":
Open commit View diff
295 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));
Open commit View diff
296 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;
Open commit View diff
297 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":
Open commit View diff
298 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));
Open commit View diff
299 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;
Open commit View diff
300 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":
Open commit View diff
301 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));
Open commit View diff
302 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;
Open commit View diff
303 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":
Open commit View diff
304 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) {
Open commit View diff
305 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":
Open commit View diff
306 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);
Open commit View diff
307 $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) {
Open commit View diff
308 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);
Open commit View diff
309 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);
Open commit View diff
310 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
              }
Open commit View diff
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);
Open commit View diff
312 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;
Open commit View diff
313 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
          }
Open commit View diff
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;
Open commit View diff
315 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":
Open commit View diff
316 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));
Open commit View diff
317 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;
Open commit View diff
318 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":
Open commit View diff
319 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));
Open commit View diff
320 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;
Open commit View diff
321 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":
Open commit View diff
322 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));
Open commit View diff
323 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;
Open commit View diff
324 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":
Open commit View diff
325 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));
Open commit View diff
326 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;
Open commit View diff
327 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":
Open commit View diff
328 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));
Open commit View diff
329 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;
Open commit View diff
330 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":
Open commit View diff
331 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));
Open commit View diff
332 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;
Open commit View diff
333 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":
Open commit View diff
334 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));
Open commit View diff
335 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;
Open commit View diff
336 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
Open commit View diff
337 // 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:
Open commit View diff
338 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);
Open commit View diff
339 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(
Open commit View diff
340 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',
Open commit View diff
341 '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'
Open commit View diff
342 '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
          ));
Open commit View diff
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();
Open commit View diff
344 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
      }
Open commit View diff
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;
Open commit View diff
346 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":
Open commit View diff
347 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) {
Open commit View diff
348 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) {
Open commit View diff
349 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 = '{}';
Open commit View diff
350 $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
        }
Open commit View diff
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 {
Open commit View diff
352 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 = '[]';
Open commit View diff
353 $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
        }
Open commit View diff
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);
Open commit View diff
355 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
      }
Open commit View diff
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
Open commit View diff
357 // 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') {
Open commit View diff
358 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);
Open commit View diff
359 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(
Open commit View diff
360 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',
Open commit View diff
361 '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'
Open commit View diff
362 '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
        ));
Open commit View diff
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();
Open commit View diff
364 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
      }
Open commit View diff
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) {
Open commit View diff
366 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
Open commit View diff
367 // 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":
Open commit View diff
368 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');
Open commit View diff
369 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"])) {
Open commit View diff
370 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
Open commit View diff
371 // 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"));
Open commit View diff
372 $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);
Open commit View diff
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);
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));
Open commit View diff
374 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();
Open commit View diff
375 $_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;
Open commit View diff
376 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
          }
Open commit View diff
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 {
Open commit View diff
378 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;
Open commit View diff
379 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
          }
Open commit View diff
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;
Open commit View diff
381 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":
Open commit View diff
382 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');
Open commit View diff
383 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!
Open commit View diff
384 // 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"));
Open commit View diff
385 // $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) {
Open commit View diff
386 // 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;
Open commit View diff
387 // 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
          // }
Open commit View diff
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;
Open commit View diff
389 $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
Open commit View diff
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']);
Open commit View diff
391 $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));
Open commit View diff
392 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();
Open commit View diff
393 $_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;
Open commit View diff
394 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;
Open commit View diff
395 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
Open commit View diff
396 // 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":
Open commit View diff
397 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"])) {
Open commit View diff
398 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
Open commit View diff
399 // 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");
Open commit View diff
400 $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(
Open commit View diff
401 $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'],
Open commit View diff
402 ':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'
Open commit View diff
403 ':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
              ));
Open commit View diff
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);
Open commit View diff
405 $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)) {
Open commit View diff
406 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']);
Open commit View diff
407 $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
              }
Open commit View diff
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())
Open commit View diff
409 // 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
Open commit View diff
410 // 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
Open commit View diff
411 // 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
Open commit View diff
412 // 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);
Open commit View diff
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);
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
Open commit View diff
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));
Open commit View diff
415 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();
Open commit View diff
416 $_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;
Open commit View diff
417 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
Open commit View diff
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
          }
Open commit View diff
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 {
Open commit View diff
420 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;
Open commit View diff
421 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
          }
Open commit View diff
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;
Open commit View diff
423 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":
Open commit View diff
424 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");
Open commit View diff
425 $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(
Open commit View diff
426 $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'],
Open commit View diff
427 ':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'
Open commit View diff
428 ':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
          ));
Open commit View diff
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);
Open commit View diff
430 $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) {
Open commit View diff
431 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(
Open commit View diff
432 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',
Open commit View diff
433 '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'
Open commit View diff
434 '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
            )));
Open commit View diff
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;
Open commit View diff
436 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
          }
Open commit View diff
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)) {
Open commit View diff
438 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']);
Open commit View diff
439 $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
          }
Open commit View diff
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
Open commit View diff
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']);
Open commit View diff
442 $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);
Open commit View diff
443 $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));
Open commit View diff
444 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();
Open commit View diff
445 $_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;
Open commit View diff
446 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;
Open commit View diff
447 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
      }
Open commit View diff
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'])) {
Open commit View diff
449 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) {
Open commit View diff
450 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":
Open commit View diff
451 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) {
Open commit View diff
452 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":
Open commit View diff
453 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();
Open commit View diff
454 $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) {
Open commit View diff
455 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);
Open commit View diff
456 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
                }
Open commit View diff
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 {
Open commit View diff
458 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 '{}';
Open commit View diff
459 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
                }
Open commit View diff
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;
Open commit View diff
461 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
            }
Open commit View diff
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;
Open commit View diff
463 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
Open commit View diff
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":
Open commit View diff
465 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) {
Open commit View diff
466 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":
Open commit View diff
467 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;
Open commit View diff
468 $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'] != '')
Open commit View diff
469 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']);
Open commit View diff
470 $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
Open commit View diff
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);
Open commit View diff
472 $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
Open commit View diff
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)) {
Open commit View diff
474 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) {
Open commit View diff
475 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)) {
Open commit View diff
476 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;
Open commit View diff
477 $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
                    }
Open commit View diff
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 {
Open commit View diff
479 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;
Open commit View diff
480 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
                    }
Open commit View diff
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
                  }
Open commit View diff
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);
Open commit View diff
483 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
                }
Open commit View diff
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 {
Open commit View diff
485 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 '{}';
Open commit View diff
486 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
                }
Open commit View diff
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;
Open commit View diff
488 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":
Open commit View diff
489 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){
Open commit View diff
490 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":
Open commit View diff
491 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'));
Open commit View diff
492 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;
Open commit View diff
493 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:
Open commit View diff
494 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));
Open commit View diff
495 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;
Open commit View diff
496 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
                }
Open commit View diff
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;
Open commit View diff
498 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:
Open commit View diff
499 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);
Open commit View diff
500 $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);
Open commit View diff
501 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;
Open commit View diff
502 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
            }
Open commit View diff
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;
Open commit View diff
504 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
Open commit View diff
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":
Open commit View diff
506 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) {
Open commit View diff
507 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":
Open commit View diff
508 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');
Open commit View diff
509 $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) {
Open commit View diff
510 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);
Open commit View diff
511 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
                }
Open commit View diff
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 {
Open commit View diff
513 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 '{}';
Open commit View diff
514 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
                }
Open commit View diff
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;
Open commit View diff
516 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:
Open commit View diff
517 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');
Open commit View diff
518 $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) {
Open commit View diff
519 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);
Open commit View diff
520 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
                }
Open commit View diff
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 {
Open commit View diff
522 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 '{}';
Open commit View diff
523 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
                }
Open commit View diff
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;
Open commit View diff
525 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
            }
Open commit View diff
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;
Open commit View diff
527 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
Open commit View diff
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":
Open commit View diff
529 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) {
Open commit View diff
530 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":
Open commit View diff
531 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)) {
Open commit View diff
532 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');
Open commit View diff
533 $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
                }
Open commit View diff
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 {
Open commit View diff
535 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));
Open commit View diff
536 $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
                }
Open commit View diff
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)) {
Open commit View diff
538 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) {
Open commit View diff
539 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']);
Open commit View diff
540 $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) {
Open commit View diff
541 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;
Open commit View diff
542 $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
                    }
Open commit View diff
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 {
Open commit View diff
544 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;
Open commit View diff
545 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
                    }
Open commit View diff
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
                  }
Open commit View diff
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);
Open commit View diff
548 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
                }
Open commit View diff
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 {
Open commit View diff
550 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 '{}';
Open commit View diff
551 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
                }
Open commit View diff
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;
Open commit View diff
553 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
Open commit View diff
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:
Open commit View diff
555 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']));
Open commit View diff
556 $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);
Open commit View diff
557 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;
Open commit View diff
558 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
            }
Open commit View diff
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;
Open commit View diff
560 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
Open commit View diff
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":
Open commit View diff
562 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) {
Open commit View diff
563 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":
Open commit View diff
564 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');
Open commit View diff
565 $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)) {
Open commit View diff
566 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;
Open commit View diff
567 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
                }
Open commit View diff
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 {
Open commit View diff
569 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 '[]';
Open commit View diff
570 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
                }
Open commit View diff
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;
Open commit View diff
572 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
            }
Open commit View diff
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;
Open commit View diff
574 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
Open commit View diff
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":
Open commit View diff
576 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) {
Open commit View diff
577 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:
Open commit View diff
578 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));
Open commit View diff
579 $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;
Open commit View diff
580 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;
Open commit View diff
581 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
            }
Open commit View diff
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;
Open commit View diff
583 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
Open commit View diff
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":
Open commit View diff
585 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');
Open commit View diff
586 $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) {
Open commit View diff
587 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":
Open commit View diff
588 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)) {
Open commit View diff
589 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);
Open commit View diff
590 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
                }
Open commit View diff
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 {
Open commit View diff
592 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 '{}';
Open commit View diff
593 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
                }
Open commit View diff
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;
Open commit View diff
595 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":
Open commit View diff
596 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'])) {
Open commit View diff
597 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']);
Open commit View diff
598 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
                }
Open commit View diff
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 {
Open commit View diff
600 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 '{}';
Open commit View diff
601 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
                }
Open commit View diff
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;
Open commit View diff
603 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":
Open commit View diff
604 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'])) {
Open commit View diff
605 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']);
Open commit View diff
606 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
                }
Open commit View diff
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 {
Open commit View diff
608 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 '{}';
Open commit View diff
609 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
                }
Open commit View diff
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;
Open commit View diff
611 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
            }
Open commit View diff
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;
Open commit View diff
613 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
Open commit View diff
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":
Open commit View diff
615 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) {
Open commit View diff
616 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":
Open commit View diff
617 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'));
Open commit View diff
618 $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)) {
Open commit View diff
619 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) {
Open commit View diff
620 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)) {
Open commit View diff
621 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;
Open commit View diff
622 $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;
Open commit View diff
623 $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
                    }
Open commit View diff
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 {
Open commit View diff
625 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;
Open commit View diff
626 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
                    }
Open commit View diff
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
                  }
Open commit View diff
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);
Open commit View diff
629 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
                }
Open commit View diff
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 {
Open commit View diff
631 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 '{}';
Open commit View diff
632 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
                }
Open commit View diff
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;
Open commit View diff
634 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
Open commit View diff
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:
Open commit View diff
636 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);
Open commit View diff
637 $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);
Open commit View diff
638 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;
Open commit View diff
639 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
            }
Open commit View diff
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;
Open commit View diff
641 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
Open commit View diff
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":
Open commit View diff
643 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) {
Open commit View diff
644 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":
Open commit View diff
645 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');
Open commit View diff
646 $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)) {
Open commit View diff
647 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) {
Open commit View diff
648 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);
Open commit View diff
649 $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)) {
Open commit View diff
650 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) {
Open commit View diff
651 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)) {
Open commit View diff
652 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;
Open commit View diff
653 $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;
Open commit View diff
654 $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
                        }
Open commit View diff
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 {
Open commit View diff
656 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;
Open commit View diff
657 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
                        }
Open commit View diff
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
                      }
Open commit View diff
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
                    }
Open commit View diff
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
                  }
Open commit View diff
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);
Open commit View diff
662 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
                }
Open commit View diff
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 {
Open commit View diff
664 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 '{}';
Open commit View diff
665 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
                }
Open commit View diff
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;
Open commit View diff
667 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
Open commit View diff
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:
Open commit View diff
669 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);
Open commit View diff
670 $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);
Open commit View diff
671 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;
Open commit View diff
672 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
            }
Open commit View diff
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;
Open commit View diff
674 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
Open commit View diff
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":
Open commit View diff
676 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) {
Open commit View diff
677 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":
Open commit View diff
678 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');
Open commit View diff
679 $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)) {
Open commit View diff
680 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) {
Open commit View diff
681 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'])) {
Open commit View diff
682 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;
Open commit View diff
683 $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
                    }
Open commit View diff
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 {
Open commit View diff
685 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;
Open commit View diff
686 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
                    }
Open commit View diff
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
                  }
Open commit View diff
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);
Open commit View diff
689 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
                }
Open commit View diff
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 {
Open commit View diff
691 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 '{}';
Open commit View diff
692 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
                }
Open commit View diff
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;
Open commit View diff
694 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
Open commit View diff
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:
Open commit View diff
696 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);
Open commit View diff
697 $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);
Open commit View diff
698 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;
Open commit View diff
699 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
            }
Open commit View diff
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;
Open commit View diff
701 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
Open commit View diff
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":
Open commit View diff
703 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) {
Open commit View diff
704 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
Open commit View diff
705 // 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) {
Open commit View diff
706 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));
Open commit View diff
707 $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
              }
Open commit View diff
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 {
Open commit View diff
709 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);
Open commit View diff
710 $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
              }
Open commit View diff
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);
Open commit View diff
712 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
            }
Open commit View diff
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;
Open commit View diff
714 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
Open commit View diff
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
Open commit View diff
716 // 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":
Open commit View diff
717 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) {
Open commit View diff
718 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);
Open commit View diff
719 $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);
Open commit View diff
720 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
            }
Open commit View diff
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;
Open commit View diff
722 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
Open commit View diff
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":
Open commit View diff
724 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) {
Open commit View diff
725 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":
Open commit View diff
726 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');
Open commit View diff
727 $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)) {
Open commit View diff
728 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) {
Open commit View diff
729 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'])) {
Open commit View diff
730 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;
Open commit View diff
731 $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
                    }
Open commit View diff
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 {
Open commit View diff
733 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;
Open commit View diff
734 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
                    }
Open commit View diff
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
                  }
Open commit View diff
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);
Open commit View diff
737 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
                }
Open commit View diff
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 {
Open commit View diff
739 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 '{}';
Open commit View diff
740 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
                }
Open commit View diff
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;
Open commit View diff
742 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
Open commit View diff
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:
Open commit View diff
744 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);
Open commit View diff
745 $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);
Open commit View diff
746 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;
Open commit View diff
747 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
            }
Open commit View diff
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;
Open commit View diff
749 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
Open commit View diff
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":
Open commit View diff
751 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) {
Open commit View diff
752 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":
Open commit View diff
753 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');
Open commit View diff
754 $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)) {
Open commit View diff
755 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) {
Open commit View diff
756 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'])) {
Open commit View diff
757 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;
Open commit View diff
758 $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
                    }
Open commit View diff
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 {
Open commit View diff
760 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;
Open commit View diff
761 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
                    }
Open commit View diff
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
                  }
Open commit View diff
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);
Open commit View diff
764 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
                }
Open commit View diff
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 {
Open commit View diff
766 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 '{}';
Open commit View diff
767 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
                }
Open commit View diff
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;
Open commit View diff
769 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
Open commit View diff
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:
Open commit View diff
771 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);
Open commit View diff
772 $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);
Open commit View diff
773 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;
Open commit View diff
774 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
            }
Open commit View diff
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;
Open commit View diff
776 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
Open commit View diff
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":
Open commit View diff
778 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) {
Open commit View diff
779 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":
Open commit View diff
780 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');
Open commit View diff
781 $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)) {
Open commit View diff
782 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) {
Open commit View diff
783 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)) {
Open commit View diff
784 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;
Open commit View diff
785 $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
                    }
Open commit View diff
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 {
Open commit View diff
787 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;
Open commit View diff
788 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
                    }
Open commit View diff
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
                  }
Open commit View diff
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);
Open commit View diff
791 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
                }
Open commit View diff
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 {
Open commit View diff
793 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 '{}';
Open commit View diff
794 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
                }
Open commit View diff
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;
Open commit View diff
796 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
Open commit View diff
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:
Open commit View diff
798 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);
Open commit View diff
799 $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);
Open commit View diff
800 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;
Open commit View diff
801 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
            }
Open commit View diff
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;
Open commit View diff
803 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
Open commit View diff
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":
Open commit View diff
805 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) {
Open commit View diff
806 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":
Open commit View diff
807 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
Open commit View diff
808 // 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)) {
Open commit View diff
809 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);
Open commit View diff
810 $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);
Open commit View diff
811 $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
                }
Open commit View diff
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 {
Open commit View diff
813 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');
Open commit View diff
814 $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
                }
Open commit View diff
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) : '{}';
Open commit View diff
816 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;
Open commit View diff
817 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":
Open commit View diff
818 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
Open commit View diff
819 // 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)) {
Open commit View diff
820 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);
Open commit View diff
821 $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);
Open commit View diff
822 $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
                }
Open commit View diff
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 {
Open commit View diff
824 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');
Open commit View diff
825 $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
                }
Open commit View diff
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) : '{}';
Open commit View diff
827 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;
Open commit View diff
828 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":
Open commit View diff
829 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
Open commit View diff
830 // 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)) {
Open commit View diff
831 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);
Open commit View diff
832 $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);
Open commit View diff
833 $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
                }
Open commit View diff
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 {
Open commit View diff
835 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');
Open commit View diff
836 $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
                }
Open commit View diff
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) : '{}';
Open commit View diff
838 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;
Open commit View diff
839 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":
Open commit View diff
840 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
Open commit View diff
841 // 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)) {
Open commit View diff
842 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);
Open commit View diff
843 $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);
Open commit View diff
844 $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
                }
Open commit View diff
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 {
Open commit View diff
846 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');
Open commit View diff
847 $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
                }
Open commit View diff
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) : '{}';
Open commit View diff
849 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;
Open commit View diff
850 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":
Open commit View diff
851 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
Open commit View diff
852 // 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)) {
Open commit View diff
853 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);
Open commit View diff
854 $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);
Open commit View diff
855 $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
                }
Open commit View diff
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 {
Open commit View diff
857 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');
Open commit View diff
858 $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
                }
Open commit View diff
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) : '{}';
Open commit View diff
860 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;
Open commit View diff
861 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":
Open commit View diff
862 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
Open commit View diff
863 // 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)) {
Open commit View diff
864 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);
Open commit View diff
865 $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);
Open commit View diff
866 $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
                }
Open commit View diff
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 {
Open commit View diff
868 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');
Open commit View diff
869 $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
                }
Open commit View diff
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) : '{}';
Open commit View diff
871 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;
Open commit View diff
872 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":
Open commit View diff
873 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
Open commit View diff
874 // 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)) {
Open commit View diff
875 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);
Open commit View diff
876 $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);
Open commit View diff
877 $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
                }
Open commit View diff
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 {
Open commit View diff
879 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');
Open commit View diff
880 $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
                }
Open commit View diff
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) : '{}';
Open commit View diff
882 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;
Open commit View diff
883 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":
Open commit View diff
884 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
Open commit View diff
885 // 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)) {
Open commit View diff
886 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);
Open commit View diff
887 $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);
Open commit View diff
888 $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
                }
Open commit View diff
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 {
Open commit View diff
890 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');
Open commit View diff
891 $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
                }
Open commit View diff
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) : '{}';
Open commit View diff
893 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;
Open commit View diff
894 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":
Open commit View diff
895 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
Open commit View diff
896 // 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)) {
Open commit View diff
897 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);
Open commit View diff
898 $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);
Open commit View diff
899 $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
                }
Open commit View diff
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 {
Open commit View diff
901 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');
Open commit View diff
902 $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
                }
Open commit View diff
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) : '{}';
Open commit View diff
904 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;
Open commit View diff
905 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":
Open commit View diff
906 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
Open commit View diff
907 // 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)) {
Open commit View diff
908 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);
Open commit View diff
909 $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);
Open commit View diff
910 $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
                }
Open commit View diff
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 {
Open commit View diff
912 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');
Open commit View diff
913 $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
                }
Open commit View diff
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) : '{}';
Open commit View diff
915 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;
Open commit View diff
916 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":
Open commit View diff
917 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
Open commit View diff
918 // 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)) {
Open commit View diff
919 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);
Open commit View diff
920 $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);
Open commit View diff
921 $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
                }
Open commit View diff
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 {
Open commit View diff
923 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');
Open commit View diff
924 $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
                }
Open commit View diff
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) : '{}';
Open commit View diff
926 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;
Open commit View diff
927 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":
Open commit View diff
928 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
Open commit View diff
929 // 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)) {
Open commit View diff
930 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);
Open commit View diff
931 $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);
Open commit View diff
932 $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
                }
Open commit View diff
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 {
Open commit View diff
934 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');
Open commit View diff
935 $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
                }
Open commit View diff
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) : '{}';
Open commit View diff
937 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;
Open commit View diff
938 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":
Open commit View diff
939 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
Open commit View diff
940 // 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)) {
Open commit View diff
941 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);
Open commit View diff
942 $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);
Open commit View diff
943 $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
                }
Open commit View diff
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 {
Open commit View diff
945 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');
Open commit View diff
946 $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
                }
Open commit View diff
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) : '{}';
Open commit View diff
948 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;
Open commit View diff
949 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":
Open commit View diff
950 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');
Open commit View diff
951 $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) : '{}';
Open commit View diff
952 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;
Open commit View diff
953 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
Open commit View diff
954 // 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:
Open commit View diff
955 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);
Open commit View diff
956 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(
Open commit View diff
957 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',
Open commit View diff
958 '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'
Open commit View diff
959 '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
                ));
Open commit View diff
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();
Open commit View diff
961 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
            }
Open commit View diff
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;
Open commit View diff
963 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":
Open commit View diff
964 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) {
Open commit View diff
965 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":
Open commit View diff
966 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":
Open commit View diff
967 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;
Open commit View diff
968 $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'] != '')
Open commit View diff
969 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']);
Open commit View diff
970 $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
Open commit View diff
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');
Open commit View diff
972 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);
Open commit View diff
973 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
Open commit View diff
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)) {
Open commit View diff
975 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) {
Open commit View diff
976 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);
Open commit View diff
977 $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)) {
Open commit View diff
978 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) {
Open commit View diff
979 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;
Open commit View diff
980 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;
Open commit View diff
981 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
                      }
Open commit View diff
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
                    }
Open commit View diff
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
                  }
Open commit View diff
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);
Open commit View diff
985 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
                }
Open commit View diff
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 {
Open commit View diff
987 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 '{}';
Open commit View diff
988 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
                }
Open commit View diff
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;
Open commit View diff
990 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":
Open commit View diff
991 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){
Open commit View diff
992 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":
Open commit View diff
993 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'));
Open commit View diff
994 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;
Open commit View diff
995 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:
Open commit View diff
996 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));
Open commit View diff
997 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;
Open commit View diff
998 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
                }
Open commit View diff
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;
Open commit View diff
1000 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:
Open commit View diff
1001 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;
Open commit View diff
1002 $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'] != '')
Open commit View diff
1003 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']);
Open commit View diff
1004 $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
Open commit View diff
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) {
Open commit View diff
1006 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);
Open commit View diff
1007 $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);
Open commit View diff
1008 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 {
Open commit View diff
1009 } 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);
Open commit View diff
1010 $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)) {
Open commit View diff
1011 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) {
Open commit View diff
1012 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))
Open commit View diff
1013 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;
Open commit View diff
1014 $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
                    }
Open commit View diff
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
                  }
Open commit View diff
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);
Open commit View diff
1017 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
                }
Open commit View diff
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;
Open commit View diff
1019 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
            }
Open commit View diff
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;
Open commit View diff
1021 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":
Open commit View diff
1022 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');
Open commit View diff
1023 $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');
Open commit View diff
1024 $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();
Open commit View diff
1025 $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)) {
Open commit View diff
1026 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) {
Open commit View diff
1027 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;
Open commit View diff
1028 $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);
Open commit View diff
1029 $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) {
Open commit View diff
1030 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;
Open commit View diff
1031 $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);
Open commit View diff
1032 $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) {
Open commit View diff
1033 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;
Open commit View diff
1034 $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
                  }
Open commit View diff
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) {
Open commit View diff
1036 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;
Open commit View diff
1037 $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
                  }
Open commit View diff
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
                }
Open commit View diff
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
              }
Open commit View diff
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
            }
Open commit View diff
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)) {
Open commit View diff
1042 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) {
Open commit View diff
1043 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;
Open commit View diff
1044 $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
              }
Open commit View diff
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
            }
Open commit View diff
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);
Open commit View diff
1047 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;
Open commit View diff
1048 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":
Open commit View diff
1049 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) {
Open commit View diff
1050 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":
Open commit View diff
1051 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');
Open commit View diff
1052 $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)) {
Open commit View diff
1053 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) {
Open commit View diff
1054 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);
Open commit View diff
1055 $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)) {
Open commit View diff
1056 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) {
Open commit View diff
1057 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);
Open commit View diff
1058 $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)) {
Open commit View diff
1059 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) {
Open commit View diff
1060 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)) {
Open commit View diff
1061 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));
Open commit View diff
1062 $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
                            }
Open commit View diff
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 {
Open commit View diff
1064 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);
Open commit View diff
1065 $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
                            }
Open commit View diff
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) {
Open commit View diff
1067 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;
Open commit View diff
1068 $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
                            }
Open commit View diff
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 {
Open commit View diff
1070 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;
Open commit View diff
1071 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
                            }
Open commit View diff
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
                          }
Open commit View diff
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
                        }
Open commit View diff
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
                      }
Open commit View diff
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
                    }
Open commit View diff
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
                  }
Open commit View diff
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);
Open commit View diff
1078 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
                }
Open commit View diff
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 {
Open commit View diff
1080 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 '{}';
Open commit View diff
1081 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
                }
Open commit View diff
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;
Open commit View diff
1083 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
Open commit View diff
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:
Open commit View diff
1085 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);
Open commit View diff
1086 $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)) {
Open commit View diff
1087 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) {
Open commit View diff
1088 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)) {
Open commit View diff
1089 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));
Open commit View diff
1090 $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
                    }
Open commit View diff
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 {
Open commit View diff
1092 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);
Open commit View diff
1093 $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
                    }
Open commit View diff
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) {
Open commit View diff
1095 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;
Open commit View diff
1096 $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
                    }
Open commit View diff
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 {
Open commit View diff
1098 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;
Open commit View diff
1099 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
                    }
Open commit View diff
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
                  }
Open commit View diff
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
                }
Open commit View diff
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);
Open commit View diff
1103 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;
Open commit View diff
1104 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
            }
Open commit View diff
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;
Open commit View diff
1106 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":
Open commit View diff
1107 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)) {
Open commit View diff
1108 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);
Open commit View diff
1109 $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)) {
Open commit View diff
1110 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;
Open commit View diff
1111 $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
              }
Open commit View diff
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
            }
Open commit View diff
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);
Open commit View diff
1114 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;
Open commit View diff
1115 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":
Open commit View diff
1116 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) {
Open commit View diff
1117 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":
Open commit View diff
1118 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');
Open commit View diff
1119 $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)) {
Open commit View diff
1120 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) {
Open commit View diff
1121 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);
Open commit View diff
1122 $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)) {
Open commit View diff
1123 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) {
Open commit View diff
1124 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);
Open commit View diff
1125 $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)) {
Open commit View diff
1126 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) {
Open commit View diff
1127 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)) {
Open commit View diff
1128 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;
Open commit View diff
1129 $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
                            }
Open commit View diff
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 {
Open commit View diff
1131 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;
Open commit View diff
1132 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
                            }
Open commit View diff
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
                          }
Open commit View diff
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
                        }
Open commit View diff
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
                      }
Open commit View diff
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
                    }
Open commit View diff
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
                  }
Open commit View diff
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);
Open commit View diff
1139 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
                }
Open commit View diff
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 {
Open commit View diff
1141 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 '{}';
Open commit View diff
1142 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
                }
Open commit View diff
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;
Open commit View diff
1144 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
Open commit View diff
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:
Open commit View diff
1146 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);
Open commit View diff
1147 $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)) {
Open commit View diff
1148 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) {
Open commit View diff
1149 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)) {
Open commit View diff
1150 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;
Open commit View diff
1151 $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
                    }
Open commit View diff
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 {
Open commit View diff
1153 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;
Open commit View diff
1154 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
                    }
Open commit View diff
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
                  }
Open commit View diff
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
                }
Open commit View diff
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);
Open commit View diff
1158 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;
Open commit View diff
1159 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
            }
Open commit View diff
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;
Open commit View diff
1161 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":
Open commit View diff
1162 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) {
Open commit View diff
1163 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":
Open commit View diff
1164 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');
Open commit View diff
1165 $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)) {
Open commit View diff
1166 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) {
Open commit View diff
1167 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)) {
Open commit View diff
1168 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;
Open commit View diff
1169 $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
                    }
Open commit View diff
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 {
Open commit View diff
1171 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;
Open commit View diff
1172 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
                    }
Open commit View diff
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
                  }
Open commit View diff
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
                }
Open commit View diff
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);
Open commit View diff
1176 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;
Open commit View diff
1177 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:
Open commit View diff
1178 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);
Open commit View diff
1179 $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)) {
Open commit View diff
1180 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;
Open commit View diff
1181 $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
                }
Open commit View diff
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);
Open commit View diff
1183 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;
Open commit View diff
1184 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
            }
Open commit View diff
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;
Open commit View diff
1186 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":
Open commit View diff
1187 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) {
Open commit View diff
1188 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":
Open commit View diff
1189 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');
Open commit View diff
1190 $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)) {
Open commit View diff
1191 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) {
Open commit View diff
1192 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)) {
Open commit View diff
1193 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;
Open commit View diff
1194 $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
                    }
Open commit View diff
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 {
Open commit View diff
1196 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;
Open commit View diff
1197 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
                    }
Open commit View diff
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
                  }
Open commit View diff
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
                }
Open commit View diff
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);
Open commit View diff
1201 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;
Open commit View diff
1202 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:
Open commit View diff
1203 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);
Open commit View diff
1204 $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)) {
Open commit View diff
1205 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;
Open commit View diff
1206 $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
                }
Open commit View diff
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);
Open commit View diff
1208 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;
Open commit View diff
1209 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
            }
Open commit View diff
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;
Open commit View diff
1211 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":
Open commit View diff
1212 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) {
Open commit View diff
1213 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":
Open commit View diff
1214 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');
Open commit View diff
1215 $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)) {
Open commit View diff
1216 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) {
Open commit View diff
1217 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)) {
Open commit View diff
1218 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;
Open commit View diff
1219 $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
                    }
Open commit View diff
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 {
Open commit View diff
1221 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;
Open commit View diff
1222 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
                    }
Open commit View diff
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
                  }
Open commit View diff
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
                }
Open commit View diff
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);
Open commit View diff
1226 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;
Open commit View diff
1227 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:
Open commit View diff
1228 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);
Open commit View diff
1229 $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)) {
Open commit View diff
1230 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;
Open commit View diff
1231 $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
                }
Open commit View diff
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);
Open commit View diff
1233 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;
Open commit View diff
1234 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
            }
Open commit View diff
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;
Open commit View diff
1236 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":
Open commit View diff
1237 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) {
Open commit View diff
1238 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:
Open commit View diff
1239 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'];
Open commit View diff
1240 $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);
Open commit View diff
1241 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;
Open commit View diff
1242 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
            }
Open commit View diff
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;
Open commit View diff
1244 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":
Open commit View diff
1245 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) {
Open commit View diff
1246 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:
Open commit View diff
1247 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'];
Open commit View diff
1248 $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);
Open commit View diff
1249 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;
Open commit View diff
1250 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
            }
Open commit View diff
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;
Open commit View diff
1252 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":
Open commit View diff
1253 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) {
Open commit View diff
1254 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:
Open commit View diff
1255 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'];
Open commit View diff
1256 $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);
Open commit View diff
1257 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;
Open commit View diff
1258 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
            }
Open commit View diff
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;
Open commit View diff
1260 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":
Open commit View diff
1261 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) {
Open commit View diff
1262 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:
Open commit View diff
1263 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'];
Open commit View diff
1264 $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);
Open commit View diff
1265 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;
Open commit View diff
1266 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
            }
Open commit View diff
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;
Open commit View diff
1268 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":
Open commit View diff
1269 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) {
Open commit View diff
1270 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:
Open commit View diff
1271 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);
Open commit View diff
1272 $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);
Open commit View diff
1273 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;
Open commit View diff
1274 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
            }
Open commit View diff
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;
Open commit View diff
1276 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":
Open commit View diff
1277 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) {
Open commit View diff
1278 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:
Open commit View diff
1279 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');
Open commit View diff
1280 $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);
Open commit View diff
1281 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;
Open commit View diff
1282 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
            }
Open commit View diff
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;
Open commit View diff
1284 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":
Open commit View diff
1285 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) {
Open commit View diff
1286 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":
Open commit View diff
1287 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');
Open commit View diff
1288 $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)) {
Open commit View diff
1289 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) {
Open commit View diff
1290 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);
Open commit View diff
1291 $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)) {
Open commit View diff
1292 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) {
Open commit View diff
1293 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)) {
Open commit View diff
1294 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;
Open commit View diff
1295 $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
                        }
Open commit View diff
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 {
Open commit View diff
1297 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;
Open commit View diff
1298 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
                        }
Open commit View diff
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
                      }
Open commit View diff
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
                    }
Open commit View diff
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
                  }
Open commit View diff
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);
Open commit View diff
1303 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
                }
Open commit View diff
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 {
Open commit View diff
1305 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 '{}';
Open commit View diff
1306 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
                }
Open commit View diff
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;
Open commit View diff
1308 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:
Open commit View diff
1309 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);
Open commit View diff
1310 $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);
Open commit View diff
1311 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;
Open commit View diff
1312 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
            }
Open commit View diff
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;
Open commit View diff
1314 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":
Open commit View diff
1315 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) {
Open commit View diff
1316 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":
Open commit View diff
1317 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'));
Open commit View diff
1318 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;
Open commit View diff
1319 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:
Open commit View diff
1320 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));
Open commit View diff
1321 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;
Open commit View diff
1322 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
            }
Open commit View diff
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;
Open commit View diff
1324 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":
Open commit View diff
1325 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
Open commit View diff
1326 // "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) {
Open commit View diff
1327 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":
Open commit View diff
1328 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);
Open commit View diff
1329 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;
Open commit View diff
1330 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:
Open commit View diff
1331 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);
Open commit View diff
1332 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;
Open commit View diff
1333 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
            }
Open commit View diff
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;
Open commit View diff
1335 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":
Open commit View diff
1336 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) {
Open commit View diff
1337 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":
Open commit View diff
1338 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');
Open commit View diff
1339 $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)) {
Open commit View diff
1340 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) {
Open commit View diff
1341 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)) {
Open commit View diff
1342 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;
Open commit View diff
1343 $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
                    }
Open commit View diff
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 {
Open commit View diff
1345 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;
Open commit View diff
1346 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
                    }
Open commit View diff
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
                  }
Open commit View diff
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
                }
Open commit View diff
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);
Open commit View diff
1350 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;
Open commit View diff
1351 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:
Open commit View diff
1352 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));
Open commit View diff
1353 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;
Open commit View diff
1354 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
            }
Open commit View diff
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;
Open commit View diff
1356 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":
Open commit View diff
1357 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) {
Open commit View diff
1358 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":
Open commit View diff
1359 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)) {
Open commit View diff
1360 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'));
Open commit View diff
1361 $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
                }
Open commit View diff
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 {
Open commit View diff
1363 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);
Open commit View diff
1364 $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
                }
Open commit View diff
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)) {
Open commit View diff
1366 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) {
Open commit View diff
1367 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);
Open commit View diff
1368 $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)) {
Open commit View diff
1369 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) {
Open commit View diff
1370 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)) {
Open commit View diff
1371 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;
Open commit View diff
1372 $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
                        }
Open commit View diff
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 {
Open commit View diff
1374 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;
Open commit View diff
1375 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
                        }
Open commit View diff
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
                      }
Open commit View diff
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
                    }
Open commit View diff
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
                  }
Open commit View diff
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);
Open commit View diff
1380 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
                }
Open commit View diff
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 {
Open commit View diff
1382 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 '{}';
Open commit View diff
1383 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
                }
Open commit View diff
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;
Open commit View diff
1385 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
Open commit View diff
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:
Open commit View diff
1387 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));
Open commit View diff
1388 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;
Open commit View diff
1389 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
            }
Open commit View diff
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;
Open commit View diff
1391 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":
Open commit View diff
1392 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) {
Open commit View diff
1393 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":
Open commit View diff
1394 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');
Open commit View diff
1395 $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)) {
Open commit View diff
1396 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) {
Open commit View diff
1397 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)) {
Open commit View diff
1398 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;
Open commit View diff
1399 $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
                    }
Open commit View diff
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 {
Open commit View diff
1401 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;
Open commit View diff
1402 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
                    }
Open commit View diff
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
                  }
Open commit View diff
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);
Open commit View diff
1405 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
                }
Open commit View diff
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 {
Open commit View diff
1407 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 '{}';
Open commit View diff
1408 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
                }
Open commit View diff
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;
Open commit View diff
1410 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
Open commit View diff
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:
Open commit View diff
1412 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));
Open commit View diff
1413 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;
Open commit View diff
1414 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
            }
Open commit View diff
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;
Open commit View diff
1416 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":
Open commit View diff
1417 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) {
Open commit View diff
1418 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":
Open commit View diff
1419 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');
Open commit View diff
1420 $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)) {
Open commit View diff
1421 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) {
Open commit View diff
1422 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)) {
Open commit View diff
1423 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;
Open commit View diff
1424 $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
                    }
Open commit View diff
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 {
Open commit View diff
1426 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;
Open commit View diff
1427 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
                    }
Open commit View diff
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
                  }
Open commit View diff
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);
Open commit View diff
1430 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
                }
Open commit View diff
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 {
Open commit View diff
1432 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 '{}';
Open commit View diff
1433 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
                }
Open commit View diff
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;
Open commit View diff
1435 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
Open commit View diff
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:
Open commit View diff
1437 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));
Open commit View diff
1438 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;
Open commit View diff
1439 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
            }
Open commit View diff
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;
Open commit View diff
1441 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":
Open commit View diff
1442 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) {
Open commit View diff
1443 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:
Open commit View diff
1444 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);
Open commit View diff
1445 $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);
Open commit View diff
1446 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;
Open commit View diff
1447 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
            }
Open commit View diff
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;
Open commit View diff
1449 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":
Open commit View diff
1450 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) {
Open commit View diff
1451 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":
Open commit View diff
1452 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'));
Open commit View diff
1453 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;
Open commit View diff
1454 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":
Open commit View diff
1455 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'));
Open commit View diff
1456 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;
Open commit View diff
1457 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
            }
Open commit View diff
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;
Open commit View diff
1459 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":
Open commit View diff
1460 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") {
Open commit View diff
1461 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) {
Open commit View diff
1462 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":
Open commit View diff
1463 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'));
Open commit View diff
1464 $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) {
Open commit View diff
1465 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'] . ')';
Open commit View diff
1466 $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']);
Open commit View diff
1467 $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']);
Open commit View diff
1468 $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']);
Open commit View diff
1469 $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(
Open commit View diff
1470 $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',
Open commit View diff
1471 '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,
Open commit View diff
1472 '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,
Open commit View diff
1473 '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,
Open commit View diff
1474 '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
Open commit View diff
1475 '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
                    );
Open commit View diff
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
                  }
Open commit View diff
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);
Open commit View diff
1478 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;
Open commit View diff
1479 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":
Open commit View diff
1480 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);
Open commit View diff
1481 $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);
Open commit View diff
1482 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;
Open commit View diff
1483 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":
Open commit View diff
1484 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');
Open commit View diff
1485 $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));
Open commit View diff
1486 $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(
Open commit View diff
1487 $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',
Open commit View diff
1488 '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],
Open commit View diff
1489 '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],
Open commit View diff
1490 '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],
Open commit View diff
1491 '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]
Open commit View diff
1492 '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
                  );
Open commit View diff
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);
Open commit View diff
1494 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;
Open commit View diff
1495 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":
Open commit View diff
1496 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){
Open commit View diff
1497 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");
Open commit View diff
1498 $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);
Open commit View diff
1499 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
                  }
Open commit View diff
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") {
Open commit View diff
1501 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
Open commit View diff
1502 // 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
Open commit View diff
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();
Open commit View diff
1504 $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);
Open commit View diff
1505 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);
Open commit View diff
1506 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);
Open commit View diff
1507 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);
Open commit View diff
1508 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');
Open commit View diff
1509 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);
Open commit View diff
1510 $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');
Open commit View diff
1511 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);
Open commit View diff
1512 $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(
Open commit View diff
1513 $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,
Open commit View diff
1514 "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
Open commit View diff
1515 "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
                    );
Open commit View diff
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);
Open commit View diff
1517 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);
Open commit View diff
1518 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
                  }
Open commit View diff
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;
Open commit View diff
1520 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":
Open commit View diff
1521 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(
Open commit View diff
1522 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']
Open commit View diff
1523 '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
                  ));
Open commit View diff
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;
Open commit View diff
1525 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
              }
Open commit View diff
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
            }
Open commit View diff
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;
Open commit View diff
1528 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":
Open commit View diff
1529 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);
Open commit View diff
1530 $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)
Open commit View diff
1531 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));
Open commit View diff
1532 $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);
Open commit View diff
1533 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;
Open commit View diff
1534 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":
Open commit View diff
1535 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') {
Open commit View diff
1536 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);
Open commit View diff
1537 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 {
Open commit View diff
1538 } 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);
Open commit View diff
1539 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
            }
Open commit View diff
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;
Open commit View diff
1541 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;
Open commit View diff
1542 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
Open commit View diff
1543 // 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:
Open commit View diff
1544 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);
Open commit View diff
1545 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(
Open commit View diff
1546 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',
Open commit View diff
1547 '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'
Open commit View diff
1548 '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
          ));
Open commit View diff
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();
Open commit View diff
1550 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
        }
Open commit View diff
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
      }
Open commit View diff
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;
Open commit View diff
1553 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":
Open commit View diff
1554 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) {
Open commit View diff
1555 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) {
Open commit View diff
1556 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(
Open commit View diff
1557 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',
Open commit View diff
1558 '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'
Open commit View diff
1559 '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
          ));
Open commit View diff
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
        }
Open commit View diff
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 {
Open commit View diff
1562 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);
Open commit View diff
1563 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
        }
Open commit View diff
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
      }
Open commit View diff
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
Open commit View diff
1566 // 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') {
Open commit View diff
1567 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);
Open commit View diff
1568 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(
Open commit View diff
1569 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',
Open commit View diff
1570 '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'
Open commit View diff
1571 '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
        ));
Open commit View diff
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();
Open commit View diff
1573 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
      }
Open commit View diff
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
Open commit View diff
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
Open commit View diff
1576 // 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';
Open commit View diff
1577 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;
Open commit View diff
1578 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
Open commit View diff
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) {
Open commit View diff
1580 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":
Open commit View diff
1581 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'];
Open commit View diff
1582 $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';
Open commit View diff
1583 $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 = [
Open commit View diff
1584 $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],
Open commit View diff
1585 ['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`)"],
Open commit View diff
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`)"],
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)"],
Open commit View diff
1587 ['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)"],
Open commit View diff
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)"],
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`)"],
Open commit View diff
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`)"],
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],
Open commit View diff
1590 ['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],
Open commit View diff
1591 ['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],
Open commit View diff
1592 ['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`']],
Open commit View diff
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`']],
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],
Open commit View diff
1594 ['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
          ];
Open commit View diff
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
Open commit View diff
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') {
Open commit View diff
1597 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);
Open commit View diff
1598 $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') {
Open commit View diff
1599 } 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,
Open commit View diff
1600 $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',
Open commit View diff
1601 '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
              [
Open commit View diff
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',
Open commit View diff
1603 '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']]
Open commit View diff
1604 '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
              ]);
Open commit View diff
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 {
Open commit View diff
1606 } 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);
Open commit View diff
1607 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(
Open commit View diff
1608 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',
Open commit View diff
1609 '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'
Open commit View diff
1610 '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
            ));
Open commit View diff
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();
Open commit View diff
1612 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
          }
Open commit View diff
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
Open commit View diff
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'])) {
Open commit View diff
1615 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 = [];
Open commit View diff
1616 $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) {
Open commit View diff
1617 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])) {
Open commit View diff
1618 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;
Open commit View diff
1619 $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
              }
Open commit View diff
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
            }
Open commit View diff
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;
Open commit View diff
1622 $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
          }
Open commit View diff
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
Open commit View diff
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);
Open commit View diff
1625 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;
Open commit View diff
1626 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
Open commit View diff
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":
Open commit View diff
1628 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'];
Open commit View diff
1629 $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';
Open commit View diff
1630 $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 = [
Open commit View diff
1631 $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],
Open commit View diff
1632 ['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],
Open commit View diff
1633 ['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`"],
Open commit View diff
1634 ['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')"],
Open commit View diff
1635 ['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`"],
Open commit View diff
1636 ['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],
Open commit View diff
1637 ['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`"],
Open commit View diff
1638 ['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`']],
Open commit View diff
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`']],
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],
Open commit View diff
1640 ['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
          ];
Open commit View diff
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
Open commit View diff
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') {
Open commit View diff
1643 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,
Open commit View diff
1644 $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)");
Open commit View diff
1645 "(`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') {
Open commit View diff
1646 } 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,
Open commit View diff
1647 $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',
Open commit View diff
1648 '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
              [
Open commit View diff
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",
Open commit View diff
1650 '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']]
Open commit View diff
1651 '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
              ]);
Open commit View diff
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 {
Open commit View diff
1653 } 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);
Open commit View diff
1654 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(
Open commit View diff
1655 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',
Open commit View diff
1656 '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'
Open commit View diff
1657 '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
            ));
Open commit View diff
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();
Open commit View diff
1659 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
          }
Open commit View diff
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
Open commit View diff
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'])) {
Open commit View diff
1662 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 = [];
Open commit View diff
1663 $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) {
Open commit View diff
1664 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])) {
Open commit View diff
1665 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;
Open commit View diff
1666 $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
              }
Open commit View diff
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
            }
Open commit View diff
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;
Open commit View diff
1669 $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
          }
Open commit View diff
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
Open commit View diff
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);
Open commit View diff
1672 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;
Open commit View diff
1673 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
Open commit View diff
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:
Open commit View diff
1675 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);
Open commit View diff
1676 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(
Open commit View diff
1677 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',
Open commit View diff
1678 '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'
Open commit View diff
1679 '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
          ));
Open commit View diff
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;
Open commit View diff
1681 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
      }
Open commit View diff
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;
Open commit View diff
1683 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":
Open commit View diff
1684 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"])) {
Open commit View diff
1685 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);
Open commit View diff
1686 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(
Open commit View diff
1687 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',
Open commit View diff
1688 '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'
Open commit View diff
1689 '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
        ));
Open commit View diff
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();
Open commit View diff
1691 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
      }
Open commit View diff
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) {
Open commit View diff
1693 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(
Open commit View diff
1694 $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',
Open commit View diff
1695 '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'
Open commit View diff
1696 '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
        ));
Open commit View diff
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(
Open commit View diff
1698 $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',
Open commit View diff
1699 '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'
Open commit View diff
1700 '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
        ));
Open commit View diff
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) {
Open commit View diff
1702 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;
Open commit View diff
1703 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
        }
Open commit View diff
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 {
Open commit View diff
1705 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;
Open commit View diff
1706 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
        }
Open commit View diff
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
      }
Open commit View diff
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'])) {
Open commit View diff
1709 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;
Open commit View diff
1710 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;
Open commit View diff
1711 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
      }
Open commit View diff
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 {
Open commit View diff
1713 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);
Open commit View diff
1714 $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
      }
Open commit View diff
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
Open commit View diff
1716 // 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') {
Open commit View diff
1717 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);
Open commit View diff
1718 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(
Open commit View diff
1719 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',
Open commit View diff
1720 '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'
Open commit View diff
1721 '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
        ));
Open commit View diff
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();
Open commit View diff
1723 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
      }
Open commit View diff
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) {
Open commit View diff
1725 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":
Open commit View diff
1726 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)));
Open commit View diff
1727 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;
Open commit View diff
1728 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":
Open commit View diff
1729 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)));
Open commit View diff
1730 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;
Open commit View diff
1731 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":
Open commit View diff
1732 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)));
Open commit View diff
1733 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;
Open commit View diff
1734 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":
Open commit View diff
1735 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)));
Open commit View diff
1736 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;
Open commit View diff
1737 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":
Open commit View diff
1738 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)));
Open commit View diff
1739 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;
Open commit View diff
1740 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":
Open commit View diff
1741 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)));
Open commit View diff
1742 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;
Open commit View diff
1743 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":
Open commit View diff
1744 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)));
Open commit View diff
1745 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;
Open commit View diff
1746 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":
Open commit View diff
1747 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)));
Open commit View diff
1748 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;
Open commit View diff
1749 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":
Open commit View diff
1750 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)));
Open commit View diff
1751 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;
Open commit View diff
1752 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":
Open commit View diff
1753 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)));
Open commit View diff
1754 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;
Open commit View diff
1755 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":
Open commit View diff
1756 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)));
Open commit View diff
1757 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;
Open commit View diff
1758 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":
Open commit View diff
1759 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)));
Open commit View diff
1760 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;
Open commit View diff
1761 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":
Open commit View diff
1762 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)));
Open commit View diff
1763 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;
Open commit View diff
1764 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":
Open commit View diff
1765 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)));
Open commit View diff
1766 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;
Open commit View diff
1767 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":
Open commit View diff
1768 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)));
Open commit View diff
1769 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;
Open commit View diff
1770 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":
Open commit View diff
1771 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){
Open commit View diff
1772 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":
Open commit View diff
1773 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)));
Open commit View diff
1774 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;
Open commit View diff
1775 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":
Open commit View diff
1776 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)));
Open commit View diff
1777 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;
Open commit View diff
1778 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:
Open commit View diff
1779 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)));
Open commit View diff
1780 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
          }
Open commit View diff
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;
Open commit View diff
1782 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":
Open commit View diff
1783 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)));
Open commit View diff
1784 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;
Open commit View diff
1785 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":
Open commit View diff
1786 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){
Open commit View diff
1787 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":
Open commit View diff
1788 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)));
Open commit View diff
1789 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;
Open commit View diff
1790 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":
Open commit View diff
1791 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)));
Open commit View diff
1792 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;
Open commit View diff
1793 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:
Open commit View diff
1794 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)));
Open commit View diff
1795 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
          }
Open commit View diff
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;
Open commit View diff
1797 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":
Open commit View diff
1798 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)));
Open commit View diff
1799 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;
Open commit View diff
1800 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":
Open commit View diff
1801 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)));
Open commit View diff
1802 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;
Open commit View diff
1803 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":
Open commit View diff
1804 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)));
Open commit View diff
1805 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;
Open commit View diff
1806 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":
Open commit View diff
1807 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)));
Open commit View diff
1808 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;
Open commit View diff
1809 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":
Open commit View diff
1810 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)));
Open commit View diff
1811 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;
Open commit View diff
1812 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":
Open commit View diff
1813 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)));
Open commit View diff
1814 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;
Open commit View diff
1815 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":
Open commit View diff
1816 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)));
Open commit View diff
1817 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;
Open commit View diff
1818 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":
Open commit View diff
1819 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)));
Open commit View diff
1820 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;
Open commit View diff
1821 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":
Open commit View diff
1822 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));
Open commit View diff
1823 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;
Open commit View diff
1824 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":
Open commit View diff
1825 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'));
Open commit View diff
1826 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;
Open commit View diff
1827 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
Open commit View diff
1828 // 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:
Open commit View diff
1829 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);
Open commit View diff
1830 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(
Open commit View diff
1831 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',
Open commit View diff
1832 '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'
Open commit View diff
1833 '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
          ));
Open commit View diff
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();
Open commit View diff
1835 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
      }
Open commit View diff
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;
Open commit View diff
1837 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":
Open commit View diff
1838 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"])) {
Open commit View diff
1839 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);
Open commit View diff
1840 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(
Open commit View diff
1841 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',
Open commit View diff
1842 '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'
Open commit View diff
1843 '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
        ));
Open commit View diff
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();
Open commit View diff
1845 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
      }
Open commit View diff
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) {
Open commit View diff
1847 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(
Open commit View diff
1848 $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',
Open commit View diff
1849 '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'
Open commit View diff
1850 '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
        ));
Open commit View diff
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(
Open commit View diff
1852 $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',
Open commit View diff
1853 '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'
Open commit View diff
1854 '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
        ));
Open commit View diff
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) {
Open commit View diff
1856 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;
Open commit View diff
1857 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
        }
Open commit View diff
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 {
Open commit View diff
1859 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;
Open commit View diff
1860 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
        }
Open commit View diff
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
      }
Open commit View diff
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'])) {
Open commit View diff
1863 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;
Open commit View diff
1864 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;
Open commit View diff
1865 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
      }
Open commit View diff
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 {
Open commit View diff
1867 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);
Open commit View diff
1868 $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']);
Open commit View diff
1869 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;
Open commit View diff
1870 $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
      }
Open commit View diff
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
Open commit View diff
1872 // 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') {
Open commit View diff
1873 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);
Open commit View diff
1874 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(
Open commit View diff
1875 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',
Open commit View diff
1876 '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'
Open commit View diff
1877 '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
        ));
Open commit View diff
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();
Open commit View diff
1879 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
      }
Open commit View diff
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) {
Open commit View diff
1881 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":
Open commit View diff
1882 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)));
Open commit View diff
1883 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;
Open commit View diff
1884 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":
Open commit View diff
1885 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)));
Open commit View diff
1886 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;
Open commit View diff
1887 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":
Open commit View diff
1888 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)));
Open commit View diff
1889 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;
Open commit View diff
1890 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":
Open commit View diff
1891 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)));
Open commit View diff
1892 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;
Open commit View diff
1893 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":
Open commit View diff
1894 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)));
Open commit View diff
1895 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;
Open commit View diff
1896 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":
Open commit View diff
1897 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)));
Open commit View diff
1898 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;
Open commit View diff
1899 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":
Open commit View diff
1900 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)));
Open commit View diff
1901 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;
Open commit View diff
1902 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":
Open commit View diff
1903 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)));
Open commit View diff
1904 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;
Open commit View diff
1905 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":
Open commit View diff
1906 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)));
Open commit View diff
1907 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;
Open commit View diff
1908 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":
Open commit View diff
1909 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)));
Open commit View diff
1910 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;
Open commit View diff
1911 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":
Open commit View diff
1912 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));
Open commit View diff
1913 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;
Open commit View diff
1914 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":
Open commit View diff
1915 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));
Open commit View diff
1916 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;
Open commit View diff
1917 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":
Open commit View diff
1918 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)));
Open commit View diff
1919 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;
Open commit View diff
1920 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":
Open commit View diff
1921 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)));
Open commit View diff
1922 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;
Open commit View diff
1923 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":
Open commit View diff
1924 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)));
Open commit View diff
1925 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;
Open commit View diff
1926 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":
Open commit View diff
1927 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)));
Open commit View diff
1928 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;
Open commit View diff
1929 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":
Open commit View diff
1930 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)));
Open commit View diff
1931 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;
Open commit View diff
1932 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":
Open commit View diff
1933 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)));
Open commit View diff
1934 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;
Open commit View diff
1935 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":
Open commit View diff
1936 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)));
Open commit View diff
1937 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;
Open commit View diff
1938 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":
Open commit View diff
1939 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)));
Open commit View diff
1940 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;
Open commit View diff
1941 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":
Open commit View diff
1942 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));
Open commit View diff
1943 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;
Open commit View diff
1944 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":
Open commit View diff
1945 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));
Open commit View diff
1946 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;
Open commit View diff
1947 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":
Open commit View diff
1948 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));
Open commit View diff
1949 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;
Open commit View diff
1950 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":
Open commit View diff
1951 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)));
Open commit View diff
1952 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;
Open commit View diff
1953 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":
Open commit View diff
1954 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)));
Open commit View diff
1955 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;
Open commit View diff
1956 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":
Open commit View diff
1957 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) {
Open commit View diff
1958 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":
Open commit View diff
1959 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)));
Open commit View diff
1960 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;
Open commit View diff
1961 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":
Open commit View diff
1962 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)));
Open commit View diff
1963 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;
Open commit View diff
1964 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:
Open commit View diff
1965 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)));
Open commit View diff
1966 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;
Open commit View diff
1967 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
          }
Open commit View diff
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;
Open commit View diff
1969 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":
Open commit View diff
1970 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)));
Open commit View diff
1971 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;
Open commit View diff
1972 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":
Open commit View diff
1973 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)));
Open commit View diff
1974 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;
Open commit View diff
1975 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":
Open commit View diff
1976 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)));
Open commit View diff
1977 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;
Open commit View diff
1978 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":
Open commit View diff
1979 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) {
Open commit View diff
1980 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":
Open commit View diff
1981 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)));
Open commit View diff
1982 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;
Open commit View diff
1983 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":
Open commit View diff
1984 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)));
Open commit View diff
1985 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;
Open commit View diff
1986 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:
Open commit View diff
1987 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)));
Open commit View diff
1988 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;
Open commit View diff
1989 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
          }
Open commit View diff
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;
Open commit View diff
1991 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":
Open commit View diff
1992 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)));
Open commit View diff
1993 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;
Open commit View diff
1994 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":
Open commit View diff
1995 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)));
Open commit View diff
1996 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;
Open commit View diff
1997 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":
Open commit View diff
1998 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)));
Open commit View diff
1999 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;
Open commit View diff
2000 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":
Open commit View diff
2001 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)));
Open commit View diff
2002 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;
Open commit View diff
2003 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":
Open commit View diff
2004 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)));
Open commit View diff
2005 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;
Open commit View diff
2006 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":
Open commit View diff
2007 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)));
Open commit View diff
2008 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;
Open commit View diff
2009 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":
Open commit View diff
2010 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)));
Open commit View diff
2011 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;
Open commit View diff
2012 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":
Open commit View diff
2013 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)));
Open commit View diff
2014 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;
Open commit View diff
2015 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":
Open commit View diff
2016 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)));
Open commit View diff
2017 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;
Open commit View diff
2018 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":
Open commit View diff
2019 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)));
Open commit View diff
2020 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;
Open commit View diff
2021 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":
Open commit View diff
2022 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) {
Open commit View diff
2023 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':
Open commit View diff
2024 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));
Open commit View diff
2025 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;
Open commit View diff
2026 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:
Open commit View diff
2027 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)));
Open commit View diff
2028 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;
Open commit View diff
2029 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
          }
Open commit View diff
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;
Open commit View diff
2031 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":
Open commit View diff
2032 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));
Open commit View diff
2033 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;
Open commit View diff
2034 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":
Open commit View diff
2035 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));
Open commit View diff
2036 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;
Open commit View diff
2037 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":
Open commit View diff
2038 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));
Open commit View diff
2039 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;
Open commit View diff
2040 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":
Open commit View diff
2041 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") {
Open commit View diff
2042 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));
Open commit View diff
2043 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
          }
Open commit View diff
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") {
Open commit View diff
2045 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));
Open commit View diff
2046 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
          }
Open commit View diff
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;
Open commit View diff
2048 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":
Open commit View diff
2049 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));
Open commit View diff
2050 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;
Open commit View diff
2051 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":
Open commit View diff
2052 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));
Open commit View diff
2053 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;
Open commit View diff
2054 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":
Open commit View diff
2055 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));
Open commit View diff
2056 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;
Open commit View diff
2057 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":
Open commit View diff
2058 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));
Open commit View diff
2059 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;
Open commit View diff
2060 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":
Open commit View diff
2061 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));
Open commit View diff
2062 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;
Open commit View diff
2063 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":
Open commit View diff
2064 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)));
Open commit View diff
2065 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;
Open commit View diff
2066 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
Open commit View diff
2067 // 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:
Open commit View diff
2068 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);
Open commit View diff
2069 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(
Open commit View diff
2070 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',
Open commit View diff
2071 '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'
Open commit View diff
2072 '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
          ));
Open commit View diff
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();
Open commit View diff
2074 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
      }
Open commit View diff
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;
Open commit View diff
2076 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
Open commit View diff
2077 // 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:
Open commit View diff
2078 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);
Open commit View diff
2079 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(
Open commit View diff
2080 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',
Open commit View diff
2081 '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'
Open commit View diff
2082 '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
      ));
Open commit View diff
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();
Open commit View diff
2084 exit();
andryyy over 9 years ago d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
2085
  }
Open commit View diff
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
}
Open commit View diff
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) {
Open commit View diff
2087 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) {
Open commit View diff
2088 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']);
Open commit View diff
2089 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
  }
Open commit View diff
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
}
Open commit View diff
2091 }