egroupware/addressbook
Ralf Becker d2c85cfe86 fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given
guarding key() from calling with null eg. $button = key($content['button']) --> key($content['button'] ?? []) or check before !empty($content['button'])
2021-10-06 16:08:32 +02:00
..
doc move contacts in LDAP docu to doc/ldap/ dir 2016-04-07 07:24:29 +00:00
inc fix PHP 8.0 errors: key(): Argument #1 ($array) must be of type array, null given 2021-10-06 16:08:32 +02:00
js - Avoid using internal widget.options 2021-09-14 14:13:22 -06:00
lang pending translations from our translation server 2021-07-12 08:15:16 +02:00
setup Bump version to 21.1 2021-05-08 15:02:24 +02:00
sitemgr Implement google recaptcha for sitemanager forms 2016-12-09 10:32:56 +01:00
templates Fix broken avatar in Addressbook edit dialog 2021-05-18 16:59:45 +02:00
crm.php moving opening of CRM view code into Contacts class 2021-02-15 15:11:24 +02:00
index.php converted addressbook to use new api 2016-04-29 10:41:53 +00:00
merge.php move addressbook_merge to Api\Contacts\Merge 2016-04-06 09:49:50 +00:00