.. |
Ads.php
|
* Authentication: allow using multiple backends, even same backend multiple times with different configuration
|
2020-09-10 17:12:53 +02:00 |
Backend.php
|
move auth classes to Api\Auth, only Sql is currently tested!
|
2016-03-06 20:47:10 +00:00 |
BackendSSO.php
|
* API: add SimpleSAMLphp for SAML/Shibboleth authentication and many more
|
2020-04-14 14:10:33 +02:00 |
Cas.php
|
* API: add SimpleSAMLphp for SAML/Shibboleth authentication and many more
|
2020-04-14 14:10:33 +02:00 |
Fallback.php
|
fix not working auth_type=(fallback|fallbackmail2sql) as Auth::backend() calls __construct(null, null)
|
2023-07-27 14:09:46 +02:00 |
Fallbackmail2sql.php
|
fix not working auth_type=(fallback|fallbackmail2sql) as Auth::backend() calls __construct(null, null)
|
2023-07-27 14:09:46 +02:00 |
Http.php
|
* Api: fixed not working HTTP authentication
|
2016-07-26 17:07:42 +02:00 |
Ldap.php
|
suppress warning and trace (containing passwords) if userPassword attribute is not accessible
|
2020-04-16 12:16:04 +02:00 |
Mail.php
|
move auth classes to Api\Auth, only Sql is currently tested!
|
2016-03-06 20:47:10 +00:00 |
Multiple.php
|
config got "lost" after deleting the cache, caused by it being automatic unserialized
|
2020-10-02 08:38:51 +02:00 |
Nis.php
|
move auth classes to Api\Auth, only Sql is currently tested!
|
2016-03-06 20:47:10 +00:00 |
OpenIDConnectClient.php
|
let framework know we are a popup
|
2023-02-22 09:01:40 +01:00 |
Pam.php
|
fix PHP 8.0 Fatal error unknown function get_magic_quotes_gpc
|
2021-03-21 18:27:09 +01:00 |
Saml.php
|
* SAML/Univention: support for Univention SAML IdP for SSO incl. docu
|
2022-08-04 20:10:23 +02:00 |
Sql.php
|
fix lots of warnings filling zpush logs
|
2023-06-15 16:18:16 +02:00 |
Sqlssl.php
|
* Setup/Auth: fix PHP Fatal with Sqlssl authentication (Class EGroupware\Api\Auth\auth_sql not found)
|
2016-07-09 09:20:00 +02:00 |
Token.php
|
WIP Mail REST API: missing files from last commit
|
2023-07-14 09:06:11 +02:00 |
Univention.php
|
* Univention: fix not working password change (setting Kerberos credentials)
|
2018-07-13 09:58:38 +02:00 |