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/inc/vars.inc.php

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

vars.inc.php on main
Author Date Commit Line Code
andryyy over 9 years ago 5f04dc0

mailcow dockerized

Full commit hash
5f04dc0b04d71c4fed5965422c7a694377686804
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
1
<?php
Open commit View diff
1 <?php
andryyy about 9 years ago ed1679b

Disable error all

Full commit hash
ed1679baefca7e33e288064297e6597f5e5be1fa
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
2
error_reporting(E_ERROR);
Open commit View diff
2 error_reporting(E_ERROR);
andryyy over 7 years ago 4252164

[Web] Remove E_ALL error reporting

Full commit hash
4252164487f3b2395cfa6a19a7b16090a7567213
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
3
//error_reporting(E_ALL);
Open commit View diff
3 //error_reporting(E_ALL);
andryyy over 9 years ago 5f04dc0

mailcow dockerized

Full commit hash
5f04dc0b04d71c4fed5965422c7a694377686804
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
4
Open commit View diff
4
same change 5f04dc0

mailcow dockerized

Full commit hash
5f04dc0b04d71c4fed5965422c7a694377686804
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
5
/*
Open commit View diff
5 /*
same change 5f04dc0

mailcow dockerized

Full commit hash
5f04dc0b04d71c4fed5965422c7a694377686804
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
6
PLEASE USE THE FILE "vars.local.inc.php" TO OVERWRITE SETTINGS AND MAKE THEM PERSISTENT!
Open commit View diff
6 PLEASE USE THE FILE "vars.local.inc.php" TO OVERWRITE SETTINGS AND MAKE THEM PERSISTENT!
same change 5f04dc0

mailcow dockerized

Full commit hash
5f04dc0b04d71c4fed5965422c7a694377686804
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
7
This file will be reset on upgrades.
Open commit View diff
7 This file will be reset on upgrades.
same change 5f04dc0

mailcow dockerized

Full commit hash
5f04dc0b04d71c4fed5965422c7a694377686804
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
8
*/
Open commit View diff
8 */
same change 5f04dc0

mailcow dockerized

Full commit hash
5f04dc0b04d71c4fed5965422c7a694377686804
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
9
Open commit View diff
9
same change 5f04dc0

mailcow dockerized

Full commit hash
5f04dc0b04d71c4fed5965422c7a694377686804
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
10
// SQL database connection variables
Open commit View diff
10 // SQL database connection variables
Dennis Neufeld about 9 years ago b2a5bf0

Formatting, Updated Bootstrap/Bootswatch

Full commit hash
b2a5bf0453486867e9e99e772d822b7fbfb2b691
Author
Dennis Neufeld <[email protected]>
Date
about 9 years ago
Selected line
11
$database_type = 'mysql';
Open commit View diff
11 $database_type = 'mysql';
André almost 8 years ago 0fb43f4

[Docker API] Use TLS encryption for communication with "on-the-fly" created key paris (non-exposed)

Full commit hash
0fb43f49161554dbe0e66cd6170ad00166efc8b3
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
12
$database_sock = '/var/run/mysqld/mysqld.sock';
Open commit View diff
12 $database_sock = '/var/run/mysqld/mysqld.sock';
Dennis Neufeld about 9 years ago b2a5bf0

Formatting, Updated Bootstrap/Bootswatch

Full commit hash
b2a5bf0453486867e9e99e772d822b7fbfb2b691
Author
Dennis Neufeld <[email protected]>
Date
about 9 years ago
Selected line
13
$database_host = 'mysql';
Open commit View diff
13 $database_host = 'mysql';
andryyy over 9 years ago 774320d

Use env vars for PHP app

Full commit hash
774320d5e8bac5519621496cb85729cd711932ea
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
14
$database_user = getenv('DBUSER');
Open commit View diff
14 $database_user = getenv('DBUSER');
same change 774320d

Use env vars for PHP app

Full commit hash
774320d5e8bac5519621496cb85729cd711932ea
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
15
$database_pass = getenv('DBPASS');
Open commit View diff
15 $database_pass = getenv('DBPASS');
same change 774320d

Use env vars for PHP app

Full commit hash
774320d5e8bac5519621496cb85729cd711932ea
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
16
$database_name = getenv('DBNAME');
Open commit View diff
16 $database_name = getenv('DBNAME');
andryyy over 9 years ago 49e09d3

Add autodiscover and autoconfig

Full commit hash
49e09d3ca03f969ca296712d01e7eed53483873b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
17
Open commit View diff
17
same change 49e09d3

Add autodiscover and autoconfig

Full commit hash
49e09d3ca03f969ca296712d01e7eed53483873b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
18
// Other variables
Open commit View diff
18 // Other variables
same change 49e09d3

Add autodiscover and autoconfig

Full commit hash
49e09d3ca03f969ca296712d01e7eed53483873b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
19
$mailcow_hostname = getenv('MAILCOW_HOSTNAME');
Open commit View diff
19 $mailcow_hostname = getenv('MAILCOW_HOSTNAME');
Lukas Schreiner over 5 years ago d96bf91

Support of different default pass schemes + support of BLF-CRYPT (#3832)

Full commit hash
d96bf91a0dfc45109e0396546f57ea9297071c03
Author
Lukas Schreiner <[email protected]>
Date
over 5 years ago
Selected line
20
$default_pass_scheme = getenv('MAILCOW_PASS_SCHEME');
Open commit View diff
20 $default_pass_scheme = getenv('MAILCOW_PASS_SCHEME');
andryyy over 9 years ago 5f04dc0

mailcow dockerized

Full commit hash
5f04dc0b04d71c4fed5965422c7a694377686804
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
21
Open commit View diff
21
andryyy about 9 years ago b6bc1ea

Fix autodiscover, pass ports to phpfpm-mailcow for further features and autodiscover

Full commit hash
b6bc1eaf0a0a747308775c28155f5924047e71dc
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
22
// Autodiscover settings
Open commit View diff
22 // Autodiscover settings
André Peters almost 9 years ago bfa2e83

Add more help text, remove obsolete variable

Full commit hash
bfa2e83803395ae0c66e654484fc02e4ded32dcd
Author
André Peters <[email protected]>
Date
almost 9 years ago
Selected line
23
// ===
Open commit View diff
23 // ===
same change bfa2e83

Add more help text, remove obsolete variable

Full commit hash
bfa2e83803395ae0c66e654484fc02e4ded32dcd
Author
André Peters <[email protected]>
Date
almost 9 years ago
Selected line
24
// Auto-detect HTTPS port =>
Open commit View diff
24 // Auto-detect HTTPS port =>
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
25
$https_port = strpos($_SERVER['HTTP_HOST'], ':');
Open commit View diff
25 $https_port = strpos($_SERVER['HTTP_HOST'], ':');
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
26
if ($https_port === FALSE) {
Open commit View diff
26 if ($https_port === FALSE) {
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
27
  $https_port = 443;
Open commit View diff
27 $https_port = 443;
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
28
} else {
Open commit View diff
28 } else {
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
29
  $https_port = substr($_SERVER['HTTP_HOST'], $https_port+1);
Open commit View diff
29 $https_port = substr($_SERVER['HTTP_HOST'], $https_port+1);
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
30
}
Open commit View diff
30 }
André almost 8 years ago 109eec9

[Web] Internal hint to switch to array_key_last instead of array_pop

Full commit hash
109eec923fd0994c0d1aef45d68bdc7734833408
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
31
Open commit View diff
31
André Peters almost 9 years ago bfa2e83

Add more help text, remove obsolete variable

Full commit hash
bfa2e83803395ae0c66e654484fc02e4ded32dcd
Author
André Peters <[email protected]>
Date
almost 9 years ago
Selected line
32
// Alternatively select port here =>
Open commit View diff
32 // Alternatively select port here =>
same change bfa2e83

Add more help text, remove obsolete variable

Full commit hash
bfa2e83803395ae0c66e654484fc02e4ded32dcd
Author
André Peters <[email protected]>
Date
almost 9 years ago
Selected line
33
//$https_port = 1234;
Open commit View diff
33 //$https_port = 1234;
same change bfa2e83

Add more help text, remove obsolete variable

Full commit hash
bfa2e83803395ae0c66e654484fc02e4ded32dcd
Author
André Peters <[email protected]>
Date
almost 9 years ago
Selected line
34
// Other settings =>
Open commit View diff
34 // Other settings =>
andryyy about 9 years ago b6bc1ea

Fix autodiscover, pass ports to phpfpm-mailcow for further features and autodiscover

Full commit hash
b6bc1eaf0a0a747308775c28155f5924047e71dc
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
35
$autodiscover_config = array(
Open commit View diff
35 $autodiscover_config = array(
bluewalk 7 months ago c060c20

Fixes issue #6489

Full commit hash
c060c205d3ab8c6a16504b688ec2fd8806b1f1a8
Author
bluewalk <[email protected]>
Date
7 months ago
Selected line
36
  'displayName' => 'A mailcow mail server',
Open commit View diff
36 'displayName' => 'A mailcow mail server',
same change c060c20

Fixes issue #6489

Full commit hash
c060c205d3ab8c6a16504b688ec2fd8806b1f1a8
Author
bluewalk <[email protected]>
Date
7 months ago
Selected line
37
  'displayShortName' => 'mail server',
Open commit View diff
37 'displayShortName' => 'mail server',
andryyy about 9 years ago b6bc1ea

Fix autodiscover, pass ports to phpfpm-mailcow for further features and autodiscover

Full commit hash
b6bc1eaf0a0a747308775c28155f5924047e71dc
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
38
  // General autodiscover service type: "activesync" or "imap"
Open commit View diff
38 // General autodiscover service type: "activesync" or "imap"
andryyy almost 9 years ago a837c9a

[Web] Better fkey handling in init_db; set body font size to 11pt instead of 14px; Changes to autodiscover functions

Full commit hash
a837c9ab531b20adb9b2e2c7dfbbf7b5904c01d1
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
39
  // emClient uses autodiscover, but does not support ActiveSync. mailcow excludes emClient from ActiveSync.
Open commit View diff
39 // emClient uses autodiscover, but does not support ActiveSync. mailcow excludes emClient from ActiveSync.
andryyy about 6 years ago d392257

[Web] Some changes

Full commit hash
d3922572892bf857027bbd41b22daa6f8d164fc5
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
40
  // With SOGo disabled, the type will always fallback to imap. CalDAV and CardDAV will be excluded, too.
Open commit View diff
40 // With SOGo disabled, the type will always fallback to imap. CalDAV and CardDAV will be excluded, too.
andryyy about 9 years ago b6bc1ea

Fix autodiscover, pass ports to phpfpm-mailcow for further features and autodiscover

Full commit hash
b6bc1eaf0a0a747308775c28155f5924047e71dc
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
41
  'autodiscoverType' => 'activesync',
Open commit View diff
41 'autodiscoverType' => 'activesync',
andryyy almost 9 years ago a837c9a

[Web] Better fkey handling in init_db; set body font size to 11pt instead of 14px; Changes to autodiscover functions

Full commit hash
a837c9ab531b20adb9b2e2c7dfbbf7b5904c01d1
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
42
  // If autodiscoverType => activesync, also use ActiveSync (EAS) for Outlook desktop clients (>= Outlook 2013 on Windows)
Open commit View diff
42 // If autodiscoverType => activesync, also use ActiveSync (EAS) for Outlook desktop clients (>= Outlook 2013 on Windows)
same change a837c9a

[Web] Better fkey handling in init_db; set body font size to 11pt instead of 14px; Changes to autodiscover functions

Full commit hash
a837c9ab531b20adb9b2e2c7dfbbf7b5904c01d1
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
43
  // Outlook for Mac does not support ActiveSync
Open commit View diff
43 // Outlook for Mac does not support ActiveSync
andryyy over 6 years ago 15bf470

[Web] Do not use EAS for Outlook by default

Full commit hash
15bf470b5cc3833d02d83d88ec1d4f22783588d7
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
44
  'useEASforOutlook' => 'no',
Open commit View diff
44 'useEASforOutlook' => 'no',
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
45
  // Please don't use STARTTLS-enabled service ports in the "port" variable.
Open commit View diff
45 // Please don't use STARTTLS-enabled service ports in the "port" variable.
andryyy about 9 years ago 6d8438c

- More checks for acme-mailcow (verify hashes)

Full commit hash
6d8438c01c86518fef6394921ec81df86faa0713
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
46
  // The autodiscover service will always point to SMTPS and IMAPS (TLS-wrapped services).
Open commit View diff
46 // The autodiscover service will always point to SMTPS and IMAPS (TLS-wrapped services).
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
47
  // The autoconfig service will additionally announce the STARTTLS-enabled ports, specified in the "tlsport" variable.
Open commit View diff
47 // The autoconfig service will additionally announce the STARTTLS-enabled ports, specified in the "tlsport" variable.
andryyy about 9 years ago b6bc1ea

Fix autodiscover, pass ports to phpfpm-mailcow for further features and autodiscover

Full commit hash
b6bc1eaf0a0a747308775c28155f5924047e71dc
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
48
  'imap' => array(
Open commit View diff
48 'imap' => array(
same change b6bc1ea

Fix autodiscover, pass ports to phpfpm-mailcow for further features and autodiscover

Full commit hash
b6bc1eaf0a0a747308775c28155f5924047e71dc
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
49
    'server' => $mailcow_hostname,
Open commit View diff
49 'server' => $mailcow_hostname,
André Peters almost 5 years ago 639e751

Revert "[Web] Fix broken autoconfig ports, fixes #4221 (#4223)" (#4226)

Full commit hash
639e751678a34e57af38eb354367b1a40ba5a895
Author
André Peters <[email protected]>
Date
almost 5 years ago
Selected line
50
    'port' => (int)filter_var(substr(getenv('IMAPS_PORT'), strrpos(getenv('IMAPS_PORT'), ':')), FILTER_SANITIZE_NUMBER_INT),
Open commit View diff
50 'port' => (int)filter_var(substr(getenv('IMAPS_PORT'), strrpos(getenv('IMAPS_PORT'), ':')), FILTER_SANITIZE_NUMBER_INT),
andryyy almost 5 years ago c925951

[Web] Fix wrong autoconfig port

Full commit hash
c925951bcaf0ea1483ab2a168894c5bc86590778
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
51
    'tlsport' => (int)filter_var(substr(getenv('IMAP_PORT'), strrpos(getenv('IMAP_PORT'), ':')), FILTER_SANITIZE_NUMBER_INT)
Open commit View diff
51 'tlsport' => (int)filter_var(substr(getenv('IMAP_PORT'), strrpos(getenv('IMAP_PORT'), ':')), FILTER_SANITIZE_NUMBER_INT)
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
52
  ),
Open commit View diff
52 ),
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
53
  'pop3' => array(
Open commit View diff
53 'pop3' => array(
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
54
    'server' => $mailcow_hostname,
Open commit View diff
54 'server' => $mailcow_hostname,
André Peters almost 5 years ago 639e751

Revert "[Web] Fix broken autoconfig ports, fixes #4221 (#4223)" (#4226)

Full commit hash
639e751678a34e57af38eb354367b1a40ba5a895
Author
André Peters <[email protected]>
Date
almost 5 years ago
Selected line
55
    'port' => (int)filter_var(substr(getenv('POPS_PORT'), strrpos(getenv('POPS_PORT'), ':')), FILTER_SANITIZE_NUMBER_INT),
Open commit View diff
55 'port' => (int)filter_var(substr(getenv('POPS_PORT'), strrpos(getenv('POPS_PORT'), ':')), FILTER_SANITIZE_NUMBER_INT),
same change 639e751

Revert "[Web] Fix broken autoconfig ports, fixes #4221 (#4223)" (#4226)

Full commit hash
639e751678a34e57af38eb354367b1a40ba5a895
Author
André Peters <[email protected]>
Date
almost 5 years ago
Selected line
56
    'tlsport' => (int)filter_var(substr(getenv('POP_PORT'), strrpos(getenv('POP_PORT'), ':')), FILTER_SANITIZE_NUMBER_INT)
Open commit View diff
56 'tlsport' => (int)filter_var(substr(getenv('POP_PORT'), strrpos(getenv('POP_PORT'), ':')), FILTER_SANITIZE_NUMBER_INT)
andryyy about 9 years ago b6bc1ea

Fix autodiscover, pass ports to phpfpm-mailcow for further features and autodiscover

Full commit hash
b6bc1eaf0a0a747308775c28155f5924047e71dc
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
57
  ),
Open commit View diff
57 ),
same change b6bc1ea

Fix autodiscover, pass ports to phpfpm-mailcow for further features and autodiscover

Full commit hash
b6bc1eaf0a0a747308775c28155f5924047e71dc
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
58
  'smtp' => array(
Open commit View diff
58 'smtp' => array(
same change b6bc1ea

Fix autodiscover, pass ports to phpfpm-mailcow for further features and autodiscover

Full commit hash
b6bc1eaf0a0a747308775c28155f5924047e71dc
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
59
    'server' => $mailcow_hostname,
Open commit View diff
59 'server' => $mailcow_hostname,
André Peters almost 5 years ago 639e751

Revert "[Web] Fix broken autoconfig ports, fixes #4221 (#4223)" (#4226)

Full commit hash
639e751678a34e57af38eb354367b1a40ba5a895
Author
André Peters <[email protected]>
Date
almost 5 years ago
Selected line
60
    'port' => (int)filter_var(substr(getenv('SMTPS_PORT'), strrpos(getenv('SMTPS_PORT'), ':')), FILTER_SANITIZE_NUMBER_INT),
Open commit View diff
60 'port' => (int)filter_var(substr(getenv('SMTPS_PORT'), strrpos(getenv('SMTPS_PORT'), ':')), FILTER_SANITIZE_NUMBER_INT),
same change 639e751

Revert "[Web] Fix broken autoconfig ports, fixes #4221 (#4223)" (#4226)

Full commit hash
639e751678a34e57af38eb354367b1a40ba5a895
Author
André Peters <[email protected]>
Date
almost 5 years ago
Selected line
61
    'tlsport' => (int)filter_var(substr(getenv('SUBMISSION_PORT'), strrpos(getenv('SUBMISSION_PORT'), ':')), FILTER_SANITIZE_NUMBER_INT)
Open commit View diff
61 'tlsport' => (int)filter_var(substr(getenv('SUBMISSION_PORT'), strrpos(getenv('SUBMISSION_PORT'), ':')), FILTER_SANITIZE_NUMBER_INT)
andryyy about 9 years ago b6bc1ea

Fix autodiscover, pass ports to phpfpm-mailcow for further features and autodiscover

Full commit hash
b6bc1eaf0a0a747308775c28155f5924047e71dc
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
62
  ),
Open commit View diff
62 ),
same change b6bc1ea

Fix autodiscover, pass ports to phpfpm-mailcow for further features and autodiscover

Full commit hash
b6bc1eaf0a0a747308775c28155f5924047e71dc
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
63
  'activesync' => array(
Open commit View diff
63 'activesync' => array(
andryyy almost 5 years ago cf8fdae

[Web] Some minor fixes and improvements for PHP 8

Full commit hash
cf8fdae2773e96b7b1753c38f011d77cd2f25448
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
64
    'url' => 'https://' . $mailcow_hostname . ($https_port == 443 ? '' : ':' . $https_port) . '/Microsoft-Server-ActiveSync',
Open commit View diff
64 'url' => 'https://' . $mailcow_hostname . ($https_port == 443 ? '' : ':' . $https_port) . '/Microsoft-Server-ActiveSync',
andryyy about 9 years ago 6d8438c

- More checks for acme-mailcow (verify hashes)

Full commit hash
6d8438c01c86518fef6394921ec81df86faa0713
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
65
  ),
Open commit View diff
65 ),
same change 6d8438c

- More checks for acme-mailcow (verify hashes)

Full commit hash
6d8438c01c86518fef6394921ec81df86faa0713
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
66
  'caldav' => array(
Open commit View diff
66 'caldav' => array(
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
67
    'server' => $mailcow_hostname,
Open commit View diff
67 'server' => $mailcow_hostname,
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
68
    'port' => $https_port,
Open commit View diff
68 'port' => $https_port,
andryyy about 9 years ago 6d8438c

- More checks for acme-mailcow (verify hashes)

Full commit hash
6d8438c01c86518fef6394921ec81df86faa0713
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
69
  ),
Open commit View diff
69 ),
same change 6d8438c

- More checks for acme-mailcow (verify hashes)

Full commit hash
6d8438c01c86518fef6394921ec81df86faa0713
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
70
  'carddav' => array(
Open commit View diff
70 'carddav' => array(
Michael Kuron about 9 years ago 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
71
    'server' => $mailcow_hostname,
Open commit View diff
71 'server' => $mailcow_hostname,
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
72
    'port' => $https_port,
Open commit View diff
72 'port' => $https_port,
same change 5abeb31

Autoconfig harmonization

Full commit hash
5abeb313bad795f9005367416f4edacff05a078a
Author
Michael Kuron <[email protected]>
Date
about 9 years ago
Selected line
73
  ),
Open commit View diff
73 ),
andryyy about 9 years ago b6bc1ea

Fix autodiscover, pass ports to phpfpm-mailcow for further features and autodiscover

Full commit hash
b6bc1eaf0a0a747308775c28155f5924047e71dc
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
74
);
Open commit View diff
74 );
same change b6bc1ea

Fix autodiscover, pass ports to phpfpm-mailcow for further features and autodiscover

Full commit hash
b6bc1eaf0a0a747308775c28155f5924047e71dc
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
75
Open commit View diff
75
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
76
// If false, we will use DEFAULT_LANG
Open commit View diff
76 // If false, we will use DEFAULT_LANG
same change adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
77
// Uses HTTP_ACCEPT_LANGUAGE header
Open commit View diff
77 // Uses HTTP_ACCEPT_LANGUAGE header
same change adc23d8

Various...

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

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
79
Open commit View diff
79
andryyy almost 7 years ago 52cd938

[Web] Add Finnish translation \o/ - thanks to Mika!

Full commit hash
52cd9385f68517194204a58f6af76533d449f54d
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
80
// Change default language
Open commit View diff
80 // Change default language
DerLinkman almost 4 years ago a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
81
$DEFAULT_LANG = 'en-gb';
Open commit View diff
81 $DEFAULT_LANG = 'en-gb';
andryyy over 9 years ago 5f04dc0

mailcow dockerized

Full commit hash
5f04dc0b04d71c4fed5965422c7a694377686804
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
82
Open commit View diff
82
Dennis Neufeld about 9 years ago 8fb6a4c

Language selection

Full commit hash
8fb6a4c34d687993f3f3490a8bd390be289bc379
Author
Dennis Neufeld <[email protected]>
Date
about 9 years ago
Selected line
83
// Available languages
Open commit View diff
83 // Available languages
andryyy about 5 years ago da20d5d

[Web] Replace country flags, improve flags for last logins, add info about last password change of a user

Full commit hash
da20d5dc38ef79ca87179080323491a50e9eb222
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
84
// https://www.iso.org/obp/ui/#search
Open commit View diff
84 // https://www.iso.org/obp/ui/#search
DerLinkman almost 4 years ago a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
85
// https://en.wikipedia.org/wiki/IETF_language_tag
Open commit View diff
85 // https://en.wikipedia.org/wiki/IETF_language_tag
andryyy about 5 years ago da20d5d

[Web] Replace country flags, improve flags for last logins, add info about last password change of a user

Full commit hash
da20d5dc38ef79ca87179080323491a50e9eb222
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
86
$AVAILABLE_LANGUAGES = array(
Open commit View diff
86 $AVAILABLE_LANGUAGES = array(
DerLinkman almost 4 years ago a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
87
  // 'ca-es' => 'Català (Catalan)',
Open commit View diff
87 // 'ca-es' => 'Català (Catalan)',
Peter about 1 year ago 1e5fcfe

Bulgarian language added (#6623)

Full commit hash
1e5fcfe3922a4eeb755f0c2a218ea948820e0101
Author
Peter <[email protected]>
Date
about 1 year ago
Selected line
88
  'bg-bg' => 'Български (Bulgarian)',
Open commit View diff
88 'bg-bg' => 'Български (Bulgarian)',
DerLinkman almost 4 years ago a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
89
  'cs-cz' => 'Čeština (Czech)',
Open commit View diff
89 'cs-cz' => 'Čeština (Czech)',
Josh 9 months ago 9912e41

[Web] Correct order of Dansk/Danish in UI (#6887)

Full commit hash
9912e41f787a92b6e002d98b833076d15efed0bc
Author
Josh <[email protected]>
Date
9 months ago
Selected line
90
  'da-dk' => 'Dansk (Danish)',
Open commit View diff
90 'da-dk' => 'Dansk (Danish)',
DerLinkman almost 4 years ago a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
91
  'de-de' => 'Deutsch (German)',
Open commit View diff
91 'de-de' => 'Deutsch (German)',
same change a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
92
  'en-gb' => 'English',
Open commit View diff
92 'en-gb' => 'English',
same change a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
93
  'es-es' => 'Español (Spanish)',
Open commit View diff
93 'es-es' => 'Español (Spanish)',
same change a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
94
  'fi-fi' => 'Suomi (Finish)',
Open commit View diff
94 'fi-fi' => 'Suomi (Finish)',
same change a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
95
  'fr-fr' => 'Français (French)',
Open commit View diff
95 'fr-fr' => 'Français (French)',
milkmaker almost 3 years ago 30e241b

Translations update from Weblate (#5390)

Full commit hash
30e241babe1c0d28bc27ddb9043b545f2782b36f
Author
milkmaker <[email protected]>
Date
almost 3 years ago
Selected line
96
  'gr-gr' => 'Ελληνικά (Greek)',
Open commit View diff
96 'gr-gr' => 'Ελληνικά (Greek)',
DerLinkman almost 4 years ago a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
97
  'hu-hu' => 'Magyar (Hungarian)',
Open commit View diff
97 'hu-hu' => 'Magyar (Hungarian)',
same change a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
98
  'it-it' => 'Italiano (Italian)',
Open commit View diff
98 'it-it' => 'Italiano (Italian)',
Tatsuya Yokota over 1 year ago d1af52b

Add initial Japanese language files (#6198)

Full commit hash
d1af52b4e7fdc6e4d6e81526488c13573b7e3165
Author
Tatsuya Yokota <[email protected]>
Date
over 1 year ago
Selected line
99
  'ja-jp' => '日本語 (Japanese)',
Open commit View diff
99 'ja-jp' => '日本語 (Japanese)',
DerLinkman almost 4 years ago a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
100
  'ko-kr' => '한국어 (Korean)',
Open commit View diff
100 'ko-kr' => '한국어 (Korean)',
same change a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
101
  'lv-lv' => 'latviešu (Latvian)',
Open commit View diff
101 'lv-lv' => 'latviešu (Latvian)',
milkmaker over 2 years ago 52455be

Translations update from Weblate (#5810)

Full commit hash
52455be8150a7488ae2cff674621ec5f5fc2613c
Author
milkmaker <[email protected]>
Date
over 2 years ago
Selected line
102
  'lt-lt' => 'Lietuvių (Lithuanian)',
Open commit View diff
102 'lt-lt' => 'Lietuvių (Lithuanian)',
milkmaker over 2 years ago 7dae4a9

Translations update from Weblate (#5732)

Full commit hash
7dae4a976de16db37568ae87ae61070d6fca63ed
Author
milkmaker <[email protected]>
Date
over 2 years ago
Selected line
103
  'nb-no' => 'Norsk (Norwegian)',
Open commit View diff
103 'nb-no' => 'Norsk (Norwegian)',
DerLinkman almost 4 years ago a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
104
  'nl-nl' => 'Nederlands (Dutch)',
Open commit View diff
104 'nl-nl' => 'Nederlands (Dutch)',
same change a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
105
  'pl-pl' => 'Język Polski (Polish)',
Open commit View diff
105 'pl-pl' => 'Język Polski (Polish)',
milkmaker almost 3 years ago 8a70cdb

Translations update from Weblate (#5460)

Full commit hash
8a70cdb48b2e8dd0d43cb6a1e60594a5ab01b5f3
Author
milkmaker <[email protected]>
Date
almost 3 years ago
Selected line
106
  'pt-br' => 'Português brasileiro (Brazilian Portuguese)',
Open commit View diff
106 'pt-br' => 'Português brasileiro (Brazilian Portuguese)',
DerLinkman almost 4 years ago a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
107
  'pt-pt' => 'Português (Portuguese)',
Open commit View diff
107 'pt-pt' => 'Português (Portuguese)',
same change a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
108
  'ro-ro' => 'Română (Romanian)',
Open commit View diff
108 'ro-ro' => 'Română (Romanian)',
same change a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
109
  'ru-ru' => 'Pусский (Russian)',
Open commit View diff
109 'ru-ru' => 'Pусский (Russian)',
milkmaker almost 3 years ago 30e241b

Translations update from Weblate (#5390)

Full commit hash
30e241babe1c0d28bc27ddb9043b545f2782b36f
Author
milkmaker <[email protected]>
Date
almost 3 years ago
Selected line
110
  'si-si' => 'Slovenščina (Slovenian)',
Open commit View diff
110 'si-si' => 'Slovenščina (Slovenian)',
DerLinkman almost 4 years ago a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
111
  'sk-sk' => 'Slovenčina (Slovak)',
Open commit View diff
111 'sk-sk' => 'Slovenčina (Slovak)',
same change a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
112
  'sv-se' => 'Svenska (Swedish)',
Open commit View diff
112 'sv-se' => 'Svenska (Swedish)',
same change a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
113
  'tr-tr' => 'Türkçe (Turkish)',
Open commit View diff
113 'tr-tr' => 'Türkçe (Turkish)',
same change a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
114
  'uk-ua' => 'Українська (Ukrainian)',
Open commit View diff
114 'uk-ua' => 'Українська (Ukrainian)',
Jahongir Qurbonov 2 months ago 4ddcee2

Add Uzbek language (#7224)

Full commit hash
4ddcee28e4c0be584dae3e4b149723222d35a9cd
Author
Jahongir Qurbonov <[email protected]>
Date
2 months ago
Selected line
115
  'uz-uz' => 'Oʻzbekcha (Uzbek)',
Open commit View diff
115 'uz-uz' => 'Oʻzbekcha (Uzbek)',
milkmaker 9 months ago 23fb5e2

Add Vietnamese language (#6854)

Full commit hash
23fb5e2fca33def39750a4bf0422f5ec077f027f
Author
milkmaker <[email protected]>
Date
9 months ago
Selected line
116
  'vi-vn' => 'Tiếng Việt (Vietnamese)',
Open commit View diff
116 'vi-vn' => 'Tiếng Việt (Vietnamese)',
DerLinkman almost 4 years ago a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
117
  'zh-cn' => '简体中文 (Simplified Chinese)',
Open commit View diff
117 'zh-cn' => '简体中文 (Simplified Chinese)',
same change a334f33

Merge PR 4657 into language-change

Full commit hash
a334f33b35531885d115256dcadb47c5a76971af
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
118
  'zh-tw' => '繁體中文 (Traditional Chinese)',
Open commit View diff
118 'zh-tw' => '繁體中文 (Traditional Chinese)',
andryyy about 5 years ago da20d5d

[Web] Replace country flags, improve flags for last logins, add info about last password change of a user

Full commit hash
da20d5dc38ef79ca87179080323491a50e9eb222
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
119
);
Open commit View diff
119 );
Dennis Neufeld about 9 years ago 8fb6a4c

Language selection

Full commit hash
8fb6a4c34d687993f3f3490a8bd390be289bc379
Author
Dennis Neufeld <[email protected]>
Date
about 9 years ago
Selected line
120
Open commit View diff
120
FreddleSpl0it about 4 years ago 052959f

[BS5] remove ui theme selector - add darkmode toggler

Full commit hash
052959f435fd0219dd21c3912cda8ae406d081e4
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
121
// default theme is lumen
Open commit View diff
121 // default theme is lumen
same change 052959f

[BS5] remove ui theme selector - add darkmode toggler

Full commit hash
052959f435fd0219dd21c3912cda8ae406d081e4
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
122
// additional themes can be found here: https://bootswatch.com/
Open commit View diff
122 // additional themes can be found here: https://bootswatch.com/
same change 052959f

[BS5] remove ui theme selector - add darkmode toggler

Full commit hash
052959f435fd0219dd21c3912cda8ae406d081e4
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
123
// copy them to data/web/css/themes/{THEME-NAME}-bootstrap.css
Open commit View diff
123 // copy them to data/web/css/themes/{THEME-NAME}-bootstrap.css
same change 052959f

[BS5] remove ui theme selector - add darkmode toggler

Full commit hash
052959f435fd0219dd21c3912cda8ae406d081e4
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
124
$UI_THEME = "lumen";
Open commit View diff
124 $UI_THEME = "lumen";
same change 052959f

[BS5] remove ui theme selector - add darkmode toggler

Full commit hash
052959f435fd0219dd21c3912cda8ae406d081e4
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
125
Open commit View diff
125
andryyy almost 9 years ago 750a2b8

[Web] New feature: Show DKIM private keys - needs variable set to true in vars.local.inc.php

Full commit hash
750a2b8cef2f979fd2f3642ad2439e496f5df064
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
126
// Show DKIM private keys - false by default
Open commit View diff
126 // Show DKIM private keys - false by default
same change 750a2b8

[Web] New feature: Show DKIM private keys - needs variable set to true in vars.local.inc.php

Full commit hash
750a2b8cef2f979fd2f3642ad2439e496f5df064
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
127
$SHOW_DKIM_PRIV_KEYS = false;
Open commit View diff
127 $SHOW_DKIM_PRIV_KEYS = false;
same change 750a2b8

[Web] New feature: Show DKIM private keys - needs variable set to true in vars.local.inc.php

Full commit hash
750a2b8cef2f979fd2f3642ad2439e496f5df064
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
128
Open commit View diff
128
andryyy over 9 years ago 4518f6f

Add and remove mailcow apps to login screen, fixes #120

Full commit hash
4518f6f896c9d5dfdf69f523e0692eac84af3274
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
129
// mailcow Apps - buttons on login screen
Open commit View diff
129 // mailcow Apps - buttons on login screen
same change 4518f6f

Add and remove mailcow apps to login screen, fixes #120

Full commit hash
4518f6f896c9d5dfdf69f523e0692eac84af3274
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
130
$MAILCOW_APPS = array(
Open commit View diff
130 $MAILCOW_APPS = array(
same change 4518f6f

Add and remove mailcow apps to login screen, fixes #120

Full commit hash
4518f6f896c9d5dfdf69f523e0692eac84af3274
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
131
  array(
Open commit View diff
131 array(
andryyy almost 7 years ago 261c2a5

[Web] Default to hourly quarantine notifications for new mailboxes; [Web] Change "SOGo" link to "Webmail"

Full commit hash
261c2a5850a5ac3777a6b2ebc4b6855d593c7bf8
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
132
    'name' => 'Webmail',
Open commit View diff
132 'name' => 'Webmail',
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
133
    'link' => '/SOGo/so',
Open commit View diff
133 'link' => '/SOGo/so',
same change a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
134
    'user_link' => '/SOGo/so',
Open commit View diff
134 'user_link' => '/SOGo/so',
FreddleSpl0it over 3 years ago 6e35574

[Web] add app hide option

Full commit hash
6e35574c721971216aa10da1ba6ace663ad4ca13
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
135
    'hide' => true
Open commit View diff
135 'hide' => true
andre.peters over 8 years ago adc23d8

Various...

Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335
Author
andre.peters <[email protected]>
Date
over 8 years ago
Selected line
136
  )
Open commit View diff
136 )
andryyy over 9 years ago 4518f6f

Add and remove mailcow apps to login screen, fixes #120

Full commit hash
4518f6f896c9d5dfdf69f523e0692eac84af3274
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
137
);
Open commit View diff
137 );
same change 4518f6f

Add and remove mailcow apps to login screen, fixes #120

Full commit hash
4518f6f896c9d5dfdf69f523e0692eac84af3274
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
138
Open commit View diff
138
FreddleSpl0it over 2 years ago 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
139
// Logo max file size in bytes
Open commit View diff
139 // Logo max file size in bytes
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
140
$LOGO_LIMITS['max_size'] = 15 * 1024 * 1024; // 15MB
Open commit View diff
140 $LOGO_LIMITS['max_size'] = 15 * 1024 * 1024; // 15MB
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
141
Open commit View diff
141
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
142
// Logo max width in pixels
Open commit View diff
142 // Logo max width in pixels
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
143
$LOGO_LIMITS['max_width'] = 1920;
Open commit View diff
143 $LOGO_LIMITS['max_width'] = 1920;
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
144
Open commit View diff
144
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
145
// Logo max height in pixels
Open commit View diff
145 // Logo max height in pixels
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
146
$LOGO_LIMITS['max_height'] = 1920;
Open commit View diff
146 $LOGO_LIMITS['max_height'] = 1920;
same change 7f6f7e0

[Web] limit logo file upload

Full commit hash
7f6f7e0e9ff608618e5b144bcf18d279610aa3ed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
147
Open commit View diff
147
andryyy over 9 years ago 9623a7f

Added ru language file (thanks), changes to tables and config option for pagination

Full commit hash
9623a7fa70ce328124d6eb748efb2d40feeb1682
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
148
// Rows until pagination begins
Open commit View diff
148 // Rows until pagination begins
FreddleSpl0it over 3 years ago d62c275

[Web] match PAGINATION_SIZE to an existing datatable option

Full commit hash
d62c27500430da91463e731cdf1ddb701e25366e
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
149
$PAGINATION_SIZE = 25;
Open commit View diff
149 $PAGINATION_SIZE = 25;
andryyy over 9 years ago 9623a7f

Added ru language file (thanks), changes to tables and config option for pagination

Full commit hash
9623a7fa70ce328124d6eb748efb2d40feeb1682
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
150
Open commit View diff
150
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
151
// Default number of rows/lines to display (log table)
Open commit View diff
151 // Default number of rows/lines to display (log table)
andryyy almost 7 years ago c3be045

[Web] mailbox.php uses dropups

Full commit hash
c3be04560b9026770a27233a73b95c44b6920a15
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
152
$LOG_LINES = 1000;
Open commit View diff
152 $LOG_LINES = 1000;
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
153
Open commit View diff
153
andryyy about 9 years ago 5a95d20

More changes to the UI, more API...

Full commit hash
5a95d2062cec677880035ca8d57fd2c72fd57331
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
154
// Rows until pagination begins (log table)
Open commit View diff
154 // Rows until pagination begins (log table)
andryyy almost 7 years ago c3be045

[Web] mailbox.php uses dropups

Full commit hash
c3be04560b9026770a27233a73b95c44b6920a15
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
155
$LOG_PAGINATION_SIZE = 50;
Open commit View diff
155 $LOG_PAGINATION_SIZE = 50;
andryyy about 9 years ago 5a95d20

More changes to the UI, more API...

Full commit hash
5a95d2062cec677880035ca8d57fd2c72fd57331
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
156
Open commit View diff
156
andryyy about 9 years ago 3c937f7

Add OWASP CSRF Protector, add more secure session handling

Full commit hash
3c937f75ba5853ada175542d5c4849fb95eb64cd
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
157
// Session lifetime in seconds
Open commit View diff
157 // Session lifetime in seconds
andryyy almost 7 years ago c3be045

[Web] mailbox.php uses dropups

Full commit hash
c3be04560b9026770a27233a73b95c44b6920a15
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
158
$SESSION_LIFETIME = 10800;
Open commit View diff
158 $SESSION_LIFETIME = 10800;
andryyy about 9 years ago ce6bf18

Web UI improvements

Full commit hash
ce6bf18c2f5351897eae091e55c3583805a15ad8
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
159
Open commit View diff
159
FreddleSpl0it 10 months ago 1ef0149

[Web] make SameSite policy and cookie name configurable via vars.local.inc

Full commit hash
1ef014907625d39232ab6df6145419d7b3af32c4
Author
FreddleSpl0it <[email protected]>
Date
10 months ago
Selected line
160
// Session SameSite Policy
Open commit View diff
160 // Session SameSite Policy
same change 1ef0149

[Web] make SameSite policy and cookie name configurable via vars.local.inc

Full commit hash
1ef014907625d39232ab6df6145419d7b3af32c4
Author
FreddleSpl0it <[email protected]>
Date
10 months ago
Selected line
161
// Use "None", "Lax" or "Strict"
Open commit View diff
161 // Use "None", "Lax" or "Strict"
same change 1ef0149

[Web] make SameSite policy and cookie name configurable via vars.local.inc

Full commit hash
1ef014907625d39232ab6df6145419d7b3af32c4
Author
FreddleSpl0it <[email protected]>
Date
10 months ago
Selected line
162
$SESSION_SAMESITE_POLICY = "Lax";
Open commit View diff
162 $SESSION_SAMESITE_POLICY = "Lax";
same change 1ef0149

[Web] make SameSite policy and cookie name configurable via vars.local.inc

Full commit hash
1ef014907625d39232ab6df6145419d7b3af32c4
Author
FreddleSpl0it <[email protected]>
Date
10 months ago
Selected line
163
Open commit View diff
163
same change 1ef0149

[Web] make SameSite policy and cookie name configurable via vars.local.inc

Full commit hash
1ef014907625d39232ab6df6145419d7b3af32c4
Author
FreddleSpl0it <[email protected]>
Date
10 months ago
Selected line
164
// Name of the session cookie
Open commit View diff
164 // Name of the session cookie
same change 1ef0149

[Web] make SameSite policy and cookie name configurable via vars.local.inc

Full commit hash
1ef014907625d39232ab6df6145419d7b3af32c4
Author
FreddleSpl0it <[email protected]>
Date
10 months ago
Selected line
165
$SESSION_NAME = "MCSESSID";
Open commit View diff
165 $SESSION_NAME = "MCSESSID";
same change 1ef0149

[Web] make SameSite policy and cookie name configurable via vars.local.inc

Full commit hash
1ef014907625d39232ab6df6145419d7b3af32c4
Author
FreddleSpl0it <[email protected]>
Date
10 months ago
Selected line
166
Open commit View diff
166
andryyy about 9 years ago ce6bf18

Web UI improvements

Full commit hash
ce6bf18c2f5351897eae091e55c3583805a15ad8
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
167
// Label for OTP devices
Open commit View diff
167 // Label for OTP devices
Phoenix Eve Aspacio about 9 years ago 915ffb1

Added mailcow app description

Full commit hash
915ffb19910dd6848c7daa0f1296693c8105a5f7
Author
Phoenix Eve Aspacio <[email protected]>
Date
about 9 years ago
Selected line
168
$OTP_LABEL = "mailcow UI";
Open commit View diff
168 $OTP_LABEL = "mailcow UI";
andryyy almost 9 years ago 45ef561

[Web] Add default rcpt for relay testing tool to variables

Full commit hash
45ef561ac08006af6a9b82bd076b938234e29b51
Author
andryyy <[email protected]>
Date
almost 9 years ago
Selected line
169
Open commit View diff
169
André almost 8 years ago cedc38f

[Web] Add search fields to some select forms

Full commit hash
cedc38fbaa3adb84f3920552d985a834803cd056
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
170
// How long to wait (in s) for cURL Docker requests
Open commit View diff
170 // How long to wait (in s) for cURL Docker requests
André almost 8 years ago 8934a3a

[Web] Allow spam/ham "traps"

Full commit hash
8934a3a68b4f9d8bf2ecff8e25a3324fbb54944c
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
171
$DOCKER_TIMEOUT = 60;
Open commit View diff
171 $DOCKER_TIMEOUT = 60;
same change 8934a3a

[Web] Allow spam/ham "traps"

Full commit hash
8934a3a68b4f9d8bf2ecff8e25a3324fbb54944c
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
172
Open commit View diff
172
andryyy over 6 years ago 1be3ca3

[Rspamd] Pushover fixes

Full commit hash
1be3ca3fb979f89762a4786d870b04c6b7e22a64
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
173
// Split DKIM key notation (bind format)
Open commit View diff
173 // Split DKIM key notation (bind format)
andryyy over 6 years ago 1e9c5ba

[Web] Allow to split DKIM every 255 chars via vars.inc.php (fixes #3473)

Full commit hash
1e9c5baab5037bb32ab0459ad3d5ff538df29336
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
174
$SPLIT_DKIM_255 = false;
Open commit View diff
174 $SPLIT_DKIM_255 = false;
andryyy over 6 years ago 1be3ca3

[Rspamd] Pushover fixes

Full commit hash
1be3ca3fb979f89762a4786d870b04c6b7e22a64
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
175
Open commit View diff
175
andryyy almost 7 years ago 1c35002

[Web] Do not allow to add domain admin for non existing domain

Full commit hash
1c35002505f4eeaa32329fbed42a123ede85cf4b
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
176
// OAuth2 settings
Open commit View diff
176 // OAuth2 settings
same change 1c35002

[Web] Do not allow to add domain admin for non existing domain

Full commit hash
1c35002505f4eeaa32329fbed42a123ede85cf4b
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
177
$REFRESH_TOKEN_LIFETIME = 2678400;
Open commit View diff
177 $REFRESH_TOKEN_LIFETIME = 2678400;
same change 1c35002

[Web] Do not allow to add domain admin for non existing domain

Full commit hash
1c35002505f4eeaa32329fbed42a123ede85cf4b
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
178
$ACCESS_TOKEN_LIFETIME = 86400;
Open commit View diff
178 $ACCESS_TOKEN_LIFETIME = 86400;
andryyy over 6 years ago 7a4560e

[Web] CSS fixes; Add OAUTH2_FORGET_SESSION_AFTER_LOGIN to vars.inc.php (wip); Do not run initdb on non-master cow

Full commit hash
7a4560ee2863bc96ddf9382915eb238fd4c2fcbb
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
179
// Logout from mailcow after first OAuth2 session profile request
Open commit View diff
179 // Logout from mailcow after first OAuth2 session profile request
same change 7a4560e

[Web] CSS fixes; Add OAUTH2_FORGET_SESSION_AFTER_LOGIN to vars.inc.php (wip); Do not run initdb on non-master cow

Full commit hash
7a4560ee2863bc96ddf9382915eb238fd4c2fcbb
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
180
$OAUTH2_FORGET_SESSION_AFTER_LOGIN = false;
Open commit View diff
180 $OAUTH2_FORGET_SESSION_AFTER_LOGIN = false;
andryyy almost 7 years ago 1c35002

[Web] Do not allow to add domain admin for non existing domain

Full commit hash
1c35002505f4eeaa32329fbed42a123ede85cf4b
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
181
Open commit View diff
181
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
182
// Set a limit for mailbox and domain tagging
Open commit View diff
182 // Set a limit for mailbox and domain tagging
same change 549ff7d

Add Domain and Mailbox tagging (#4569)

Full commit hash
549ff7d100751837278e245cf3295e11eb85b667
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
183
$TAGGING_LIMIT = 25;
Open commit View diff
183 $TAGGING_LIMIT = 25;
same change 549ff7d

Add Domain and Mailbox tagging (#4569)

Full commit hash
549ff7d100751837278e245cf3295e11eb85b667
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
184
Open commit View diff
184
andryyy over 7 years ago 07392b7

[Watchdog] Use stackoverflow.com for DNS check

Full commit hash
07392b7437cddbbe937c259bc91bbb1267c93ca2
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
185
// MAILBOX_DEFAULT_ATTRIBUTES define default attributes for new mailboxes
Open commit View diff
185 // MAILBOX_DEFAULT_ATTRIBUTES define default attributes for new mailboxes
same change 07392b7

[Watchdog] Use stackoverflow.com for DNS check

Full commit hash
07392b7437cddbbe937c259bc91bbb1267c93ca2
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
186
// These settings will not change existing mailboxes
Open commit View diff
186 // These settings will not change existing mailboxes
same change 07392b7

[Watchdog] Use stackoverflow.com for DNS check

Full commit hash
07392b7437cddbbe937c259bc91bbb1267c93ca2
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
187
Open commit View diff
187
André almost 8 years ago f0dfee7

[Web] Add MAILBOX_DEFAULT_ATTRIBUTES variable to define default mailbox attributes

Full commit hash
f0dfee7820d38a48beac7a4de6080c1dd788e8c5
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
188
// Force incoming TLS for new mailboxes by default
Open commit View diff
188 // Force incoming TLS for new mailboxes by default
same change f0dfee7

[Web] Add MAILBOX_DEFAULT_ATTRIBUTES variable to define default mailbox attributes

Full commit hash
f0dfee7820d38a48beac7a4de6080c1dd788e8c5
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
189
$MAILBOX_DEFAULT_ATTRIBUTES['tls_enforce_in'] = false;
Open commit View diff
189 $MAILBOX_DEFAULT_ATTRIBUTES['tls_enforce_in'] = false;
same change f0dfee7

[Web] Add MAILBOX_DEFAULT_ATTRIBUTES variable to define default mailbox attributes

Full commit hash
f0dfee7820d38a48beac7a4de6080c1dd788e8c5
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
190
Open commit View diff
190
same change f0dfee7

[Web] Add MAILBOX_DEFAULT_ATTRIBUTES variable to define default mailbox attributes

Full commit hash
f0dfee7820d38a48beac7a4de6080c1dd788e8c5
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
191
// Force outgoing TLS for new mailboxes by default
Open commit View diff
191 // Force outgoing TLS for new mailboxes by default
same change f0dfee7

[Web] Add MAILBOX_DEFAULT_ATTRIBUTES variable to define default mailbox attributes

Full commit hash
f0dfee7820d38a48beac7a4de6080c1dd788e8c5
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
192
$MAILBOX_DEFAULT_ATTRIBUTES['tls_enforce_out'] = false;
Open commit View diff
192 $MAILBOX_DEFAULT_ATTRIBUTES['tls_enforce_out'] = false;
same change f0dfee7

[Web] Add MAILBOX_DEFAULT_ATTRIBUTES variable to define default mailbox attributes

Full commit hash
f0dfee7820d38a48beac7a4de6080c1dd788e8c5
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
193
Open commit View diff
193
same change f0dfee7

[Web] Add MAILBOX_DEFAULT_ATTRIBUTES variable to define default mailbox attributes

Full commit hash
f0dfee7820d38a48beac7a4de6080c1dd788e8c5
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
194
// Force password change on next login (only allows login to mailcow UI)
Open commit View diff
194 // Force password change on next login (only allows login to mailcow UI)
same change f0dfee7

[Web] Add MAILBOX_DEFAULT_ATTRIBUTES variable to define default mailbox attributes

Full commit hash
f0dfee7820d38a48beac7a4de6080c1dd788e8c5
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
195
$MAILBOX_DEFAULT_ATTRIBUTES['force_pw_update'] = false;
Open commit View diff
195 $MAILBOX_DEFAULT_ATTRIBUTES['force_pw_update'] = false;
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
196
Open commit View diff
196
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
197
// Force 2FA enrollment at next login
Open commit View diff
197 // Force 2FA enrollment at next login
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
198
$MAILBOX_DEFAULT_ATTRIBUTES['force_tfa'] = false;
Open commit View diff
198 $MAILBOX_DEFAULT_ATTRIBUTES['force_tfa'] = false;
same change ad5b94a

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

Full commit hash
ad5b94af5e48297631629c2a118e7f163a044a07
Author
FreddleSpl0it <[email protected]>
Date
5 months ago
Selected line
199
Open commit View diff
199
FreddleSpl0it over 2 years ago a06c783

[Web] add ldap idp

Full commit hash
a06c78362a29eba6c5ecf1e4a2a6a65362301e1f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
200
// Enable SOGo access - Users will be redirected to SOGo after login (set to false to disable redirect by default)
Open commit View diff
200 // Enable SOGo access - Users will be redirected to SOGo after login (set to false to disable redirect by default)
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
201
$MAILBOX_DEFAULT_ATTRIBUTES['sogo_access'] = true;
Open commit View diff
201 $MAILBOX_DEFAULT_ATTRIBUTES['sogo_access'] = true;
andryyy over 7 years ago d82c2bf

[Web] Adjust mailbox format

Full commit hash
d82c2bfdb7a8432ee72b7a2407ce152057b15572
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
202
Open commit View diff
202
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
203
// How to handle tagged emails
Open commit View diff
203 // How to handle tagged emails
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
204
// none      - No special handling
Open commit View diff
204 // none - No special handling
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
205
// subfolder - Create subfolder under INBOX (e.g. "INBOX/Facebook")
Open commit View diff
205 // subfolder - Create subfolder under INBOX (e.g. "INBOX/Facebook")
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
206
// subject   - Add tag to subject (e.g. "[Facebook] Subject")
Open commit View diff
206 // subject - Add tag to subject (e.g. "[Facebook] Subject")
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
207
$MAILBOX_DEFAULT_ATTRIBUTES['tagged_mail_handler'] = "none";
Open commit View diff
207 $MAILBOX_DEFAULT_ATTRIBUTES['tagged_mail_handler'] = "none";
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
208
Open commit View diff
208
andryyy over 7 years ago 07392b7

[Watchdog] Use stackoverflow.com for DNS check

Full commit hash
07392b7437cddbbe937c259bc91bbb1267c93ca2
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
209
// Send notification when quarantine is not empty (never, hourly, daily, weekly)
Open commit View diff
209 // Send notification when quarantine is not empty (never, hourly, daily, weekly)
andryyy almost 7 years ago 261c2a5

[Web] Default to hourly quarantine notifications for new mailboxes; [Web] Change "SOGo" link to "Webmail"

Full commit hash
261c2a5850a5ac3777a6b2ebc4b6855d593c7bf8
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
210
$MAILBOX_DEFAULT_ATTRIBUTES['quarantine_notification'] = 'hourly';
Open commit View diff
210 $MAILBOX_DEFAULT_ATTRIBUTES['quarantine_notification'] = 'hourly';
andryyy over 7 years ago 07392b7

[Watchdog] Use stackoverflow.com for DNS check

Full commit hash
07392b7437cddbbe937c259bc91bbb1267c93ca2
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
211
Open commit View diff
211
andryyy almost 6 years ago d9b91fc

[Web] Important: Removed unnecessary *_int attributes from GET elements, _only_ returning int values now (same for all attributes which were provided as html char and int)

Full commit hash
d9b91fc04f286eaba4266ca60254a02dc5e91867
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
212
// Mailbox has IMAP access by default
Open commit View diff
212 // Mailbox has IMAP access by default
same change d9b91fc

[Web] Important: Removed unnecessary *_int attributes from GET elements, _only_ returning int values now (same for all attributes which were provided as html char and int)

Full commit hash
d9b91fc04f286eaba4266ca60254a02dc5e91867
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
213
$MAILBOX_DEFAULT_ATTRIBUTES['imap_access'] = true;
Open commit View diff
213 $MAILBOX_DEFAULT_ATTRIBUTES['imap_access'] = true;
same change d9b91fc

[Web] Important: Removed unnecessary *_int attributes from GET elements, _only_ returning int values now (same for all attributes which were provided as html char and int)

Full commit hash
d9b91fc04f286eaba4266ca60254a02dc5e91867
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
214
Open commit View diff
214
same change d9b91fc

[Web] Important: Removed unnecessary *_int attributes from GET elements, _only_ returning int values now (same for all attributes which were provided as html char and int)

Full commit hash
d9b91fc04f286eaba4266ca60254a02dc5e91867
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
215
// Mailbox has POP3 access by default
Open commit View diff
215 // Mailbox has POP3 access by default
same change d9b91fc

[Web] Important: Removed unnecessary *_int attributes from GET elements, _only_ returning int values now (same for all attributes which were provided as html char and int)

Full commit hash
d9b91fc04f286eaba4266ca60254a02dc5e91867
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
216
$MAILBOX_DEFAULT_ATTRIBUTES['pop3_access'] = true;
Open commit View diff
216 $MAILBOX_DEFAULT_ATTRIBUTES['pop3_access'] = true;
same change d9b91fc

[Web] Important: Removed unnecessary *_int attributes from GET elements, _only_ returning int values now (same for all attributes which were provided as html char and int)

Full commit hash
d9b91fc04f286eaba4266ca60254a02dc5e91867
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
217
Open commit View diff
217
same change d9b91fc

[Web] Important: Removed unnecessary *_int attributes from GET elements, _only_ returning int values now (same for all attributes which were provided as html char and int)

Full commit hash
d9b91fc04f286eaba4266ca60254a02dc5e91867
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
218
// Mailbox has SMTP access by default
Open commit View diff
218 // Mailbox has SMTP access by default
same change d9b91fc

[Web] Important: Removed unnecessary *_int attributes from GET elements, _only_ returning int values now (same for all attributes which were provided as html char and int)

Full commit hash
d9b91fc04f286eaba4266ca60254a02dc5e91867
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
219
$MAILBOX_DEFAULT_ATTRIBUTES['smtp_access'] = true;
Open commit View diff
219 $MAILBOX_DEFAULT_ATTRIBUTES['smtp_access'] = true;
same change d9b91fc

[Web] Important: Removed unnecessary *_int attributes from GET elements, _only_ returning int values now (same for all attributes which were provided as html char and int)

Full commit hash
d9b91fc04f286eaba4266ca60254a02dc5e91867
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
220
Open commit View diff
220
andryyy over 4 years ago e4d23b7

[Web] Add default sieve accessq

Full commit hash
e4d23b7887903b2aebcab51a5c5a8e7a5f17457f
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
221
// Mailbox has sieve access by default
Open commit View diff
221 // Mailbox has sieve access by default
same change e4d23b7

[Web] Add default sieve accessq

Full commit hash
e4d23b7887903b2aebcab51a5c5a8e7a5f17457f
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
222
$MAILBOX_DEFAULT_ATTRIBUTES['sieve_access'] = true;
Open commit View diff
222 $MAILBOX_DEFAULT_ATTRIBUTES['sieve_access'] = true;
same change e4d23b7

[Web] Add default sieve accessq

Full commit hash
e4d23b7887903b2aebcab51a5c5a8e7a5f17457f
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
223
Open commit View diff
223
FreddleSpl0it 6 months ago 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
224
// Mailbox has ActiveSync/EAS access by default
Open commit View diff
224 // Mailbox has ActiveSync/EAS access by default
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
225
$MAILBOX_DEFAULT_ATTRIBUTES['eas_access'] = true;
Open commit View diff
225 $MAILBOX_DEFAULT_ATTRIBUTES['eas_access'] = true;
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
226
Open commit View diff
226
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
227
// Mailbox has CalDAV/CardDAV (DAV) access by default
Open commit View diff
227 // Mailbox has CalDAV/CardDAV (DAV) access by default
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
228
$MAILBOX_DEFAULT_ATTRIBUTES['dav_access'] = true;
Open commit View diff
228 $MAILBOX_DEFAULT_ATTRIBUTES['dav_access'] = true;
same change 56ea430

[Web] Allow admins to limit EAS and DAV access for mailbox users

Full commit hash
56ea4302ed13ac9aa344dc840689c4dd6ac76b68
Author
FreddleSpl0it <[email protected]>
Date
6 months ago
Selected line
229
Open commit View diff
229
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
230
// Mailbox receives notifications about...
Open commit View diff
230 // Mailbox receives notifications about...
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
231
// "add_header" - mail that was put into the Junk folder
Open commit View diff
231 // "add_header" - mail that was put into the Junk folder
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
232
// "reject" - mail that was rejected
Open commit View diff
232 // "reject" - mail that was rejected
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
233
// "all" - mail that was rejected and put into the Junk folder
Open commit View diff
233 // "all" - mail that was rejected and put into the Junk folder
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
234
$MAILBOX_DEFAULT_ATTRIBUTES['quarantine_category'] = 'reject';
Open commit View diff
234 $MAILBOX_DEFAULT_ATTRIBUTES['quarantine_category'] = 'reject';
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
235
Open commit View diff
235
andryyy over 7 years ago d533c02

[Web] mailbox_format maildir

Full commit hash
d533c02c137257acf9e8fb0a3fafe8af3d4bccac
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
236
// Default mailbox format, should not be changed unless you know exactly, what you do, keep the trailing ":"
Open commit View diff
236 // Default mailbox format, should not be changed unless you know exactly, what you do, keep the trailing ":"
same change d533c02

[Web] mailbox_format maildir

Full commit hash
d533c02c137257acf9e8fb0a3fafe8af3d4bccac
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
237
// Check dovecot.conf for further changes (e.g. shared namespace)
Open commit View diff
237 // Check dovecot.conf for further changes (e.g. shared namespace)
same change d533c02

[Web] mailbox_format maildir

Full commit hash
d533c02c137257acf9e8fb0a3fafe8af3d4bccac
Author
andryyy <[email protected]>
Date
over 7 years ago
Selected line
238
$MAILBOX_DEFAULT_ATTRIBUTES['mailbox_format'] = 'maildir:';
Open commit View diff
238 $MAILBOX_DEFAULT_ATTRIBUTES['mailbox_format'] = 'maildir:';
andryyy over 6 years ago a5963ee

[Web] Add Rspamd maps

Full commit hash
a5963eea7404e9be6140cf0a44e3d58f59f6d42d
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
239
Open commit View diff
239
andryyy over 6 years ago 59a2ea0

[Web, Dovecot] Show last IMAP and POP3 logins, toggle via vars.inc.php SHOW_LAST_LOGIN

Full commit hash
59a2ea095972112f6b9317fedeacf5d551592b76
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
240
// Show last IMAP and POP3 logins
Open commit View diff
240 // Show last IMAP and POP3 logins
same change 59a2ea0

[Web, Dovecot] Show last IMAP and POP3 logins, toggle via vars.inc.php SHOW_LAST_LOGIN

Full commit hash
59a2ea095972112f6b9317fedeacf5d551592b76
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
241
$SHOW_LAST_LOGIN = true;
Open commit View diff
241 $SHOW_LAST_LOGIN = true;
andryyy over 6 years ago 7a4560e

[Web] CSS fixes; Add OAUTH2_FORGET_SESSION_AFTER_LOGIN to vars.inc.php (wip); Do not run initdb on non-master cow

Full commit hash
7a4560ee2863bc96ddf9382915eb238fd4c2fcbb
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
242
Open commit View diff
242
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
243
// Maximum number of password reset tokens that can be generated at once per user
Open commit View diff
243 // Maximum number of password reset tokens that can be generated at once per user
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
244
$PW_RESET_TOKEN_LIMIT = 3;
Open commit View diff
244 $PW_RESET_TOKEN_LIMIT = 3;
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
245
Open commit View diff
245
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
246
// Maximum time in minutes a password reset token is valid
Open commit View diff
246 // Maximum time in minutes a password reset token is valid
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
247
$PW_RESET_TOKEN_LIFETIME = 15;
Open commit View diff
247 $PW_RESET_TOKEN_LIFETIME = 15;
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
248
Open commit View diff
248
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
249
// UV flag handling in FIDO2/WebAuthn - defaults to false to allow iOS logins
Open commit View diff
249 // UV flag handling in FIDO2/WebAuthn - defaults to false to allow iOS logins
same change c150ac7

[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators

Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
250
// true = required
Open commit View diff
250 // true = required
same change c150ac7

[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators

Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
251
// false = preferred
Open commit View diff
251 // false = preferred
same change c150ac7

[Web] Feature (beta): Add WebAuthn support for administrators and domain administrators

Full commit hash
c150ac7b375fb8acfe8794155ef61245e3c86f40
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
252
// string 'required' 'preferred' 'discouraged'
Open commit View diff
252 // string 'required' 'preferred' 'discouraged'
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
253
$WEBAUTHN_UV_FLAG_REGISTER = false;
Open commit View diff
253 $WEBAUTHN_UV_FLAG_REGISTER = false;
FreddlePat over 4 years ago be4af41

migrating from u2f-api.js to webauthn

Full commit hash
be4af41e649b715792281c1162a3804614db5857
Author
FreddlePat <[email protected]>
Date
over 4 years ago
Selected line
254
$WEBAUTHN_UV_FLAG_LOGIN = false;
Open commit View diff
254 $WEBAUTHN_UV_FLAG_LOGIN = false;
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
255
$WEBAUTHN_USER_PRESENT_FLAG = true;
Open commit View diff
255 $WEBAUTHN_USER_PRESENT_FLAG = 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
256
Open commit View diff
256
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
257
$FIDO2_UV_FLAG_REGISTER = 'preferred';
Open commit View diff
257 $FIDO2_UV_FLAG_REGISTER = 'preferred';
same change 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
258
$FIDO2_UV_FLAG_LOGIN = 'preferred'; // iOS ignores the key via NFC if required - known issue
Open commit View diff
258 $FIDO2_UV_FLAG_LOGIN = 'preferred'; // iOS ignores the key via NFC if required - known issue
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
259
$FIDO2_USER_PRESENT_FLAG = true;
Open commit View diff
259 $FIDO2_USER_PRESENT_FLAG = true;
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
260
Open commit View diff
260
andryyy over 5 years ago 46643af

[Web] FIDO2: Add Face ID via Apple

Full commit hash
46643af00c8a8612081b933e027541838245b578
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
261
$FIDO2_FORMATS = array('apple', 'android-key', 'android-safetynet', 'fido-u2f', 'none', 'packed', 'tpm');
Open commit View diff
261 $FIDO2_FORMATS = array('apple', 'android-key', 'android-safetynet', 'fido-u2f', 'none', 'packed', 'tpm');
andryyy over 6 years ago 7a4560e

[Web] CSS fixes; Add OAUTH2_FORGET_SESSION_AFTER_LOGIN to vars.inc.php (wip); Do not run initdb on non-master cow

Full commit hash
7a4560ee2863bc96ddf9382915eb238fd4c2fcbb
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
262
Open commit View diff
262
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
263
Open commit View diff
263
andryyy over 6 years ago a5963ee

[Web] Add Rspamd maps

Full commit hash
a5963eea7404e9be6140cf0a44e3d58f59f6d42d
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
264
// Set visible Rspamd maps in mailcow UI, do not change unless you know what you are doing
Open commit View diff
264 // Set visible Rspamd maps in mailcow UI, do not change unless you know what you are doing
andryyy over 6 years ago b52ee0a

[Rspamd] Fix map permissions for www

Full commit hash
b52ee0a706f1b4d0fb7989c8805623d2c842ea47
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
265
$RSPAMD_MAPS = array(
Open commit View diff
265 $RSPAMD_MAPS = array(
andryyy over 6 years ago e47e54f

[Web] Add more map types soon; Do not expose private key via API if hidden in vars (fixes #3231)

Full commit hash
e47e54f3de1fadb93fe3ee76f153f2bfba661994
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
266
  'regex' => array(
Open commit View diff
266 'regex' => array(
Denis Evers about 1 year ago 95eb350

[netfilter] fix negative timer, no unbanning of IPs (#6575)

Full commit hash
95eb350f15a3ceade4854a8c143a4624d0fbd48d
Author
Denis Evers <[email protected]>
Date
about 1 year ago
Selected line
267
    'Header-From: Denylist' => 'global_mime_from_blacklist.map',
Open commit View diff
267 'Header-From: Denylist' => 'global_mime_from_blacklist.map',
same change 95eb350

[netfilter] fix negative timer, no unbanning of IPs (#6575)

Full commit hash
95eb350f15a3ceade4854a8c143a4624d0fbd48d
Author
Denis Evers <[email protected]>
Date
about 1 year ago
Selected line
268
    'Header-From: Allowlist' => 'global_mime_from_whitelist.map',
Open commit View diff
268 'Header-From: Allowlist' => 'global_mime_from_whitelist.map',
same change 95eb350

[netfilter] fix negative timer, no unbanning of IPs (#6575)

Full commit hash
95eb350f15a3ceade4854a8c143a4624d0fbd48d
Author
Denis Evers <[email protected]>
Date
about 1 year ago
Selected line
269
    'Envelope Sender Denylist' => 'global_smtp_from_blacklist.map',
Open commit View diff
269 'Envelope Sender Denylist' => 'global_smtp_from_blacklist.map',
same change 95eb350

[netfilter] fix negative timer, no unbanning of IPs (#6575)

Full commit hash
95eb350f15a3ceade4854a8c143a4624d0fbd48d
Author
Denis Evers <[email protected]>
Date
about 1 year ago
Selected line
270
    'Envelope Sender Allowlist' => 'global_smtp_from_whitelist.map',
Open commit View diff
270 'Envelope Sender Allowlist' => 'global_smtp_from_whitelist.map',
same change 95eb350

[netfilter] fix negative timer, no unbanning of IPs (#6575)

Full commit hash
95eb350f15a3ceade4854a8c143a4624d0fbd48d
Author
Denis Evers <[email protected]>
Date
about 1 year ago
Selected line
271
    'Recipient Denylist' => 'global_rcpt_blacklist.map',
Open commit View diff
271 'Recipient Denylist' => 'global_rcpt_blacklist.map',
same change 95eb350

[netfilter] fix negative timer, no unbanning of IPs (#6575)

Full commit hash
95eb350f15a3ceade4854a8c143a4624d0fbd48d
Author
Denis Evers <[email protected]>
Date
about 1 year ago
Selected line
272
    'Recipient Allowlist' => 'global_rcpt_whitelist.map',
Open commit View diff
272 'Recipient Allowlist' => 'global_rcpt_whitelist.map',
andryyy over 6 years ago e47e54f

[Web] Add more map types soon; Do not expose private key via API if hidden in vars (fixes #3231)

Full commit hash
e47e54f3de1fadb93fe3ee76f153f2bfba661994
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
273
    'Fishy TLDS (only fired in combination with bad words)' => 'fishy_tlds.map',
Open commit View diff
273 'Fishy TLDS (only fired in combination with bad words)' => 'fishy_tlds.map',
same change e47e54f

[Web] Add more map types soon; Do not expose private key via API if hidden in vars (fixes #3231)

Full commit hash
e47e54f3de1fadb93fe3ee76f153f2bfba661994
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
274
    'Bad Words (only fired in combination with fishy TLDs)' => 'bad_words.map',
Open commit View diff
274 'Bad Words (only fired in combination with fishy TLDs)' => 'bad_words.map',
andryyy over 6 years ago a89df38

[Web] Fix global maps

Full commit hash
a89df381f89647edb3741c0f7442aeaca5113bd5
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
275
    'Bad Words DE (only fired in combination with fishy TLDs)' => 'bad_words_de.map',
Open commit View diff
275 'Bad Words DE (only fired in combination with fishy TLDs)' => 'bad_words_de.map',
andryyy over 6 years ago e47e54f

[Web] Add more map types soon; Do not expose private key via API if hidden in vars (fixes #3231)

Full commit hash
e47e54f3de1fadb93fe3ee76f153f2bfba661994
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
276
    'Bad Languages' => 'bad_languages.map',
Open commit View diff
276 'Bad Languages' => 'bad_languages.map',
andryyy over 6 years ago a529307

[Web] Add missing maps

Full commit hash
a529307603fdb07358bd161ae1effb53126a6120
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
277
    'Bulk Mail Headers' => 'bulk_header.map',
Open commit View diff
277 'Bulk Mail Headers' => 'bulk_header.map',
andryyy about 5 years ago f81483d

[Rspamd] Create bad header map

Full commit hash
f81483d3126884d5ccf01b285754483021dbabb9
Author
andryyy <[email protected]>
Date
about 5 years ago
Selected line
278
    'Bad (Junk) Mail Headers' => 'bad_header.map',
Open commit View diff
278 'Bad (Junk) Mail Headers' => 'bad_header.map',
andryyy over 6 years ago a529307

[Web] Add missing maps

Full commit hash
a529307603fdb07358bd161ae1effb53126a6120
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
279
    'Monitoring Hosts' => 'monitoring_nolog.map'
Open commit View diff
279 'Monitoring Hosts' => 'monitoring_nolog.map'
andryyy over 6 years ago e47e54f

[Web] Add more map types soon; Do not expose private key via API if hidden in vars (fixes #3231)

Full commit hash
e47e54f3de1fadb93fe3ee76f153f2bfba661994
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
280
  )
Open commit View diff
280 )
andryyy over 6 years ago a5963ee

[Web] Add Rspamd maps

Full commit hash
a5963eea7404e9be6140cf0a44e3d58f59f6d42d
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
281
);
Open commit View diff
281 );
FreddleSpl0it about 4 years ago 71db83e

hotfix imapsync

Full commit hash
71db83efce069c8f241bdfd4ecac56babc9b2610
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
282
Open commit View diff
282
same change 71db83e

hotfix imapsync

Full commit hash
71db83efce069c8f241bdfd4ecac56babc9b2610
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
283
Open commit View diff
283
same change 71db83e

hotfix imapsync

Full commit hash
71db83efce069c8f241bdfd4ecac56babc9b2610
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
284
$IMAPSYNC_OPTIONS = array(
Open commit View diff
284 $IMAPSYNC_OPTIONS = array(
same change 71db83e

hotfix imapsync

Full commit hash
71db83efce069c8f241bdfd4ecac56babc9b2610
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
285
  'whitelist' => array(
Open commit View diff
285 'whitelist' => array(
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
286
    'abort',
Open commit View diff
286 'abort',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
287
    'authmd51',
Open commit View diff
287 'authmd51',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
288
    'authmd52',
Open commit View diff
288 'authmd52',
FreddleSpl0it about 4 years ago bee7627

readd imapsync fix

Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
289
    'authmech1',
Open commit View diff
289 'authmech1',
same change bee7627

readd imapsync fix

Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
290
    'authmech2',
Open commit View diff
290 'authmech2',
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
291
    'authuser1',
Open commit View diff
291 'authuser1',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
292
    'authuser2',
Open commit View diff
292 'authuser2',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
293
    'debug',
Open commit View diff
293 'debug',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
294
    'debugcontent',
Open commit View diff
294 'debugcontent',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
295
    'debugcrossduplicates',
Open commit View diff
295 'debugcrossduplicates',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
296
    'debugflags',
Open commit View diff
296 'debugflags',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
297
    'debugfolders',
Open commit View diff
297 'debugfolders',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
298
    'debugimap',
Open commit View diff
298 'debugimap',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
299
    'debugimap1',
Open commit View diff
299 'debugimap1',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
300
    'debugimap2',
Open commit View diff
300 'debugimap2',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
301
    'debugmemory',
Open commit View diff
301 'debugmemory',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
302
    'debugssl',
Open commit View diff
302 'debugssl',
DerLinkman over 2 years ago 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
303
    'delete1emptyfolders',
Open commit View diff
303 'delete1emptyfolders',
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
304
    'delete2folders',
Open commit View diff
304 'delete2folders',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
305
    'disarmreadreceipts',
Open commit View diff
305 'disarmreadreceipts',
DerLinkman over 2 years ago 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
306
    'domain1',
Open commit View diff
306 'domain1',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
307
    'domain2',
Open commit View diff
307 'domain2',
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
308
    'domino1',
Open commit View diff
308 'domino1',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
309
    'domino2',
Open commit View diff
309 'domino2',
DerLinkman over 2 years ago 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
310
    'dry',
Open commit View diff
310 'dry',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
311
    'errorsmax',
Open commit View diff
311 'errorsmax',
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
312
    'exchange1',
Open commit View diff
312 'exchange1',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
313
    'exchange2',
Open commit View diff
313 'exchange2',
DerLinkman over 2 years ago 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
314
    'exitwhenover',
Open commit View diff
314 'exitwhenover',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
315
    'expunge1',
Open commit View diff
315 'expunge1',
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
316
    'f1f2',
Open commit View diff
316 'f1f2',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
317
    'filterbuggyflags',
Open commit View diff
317 'filterbuggyflags',
DerLinkman over 2 years ago 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
318
    'folder',
Open commit View diff
318 'folder',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
319
    'folderfirst',
Open commit View diff
319 'folderfirst',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
320
    'folderlast',
Open commit View diff
320 'folderlast',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
321
    'folderrec',
Open commit View diff
321 'folderrec',
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
322
    'gmail1',
Open commit View diff
322 'gmail1',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
323
    'gmail2',
Open commit View diff
323 'gmail2',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
324
    'idatefromheader',
Open commit View diff
324 'idatefromheader',
DerLinkman over 2 years ago 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
325
    'include',
Open commit View diff
325 'include',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
326
    'inet4',
Open commit View diff
326 'inet4',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
327
    'inet6',
Open commit View diff
327 'inet6',
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
328
    'justconnect',
Open commit View diff
328 'justconnect',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
329
    'justfolders',
Open commit View diff
329 'justfolders',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
330
    'justfoldersizes',
Open commit View diff
330 'justfoldersizes',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
331
    'justlogin',
Open commit View diff
331 'justlogin',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
332
    'keepalive1',
Open commit View diff
332 'keepalive1',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
333
    'keepalive2',
Open commit View diff
333 'keepalive2',
DerLinkman over 2 years ago 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
334
    'log',
Open commit View diff
334 'log',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
335
    'logdir',
Open commit View diff
335 'logdir',
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
336
    'logfile',
Open commit View diff
336 'logfile',
DerLinkman over 2 years ago 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
337
    'maxbytesafter',
Open commit View diff
337 'maxbytesafter',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
338
    'maxlinelength',
Open commit View diff
338 'maxlinelength',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
339
    'maxmessagespersecond',
Open commit View diff
339 'maxmessagespersecond',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
340
    'maxsize',
Open commit View diff
340 'maxsize',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
341
    'maxsleep',
Open commit View diff
341 'maxsleep',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
342
    'minage',
Open commit View diff
342 'minage',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
343
    'minsize',
Open commit View diff
343 'minsize',
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
344
    'noabletosearch',
Open commit View diff
344 'noabletosearch',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
345
    'noabletosearch1',
Open commit View diff
345 'noabletosearch1',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
346
    'noabletosearch2',
Open commit View diff
346 'noabletosearch2',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
347
    'noexpunge1',
Open commit View diff
347 'noexpunge1',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
348
    'noexpunge2',
Open commit View diff
348 'noexpunge2',
DerLinkman over 2 years ago 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
349
    'nofoldersizesatend',
Open commit View diff
349 'nofoldersizesatend',
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
350
    'noid',
Open commit View diff
350 'noid',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
351
    'nolog',
Open commit View diff
351 'nolog',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
352
    'nomixfolders',
Open commit View diff
352 'nomixfolders',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
353
    'noresyncflags',
Open commit View diff
353 'noresyncflags',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
354
    'nossl1',
Open commit View diff
354 'nossl1',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
355
    'nossl2',
Open commit View diff
355 'nossl2',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
356
    'nosyncacls',
Open commit View diff
356 'nosyncacls',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
357
    'notls1',
Open commit View diff
357 'notls1',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
358
    'notls2',
Open commit View diff
358 'notls2',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
359
    'nouidexpunge2',
Open commit View diff
359 'nouidexpunge2',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
360
    'nousecache',
Open commit View diff
360 'nousecache',
FreddleSpl0it about 4 years ago bee7627

readd imapsync fix

Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
361
    'oauthaccesstoken1',
Open commit View diff
361 'oauthaccesstoken1',
same change bee7627

readd imapsync fix

Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
362
    'oauthaccesstoken2',
Open commit View diff
362 'oauthaccesstoken2',
same change bee7627

readd imapsync fix

Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
363
    'oauthdirect1',
Open commit View diff
363 'oauthdirect1',
same change bee7627

readd imapsync fix

Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
364
    'oauthdirect2',
Open commit View diff
364 'oauthdirect2',
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
365
    'office1',
Open commit View diff
365 'office1',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
366
    'office2',
Open commit View diff
366 'office2',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
367
    'pidfile',
Open commit View diff
367 'pidfile',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
368
    'pidfilelocking',
Open commit View diff
368 'pidfilelocking',
DerLinkman over 2 years ago 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
369
    'prefix1',
Open commit View diff
369 'prefix1',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
370
    'prefix2',
Open commit View diff
370 'prefix2',
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
371
    'proxyauth1',
Open commit View diff
371 'proxyauth1',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
372
    'proxyauth2',
Open commit View diff
372 'proxyauth2',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
373
    'resyncflags',
Open commit View diff
373 'resyncflags',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
374
    'resynclabels',
Open commit View diff
374 'resynclabels',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
375
    'search',
Open commit View diff
375 'search',
DerLinkman over 2 years ago 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
376
    'search1',
Open commit View diff
376 'search1',
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
377
    'search2',
Open commit View diff
377 'search2',
DerLinkman over 2 years ago 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
378
    'sep1',
Open commit View diff
378 'sep1',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
379
    'sep2',
Open commit View diff
379 'sep2',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
380
    'showpasswords',
Open commit View diff
380 'showpasswords',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
381
    'skipemptyfolders',
Open commit View diff
381 'skipemptyfolders',
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
382
    'ssl2',
Open commit View diff
382 'ssl2',
DerLinkman over 2 years ago 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
383
    'sslargs1',
Open commit View diff
383 'sslargs1',
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
384
    'sslargs2',
Open commit View diff
384 'sslargs2',
DerLinkman over 2 years ago 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
385
    'subfolder1',
Open commit View diff
385 'subfolder1',
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
386
    'subscribe',
Open commit View diff
386 'subscribe',
DerLinkman over 2 years ago 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
387
    'subscribed',
Open commit View diff
387 'subscribed',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
388
    'syncacls',
Open commit View diff
388 'syncacls',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
389
    'syncduplicates',
Open commit View diff
389 'syncduplicates',
same change 8564179

Added f1f2 + sorted whitelist for imapsync

Full commit hash
85641794c3f1ff6889b174fddaf373c6b2eef145
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
390
    'syncinternaldates',
Open commit View diff
390 'syncinternaldates',
FreddleSpl0it 12 months ago 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
391
    'synclabels',
Open commit View diff
391 'synclabels',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
392
    'tests',
Open commit View diff
392 'tests',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
393
    'testslive',
Open commit View diff
393 'testslive',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
394
    'testslive6',
Open commit View diff
394 'testslive6',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
395
    'tls2',
Open commit View diff
395 'tls2',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
396
    'truncmess',
Open commit View diff
396 'truncmess',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
397
    'usecache',
Open commit View diff
397 'usecache',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
398
    'useheader',
Open commit View diff
398 'useheader',
same change 1e42b8d

[Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms (#6620)

Full commit hash
1e42b8dd21fb021e1ddcbb2cae94f79146fe4d39
Author
FreddleSpl0it <[email protected]>
Date
12 months ago
Selected line
399
    'useuid'
Open commit View diff
399 'useuid'
FreddleSpl0it about 4 years ago 71db83e

hotfix imapsync

Full commit hash
71db83efce069c8f241bdfd4ecac56babc9b2610
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
400
  ),
Open commit View diff
400 ),
same change 71db83e

hotfix imapsync

Full commit hash
71db83efce069c8f241bdfd4ecac56babc9b2610
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
401
  'blacklist' => array(
Open commit View diff
401 'blacklist' => array(
FreddleSpl0it about 4 years ago bee7627

readd imapsync fix

Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
402
    'skipmess',
Open commit View diff
402 'skipmess',
same change bee7627

readd imapsync fix

Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
403
    'delete2foldersonly',
Open commit View diff
403 'delete2foldersonly',
same change bee7627

readd imapsync fix

Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
404
    'delete2foldersbutnot',
Open commit View diff
404 'delete2foldersbutnot',
same change bee7627

readd imapsync fix

Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
405
    'regexflag',
Open commit View diff
405 'regexflag',
same change bee7627

readd imapsync fix

Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
406
    'regexmess',
Open commit View diff
406 'regexmess',
same change bee7627

readd imapsync fix

Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
407
    'pipemess',
Open commit View diff
407 'pipemess',
same change bee7627

readd imapsync fix

Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
408
    'regextrans2',
Open commit View diff
408 'regextrans2',
same change bee7627

readd imapsync fix

Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
409
    'maxlinelengthcmd'
Open commit View diff
409 'maxlinelengthcmd'
FreddleSpl0it about 4 years ago 71db83e

hotfix imapsync

Full commit hash
71db83efce069c8f241bdfd4ecac56babc9b2610
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
410
  )
Open commit View diff
410 )
same change 71db83e

hotfix imapsync

Full commit hash
71db83efce069c8f241bdfd4ecac56babc9b2610
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
411
);
Open commit View diff
411 );