NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

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

Trace

data/web/inc/lib/vendor/symfony/polyfill-mbstring/Mbstring.php

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

Mbstring.php on main
Author Date Commit Line Code
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
1
<?php
Open commit View diff
1 <?php
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
2
Open commit View diff
2
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
3
/*
Open commit View diff
3 /*
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
4
 * This file is part of the Symfony package.
Open commit View diff
4 * This file is part of the Symfony package.
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
5
 *
Open commit View diff
5 *
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
6
 * (c) Fabien Potencier <[email protected]>
Open commit View diff
6 * (c) Fabien Potencier <[email protected]>
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
7
 *
Open commit View diff
7 *
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
8
 * For the full copyright and license information, please view the LICENSE
Open commit View diff
8 * For the full copyright and license information, please view the LICENSE
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
9
 * file that was distributed with this source code.
Open commit View diff
9 * file that was distributed with this source code.
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
10
 */
Open commit View diff
10 */
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
11
Open commit View diff
11
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
12
namespace Symfony\Polyfill\Mbstring;
Open commit View diff
12 namespace Symfony\Polyfill\Mbstring;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
13
Open commit View diff
13
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
14
/**
Open commit View diff
14 /**
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
15
 * Partial mbstring implementation in PHP, iconv based, UTF-8 centric.
Open commit View diff
15 * Partial mbstring implementation in PHP, iconv based, UTF-8 centric.
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
16
 *
Open commit View diff
16 *
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
17
 * Implemented:
Open commit View diff
17 * Implemented:
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
18
 * - mb_chr                  - Returns a specific character from its Unicode code point
Open commit View diff
18 * - mb_chr - Returns a specific character from its Unicode code point
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
19
 * - mb_convert_encoding     - Convert character encoding
Open commit View diff
19 * - mb_convert_encoding - Convert character encoding
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
20
 * - mb_convert_variables    - Convert character code in variable(s)
Open commit View diff
20 * - mb_convert_variables - Convert character code in variable(s)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
21
 * - mb_decode_mimeheader    - Decode string in MIME header field
Open commit View diff
21 * - mb_decode_mimeheader - Decode string in MIME header field
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
22
 * - mb_encode_mimeheader    - Encode string for MIME header XXX NATIVE IMPLEMENTATION IS REALLY BUGGED
Open commit View diff
22 * - mb_encode_mimeheader - Encode string for MIME header XXX NATIVE IMPLEMENTATION IS REALLY BUGGED
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
23
 * - mb_decode_numericentity - Decode HTML numeric string reference to character
Open commit View diff
23 * - mb_decode_numericentity - Decode HTML numeric string reference to character
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
24
 * - mb_encode_numericentity - Encode character to HTML numeric string reference
Open commit View diff
24 * - mb_encode_numericentity - Encode character to HTML numeric string reference
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
25
 * - mb_convert_case         - Perform case folding on a string
Open commit View diff
25 * - mb_convert_case - Perform case folding on a string
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
26
 * - mb_detect_encoding      - Detect character encoding
Open commit View diff
26 * - mb_detect_encoding - Detect character encoding
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
27
 * - mb_get_info             - Get internal settings of mbstring
Open commit View diff
27 * - mb_get_info - Get internal settings of mbstring
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
28
 * - mb_http_input           - Detect HTTP input character encoding
Open commit View diff
28 * - mb_http_input - Detect HTTP input character encoding
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
29
 * - mb_http_output          - Set/Get HTTP output character encoding
Open commit View diff
29 * - mb_http_output - Set/Get HTTP output character encoding
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
30
 * - mb_internal_encoding    - Set/Get internal character encoding
Open commit View diff
30 * - mb_internal_encoding - Set/Get internal character encoding
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
31
 * - mb_list_encodings       - Returns an array of all supported encodings
Open commit View diff
31 * - mb_list_encodings - Returns an array of all supported encodings
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
32
 * - mb_ord                  - Returns the Unicode code point of a character
Open commit View diff
32 * - mb_ord - Returns the Unicode code point of a character
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
33
 * - mb_output_handler       - Callback function converts character encoding in output buffer
Open commit View diff
33 * - mb_output_handler - Callback function converts character encoding in output buffer
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
34
 * - mb_scrub                - Replaces ill-formed byte sequences with substitute characters
Open commit View diff
34 * - mb_scrub - Replaces ill-formed byte sequences with substitute characters
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
35
 * - mb_strlen               - Get string length
Open commit View diff
35 * - mb_strlen - Get string length
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
36
 * - mb_strpos               - Find position of first occurrence of string in a string
Open commit View diff
36 * - mb_strpos - Find position of first occurrence of string in a string
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
37
 * - mb_strrpos              - Find position of last occurrence of a string in a string
Open commit View diff
37 * - mb_strrpos - Find position of last occurrence of a string in a string
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
38
 * - mb_str_split            - Convert a string to an array
Open commit View diff
38 * - mb_str_split - Convert a string to an array
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
39
 * - mb_strtolower           - Make a string lowercase
Open commit View diff
39 * - mb_strtolower - Make a string lowercase
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
40
 * - mb_strtoupper           - Make a string uppercase
Open commit View diff
40 * - mb_strtoupper - Make a string uppercase
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
41
 * - mb_substitute_character - Set/Get substitution character
Open commit View diff
41 * - mb_substitute_character - Set/Get substitution character
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
42
 * - mb_substr               - Get part of string
Open commit View diff
42 * - mb_substr - Get part of string
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
43
 * - mb_stripos              - Finds position of first occurrence of a string within another, case insensitive
Open commit View diff
43 * - mb_stripos - Finds position of first occurrence of a string within another, case insensitive
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
44
 * - mb_stristr              - Finds first occurrence of a string within another, case insensitive
Open commit View diff
44 * - mb_stristr - Finds first occurrence of a string within another, case insensitive
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
45
 * - mb_strrchr              - Finds the last occurrence of a character in a string within another
Open commit View diff
45 * - mb_strrchr - Finds the last occurrence of a character in a string within another
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
46
 * - mb_strrichr             - Finds the last occurrence of a character in a string within another, case insensitive
Open commit View diff
46 * - mb_strrichr - Finds the last occurrence of a character in a string within another, case insensitive
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
47
 * - mb_strripos             - Finds position of last occurrence of a string within another, case insensitive
Open commit View diff
47 * - mb_strripos - Finds position of last occurrence of a string within another, case insensitive
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
48
 * - mb_strstr               - Finds first occurrence of a string within another
Open commit View diff
48 * - mb_strstr - Finds first occurrence of a string within another
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
49
 * - mb_strwidth             - Return width of string
Open commit View diff
49 * - mb_strwidth - Return width of string
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
50
 * - mb_substr_count         - Count the number of substring occurrences
Open commit View diff
50 * - mb_substr_count - Count the number of substring occurrences
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
51
 *
Open commit View diff
51 *
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
52
 * Not implemented:
Open commit View diff
52 * Not implemented:
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
53
 * - mb_convert_kana         - Convert "kana" one from another ("zen-kaku", "han-kaku" and more)
Open commit View diff
53 * - mb_convert_kana - Convert "kana" one from another ("zen-kaku", "han-kaku" and more)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
54
 * - mb_ereg_*               - Regular expression with multibyte support
Open commit View diff
54 * - mb_ereg_* - Regular expression with multibyte support
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
55
 * - mb_parse_str            - Parse GET/POST/COOKIE data and set global variable
Open commit View diff
55 * - mb_parse_str - Parse GET/POST/COOKIE data and set global variable
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
56
 * - mb_preferred_mime_name  - Get MIME charset string
Open commit View diff
56 * - mb_preferred_mime_name - Get MIME charset string
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
57
 * - mb_regex_encoding       - Returns current encoding for multibyte regex as string
Open commit View diff
57 * - mb_regex_encoding - Returns current encoding for multibyte regex as string
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
58
 * - mb_regex_set_options    - Set/Get the default options for mbregex functions
Open commit View diff
58 * - mb_regex_set_options - Set/Get the default options for mbregex functions
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
59
 * - mb_send_mail            - Send encoded mail
Open commit View diff
59 * - mb_send_mail - Send encoded mail
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
60
 * - mb_split                - Split multibyte string using regular expression
Open commit View diff
60 * - mb_split - Split multibyte string using regular expression
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
61
 * - mb_strcut               - Get part of string
Open commit View diff
61 * - mb_strcut - Get part of string
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
62
 * - mb_strimwidth           - Get truncated string with specified width
Open commit View diff
62 * - mb_strimwidth - Get truncated string with specified width
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
63
 *
Open commit View diff
63 *
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
64
 * @author Nicolas Grekas <[email protected]>
Open commit View diff
64 * @author Nicolas Grekas <[email protected]>
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
65
 *
Open commit View diff
65 *
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
66
 * @internal
Open commit View diff
66 * @internal
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
67
 */
Open commit View diff
67 */
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
68
final class Mbstring
Open commit View diff
68 final class Mbstring
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
69
{
Open commit View diff
69 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
70
    public const MB_CASE_FOLD = \PHP_INT_MAX;
Open commit View diff
70 public const MB_CASE_FOLD = \PHP_INT_MAX;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
71
Open commit View diff
71
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
72
    private const SIMPLE_CASE_FOLD = [
Open commit View diff
72 private const SIMPLE_CASE_FOLD = [
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
73
        ['µ', 'ſ', "\xCD\x85", 'ς', "\xCF\x90", "\xCF\x91", "\xCF\x95", "\xCF\x96", "\xCF\xB0", "\xCF\xB1", "\xCF\xB5", "\xE1\xBA\x9B", "\xE1\xBE\xBE"],
Open commit View diff
73 ['µ', 'ſ', "\xCD\x85", 'ς', "\xCF\x90", "\xCF\x91", "\xCF\x95", "\xCF\x96", "\xCF\xB0", "\xCF\xB1", "\xCF\xB5", "\xE1\xBA\x9B", "\xE1\xBE\xBE"],
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
74
        ['μ', 's', 'ι',        'σ', 'β',        'θ',        'φ',        'π',        'κ',        'ρ',        'ε',        "\xE1\xB9\xA1", 'ι'],
Open commit View diff
74 ['μ', 's', 'ι', 'σ', 'β', 'θ', 'φ', 'π', 'κ', 'ρ', 'ε', "\xE1\xB9\xA1", 'ι'],
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
75
    ];
Open commit View diff
75 ];
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
76
Open commit View diff
76
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
77
    private static $encodingList = ['ASCII', 'UTF-8'];
Open commit View diff
77 private static $encodingList = ['ASCII', 'UTF-8'];
same change 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
78
    private static $language = 'neutral';
Open commit View diff
78 private static $language = 'neutral';
same change 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
79
    private static $internalEncoding = 'UTF-8';
Open commit View diff
79 private static $internalEncoding = 'UTF-8';
same change 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
80
Open commit View diff
80
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
81
    public static function mb_convert_encoding($s, $toEncoding, $fromEncoding = null)
Open commit View diff
81 public static function mb_convert_encoding($s, $toEncoding, $fromEncoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
82
    {
Open commit View diff
82 {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
83
        if (\is_array($fromEncoding) || (null !== $fromEncoding && false !== strpos($fromEncoding, ','))) {
Open commit View diff
83 if (\is_array($fromEncoding) || (null !== $fromEncoding && false !== strpos($fromEncoding, ','))) {
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
84
            $fromEncoding = self::mb_detect_encoding($s, $fromEncoding);
Open commit View diff
84 $fromEncoding = self::mb_detect_encoding($s, $fromEncoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
85
        } else {
Open commit View diff
85 } else {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
86
            $fromEncoding = self::getEncoding($fromEncoding);
Open commit View diff
86 $fromEncoding = self::getEncoding($fromEncoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
87
        }
Open commit View diff
87 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
88
Open commit View diff
88
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
89
        $toEncoding = self::getEncoding($toEncoding);
Open commit View diff
89 $toEncoding = self::getEncoding($toEncoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
90
Open commit View diff
90
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
91
        if ('BASE64' === $fromEncoding) {
Open commit View diff
91 if ('BASE64' === $fromEncoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
92
            $s = base64_decode($s);
Open commit View diff
92 $s = base64_decode($s);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
93
            $fromEncoding = $toEncoding;
Open commit View diff
93 $fromEncoding = $toEncoding;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
94
        }
Open commit View diff
94 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
95
Open commit View diff
95
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
96
        if ('BASE64' === $toEncoding) {
Open commit View diff
96 if ('BASE64' === $toEncoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
97
            return base64_encode($s);
Open commit View diff
97 return base64_encode($s);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
98
        }
Open commit View diff
98 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
99
Open commit View diff
99
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
100
        if ('HTML-ENTITIES' === $toEncoding || 'HTML' === $toEncoding) {
Open commit View diff
100 if ('HTML-ENTITIES' === $toEncoding || 'HTML' === $toEncoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
101
            if ('HTML-ENTITIES' === $fromEncoding || 'HTML' === $fromEncoding) {
Open commit View diff
101 if ('HTML-ENTITIES' === $fromEncoding || 'HTML' === $fromEncoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
102
                $fromEncoding = 'Windows-1252';
Open commit View diff
102 $fromEncoding = 'Windows-1252';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
103
            }
Open commit View diff
103 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
104
            if ('UTF-8' !== $fromEncoding) {
Open commit View diff
104 if ('UTF-8' !== $fromEncoding) {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
105
                $s = iconv($fromEncoding, 'UTF-8//IGNORE', $s);
Open commit View diff
105 $s = iconv($fromEncoding, 'UTF-8//IGNORE', $s);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
106
            }
Open commit View diff
106 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
107
Open commit View diff
107
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
108
            return preg_replace_callback('/[\x80-\xFF]+/', [__CLASS__, 'html_encoding_callback'], $s);
Open commit View diff
108 return preg_replace_callback('/[\x80-\xFF]+/', [__CLASS__, 'html_encoding_callback'], $s);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
109
        }
Open commit View diff
109 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
110
Open commit View diff
110
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
111
        if ('HTML-ENTITIES' === $fromEncoding) {
Open commit View diff
111 if ('HTML-ENTITIES' === $fromEncoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
112
            $s = html_entity_decode($s, \ENT_COMPAT, 'UTF-8');
Open commit View diff
112 $s = html_entity_decode($s, \ENT_COMPAT, 'UTF-8');
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
113
            $fromEncoding = 'UTF-8';
Open commit View diff
113 $fromEncoding = 'UTF-8';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
114
        }
Open commit View diff
114 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
115
Open commit View diff
115
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
116
        return iconv($fromEncoding, $toEncoding.'//IGNORE', $s);
Open commit View diff
116 return iconv($fromEncoding, $toEncoding.'//IGNORE', $s);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
117
    }
Open commit View diff
117 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
118
Open commit View diff
118
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
119
    public static function mb_convert_variables($toEncoding, $fromEncoding, &...$vars)
Open commit View diff
119 public static function mb_convert_variables($toEncoding, $fromEncoding, &...$vars)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
120
    {
Open commit View diff
120 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
121
        $ok = true;
Open commit View diff
121 $ok = true;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
122
        array_walk_recursive($vars, function (&$v) use (&$ok, $toEncoding, $fromEncoding) {
Open commit View diff
122 array_walk_recursive($vars, function (&$v) use (&$ok, $toEncoding, $fromEncoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
123
            if (false === $v = self::mb_convert_encoding($v, $toEncoding, $fromEncoding)) {
Open commit View diff
123 if (false === $v = self::mb_convert_encoding($v, $toEncoding, $fromEncoding)) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
124
                $ok = false;
Open commit View diff
124 $ok = false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
125
            }
Open commit View diff
125 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
126
        });
Open commit View diff
126 });
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
127
Open commit View diff
127
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
128
        return $ok ? $fromEncoding : false;
Open commit View diff
128 return $ok ? $fromEncoding : false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
129
    }
Open commit View diff
129 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
130
Open commit View diff
130
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
131
    public static function mb_decode_mimeheader($s)
Open commit View diff
131 public static function mb_decode_mimeheader($s)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
132
    {
Open commit View diff
132 {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
133
        return iconv_mime_decode($s, 2, self::$internalEncoding);
Open commit View diff
133 return iconv_mime_decode($s, 2, self::$internalEncoding);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
134
    }
Open commit View diff
134 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
135
Open commit View diff
135
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
136
    public static function mb_encode_mimeheader($s, $charset = null, $transferEncoding = null, $linefeed = null, $indent = null)
Open commit View diff
136 public static function mb_encode_mimeheader($s, $charset = null, $transferEncoding = null, $linefeed = null, $indent = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
137
    {
Open commit View diff
137 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
138
        trigger_error('mb_encode_mimeheader() is bugged. Please use iconv_mime_encode() instead', \E_USER_WARNING);
Open commit View diff
138 trigger_error('mb_encode_mimeheader() is bugged. Please use iconv_mime_encode() instead', \E_USER_WARNING);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
139
    }
Open commit View diff
139 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
140
Open commit View diff
140
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
141
    public static function mb_decode_numericentity($s, $convmap, $encoding = null)
Open commit View diff
141 public static function mb_decode_numericentity($s, $convmap, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
142
    {
Open commit View diff
142 {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
143
        if (null !== $s && !\is_scalar($s) && !(\is_object($s) && method_exists($s, '__toString'))) {
Open commit View diff
143 if (null !== $s && !\is_scalar($s) && !(\is_object($s) && method_exists($s, '__toString'))) {
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
144
            trigger_error('mb_decode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING);
Open commit View diff
144 trigger_error('mb_decode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
145
Open commit View diff
145
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
146
            return null;
Open commit View diff
146 return null;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
147
        }
Open commit View diff
147 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
148
Open commit View diff
148
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
149
        if (!\is_array($convmap) || (80000 > \PHP_VERSION_ID && !$convmap)) {
Open commit View diff
149 if (!\is_array($convmap) || (80000 > \PHP_VERSION_ID && !$convmap)) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
150
            return false;
Open commit View diff
150 return false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
151
        }
Open commit View diff
151 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
152
Open commit View diff
152
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
153
        if (null !== $encoding && !\is_scalar($encoding)) {
Open commit View diff
153 if (null !== $encoding && !\is_scalar($encoding)) {
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
154
            trigger_error('mb_decode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING);
Open commit View diff
154 trigger_error('mb_decode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
155
Open commit View diff
155
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
156
            return '';  // Instead of null (cf. mb_encode_numericentity).
Open commit View diff
156 return ''; // Instead of null (cf. mb_encode_numericentity).
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
157
        }
Open commit View diff
157 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
158
Open commit View diff
158
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
159
        $s = (string) $s;
Open commit View diff
159 $s = (string) $s;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
160
        if ('' === $s) {
Open commit View diff
160 if ('' === $s) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
161
            return '';
Open commit View diff
161 return '';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
162
        }
Open commit View diff
162 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
163
Open commit View diff
163
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
164
        $encoding = self::getEncoding($encoding);
Open commit View diff
164 $encoding = self::getEncoding($encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
165
Open commit View diff
165
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
166
        if ('UTF-8' === $encoding) {
Open commit View diff
166 if ('UTF-8' === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
167
            $encoding = null;
Open commit View diff
167 $encoding = null;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
168
            if (!preg_match('//u', $s)) {
Open commit View diff
168 if (!preg_match('//u', $s)) {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
169
                $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s);
Open commit View diff
169 $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
170
            }
Open commit View diff
170 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
171
        } else {
Open commit View diff
171 } else {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
172
            $s = iconv($encoding, 'UTF-8//IGNORE', $s);
Open commit View diff
172 $s = iconv($encoding, 'UTF-8//IGNORE', $s);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
173
        }
Open commit View diff
173 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
174
Open commit View diff
174
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
175
        $cnt = floor(\count($convmap) / 4) * 4;
Open commit View diff
175 $cnt = floor(\count($convmap) / 4) * 4;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
176
Open commit View diff
176
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
177
        for ($i = 0; $i < $cnt; $i += 4) {
Open commit View diff
177 for ($i = 0; $i < $cnt; $i += 4) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
178
            // collector_decode_htmlnumericentity ignores $convmap[$i + 3]
Open commit View diff
178 // collector_decode_htmlnumericentity ignores $convmap[$i + 3]
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
179
            $convmap[$i] += $convmap[$i + 2];
Open commit View diff
179 $convmap[$i] += $convmap[$i + 2];
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
180
            $convmap[$i + 1] += $convmap[$i + 2];
Open commit View diff
180 $convmap[$i + 1] += $convmap[$i + 2];
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
181
        }
Open commit View diff
181 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
182
Open commit View diff
182
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
183
        $s = preg_replace_callback('/&#(?:0*([0-9]+)|x0*([0-9a-fA-F]+))(?!&);?/', function (array $m) use ($cnt, $convmap) {
Open commit View diff
183 $s = preg_replace_callback('/&#(?:0*([0-9]+)|x0*([0-9a-fA-F]+))(?!&);?/', function (array $m) use ($cnt, $convmap) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
184
            $c = isset($m[2]) ? (int) hexdec($m[2]) : $m[1];
Open commit View diff
184 $c = isset($m[2]) ? (int) hexdec($m[2]) : $m[1];
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
185
            for ($i = 0; $i < $cnt; $i += 4) {
Open commit View diff
185 for ($i = 0; $i < $cnt; $i += 4) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
186
                if ($c >= $convmap[$i] && $c <= $convmap[$i + 1]) {
Open commit View diff
186 if ($c >= $convmap[$i] && $c <= $convmap[$i + 1]) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
187
                    return self::mb_chr($c - $convmap[$i + 2]);
Open commit View diff
187 return self::mb_chr($c - $convmap[$i + 2]);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
188
                }
Open commit View diff
188 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
189
            }
Open commit View diff
189 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
190
Open commit View diff
190
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
191
            return $m[0];
Open commit View diff
191 return $m[0];
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
192
        }, $s);
Open commit View diff
192 }, $s);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
193
Open commit View diff
193
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
194
        if (null === $encoding) {
Open commit View diff
194 if (null === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
195
            return $s;
Open commit View diff
195 return $s;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
196
        }
Open commit View diff
196 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
197
Open commit View diff
197
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
198
        return iconv('UTF-8', $encoding.'//IGNORE', $s);
Open commit View diff
198 return iconv('UTF-8', $encoding.'//IGNORE', $s);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
199
    }
Open commit View diff
199 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
200
Open commit View diff
200
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
201
    public static function mb_encode_numericentity($s, $convmap, $encoding = null, $is_hex = false)
Open commit View diff
201 public static function mb_encode_numericentity($s, $convmap, $encoding = null, $is_hex = false)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
202
    {
Open commit View diff
202 {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
203
        if (null !== $s && !\is_scalar($s) && !(\is_object($s) && method_exists($s, '__toString'))) {
Open commit View diff
203 if (null !== $s && !\is_scalar($s) && !(\is_object($s) && method_exists($s, '__toString'))) {
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
204
            trigger_error('mb_encode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING);
Open commit View diff
204 trigger_error('mb_encode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
205
Open commit View diff
205
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
206
            return null;
Open commit View diff
206 return null;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
207
        }
Open commit View diff
207 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
208
Open commit View diff
208
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
209
        if (!\is_array($convmap) || (80000 > \PHP_VERSION_ID && !$convmap)) {
Open commit View diff
209 if (!\is_array($convmap) || (80000 > \PHP_VERSION_ID && !$convmap)) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
210
            return false;
Open commit View diff
210 return false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
211
        }
Open commit View diff
211 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
212
Open commit View diff
212
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
213
        if (null !== $encoding && !\is_scalar($encoding)) {
Open commit View diff
213 if (null !== $encoding && !\is_scalar($encoding)) {
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
214
            trigger_error('mb_encode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING);
Open commit View diff
214 trigger_error('mb_encode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
215
Open commit View diff
215
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
216
            return null;  // Instead of '' (cf. mb_decode_numericentity).
Open commit View diff
216 return null; // Instead of '' (cf. mb_decode_numericentity).
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
217
        }
Open commit View diff
217 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
218
Open commit View diff
218
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
219
        if (null !== $is_hex && !\is_scalar($is_hex)) {
Open commit View diff
219 if (null !== $is_hex && !\is_scalar($is_hex)) {
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
220
            trigger_error('mb_encode_numericentity() expects parameter 4 to be boolean, '.\gettype($s).' given', \E_USER_WARNING);
Open commit View diff
220 trigger_error('mb_encode_numericentity() expects parameter 4 to be boolean, '.\gettype($s).' given', \E_USER_WARNING);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
221
Open commit View diff
221
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
222
            return null;
Open commit View diff
222 return null;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
223
        }
Open commit View diff
223 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
224
Open commit View diff
224
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
225
        $s = (string) $s;
Open commit View diff
225 $s = (string) $s;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
226
        if ('' === $s) {
Open commit View diff
226 if ('' === $s) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
227
            return '';
Open commit View diff
227 return '';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
228
        }
Open commit View diff
228 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
229
Open commit View diff
229
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
230
        $encoding = self::getEncoding($encoding);
Open commit View diff
230 $encoding = self::getEncoding($encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
231
Open commit View diff
231
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
232
        if ('UTF-8' === $encoding) {
Open commit View diff
232 if ('UTF-8' === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
233
            $encoding = null;
Open commit View diff
233 $encoding = null;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
234
            if (!preg_match('//u', $s)) {
Open commit View diff
234 if (!preg_match('//u', $s)) {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
235
                $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s);
Open commit View diff
235 $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
236
            }
Open commit View diff
236 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
237
        } else {
Open commit View diff
237 } else {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
238
            $s = iconv($encoding, 'UTF-8//IGNORE', $s);
Open commit View diff
238 $s = iconv($encoding, 'UTF-8//IGNORE', $s);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
239
        }
Open commit View diff
239 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
240
Open commit View diff
240
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
241
        static $ulenMask = ["\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4];
Open commit View diff
241 static $ulenMask = ["\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4];
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
242
Open commit View diff
242
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
243
        $cnt = floor(\count($convmap) / 4) * 4;
Open commit View diff
243 $cnt = floor(\count($convmap) / 4) * 4;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
244
        $i = 0;
Open commit View diff
244 $i = 0;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
245
        $len = \strlen($s);
Open commit View diff
245 $len = \strlen($s);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
246
        $result = '';
Open commit View diff
246 $result = '';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
247
Open commit View diff
247
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
248
        while ($i < $len) {
Open commit View diff
248 while ($i < $len) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
249
            $ulen = $s[$i] < "\x80" ? 1 : $ulenMask[$s[$i] & "\xF0"];
Open commit View diff
249 $ulen = $s[$i] < "\x80" ? 1 : $ulenMask[$s[$i] & "\xF0"];
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
250
            $uchr = substr($s, $i, $ulen);
Open commit View diff
250 $uchr = substr($s, $i, $ulen);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
251
            $i += $ulen;
Open commit View diff
251 $i += $ulen;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
252
            $c = self::mb_ord($uchr);
Open commit View diff
252 $c = self::mb_ord($uchr);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
253
Open commit View diff
253
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
254
            for ($j = 0; $j < $cnt; $j += 4) {
Open commit View diff
254 for ($j = 0; $j < $cnt; $j += 4) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
255
                if ($c >= $convmap[$j] && $c <= $convmap[$j + 1]) {
Open commit View diff
255 if ($c >= $convmap[$j] && $c <= $convmap[$j + 1]) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
256
                    $cOffset = ($c + $convmap[$j + 2]) & $convmap[$j + 3];
Open commit View diff
256 $cOffset = ($c + $convmap[$j + 2]) & $convmap[$j + 3];
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
257
                    $result .= $is_hex ? sprintf('&#x%X;', $cOffset) : '&#'.$cOffset.';';
Open commit View diff
257 $result .= $is_hex ? sprintf('&#x%X;', $cOffset) : '&#'.$cOffset.';';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
258
                    continue 2;
Open commit View diff
258 continue 2;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
259
                }
Open commit View diff
259 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
260
            }
Open commit View diff
260 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
261
            $result .= $uchr;
Open commit View diff
261 $result .= $uchr;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
262
        }
Open commit View diff
262 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
263
Open commit View diff
263
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
264
        if (null === $encoding) {
Open commit View diff
264 if (null === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
265
            return $result;
Open commit View diff
265 return $result;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
266
        }
Open commit View diff
266 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
267
Open commit View diff
267
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
268
        return iconv('UTF-8', $encoding.'//IGNORE', $result);
Open commit View diff
268 return iconv('UTF-8', $encoding.'//IGNORE', $result);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
269
    }
Open commit View diff
269 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
270
Open commit View diff
270
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
271
    public static function mb_convert_case($s, $mode, $encoding = null)
Open commit View diff
271 public static function mb_convert_case($s, $mode, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
272
    {
Open commit View diff
272 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
273
        $s = (string) $s;
Open commit View diff
273 $s = (string) $s;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
274
        if ('' === $s) {
Open commit View diff
274 if ('' === $s) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
275
            return '';
Open commit View diff
275 return '';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
276
        }
Open commit View diff
276 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
277
Open commit View diff
277
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
278
        $encoding = self::getEncoding($encoding);
Open commit View diff
278 $encoding = self::getEncoding($encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
279
Open commit View diff
279
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
280
        if ('UTF-8' === $encoding) {
Open commit View diff
280 if ('UTF-8' === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
281
            $encoding = null;
Open commit View diff
281 $encoding = null;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
282
            if (!preg_match('//u', $s)) {
Open commit View diff
282 if (!preg_match('//u', $s)) {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
283
                $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s);
Open commit View diff
283 $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
284
            }
Open commit View diff
284 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
285
        } else {
Open commit View diff
285 } else {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
286
            $s = iconv($encoding, 'UTF-8//IGNORE', $s);
Open commit View diff
286 $s = iconv($encoding, 'UTF-8//IGNORE', $s);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
287
        }
Open commit View diff
287 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
288
Open commit View diff
288
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
289
        if (\MB_CASE_TITLE == $mode) {
Open commit View diff
289 if (\MB_CASE_TITLE == $mode) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
290
            static $titleRegexp = null;
Open commit View diff
290 static $titleRegexp = null;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
291
            if (null === $titleRegexp) {
Open commit View diff
291 if (null === $titleRegexp) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
292
                $titleRegexp = self::getData('titleCaseRegexp');
Open commit View diff
292 $titleRegexp = self::getData('titleCaseRegexp');
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
293
            }
Open commit View diff
293 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
294
            $s = preg_replace_callback($titleRegexp, [__CLASS__, 'title_case'], $s);
Open commit View diff
294 $s = preg_replace_callback($titleRegexp, [__CLASS__, 'title_case'], $s);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
295
        } else {
Open commit View diff
295 } else {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
296
            if (\MB_CASE_UPPER == $mode) {
Open commit View diff
296 if (\MB_CASE_UPPER == $mode) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
297
                static $upper = null;
Open commit View diff
297 static $upper = null;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
298
                if (null === $upper) {
Open commit View diff
298 if (null === $upper) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
299
                    $upper = self::getData('upperCase');
Open commit View diff
299 $upper = self::getData('upperCase');
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
300
                }
Open commit View diff
300 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
301
                $map = $upper;
Open commit View diff
301 $map = $upper;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
302
            } else {
Open commit View diff
302 } else {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
303
                if (self::MB_CASE_FOLD === $mode) {
Open commit View diff
303 if (self::MB_CASE_FOLD === $mode) {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
304
                    static $caseFolding = null;
Open commit View diff
304 static $caseFolding = null;
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
305
                    if (null === $caseFolding) {
Open commit View diff
305 if (null === $caseFolding) {
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
306
                        $caseFolding = self::getData('caseFolding');
Open commit View diff
306 $caseFolding = self::getData('caseFolding');
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
307
                    }
Open commit View diff
307 }
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
308
                    $s = strtr($s, $caseFolding);
Open commit View diff
308 $s = strtr($s, $caseFolding);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
309
                }
Open commit View diff
309 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
310
Open commit View diff
310
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
311
                static $lower = null;
Open commit View diff
311 static $lower = null;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
312
                if (null === $lower) {
Open commit View diff
312 if (null === $lower) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
313
                    $lower = self::getData('lowerCase');
Open commit View diff
313 $lower = self::getData('lowerCase');
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
314
                }
Open commit View diff
314 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
315
                $map = $lower;
Open commit View diff
315 $map = $lower;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
316
            }
Open commit View diff
316 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
317
Open commit View diff
317
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
318
            static $ulenMask = ["\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4];
Open commit View diff
318 static $ulenMask = ["\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4];
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
319
Open commit View diff
319
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
320
            $i = 0;
Open commit View diff
320 $i = 0;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
321
            $len = \strlen($s);
Open commit View diff
321 $len = \strlen($s);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
322
Open commit View diff
322
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
323
            while ($i < $len) {
Open commit View diff
323 while ($i < $len) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
324
                $ulen = $s[$i] < "\x80" ? 1 : $ulenMask[$s[$i] & "\xF0"];
Open commit View diff
324 $ulen = $s[$i] < "\x80" ? 1 : $ulenMask[$s[$i] & "\xF0"];
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
325
                $uchr = substr($s, $i, $ulen);
Open commit View diff
325 $uchr = substr($s, $i, $ulen);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
326
                $i += $ulen;
Open commit View diff
326 $i += $ulen;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
327
Open commit View diff
327
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
328
                if (isset($map[$uchr])) {
Open commit View diff
328 if (isset($map[$uchr])) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
329
                    $uchr = $map[$uchr];
Open commit View diff
329 $uchr = $map[$uchr];
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
330
                    $nlen = \strlen($uchr);
Open commit View diff
330 $nlen = \strlen($uchr);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
331
Open commit View diff
331
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
332
                    if ($nlen == $ulen) {
Open commit View diff
332 if ($nlen == $ulen) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
333
                        $nlen = $i;
Open commit View diff
333 $nlen = $i;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
334
                        do {
Open commit View diff
334 do {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
335
                            $s[--$nlen] = $uchr[--$ulen];
Open commit View diff
335 $s[--$nlen] = $uchr[--$ulen];
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
336
                        } while ($ulen);
Open commit View diff
336 } while ($ulen);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
337
                    } else {
Open commit View diff
337 } else {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
338
                        $s = substr_replace($s, $uchr, $i - $ulen, $ulen);
Open commit View diff
338 $s = substr_replace($s, $uchr, $i - $ulen, $ulen);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
339
                        $len += $nlen - $ulen;
Open commit View diff
339 $len += $nlen - $ulen;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
340
                        $i += $nlen - $ulen;
Open commit View diff
340 $i += $nlen - $ulen;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
341
                    }
Open commit View diff
341 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
342
                }
Open commit View diff
342 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
343
            }
Open commit View diff
343 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
344
        }
Open commit View diff
344 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
345
Open commit View diff
345
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
346
        if (null === $encoding) {
Open commit View diff
346 if (null === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
347
            return $s;
Open commit View diff
347 return $s;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
348
        }
Open commit View diff
348 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
349
Open commit View diff
349
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
350
        return iconv('UTF-8', $encoding.'//IGNORE', $s);
Open commit View diff
350 return iconv('UTF-8', $encoding.'//IGNORE', $s);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
351
    }
Open commit View diff
351 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
352
Open commit View diff
352
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
353
    public static function mb_internal_encoding($encoding = null)
Open commit View diff
353 public static function mb_internal_encoding($encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
354
    {
Open commit View diff
354 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
355
        if (null === $encoding) {
Open commit View diff
355 if (null === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
356
            return self::$internalEncoding;
Open commit View diff
356 return self::$internalEncoding;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
357
        }
Open commit View diff
357 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
358
Open commit View diff
358
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
359
        $normalizedEncoding = self::getEncoding($encoding);
Open commit View diff
359 $normalizedEncoding = self::getEncoding($encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
360
Open commit View diff
360
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
361
        if ('UTF-8' === $normalizedEncoding || false !== @iconv($normalizedEncoding, $normalizedEncoding, ' ')) {
Open commit View diff
361 if ('UTF-8' === $normalizedEncoding || false !== @iconv($normalizedEncoding, $normalizedEncoding, ' ')) {
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
362
            self::$internalEncoding = $normalizedEncoding;
Open commit View diff
362 self::$internalEncoding = $normalizedEncoding;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
363
Open commit View diff
363
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
364
            return true;
Open commit View diff
364 return true;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
365
        }
Open commit View diff
365 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
366
Open commit View diff
366
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
367
        if (80000 > \PHP_VERSION_ID) {
Open commit View diff
367 if (80000 > \PHP_VERSION_ID) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
368
            return false;
Open commit View diff
368 return false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
369
        }
Open commit View diff
369 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
370
Open commit View diff
370
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
371
        throw new \ValueError(sprintf('Argument #1 ($encoding) must be a valid encoding, "%s" given', $encoding));
Open commit View diff
371 throw new \ValueError(sprintf('Argument #1 ($encoding) must be a valid encoding, "%s" given', $encoding));
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
372
    }
Open commit View diff
372 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
373
Open commit View diff
373
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
374
    public static function mb_language($lang = null)
Open commit View diff
374 public static function mb_language($lang = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
375
    {
Open commit View diff
375 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
376
        if (null === $lang) {
Open commit View diff
376 if (null === $lang) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
377
            return self::$language;
Open commit View diff
377 return self::$language;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
378
        }
Open commit View diff
378 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
379
Open commit View diff
379
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
380
        switch ($normalizedLang = strtolower($lang)) {
Open commit View diff
380 switch ($normalizedLang = strtolower($lang)) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
381
            case 'uni':
Open commit View diff
381 case 'uni':
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
382
            case 'neutral':
Open commit View diff
382 case 'neutral':
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
383
                self::$language = $normalizedLang;
Open commit View diff
383 self::$language = $normalizedLang;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
384
Open commit View diff
384
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
385
                return true;
Open commit View diff
385 return true;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
386
        }
Open commit View diff
386 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
387
Open commit View diff
387
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
388
        if (80000 > \PHP_VERSION_ID) {
Open commit View diff
388 if (80000 > \PHP_VERSION_ID) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
389
            return false;
Open commit View diff
389 return false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
390
        }
Open commit View diff
390 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
391
Open commit View diff
391
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
392
        throw new \ValueError(sprintf('Argument #1 ($language) must be a valid language, "%s" given', $lang));
Open commit View diff
392 throw new \ValueError(sprintf('Argument #1 ($language) must be a valid language, "%s" given', $lang));
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
393
    }
Open commit View diff
393 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
394
Open commit View diff
394
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
395
    public static function mb_list_encodings()
Open commit View diff
395 public static function mb_list_encodings()
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
396
    {
Open commit View diff
396 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
397
        return ['UTF-8'];
Open commit View diff
397 return ['UTF-8'];
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
398
    }
Open commit View diff
398 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
399
Open commit View diff
399
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
400
    public static function mb_encoding_aliases($encoding)
Open commit View diff
400 public static function mb_encoding_aliases($encoding)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
401
    {
Open commit View diff
401 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
402
        switch (strtoupper($encoding)) {
Open commit View diff
402 switch (strtoupper($encoding)) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
403
            case 'UTF8':
Open commit View diff
403 case 'UTF8':
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
404
            case 'UTF-8':
Open commit View diff
404 case 'UTF-8':
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
405
                return ['utf8'];
Open commit View diff
405 return ['utf8'];
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
406
        }
Open commit View diff
406 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
407
Open commit View diff
407
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
408
        return false;
Open commit View diff
408 return false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
409
    }
Open commit View diff
409 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
410
Open commit View diff
410
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
411
    public static function mb_check_encoding($var = null, $encoding = null)
Open commit View diff
411 public static function mb_check_encoding($var = null, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
412
    {
Open commit View diff
412 {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
413
        if (PHP_VERSION_ID < 70200 && \is_array($var)) {
Open commit View diff
413 if (PHP_VERSION_ID < 70200 && \is_array($var)) {
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
414
            trigger_error('mb_check_encoding() expects parameter 1 to be string, array given', \E_USER_WARNING);
Open commit View diff
414 trigger_error('mb_check_encoding() expects parameter 1 to be string, array given', \E_USER_WARNING);
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
415
Open commit View diff
415
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
416
            return null;
Open commit View diff
416 return null;
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
417
        }
Open commit View diff
417 }
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
418
Open commit View diff
418
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
419
        if (null === $encoding) {
Open commit View diff
419 if (null === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
420
            if (null === $var) {
Open commit View diff
420 if (null === $var) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
421
                return false;
Open commit View diff
421 return false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
422
            }
Open commit View diff
422 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
423
            $encoding = self::$internalEncoding;
Open commit View diff
423 $encoding = self::$internalEncoding;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
424
        }
Open commit View diff
424 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
425
Open commit View diff
425
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
426
        if (!\is_array($var)) {
Open commit View diff
426 if (!\is_array($var)) {
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
427
            return self::mb_detect_encoding($var, [$encoding]) || false !== @iconv($encoding, $encoding, $var);
Open commit View diff
427 return self::mb_detect_encoding($var, [$encoding]) || false !== @iconv($encoding, $encoding, $var);
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
428
        }
Open commit View diff
428 }
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
429
Open commit View diff
429
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
430
        foreach ($var as $key => $value) {
Open commit View diff
430 foreach ($var as $key => $value) {
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
431
            if (!self::mb_check_encoding($key, $encoding)) {
Open commit View diff
431 if (!self::mb_check_encoding($key, $encoding)) {
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
432
                return false;
Open commit View diff
432 return false;
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
433
            }
Open commit View diff
433 }
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
434
            if (!self::mb_check_encoding($value, $encoding)) {
Open commit View diff
434 if (!self::mb_check_encoding($value, $encoding)) {
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
435
                return false;
Open commit View diff
435 return false;
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
436
            }
Open commit View diff
436 }
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
437
        }
Open commit View diff
437 }
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
438
Open commit View diff
438
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
439
        return true;
Open commit View diff
439 return true;
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
440
Open commit View diff
440
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
441
    }
Open commit View diff
441 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
442
Open commit View diff
442
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
443
    public static function mb_detect_encoding($str, $encodingList = null, $strict = false)
Open commit View diff
443 public static function mb_detect_encoding($str, $encodingList = null, $strict = false)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
444
    {
Open commit View diff
444 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
445
        if (null === $encodingList) {
Open commit View diff
445 if (null === $encodingList) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
446
            $encodingList = self::$encodingList;
Open commit View diff
446 $encodingList = self::$encodingList;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
447
        } else {
Open commit View diff
447 } else {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
448
            if (!\is_array($encodingList)) {
Open commit View diff
448 if (!\is_array($encodingList)) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
449
                $encodingList = array_map('trim', explode(',', $encodingList));
Open commit View diff
449 $encodingList = array_map('trim', explode(',', $encodingList));
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
450
            }
Open commit View diff
450 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
451
            $encodingList = array_map('strtoupper', $encodingList);
Open commit View diff
451 $encodingList = array_map('strtoupper', $encodingList);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
452
        }
Open commit View diff
452 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
453
Open commit View diff
453
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
454
        foreach ($encodingList as $enc) {
Open commit View diff
454 foreach ($encodingList as $enc) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
455
            switch ($enc) {
Open commit View diff
455 switch ($enc) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
456
                case 'ASCII':
Open commit View diff
456 case 'ASCII':
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
457
                    if (!preg_match('/[\x80-\xFF]/', $str)) {
Open commit View diff
457 if (!preg_match('/[\x80-\xFF]/', $str)) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
458
                        return $enc;
Open commit View diff
458 return $enc;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
459
                    }
Open commit View diff
459 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
460
                    break;
Open commit View diff
460 break;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
461
Open commit View diff
461
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
462
                case 'UTF8':
Open commit View diff
462 case 'UTF8':
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
463
                case 'UTF-8':
Open commit View diff
463 case 'UTF-8':
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
464
                    if (preg_match('//u', $str)) {
Open commit View diff
464 if (preg_match('//u', $str)) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
465
                        return 'UTF-8';
Open commit View diff
465 return 'UTF-8';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
466
                    }
Open commit View diff
466 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
467
                    break;
Open commit View diff
467 break;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
468
Open commit View diff
468
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
469
                default:
Open commit View diff
469 default:
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
470
                    if (0 === strncmp($enc, 'ISO-8859-', 9)) {
Open commit View diff
470 if (0 === strncmp($enc, 'ISO-8859-', 9)) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
471
                        return $enc;
Open commit View diff
471 return $enc;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
472
                    }
Open commit View diff
472 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
473
            }
Open commit View diff
473 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
474
        }
Open commit View diff
474 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
475
Open commit View diff
475
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
476
        return false;
Open commit View diff
476 return false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
477
    }
Open commit View diff
477 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
478
Open commit View diff
478
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
479
    public static function mb_detect_order($encodingList = null)
Open commit View diff
479 public static function mb_detect_order($encodingList = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
480
    {
Open commit View diff
480 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
481
        if (null === $encodingList) {
Open commit View diff
481 if (null === $encodingList) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
482
            return self::$encodingList;
Open commit View diff
482 return self::$encodingList;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
483
        }
Open commit View diff
483 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
484
Open commit View diff
484
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
485
        if (!\is_array($encodingList)) {
Open commit View diff
485 if (!\is_array($encodingList)) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
486
            $encodingList = array_map('trim', explode(',', $encodingList));
Open commit View diff
486 $encodingList = array_map('trim', explode(',', $encodingList));
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
487
        }
Open commit View diff
487 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
488
        $encodingList = array_map('strtoupper', $encodingList);
Open commit View diff
488 $encodingList = array_map('strtoupper', $encodingList);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
489
Open commit View diff
489
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
490
        foreach ($encodingList as $enc) {
Open commit View diff
490 foreach ($encodingList as $enc) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
491
            switch ($enc) {
Open commit View diff
491 switch ($enc) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
492
                default:
Open commit View diff
492 default:
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
493
                    if (strncmp($enc, 'ISO-8859-', 9)) {
Open commit View diff
493 if (strncmp($enc, 'ISO-8859-', 9)) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
494
                        return false;
Open commit View diff
494 return false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
495
                    }
Open commit View diff
495 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
496
                    // no break
Open commit View diff
496 // no break
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
497
                case 'ASCII':
Open commit View diff
497 case 'ASCII':
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
498
                case 'UTF8':
Open commit View diff
498 case 'UTF8':
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
499
                case 'UTF-8':
Open commit View diff
499 case 'UTF-8':
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
500
            }
Open commit View diff
500 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
501
        }
Open commit View diff
501 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
502
Open commit View diff
502
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
503
        self::$encodingList = $encodingList;
Open commit View diff
503 self::$encodingList = $encodingList;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
504
Open commit View diff
504
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
505
        return true;
Open commit View diff
505 return true;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
506
    }
Open commit View diff
506 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
507
Open commit View diff
507
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
508
    public static function mb_strlen($s, $encoding = null)
Open commit View diff
508 public static function mb_strlen($s, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
509
    {
Open commit View diff
509 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
510
        $encoding = self::getEncoding($encoding);
Open commit View diff
510 $encoding = self::getEncoding($encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
511
        if ('CP850' === $encoding || 'ASCII' === $encoding) {
Open commit View diff
511 if ('CP850' === $encoding || 'ASCII' === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
512
            return \strlen($s);
Open commit View diff
512 return \strlen($s);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
513
        }
Open commit View diff
513 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
514
Open commit View diff
514
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
515
        return @iconv_strlen($s, $encoding);
Open commit View diff
515 return @iconv_strlen($s, $encoding);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
516
    }
Open commit View diff
516 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
517
Open commit View diff
517
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
518
    public static function mb_strpos($haystack, $needle, $offset = 0, $encoding = null)
Open commit View diff
518 public static function mb_strpos($haystack, $needle, $offset = 0, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
519
    {
Open commit View diff
519 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
520
        $encoding = self::getEncoding($encoding);
Open commit View diff
520 $encoding = self::getEncoding($encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
521
        if ('CP850' === $encoding || 'ASCII' === $encoding) {
Open commit View diff
521 if ('CP850' === $encoding || 'ASCII' === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
522
            return strpos($haystack, $needle, $offset);
Open commit View diff
522 return strpos($haystack, $needle, $offset);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
523
        }
Open commit View diff
523 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
524
Open commit View diff
524
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
525
        $needle = (string) $needle;
Open commit View diff
525 $needle = (string) $needle;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
526
        if ('' === $needle) {
Open commit View diff
526 if ('' === $needle) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
527
            if (80000 > \PHP_VERSION_ID) {
Open commit View diff
527 if (80000 > \PHP_VERSION_ID) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
528
                trigger_error(__METHOD__.': Empty delimiter', \E_USER_WARNING);
Open commit View diff
528 trigger_error(__METHOD__.': Empty delimiter', \E_USER_WARNING);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
529
Open commit View diff
529
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
530
                return false;
Open commit View diff
530 return false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
531
            }
Open commit View diff
531 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
532
Open commit View diff
532
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
533
            return 0;
Open commit View diff
533 return 0;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
534
        }
Open commit View diff
534 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
535
Open commit View diff
535
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
536
        return iconv_strpos($haystack, $needle, $offset, $encoding);
Open commit View diff
536 return iconv_strpos($haystack, $needle, $offset, $encoding);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
537
    }
Open commit View diff
537 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
538
Open commit View diff
538
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
539
    public static function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null)
Open commit View diff
539 public static function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
540
    {
Open commit View diff
540 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
541
        $encoding = self::getEncoding($encoding);
Open commit View diff
541 $encoding = self::getEncoding($encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
542
        if ('CP850' === $encoding || 'ASCII' === $encoding) {
Open commit View diff
542 if ('CP850' === $encoding || 'ASCII' === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
543
            return strrpos($haystack, $needle, $offset);
Open commit View diff
543 return strrpos($haystack, $needle, $offset);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
544
        }
Open commit View diff
544 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
545
Open commit View diff
545
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
546
        if ($offset != (int) $offset) {
Open commit View diff
546 if ($offset != (int) $offset) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
547
            $offset = 0;
Open commit View diff
547 $offset = 0;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
548
        } elseif ($offset = (int) $offset) {
Open commit View diff
548 } elseif ($offset = (int) $offset) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
549
            if ($offset < 0) {
Open commit View diff
549 if ($offset < 0) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
550
                if (0 > $offset += self::mb_strlen($needle)) {
Open commit View diff
550 if (0 > $offset += self::mb_strlen($needle)) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
551
                    $haystack = self::mb_substr($haystack, 0, $offset, $encoding);
Open commit View diff
551 $haystack = self::mb_substr($haystack, 0, $offset, $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
552
                }
Open commit View diff
552 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
553
                $offset = 0;
Open commit View diff
553 $offset = 0;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
554
            } else {
Open commit View diff
554 } else {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
555
                $haystack = self::mb_substr($haystack, $offset, 2147483647, $encoding);
Open commit View diff
555 $haystack = self::mb_substr($haystack, $offset, 2147483647, $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
556
            }
Open commit View diff
556 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
557
        }
Open commit View diff
557 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
558
Open commit View diff
558
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
559
        $pos = '' !== $needle || 80000 > \PHP_VERSION_ID
Open commit View diff
559 $pos = '' !== $needle || 80000 > \PHP_VERSION_ID
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
560
            ? iconv_strrpos($haystack, $needle, $encoding)
Open commit View diff
560 ? iconv_strrpos($haystack, $needle, $encoding)
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
561
            : self::mb_strlen($haystack, $encoding);
Open commit View diff
561 : self::mb_strlen($haystack, $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
562
Open commit View diff
562
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
563
        return false !== $pos ? $offset + $pos : false;
Open commit View diff
563 return false !== $pos ? $offset + $pos : false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
564
    }
Open commit View diff
564 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
565
Open commit View diff
565
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
566
    public static function mb_str_split($string, $split_length = 1, $encoding = null)
Open commit View diff
566 public static function mb_str_split($string, $split_length = 1, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
567
    {
Open commit View diff
567 {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
568
        if (null !== $string && !\is_scalar($string) && !(\is_object($string) && method_exists($string, '__toString'))) {
Open commit View diff
568 if (null !== $string && !\is_scalar($string) && !(\is_object($string) && method_exists($string, '__toString'))) {
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
569
            trigger_error('mb_str_split() expects parameter 1 to be string, '.\gettype($string).' given', \E_USER_WARNING);
Open commit View diff
569 trigger_error('mb_str_split() expects parameter 1 to be string, '.\gettype($string).' given', \E_USER_WARNING);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
570
Open commit View diff
570
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
571
            return null;
Open commit View diff
571 return null;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
572
        }
Open commit View diff
572 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
573
Open commit View diff
573
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
574
        if (1 > $split_length = (int) $split_length) {
Open commit View diff
574 if (1 > $split_length = (int) $split_length) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
575
            if (80000 > \PHP_VERSION_ID) {
Open commit View diff
575 if (80000 > \PHP_VERSION_ID) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
576
                trigger_error('The length of each segment must be greater than zero', \E_USER_WARNING);
Open commit View diff
576 trigger_error('The length of each segment must be greater than zero', \E_USER_WARNING);
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
577
Open commit View diff
577
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
578
                return false;
Open commit View diff
578 return false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
579
            }
Open commit View diff
579 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
580
Open commit View diff
580
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
581
            throw new \ValueError('Argument #2 ($length) must be greater than 0');
Open commit View diff
581 throw new \ValueError('Argument #2 ($length) must be greater than 0');
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
582
        }
Open commit View diff
582 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
583
Open commit View diff
583
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
584
        if (null === $encoding) {
Open commit View diff
584 if (null === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
585
            $encoding = mb_internal_encoding();
Open commit View diff
585 $encoding = mb_internal_encoding();
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
586
        }
Open commit View diff
586 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
587
Open commit View diff
587
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
588
        if ('UTF-8' === $encoding = self::getEncoding($encoding)) {
Open commit View diff
588 if ('UTF-8' === $encoding = self::getEncoding($encoding)) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
589
            $rx = '/(';
Open commit View diff
589 $rx = '/(';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
590
            while (65535 < $split_length) {
Open commit View diff
590 while (65535 < $split_length) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
591
                $rx .= '.{65535}';
Open commit View diff
591 $rx .= '.{65535}';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
592
                $split_length -= 65535;
Open commit View diff
592 $split_length -= 65535;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
593
            }
Open commit View diff
593 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
594
            $rx .= '.{'.$split_length.'})/us';
Open commit View diff
594 $rx .= '.{'.$split_length.'})/us';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
595
Open commit View diff
595
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
596
            return preg_split($rx, $string, -1, \PREG_SPLIT_DELIM_CAPTURE | \PREG_SPLIT_NO_EMPTY);
Open commit View diff
596 return preg_split($rx, $string, -1, \PREG_SPLIT_DELIM_CAPTURE | \PREG_SPLIT_NO_EMPTY);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
597
        }
Open commit View diff
597 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
598
Open commit View diff
598
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
599
        $result = [];
Open commit View diff
599 $result = [];
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
600
        $length = mb_strlen($string, $encoding);
Open commit View diff
600 $length = mb_strlen($string, $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
601
Open commit View diff
601
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
602
        for ($i = 0; $i < $length; $i += $split_length) {
Open commit View diff
602 for ($i = 0; $i < $length; $i += $split_length) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
603
            $result[] = mb_substr($string, $i, $split_length, $encoding);
Open commit View diff
603 $result[] = mb_substr($string, $i, $split_length, $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
604
        }
Open commit View diff
604 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
605
Open commit View diff
605
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
606
        return $result;
Open commit View diff
606 return $result;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
607
    }
Open commit View diff
607 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
608
Open commit View diff
608
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
609
    public static function mb_strtolower($s, $encoding = null)
Open commit View diff
609 public static function mb_strtolower($s, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
610
    {
Open commit View diff
610 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
611
        return self::mb_convert_case($s, \MB_CASE_LOWER, $encoding);
Open commit View diff
611 return self::mb_convert_case($s, \MB_CASE_LOWER, $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
612
    }
Open commit View diff
612 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
613
Open commit View diff
613
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
614
    public static function mb_strtoupper($s, $encoding = null)
Open commit View diff
614 public static function mb_strtoupper($s, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
615
    {
Open commit View diff
615 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
616
        return self::mb_convert_case($s, \MB_CASE_UPPER, $encoding);
Open commit View diff
616 return self::mb_convert_case($s, \MB_CASE_UPPER, $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
617
    }
Open commit View diff
617 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
618
Open commit View diff
618
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
619
    public static function mb_substitute_character($c = null)
Open commit View diff
619 public static function mb_substitute_character($c = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
620
    {
Open commit View diff
620 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
621
        if (null === $c) {
Open commit View diff
621 if (null === $c) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
622
            return 'none';
Open commit View diff
622 return 'none';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
623
        }
Open commit View diff
623 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
624
        if (0 === strcasecmp($c, 'none')) {
Open commit View diff
624 if (0 === strcasecmp($c, 'none')) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
625
            return true;
Open commit View diff
625 return true;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
626
        }
Open commit View diff
626 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
627
        if (80000 > \PHP_VERSION_ID) {
Open commit View diff
627 if (80000 > \PHP_VERSION_ID) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
628
            return false;
Open commit View diff
628 return false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
629
        }
Open commit View diff
629 }
andryyy over 4 years ago 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
630
        if (\is_int($c) || 'long' === $c || 'entity' === $c) {
Open commit View diff
630 if (\is_int($c) || 'long' === $c || 'entity' === $c) {
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
631
            return false;
Open commit View diff
631 return false;
same change 98bc947

[Web] Update composer libs

Full commit hash
98bc947d003c70751b34ac29d2163060e9093e23
Author
andryyy <[email protected]>
Date
over 4 years ago
Selected line
632
        }
Open commit View diff
632 }
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
633
Open commit View diff
633
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
634
        throw new \ValueError('Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint');
Open commit View diff
634 throw new \ValueError('Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint');
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
635
    }
Open commit View diff
635 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
636
Open commit View diff
636
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
637
    public static function mb_substr($s, $start, $length = null, $encoding = null)
Open commit View diff
637 public static function mb_substr($s, $start, $length = null, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
638
    {
Open commit View diff
638 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
639
        $encoding = self::getEncoding($encoding);
Open commit View diff
639 $encoding = self::getEncoding($encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
640
        if ('CP850' === $encoding || 'ASCII' === $encoding) {
Open commit View diff
640 if ('CP850' === $encoding || 'ASCII' === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
641
            return (string) substr($s, $start, null === $length ? 2147483647 : $length);
Open commit View diff
641 return (string) substr($s, $start, null === $length ? 2147483647 : $length);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
642
        }
Open commit View diff
642 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
643
Open commit View diff
643
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
644
        if ($start < 0) {
Open commit View diff
644 if ($start < 0) {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
645
            $start = iconv_strlen($s, $encoding) + $start;
Open commit View diff
645 $start = iconv_strlen($s, $encoding) + $start;
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
646
            if ($start < 0) {
Open commit View diff
646 if ($start < 0) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
647
                $start = 0;
Open commit View diff
647 $start = 0;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
648
            }
Open commit View diff
648 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
649
        }
Open commit View diff
649 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
650
Open commit View diff
650
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
651
        if (null === $length) {
Open commit View diff
651 if (null === $length) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
652
            $length = 2147483647;
Open commit View diff
652 $length = 2147483647;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
653
        } elseif ($length < 0) {
Open commit View diff
653 } elseif ($length < 0) {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
654
            $length = iconv_strlen($s, $encoding) + $length - $start;
Open commit View diff
654 $length = iconv_strlen($s, $encoding) + $length - $start;
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
655
            if ($length < 0) {
Open commit View diff
655 if ($length < 0) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
656
                return '';
Open commit View diff
656 return '';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
657
            }
Open commit View diff
657 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
658
        }
Open commit View diff
658 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
659
Open commit View diff
659
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
660
        return (string) iconv_substr($s, $start, $length, $encoding);
Open commit View diff
660 return (string) iconv_substr($s, $start, $length, $encoding);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
661
    }
Open commit View diff
661 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
662
Open commit View diff
662
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
663
    public static function mb_stripos($haystack, $needle, $offset = 0, $encoding = null)
Open commit View diff
663 public static function mb_stripos($haystack, $needle, $offset = 0, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
664
    {
Open commit View diff
664 {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
665
        [$haystack, $needle] = str_replace(self::SIMPLE_CASE_FOLD[0], self::SIMPLE_CASE_FOLD[1], [
Open commit View diff
665 [$haystack, $needle] = str_replace(self::SIMPLE_CASE_FOLD[0], self::SIMPLE_CASE_FOLD[1], [
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
666
            self::mb_convert_case($haystack, \MB_CASE_LOWER, $encoding),
Open commit View diff
666 self::mb_convert_case($haystack, \MB_CASE_LOWER, $encoding),
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
667
            self::mb_convert_case($needle, \MB_CASE_LOWER, $encoding),
Open commit View diff
667 self::mb_convert_case($needle, \MB_CASE_LOWER, $encoding),
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
668
        ]);
Open commit View diff
668 ]);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
669
Open commit View diff
669
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
670
        return self::mb_strpos($haystack, $needle, $offset, $encoding);
Open commit View diff
670 return self::mb_strpos($haystack, $needle, $offset, $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
671
    }
Open commit View diff
671 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
672
Open commit View diff
672
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
673
    public static function mb_stristr($haystack, $needle, $part = false, $encoding = null)
Open commit View diff
673 public static function mb_stristr($haystack, $needle, $part = false, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
674
    {
Open commit View diff
674 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
675
        $pos = self::mb_stripos($haystack, $needle, 0, $encoding);
Open commit View diff
675 $pos = self::mb_stripos($haystack, $needle, 0, $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
676
Open commit View diff
676
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
677
        return self::getSubpart($pos, $part, $haystack, $encoding);
Open commit View diff
677 return self::getSubpart($pos, $part, $haystack, $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
678
    }
Open commit View diff
678 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
679
Open commit View diff
679
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
680
    public static function mb_strrchr($haystack, $needle, $part = false, $encoding = null)
Open commit View diff
680 public static function mb_strrchr($haystack, $needle, $part = false, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
681
    {
Open commit View diff
681 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
682
        $encoding = self::getEncoding($encoding);
Open commit View diff
682 $encoding = self::getEncoding($encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
683
        if ('CP850' === $encoding || 'ASCII' === $encoding) {
Open commit View diff
683 if ('CP850' === $encoding || 'ASCII' === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
684
            $pos = strrpos($haystack, $needle);
Open commit View diff
684 $pos = strrpos($haystack, $needle);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
685
        } else {
Open commit View diff
685 } else {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
686
            $needle = self::mb_substr($needle, 0, 1, $encoding);
Open commit View diff
686 $needle = self::mb_substr($needle, 0, 1, $encoding);
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
687
            $pos = iconv_strrpos($haystack, $needle, $encoding);
Open commit View diff
687 $pos = iconv_strrpos($haystack, $needle, $encoding);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
688
        }
Open commit View diff
688 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
689
Open commit View diff
689
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
690
        return self::getSubpart($pos, $part, $haystack, $encoding);
Open commit View diff
690 return self::getSubpart($pos, $part, $haystack, $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
691
    }
Open commit View diff
691 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
692
Open commit View diff
692
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
693
    public static function mb_strrichr($haystack, $needle, $part = false, $encoding = null)
Open commit View diff
693 public static function mb_strrichr($haystack, $needle, $part = false, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
694
    {
Open commit View diff
694 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
695
        $needle = self::mb_substr($needle, 0, 1, $encoding);
Open commit View diff
695 $needle = self::mb_substr($needle, 0, 1, $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
696
        $pos = self::mb_strripos($haystack, $needle, $encoding);
Open commit View diff
696 $pos = self::mb_strripos($haystack, $needle, $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
697
Open commit View diff
697
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
698
        return self::getSubpart($pos, $part, $haystack, $encoding);
Open commit View diff
698 return self::getSubpart($pos, $part, $haystack, $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
699
    }
Open commit View diff
699 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
700
Open commit View diff
700
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
701
    public static function mb_strripos($haystack, $needle, $offset = 0, $encoding = null)
Open commit View diff
701 public static function mb_strripos($haystack, $needle, $offset = 0, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
702
    {
Open commit View diff
702 {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
703
        $haystack = self::mb_convert_case($haystack, \MB_CASE_LOWER, $encoding);
Open commit View diff
703 $haystack = self::mb_convert_case($haystack, \MB_CASE_LOWER, $encoding);
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
704
        $needle = self::mb_convert_case($needle, \MB_CASE_LOWER, $encoding);
Open commit View diff
704 $needle = self::mb_convert_case($needle, \MB_CASE_LOWER, $encoding);
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
705
Open commit View diff
705
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
706
        $haystack = str_replace(self::SIMPLE_CASE_FOLD[0], self::SIMPLE_CASE_FOLD[1], $haystack);
Open commit View diff
706 $haystack = str_replace(self::SIMPLE_CASE_FOLD[0], self::SIMPLE_CASE_FOLD[1], $haystack);
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
707
        $needle = str_replace(self::SIMPLE_CASE_FOLD[0], self::SIMPLE_CASE_FOLD[1], $needle);
Open commit View diff
707 $needle = str_replace(self::SIMPLE_CASE_FOLD[0], self::SIMPLE_CASE_FOLD[1], $needle);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
708
Open commit View diff
708
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
709
        return self::mb_strrpos($haystack, $needle, $offset, $encoding);
Open commit View diff
709 return self::mb_strrpos($haystack, $needle, $offset, $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
710
    }
Open commit View diff
710 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
711
Open commit View diff
711
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
712
    public static function mb_strstr($haystack, $needle, $part = false, $encoding = null)
Open commit View diff
712 public static function mb_strstr($haystack, $needle, $part = false, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
713
    {
Open commit View diff
713 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
714
        $pos = strpos($haystack, $needle);
Open commit View diff
714 $pos = strpos($haystack, $needle);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
715
        if (false === $pos) {
Open commit View diff
715 if (false === $pos) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
716
            return false;
Open commit View diff
716 return false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
717
        }
Open commit View diff
717 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
718
        if ($part) {
Open commit View diff
718 if ($part) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
719
            return substr($haystack, 0, $pos);
Open commit View diff
719 return substr($haystack, 0, $pos);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
720
        }
Open commit View diff
720 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
721
Open commit View diff
721
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
722
        return substr($haystack, $pos);
Open commit View diff
722 return substr($haystack, $pos);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
723
    }
Open commit View diff
723 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
724
Open commit View diff
724
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
725
    public static function mb_get_info($type = 'all')
Open commit View diff
725 public static function mb_get_info($type = 'all')
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
726
    {
Open commit View diff
726 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
727
        $info = [
Open commit View diff
727 $info = [
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
728
            'internal_encoding' => self::$internalEncoding,
Open commit View diff
728 'internal_encoding' => self::$internalEncoding,
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
729
            'http_output' => 'pass',
Open commit View diff
729 'http_output' => 'pass',
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
730
            'http_output_conv_mimetypes' => '^(text/|application/xhtml\+xml)',
Open commit View diff
730 'http_output_conv_mimetypes' => '^(text/|application/xhtml\+xml)',
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
731
            'func_overload' => 0,
Open commit View diff
731 'func_overload' => 0,
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
732
            'func_overload_list' => 'no overload',
Open commit View diff
732 'func_overload_list' => 'no overload',
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
733
            'mail_charset' => 'UTF-8',
Open commit View diff
733 'mail_charset' => 'UTF-8',
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
734
            'mail_header_encoding' => 'BASE64',
Open commit View diff
734 'mail_header_encoding' => 'BASE64',
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
735
            'mail_body_encoding' => 'BASE64',
Open commit View diff
735 'mail_body_encoding' => 'BASE64',
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
736
            'illegal_chars' => 0,
Open commit View diff
736 'illegal_chars' => 0,
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
737
            'encoding_translation' => 'Off',
Open commit View diff
737 'encoding_translation' => 'Off',
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
738
            'language' => self::$language,
Open commit View diff
738 'language' => self::$language,
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
739
            'detect_order' => self::$encodingList,
Open commit View diff
739 'detect_order' => self::$encodingList,
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
740
            'substitute_character' => 'none',
Open commit View diff
740 'substitute_character' => 'none',
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
741
            'strict_detection' => 'Off',
Open commit View diff
741 'strict_detection' => 'Off',
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
742
        ];
Open commit View diff
742 ];
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
743
Open commit View diff
743
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
744
        if ('all' === $type) {
Open commit View diff
744 if ('all' === $type) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
745
            return $info;
Open commit View diff
745 return $info;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
746
        }
Open commit View diff
746 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
747
        if (isset($info[$type])) {
Open commit View diff
747 if (isset($info[$type])) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
748
            return $info[$type];
Open commit View diff
748 return $info[$type];
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
749
        }
Open commit View diff
749 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
750
Open commit View diff
750
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
751
        return false;
Open commit View diff
751 return false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
752
    }
Open commit View diff
752 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
753
Open commit View diff
753
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
754
    public static function mb_http_input($type = '')
Open commit View diff
754 public static function mb_http_input($type = '')
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
755
    {
Open commit View diff
755 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
756
        return false;
Open commit View diff
756 return false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
757
    }
Open commit View diff
757 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
758
Open commit View diff
758
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
759
    public static function mb_http_output($encoding = null)
Open commit View diff
759 public static function mb_http_output($encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
760
    {
Open commit View diff
760 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
761
        return null !== $encoding ? 'pass' === $encoding : 'pass';
Open commit View diff
761 return null !== $encoding ? 'pass' === $encoding : 'pass';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
762
    }
Open commit View diff
762 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
763
Open commit View diff
763
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
764
    public static function mb_strwidth($s, $encoding = null)
Open commit View diff
764 public static function mb_strwidth($s, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
765
    {
Open commit View diff
765 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
766
        $encoding = self::getEncoding($encoding);
Open commit View diff
766 $encoding = self::getEncoding($encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
767
Open commit View diff
767
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
768
        if ('UTF-8' !== $encoding) {
Open commit View diff
768 if ('UTF-8' !== $encoding) {
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
769
            $s = iconv($encoding, 'UTF-8//IGNORE', $s);
Open commit View diff
769 $s = iconv($encoding, 'UTF-8//IGNORE', $s);
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
770
        }
Open commit View diff
770 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
771
Open commit View diff
771
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
772
        $s = preg_replace('/[\x{1100}-\x{115F}\x{2329}\x{232A}\x{2E80}-\x{303E}\x{3040}-\x{A4CF}\x{AC00}-\x{D7A3}\x{F900}-\x{FAFF}\x{FE10}-\x{FE19}\x{FE30}-\x{FE6F}\x{FF00}-\x{FF60}\x{FFE0}-\x{FFE6}\x{20000}-\x{2FFFD}\x{30000}-\x{3FFFD}]/u', '', $s, -1, $wide);
Open commit View diff
772 $s = preg_replace('/[\x{1100}-\x{115F}\x{2329}\x{232A}\x{2E80}-\x{303E}\x{3040}-\x{A4CF}\x{AC00}-\x{D7A3}\x{F900}-\x{FAFF}\x{FE10}-\x{FE19}\x{FE30}-\x{FE6F}\x{FF00}-\x{FF60}\x{FFE0}-\x{FFE6}\x{20000}-\x{2FFFD}\x{30000}-\x{3FFFD}]/u', '', $s, -1, $wide);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
773
Open commit View diff
773
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
774
        return ($wide << 1) + iconv_strlen($s, 'UTF-8');
Open commit View diff
774 return ($wide << 1) + iconv_strlen($s, 'UTF-8');
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
775
    }
Open commit View diff
775 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
776
Open commit View diff
776
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
777
    public static function mb_substr_count($haystack, $needle, $encoding = null)
Open commit View diff
777 public static function mb_substr_count($haystack, $needle, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
778
    {
Open commit View diff
778 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
779
        return substr_count($haystack, $needle);
Open commit View diff
779 return substr_count($haystack, $needle);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
780
    }
Open commit View diff
780 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
781
Open commit View diff
781
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
782
    public static function mb_output_handler($contents, $status)
Open commit View diff
782 public static function mb_output_handler($contents, $status)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
783
    {
Open commit View diff
783 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
784
        return $contents;
Open commit View diff
784 return $contents;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
785
    }
Open commit View diff
785 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
786
Open commit View diff
786
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
787
    public static function mb_chr($code, $encoding = null)
Open commit View diff
787 public static function mb_chr($code, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
788
    {
Open commit View diff
788 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
789
        if (0x80 > $code %= 0x200000) {
Open commit View diff
789 if (0x80 > $code %= 0x200000) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
790
            $s = \chr($code);
Open commit View diff
790 $s = \chr($code);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
791
        } elseif (0x800 > $code) {
Open commit View diff
791 } elseif (0x800 > $code) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
792
            $s = \chr(0xC0 | $code >> 6).\chr(0x80 | $code & 0x3F);
Open commit View diff
792 $s = \chr(0xC0 | $code >> 6).\chr(0x80 | $code & 0x3F);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
793
        } elseif (0x10000 > $code) {
Open commit View diff
793 } elseif (0x10000 > $code) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
794
            $s = \chr(0xE0 | $code >> 12).\chr(0x80 | $code >> 6 & 0x3F).\chr(0x80 | $code & 0x3F);
Open commit View diff
794 $s = \chr(0xE0 | $code >> 12).\chr(0x80 | $code >> 6 & 0x3F).\chr(0x80 | $code & 0x3F);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
795
        } else {
Open commit View diff
795 } else {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
796
            $s = \chr(0xF0 | $code >> 18).\chr(0x80 | $code >> 12 & 0x3F).\chr(0x80 | $code >> 6 & 0x3F).\chr(0x80 | $code & 0x3F);
Open commit View diff
796 $s = \chr(0xF0 | $code >> 18).\chr(0x80 | $code >> 12 & 0x3F).\chr(0x80 | $code >> 6 & 0x3F).\chr(0x80 | $code & 0x3F);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
797
        }
Open commit View diff
797 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
798
Open commit View diff
798
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
799
        if ('UTF-8' !== $encoding = self::getEncoding($encoding)) {
Open commit View diff
799 if ('UTF-8' !== $encoding = self::getEncoding($encoding)) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
800
            $s = mb_convert_encoding($s, $encoding, 'UTF-8');
Open commit View diff
800 $s = mb_convert_encoding($s, $encoding, 'UTF-8');
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
801
        }
Open commit View diff
801 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
802
Open commit View diff
802
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
803
        return $s;
Open commit View diff
803 return $s;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
804
    }
Open commit View diff
804 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
805
Open commit View diff
805
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
806
    public static function mb_ord($s, $encoding = null)
Open commit View diff
806 public static function mb_ord($s, $encoding = null)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
807
    {
Open commit View diff
807 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
808
        if ('UTF-8' !== $encoding = self::getEncoding($encoding)) {
Open commit View diff
808 if ('UTF-8' !== $encoding = self::getEncoding($encoding)) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
809
            $s = mb_convert_encoding($s, 'UTF-8', $encoding);
Open commit View diff
809 $s = mb_convert_encoding($s, 'UTF-8', $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
810
        }
Open commit View diff
810 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
811
Open commit View diff
811
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
812
        if (1 === \strlen($s)) {
Open commit View diff
812 if (1 === \strlen($s)) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
813
            return \ord($s);
Open commit View diff
813 return \ord($s);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
814
        }
Open commit View diff
814 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
815
Open commit View diff
815
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
816
        $code = ($s = unpack('C*', substr($s, 0, 4))) ? $s[1] : 0;
Open commit View diff
816 $code = ($s = unpack('C*', substr($s, 0, 4))) ? $s[1] : 0;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
817
        if (0xF0 <= $code) {
Open commit View diff
817 if (0xF0 <= $code) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
818
            return (($code - 0xF0) << 18) + (($s[2] - 0x80) << 12) + (($s[3] - 0x80) << 6) + $s[4] - 0x80;
Open commit View diff
818 return (($code - 0xF0) << 18) + (($s[2] - 0x80) << 12) + (($s[3] - 0x80) << 6) + $s[4] - 0x80;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
819
        }
Open commit View diff
819 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
820
        if (0xE0 <= $code) {
Open commit View diff
820 if (0xE0 <= $code) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
821
            return (($code - 0xE0) << 12) + (($s[2] - 0x80) << 6) + $s[3] - 0x80;
Open commit View diff
821 return (($code - 0xE0) << 12) + (($s[2] - 0x80) << 6) + $s[3] - 0x80;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
822
        }
Open commit View diff
822 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
823
        if (0xC0 <= $code) {
Open commit View diff
823 if (0xC0 <= $code) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
824
            return (($code - 0xC0) << 6) + $s[2] - 0x80;
Open commit View diff
824 return (($code - 0xC0) << 6) + $s[2] - 0x80;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
825
        }
Open commit View diff
825 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
826
Open commit View diff
826
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
827
        return $code;
Open commit View diff
827 return $code;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
828
    }
Open commit View diff
828 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
829
Open commit View diff
829
FreddleSpl0it over 2 years ago d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
830
    public static function mb_str_pad(string $string, int $length, string $pad_string = ' ', int $pad_type = \STR_PAD_RIGHT, string $encoding = null): string
Open commit View diff
830 public static function mb_str_pad(string $string, int $length, string $pad_string = ' ', int $pad_type = \STR_PAD_RIGHT, string $encoding = null): string
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
831
    {
Open commit View diff
831 {
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
832
        if (!\in_array($pad_type, [\STR_PAD_RIGHT, \STR_PAD_LEFT, \STR_PAD_BOTH], true)) {
Open commit View diff
832 if (!\in_array($pad_type, [\STR_PAD_RIGHT, \STR_PAD_LEFT, \STR_PAD_BOTH], true)) {
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
833
            throw new \ValueError('mb_str_pad(): Argument #4 ($pad_type) must be STR_PAD_LEFT, STR_PAD_RIGHT, or STR_PAD_BOTH');
Open commit View diff
833 throw new \ValueError('mb_str_pad(): Argument #4 ($pad_type) must be STR_PAD_LEFT, STR_PAD_RIGHT, or STR_PAD_BOTH');
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
834
        }
Open commit View diff
834 }
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
835
Open commit View diff
835
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
836
        if (null === $encoding) {
Open commit View diff
836 if (null === $encoding) {
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
837
            $encoding = self::mb_internal_encoding();
Open commit View diff
837 $encoding = self::mb_internal_encoding();
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
838
        }
Open commit View diff
838 }
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
839
Open commit View diff
839
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
840
        try {
Open commit View diff
840 try {
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
841
            $validEncoding = @self::mb_check_encoding('', $encoding);
Open commit View diff
841 $validEncoding = @self::mb_check_encoding('', $encoding);
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
842
        } catch (\ValueError $e) {
Open commit View diff
842 } catch (\ValueError $e) {
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
843
            throw new \ValueError(sprintf('mb_str_pad(): Argument #5 ($encoding) must be a valid encoding, "%s" given', $encoding));
Open commit View diff
843 throw new \ValueError(sprintf('mb_str_pad(): Argument #5 ($encoding) must be a valid encoding, "%s" given', $encoding));
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
844
        }
Open commit View diff
844 }
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
845
Open commit View diff
845
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
846
        // BC for PHP 7.3 and lower
Open commit View diff
846 // BC for PHP 7.3 and lower
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
847
        if (!$validEncoding) {
Open commit View diff
847 if (!$validEncoding) {
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
848
            throw new \ValueError(sprintf('mb_str_pad(): Argument #5 ($encoding) must be a valid encoding, "%s" given', $encoding));
Open commit View diff
848 throw new \ValueError(sprintf('mb_str_pad(): Argument #5 ($encoding) must be a valid encoding, "%s" given', $encoding));
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
849
        }
Open commit View diff
849 }
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
850
Open commit View diff
850
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
851
        if (self::mb_strlen($pad_string, $encoding) <= 0) {
Open commit View diff
851 if (self::mb_strlen($pad_string, $encoding) <= 0) {
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
852
            throw new \ValueError('mb_str_pad(): Argument #3 ($pad_string) must be a non-empty string');
Open commit View diff
852 throw new \ValueError('mb_str_pad(): Argument #3 ($pad_string) must be a non-empty string');
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
853
        }
Open commit View diff
853 }
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
854
Open commit View diff
854
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
855
        $paddingRequired = $length - self::mb_strlen($string, $encoding);
Open commit View diff
855 $paddingRequired = $length - self::mb_strlen($string, $encoding);
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
856
Open commit View diff
856
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
857
        if ($paddingRequired < 1) {
Open commit View diff
857 if ($paddingRequired < 1) {
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
858
            return $string;
Open commit View diff
858 return $string;
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
859
        }
Open commit View diff
859 }
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
860
Open commit View diff
860
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
861
        switch ($pad_type) {
Open commit View diff
861 switch ($pad_type) {
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
862
            case \STR_PAD_LEFT:
Open commit View diff
862 case \STR_PAD_LEFT:
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
863
                return self::mb_substr(str_repeat($pad_string, $paddingRequired), 0, $paddingRequired, $encoding).$string;
Open commit View diff
863 return self::mb_substr(str_repeat($pad_string, $paddingRequired), 0, $paddingRequired, $encoding).$string;
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
864
            case \STR_PAD_RIGHT:
Open commit View diff
864 case \STR_PAD_RIGHT:
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
865
                return $string.self::mb_substr(str_repeat($pad_string, $paddingRequired), 0, $paddingRequired, $encoding);
Open commit View diff
865 return $string.self::mb_substr(str_repeat($pad_string, $paddingRequired), 0, $paddingRequired, $encoding);
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
866
            default:
Open commit View diff
866 default:
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
867
                $leftPaddingLength = floor($paddingRequired / 2);
Open commit View diff
867 $leftPaddingLength = floor($paddingRequired / 2);
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
868
                $rightPaddingLength = $paddingRequired - $leftPaddingLength;
Open commit View diff
868 $rightPaddingLength = $paddingRequired - $leftPaddingLength;
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
869
Open commit View diff
869
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
870
                return self::mb_substr(str_repeat($pad_string, $leftPaddingLength), 0, $leftPaddingLength, $encoding).$string.self::mb_substr(str_repeat($pad_string, $rightPaddingLength), 0, $rightPaddingLength, $encoding);
Open commit View diff
870 return self::mb_substr(str_repeat($pad_string, $leftPaddingLength), 0, $leftPaddingLength, $encoding).$string.self::mb_substr(str_repeat($pad_string, $rightPaddingLength), 0, $rightPaddingLength, $encoding);
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
871
        }
Open commit View diff
871 }
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
872
    }
Open commit View diff
872 }
same change d479d18

[Web] update directorytree/ldaprecord

Full commit hash
d479d18507325c5cd236a429116ae4a56cb3cfb0
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
873
Open commit View diff
873
andryyy over 5 years ago 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
874
    private static function getSubpart($pos, $part, $haystack, $encoding)
Open commit View diff
874 private static function getSubpart($pos, $part, $haystack, $encoding)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
875
    {
Open commit View diff
875 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
876
        if (false === $pos) {
Open commit View diff
876 if (false === $pos) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
877
            return false;
Open commit View diff
877 return false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
878
        }
Open commit View diff
878 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
879
        if ($part) {
Open commit View diff
879 if ($part) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
880
            return self::mb_substr($haystack, 0, $pos, $encoding);
Open commit View diff
880 return self::mb_substr($haystack, 0, $pos, $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
881
        }
Open commit View diff
881 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
882
Open commit View diff
882
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
883
        return self::mb_substr($haystack, $pos, null, $encoding);
Open commit View diff
883 return self::mb_substr($haystack, $pos, null, $encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
884
    }
Open commit View diff
884 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
885
Open commit View diff
885
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
886
    private static function html_encoding_callback(array $m)
Open commit View diff
886 private static function html_encoding_callback(array $m)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
887
    {
Open commit View diff
887 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
888
        $i = 1;
Open commit View diff
888 $i = 1;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
889
        $entities = '';
Open commit View diff
889 $entities = '';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
890
        $m = unpack('C*', htmlentities($m[0], \ENT_COMPAT, 'UTF-8'));
Open commit View diff
890 $m = unpack('C*', htmlentities($m[0], \ENT_COMPAT, 'UTF-8'));
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
891
Open commit View diff
891
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
892
        while (isset($m[$i])) {
Open commit View diff
892 while (isset($m[$i])) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
893
            if (0x80 > $m[$i]) {
Open commit View diff
893 if (0x80 > $m[$i]) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
894
                $entities .= \chr($m[$i++]);
Open commit View diff
894 $entities .= \chr($m[$i++]);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
895
                continue;
Open commit View diff
895 continue;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
896
            }
Open commit View diff
896 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
897
            if (0xF0 <= $m[$i]) {
Open commit View diff
897 if (0xF0 <= $m[$i]) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
898
                $c = (($m[$i++] - 0xF0) << 18) + (($m[$i++] - 0x80) << 12) + (($m[$i++] - 0x80) << 6) + $m[$i++] - 0x80;
Open commit View diff
898 $c = (($m[$i++] - 0xF0) << 18) + (($m[$i++] - 0x80) << 12) + (($m[$i++] - 0x80) << 6) + $m[$i++] - 0x80;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
899
            } elseif (0xE0 <= $m[$i]) {
Open commit View diff
899 } elseif (0xE0 <= $m[$i]) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
900
                $c = (($m[$i++] - 0xE0) << 12) + (($m[$i++] - 0x80) << 6) + $m[$i++] - 0x80;
Open commit View diff
900 $c = (($m[$i++] - 0xE0) << 12) + (($m[$i++] - 0x80) << 6) + $m[$i++] - 0x80;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
901
            } else {
Open commit View diff
901 } else {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
902
                $c = (($m[$i++] - 0xC0) << 6) + $m[$i++] - 0x80;
Open commit View diff
902 $c = (($m[$i++] - 0xC0) << 6) + $m[$i++] - 0x80;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
903
            }
Open commit View diff
903 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
904
Open commit View diff
904
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
905
            $entities .= '&#'.$c.';';
Open commit View diff
905 $entities .= '&#'.$c.';';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
906
        }
Open commit View diff
906 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
907
Open commit View diff
907
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
908
        return $entities;
Open commit View diff
908 return $entities;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
909
    }
Open commit View diff
909 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
910
Open commit View diff
910
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
911
    private static function title_case(array $s)
Open commit View diff
911 private static function title_case(array $s)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
912
    {
Open commit View diff
912 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
913
        return self::mb_convert_case($s[1], \MB_CASE_UPPER, 'UTF-8').self::mb_convert_case($s[2], \MB_CASE_LOWER, 'UTF-8');
Open commit View diff
913 return self::mb_convert_case($s[1], \MB_CASE_UPPER, 'UTF-8').self::mb_convert_case($s[2], \MB_CASE_LOWER, 'UTF-8');
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
914
    }
Open commit View diff
914 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
915
Open commit View diff
915
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
916
    private static function getData($file)
Open commit View diff
916 private static function getData($file)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
917
    {
Open commit View diff
917 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
918
        if (file_exists($file = __DIR__.'/Resources/unidata/'.$file.'.php')) {
Open commit View diff
918 if (file_exists($file = __DIR__.'/Resources/unidata/'.$file.'.php')) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
919
            return require $file;
Open commit View diff
919 return require $file;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
920
        }
Open commit View diff
920 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
921
Open commit View diff
921
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
922
        return false;
Open commit View diff
922 return false;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
923
    }
Open commit View diff
923 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
924
Open commit View diff
924
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
925
    private static function getEncoding($encoding)
Open commit View diff
925 private static function getEncoding($encoding)
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
926
    {
Open commit View diff
926 {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
927
        if (null === $encoding) {
Open commit View diff
927 if (null === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
928
            return self::$internalEncoding;
Open commit View diff
928 return self::$internalEncoding;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
929
        }
Open commit View diff
929 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
930
Open commit View diff
930
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
931
        if ('UTF-8' === $encoding) {
Open commit View diff
931 if ('UTF-8' === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
932
            return 'UTF-8';
Open commit View diff
932 return 'UTF-8';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
933
        }
Open commit View diff
933 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
934
Open commit View diff
934
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
935
        $encoding = strtoupper($encoding);
Open commit View diff
935 $encoding = strtoupper($encoding);
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
936
Open commit View diff
936
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
937
        if ('8BIT' === $encoding || 'BINARY' === $encoding) {
Open commit View diff
937 if ('8BIT' === $encoding || 'BINARY' === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
938
            return 'CP850';
Open commit View diff
938 return 'CP850';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
939
        }
Open commit View diff
939 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
940
Open commit View diff
940
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
941
        if ('UTF8' === $encoding) {
Open commit View diff
941 if ('UTF8' === $encoding) {
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
942
            return 'UTF-8';
Open commit View diff
942 return 'UTF-8';
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
943
        }
Open commit View diff
943 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
944
Open commit View diff
944
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
945
        return $encoding;
Open commit View diff
945 return $encoding;
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
946
    }
Open commit View diff
946 }
same change 19843cc

[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update libs, add LDAP for future admin/domain admin authentication

Full commit hash
19843cc786d20e4728ce9cc06caaa8069637f34b
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
947
}
Open commit View diff
947 }