public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/web/inc/lib/vendor/illuminate/collections/HigherOrderCollectionProxy.php
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
HigherOrderCollectionProxy.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
<?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
FreddleSpl0it
5 months ago
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 3
namespace Illuminate\Support;
namespace Illuminate\Support;
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
- 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
- 5
/**
/**
FreddleSpl0it
5 months ago
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 6
* @mixin \Illuminate\Support\Enumerable
* @mixin \Illuminate\Support\Enumerable
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
- 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
class HigherOrderCollectionProxy
class HigherOrderCollectionProxy
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
{
{
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
/**
/**
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
* The collection being operated on.
* The collection being operated on.
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
*
*
FreddleSpl0it
5 months ago
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 13
* @var \Illuminate\Support\Enumerable
* @var \Illuminate\Support\Enumerable
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
- 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
protected $collection;
protected $collection;
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
/**
/**
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
* The method being proxied.
* The method being proxied.
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
*
*
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
* @var string
* @var 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
- 21
*/
*/
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
protected $method;
protected $method;
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
/**
/**
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
* Create a new proxy instance.
* Create a new proxy instance.
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
*
*
FreddleSpl0it
5 months ago
96d4802
[Web] Switch QR code generation from external API to local library and fix composer.json/lock mismatch
- Full commit hash
96d4802cb22afdf1cbf3a9d8ddd69d2d7bbb05c5- Author
- FreddleSpl0it <[email protected]>
- Date
- 5 months ago
- Selected line
- 27
* @param \Illuminate\Support\Enumerable $collection
* @param \Illuminate\Support\Enumerable $collection
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
- 28
* @param string $method
* @param string $method
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
* @return void
* @return void
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
*/
*/
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
public function __construct(Enumerable $collection, $method)
public function __construct(Enumerable $collection, $method)
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
{
{
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
$this->method = $method;
$this->method = $method;
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
$this->collection = $collection;
$this->collection = $collection;
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
}
}
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
/**
/**
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
* Proxy accessing an attribute onto the collection items.
* Proxy accessing an attribute onto the collection items.
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
*
*
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
* @param string $key
* @param string $key
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
* @return mixed
* @return mixed
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
*/
*/
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
public function __get($key)
public function __get($key)
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
{
{
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
return $this->collection->{$this->method}(function ($value) use ($key) {
return $this->collection->{$this->method}(function ($value) use ($key) {
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
return is_array($value) ? $value[$key] : $value->{$key};
return is_array($value) ? $value[$key] : $value->{$key};
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
});
});
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
}
}
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
/**
/**
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
* Proxy a method call onto the collection items.
* Proxy a method call onto the collection items.
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
*
*
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
* @param string $method
* @param string $method
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
* @param array $parameters
* @param array $parameters
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
* @return mixed
* @return mixed
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
*/
*/
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
public function __call($method, $parameters)
public function __call($method, $parameters)
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
{
{
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
return $this->collection->{$this->method}(function ($value) use ($method, $parameters) {
return $this->collection->{$this->method}(function ($value) use ($method, $parameters) {
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
return $value->{$method}(...$parameters);
return $value->{$method}(...$parameters);
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
});
});
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
}
}
same change
19843cc
[Web] Fix mailbox editing when password is unchanged, fix adding new administrator (fixes #4054, fixes #4053); [Web] Update 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
}
}