public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/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
<?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);
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);
//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
same change
5f04dc0
mailcow dockerized
- Full commit hash
5f04dc0b04d71c4fed5965422c7a694377686804- Author
- andryyy <[email protected]>
- Date
- over 9 years ago
- Selected line
- 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!
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.
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
*/
*/
same change
5f04dc0
mailcow dockerized
- Full commit hash
5f04dc0b04d71c4fed5965422c7a694377686804- Author
- andryyy <[email protected]>
- Date
- over 9 years ago
- Selected line
- 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
// 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';
$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';
$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';
$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');
$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');
$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');
$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
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
// 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');
$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');
$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
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
// 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
// ===
// ===
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 =>
// 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'], ':');
$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) {
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;
$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 {
} 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);
$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
}
}
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
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 =>
// 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;
//$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 =>
// 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(
$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',
'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',
'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"
// 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.
// 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.
// 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',
'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)
// 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
// 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',
'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.
// 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).
// 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.
// 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(
'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,
'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),
'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)
'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
),
),
same change
5abeb31
Autoconfig harmonization
- Full commit hash
5abeb313bad795f9005367416f4edacff05a078a- Author
- Michael Kuron <[email protected]>
- Date
- about 9 years ago
- Selected line
- 53
'pop3' => array(
'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,
'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),
'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)
'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
),
),
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(
'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,
'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),
'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)
'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
),
),
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(
'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',
'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
),
),
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(
'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,
'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,
'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
),
),
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(
'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,
'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,
'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
),
),
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
);
);
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
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
// 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
// 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;
$DETECT_LANGUAGE = true;
same change
adc23d8
Various...
- Full commit hash
adc23d86f9b16c77cde48c609c492e4cbaa29335- Author
- andre.peters <[email protected]>
- Date
- over 8 years ago
- Selected line
- 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
// 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';
$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
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
// 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
// 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
// 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(
$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)',
// '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)',
'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)',
'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)',
'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)',
'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',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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)',
'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
);
);
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
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
// 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/
// 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
// 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";
$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
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
// 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;
$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
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
// 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(
$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(
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',
'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',
'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',
'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
'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
)
)
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
);
);
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
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
// 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
$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
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
// 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;
$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
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
// 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;
$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
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
// 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;
$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
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)
// 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;
$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
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)
// 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;
$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
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
// 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;
$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
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
// 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"
// 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";
$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
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
// 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";
$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
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
// 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";
$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
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
// 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;
$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
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)
// 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;
$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
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
// 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;
$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;
$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
// 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;
$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
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
// 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;
$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
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
// 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
// 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
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
// 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;
$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
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
// 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;
$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
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)
// 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;
$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
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
// 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;
$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
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)
// 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;
$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
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
// 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
// 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")
// 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")
// 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";
$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
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)
// 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';
$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
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
// 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;
$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
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
// 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;
$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
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
// 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;
$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
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
// 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;
$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
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
// 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;
$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
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
// 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;
$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
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...
// 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
// "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
// "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
// "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';
$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
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 ":"
// 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)
// 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:';
$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
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
// 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;
$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
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
// 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;
$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
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
// 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;
$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
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
// 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
// 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
// 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'
// 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;
$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;
$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;
$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
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';
$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
$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;
$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
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');
$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
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
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
// 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(
$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(
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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'
'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
)
)
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
);
);
FreddleSpl0it
about 4 years ago
71db83e
hotfix imapsync
- Full commit hash
71db83efce069c8f241bdfd4ecac56babc9b2610- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 282
same change
71db83e
hotfix imapsync
- Full commit hash
71db83efce069c8f241bdfd4ecac56babc9b2610- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 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(
$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(
'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',
'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',
'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',
'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',
'authmech1',
same change
bee7627
readd imapsync fix
- Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 290
'authmech2',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'oauthaccesstoken1',
same change
bee7627
readd imapsync fix
- Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 362
'oauthaccesstoken2',
'oauthaccesstoken2',
same change
bee7627
readd imapsync fix
- Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 363
'oauthdirect1',
'oauthdirect1',
same change
bee7627
readd imapsync fix
- Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 364
'oauthdirect2',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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',
'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'
'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
),
),
same change
71db83e
hotfix imapsync
- Full commit hash
71db83efce069c8f241bdfd4ecac56babc9b2610- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 401
'blacklist' => array(
'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',
'skipmess',
same change
bee7627
readd imapsync fix
- Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 403
'delete2foldersonly',
'delete2foldersonly',
same change
bee7627
readd imapsync fix
- Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 404
'delete2foldersbutnot',
'delete2foldersbutnot',
same change
bee7627
readd imapsync fix
- Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 405
'regexflag',
'regexflag',
same change
bee7627
readd imapsync fix
- Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 406
'regexmess',
'regexmess',
same change
bee7627
readd imapsync fix
- Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 407
'pipemess',
'pipemess',
same change
bee7627
readd imapsync fix
- Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 408
'regextrans2',
'regextrans2',
same change
bee7627
readd imapsync fix
- Full commit hash
bee762737e14e266e71c5b3a54e4a08e922f4a3b- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 409
'maxlinelengthcmd'
'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
)
)
same change
71db83e
hotfix imapsync
- Full commit hash
71db83efce069c8f241bdfd4ecac56babc9b2610- Author
- FreddleSpl0it <[email protected]>
- Date
- about 4 years ago
- Selected line
- 411
);
);