.. |
Accounts
|
fix "Virtual List View error" caused by not set search attribute
|
2021-03-23 13:55:17 +01:00 |
Auth
|
fix PHP 8.0 Fatal error unknown function get_magic_quotes_gpc
|
2021-03-21 18:27:09 +01:00 |
Cache
|
fix warning in tests
|
2020-03-04 22:31:30 +01:00 |
CalDAV
|
* Calendar/CalDAV: config to replace email-domain eg. for a migration
|
2020-08-14 18:03:44 +02:00 |
Contacts
|
fix empty accounts addressbook after 20.1.20210125 update
|
2021-01-26 12:51:33 +02:00 |
Db
|
speed up restore of database by inserting up to 500 row in one statement (was only 10)
|
2019-10-30 17:15:23 +01:00 |
Egw
|
fix exception stalling new installations
|
2017-04-06 16:50:37 +02:00 |
Etemplate
|
disable warnings under PHP 8 for now, as the hide fatal errors and log errors in xet files
|
2021-03-31 11:30:34 +02:00 |
Exception
|
fix wrong/different case WrongUserInput --> WrongUserinput
|
2016-05-25 21:41:50 +02:00 |
Framework
|
Keep darkmode state in serverside session too. Fix darkmode state in egroupware iframes.
|
2021-02-24 12:22:27 +01:00 |
Header
|
fix PHP 8 Fatal error Array and string offset access syntax with curly braces is no longer supported
|
2021-03-21 21:13:07 +01:00 |
Html
|
replace create_function no longer available in PHP 8
|
2021-03-29 20:33:07 +02:00 |
Json
|
fix PHP 8.0 Fatal error unknown function get_magic_quotes_gpc
|
2021-03-21 18:27:09 +01:00 |
Ldap
|
* ActiveDirectory: fix account-selection type groupmembers (applies only to non-admins!) and ignore Domain Users group
|
2020-09-08 15:29:51 +02:00 |
Link
|
change sharing to allow mounting shared into existing user sessions
|
2020-10-08 11:24:34 +02:00 |
loader
|
disable warnings under PHP 8 for now, as the hide fatal errors and log errors in xet files
|
2021-03-31 11:30:34 +02:00 |
Mail
|
* EPL/mail: support SpamTitan REST API to manage spam, requires an API token
|
2021-02-08 17:31:49 +02:00 |
Session
|
new "session_created" hook
|
2018-06-18 09:07:14 +02:00 |
Storage
|
Change global sharing variable to be a list of shares in use, indexed by token. This should resolve the issues with multiple shares being accessed in the same session.
|
2021-03-11 17:00:16 -07:00 |
Vfs
|
Fix missing translation
|
2021-03-30 11:04:19 -06:00 |
WebDAV
|
fix PHP 8 Fatal error Array and string offset access syntax with curly braces is no longer supported
|
2021-03-21 21:13:07 +01:00 |
Accounts.php
|
fix typo and missing Accounts.php
|
2020-10-30 13:02:19 +01:00 |
Acl.php
|
complete push implementation for timesheet incl. ACL check
|
2020-01-24 13:31:56 +01:00 |
Asyncservice.php
|
PHP 8 fixes
|
2021-03-29 16:47:19 +02:00 |
Auth.php
|
fix optional SAML/Shibboleth login fails when proxying as form field with name "auth=saml" get lost
|
2020-06-24 08:56:13 +02:00 |
autoload.php
|
fix PHP 8 Fatal error undefined constant EGW_API_INC
|
2021-03-21 21:10:37 +01:00 |
avatar.php
|
Reduce letter avatar size by 50%
|
2019-07-22 15:01:25 +02:00 |
Cache.php
|
reverting 2 changes around sessions which break our installation
|
2020-06-15 10:11:31 +02:00 |
CalDAV.php
|
* all apps: fixing serveral cases of wrong Url when proxying and terminating TLS on the proxy
|
2019-11-15 13:54:34 +01:00 |
Categories.php
|
fix PHP Notice: Undefined offset
|
2021-03-09 09:19:15 +02:00 |
Config.php
|
* Addressbook: allow to configure sending fax via email by replacing the number with an email address
|
2020-10-28 13:30:28 +01:00 |
Contacts.php
|
set columns to search for phoneSearch for non-SQL backends too
|
2021-03-21 12:56:59 +01:00 |
Country.php
|
Add list of states for more countries
|
2018-09-24 14:23:58 +02:00 |
Csrf.php
|
use random_bytes(32) which throws for not enought entropy
|
2020-01-29 11:12:21 +01:00 |
DateTime.php
|
More automatic timezone handling schema for new code (hopefully not breaking existing code):
|
2021-01-26 11:16:42 +02:00 |
Db.php
|
Fix static var accessed as a constant
|
2021-03-23 16:23:23 -06:00 |
Egw.php
|
* Api: setting configured server-timezone for the databases connection, to fix cases were they do not match
|
2020-10-19 17:25:07 +02:00 |
Etemplate.php
|
fix PHP 8.0 Fatal error unknown function get_magic_quotes_gpc
|
2021-03-21 18:27:09 +01:00 |
Exception.php
|
move exceptions to new api structure, thought to catch an exception by its deprecated name, new exceptions have to extend deprecated ones
|
2016-02-28 13:43:06 +00:00 |
Framework.php
|
Keep darkmode state in serverside session too. Fix darkmode state in egroupware iframes.
|
2021-02-24 12:22:27 +01:00 |
Hooks.php
|
fix typo
|
2020-04-30 17:33:37 +02:00 |
Html.php
|
fix unescaped dash in regular expression
|
2019-06-14 17:20:14 +02:00 |
Image.php
|
add cache-buster to new login-background to force browser to load it
|
2019-08-13 15:01:18 +02:00 |
Ldap.php
|
* ActiveDirectory: support huge directories by using server-side sorted and limited queries and no caching in session
|
2020-09-05 13:11:26 +02:00 |
Link.php
|
Add 'no_quick_add' link registry setting so apps can opt out of the quick add
|
2021-03-30 10:12:29 -06:00 |
loader.php
|
PHP 8 fixes
|
2021-03-29 16:47:19 +02:00 |
Mail.php
|
fix PHP 8.0 Fatal error unknown function get_magic_quotes_gpc
|
2021-03-21 18:27:09 +01:00 |
Mailer.php
|
Fix php warning when there's no s/mime recipientsCerts
|
2018-12-18 14:27:25 +01:00 |
MimeMagic.php
|
to allow installing api or EGroupware without phpgwapi, old exceptions which we have to extend in order allow old apps to catch exceptions thrown from new api, have to reside in api/inc and get autoloaded
|
2016-05-02 16:57:50 +00:00 |
Preferences.php
|
fix PHP 8.0 Fatal error
|
2021-03-21 18:25:14 +01:00 |
Session.php
|
change sharing to allow mounting shared into existing user sessions
|
2020-10-08 11:24:34 +02:00 |
Sharing.php
|
Fix PHP 8.0 Fatal error: Unparenthesized a ? b : c ?: d is not supported
|
2021-03-21 21:46:10 +01:00 |
Storage.php
|
* Api: Fix SQL error from doubled table name in group statement
|
2020-01-28 14:05:44 -07:00 |
Translation.php
|
some fixes for warnings during phpUnit about session+translation
|
2020-03-04 20:28:30 +01:00 |
Vfs.php
|
change sharing to allow mounting shared into existing user sessions
|
2020-10-08 11:24:34 +02:00 |