.. |
Accounts
|
fix big chunk of PHP 8.0 warnings
|
2021-10-21 10:39:57 +02:00 |
Auth
|
* SAML/Shibboleth: fix metadata-URL to container eduPersonUniqueId or a custom OID, if specified
|
2021-04-20 17:34:20 +02:00 |
Cache
|
implement (increment|decrement)Cache to avoid race-conditions if multiple processes update a value
|
2021-05-27 12:29:51 +02:00 |
CalDAV
|
implement and document PATCH
|
2021-09-25 12:38:08 +02:00 |
Contacts
|
fix PHP Warning: explode(): Empty delimiter
|
2021-12-16 20:22:57 +02:00 |
Db
|
* Guacamole/Backup/Restore: fix not working restore for Guacamole
|
2021-11-30 21:56:17 +02:00 |
Egw
|
fix big chunk of PHP 8.0 warnings
|
2021-10-21 10:39:57 +02:00 |
Etemplate
|
only send password (or hash) to client-side, if explicitly requested
|
2022-02-25 13:53:03 +02:00 |
Exception
|
fix wrong/different case WrongUserInput --> WrongUserinput
|
2016-05-25 21:41:50 +02:00 |
Framework
|
fix call to undefined method EGroupware\Api\Framework\Login::deny_screen()
|
2022-02-07 12:12:48 +02:00 |
Header
|
replace LAB.js with native es5 loading
|
2021-06-05 20:39:39 +02:00 |
Html
|
Accept mail externalImages with long url
|
2021-10-08 14:30:04 +02:00 |
Json
|
fixing the fix ;)
|
2022-01-12 13:32:48 +02:00 |
Ldap
|
fixing all sorts of PHP 8 errors and PHPStorm errors
|
2021-03-31 17:50:01 +02:00 |
Link
|
quieten permanent log of search links for non-ascii project-names etc.
|
2021-11-11 09:10:34 +01:00 |
loader
|
fix PHP 8.0 error forwarding mail as attachment (calling count on null)
|
2021-10-14 09:39:01 +02:00 |
Mail
|
fix PHP 8.0 TypeError: Unsupported operand types: string & int
|
2021-11-23 17:23:49 +01:00 |
Session
|
fixing all sorts of PHP 8 errors and PHPStorm errors
|
2021-03-31 17:50:01 +02:00 |
Storage
|
fix PHP 8.0 TypeError: Unsupported operand types
|
2021-11-23 18:07:49 +01:00 |
Vfs
|
fix get_file_id() (sometimes) not finding the right id for shared directories or writable Collabora shares
|
2022-01-27 21:15:36 +02:00 |
WebDAV
|
implement and document PATCH
|
2021-09-25 12:38:08 +02:00 |
Accounts.php
|
fix PHP 8.0 TypeError: Api\Accounts::username(): Argument #1 ($account_id) must be of type ?int, string given
|
2021-11-08 12:22:41 +01:00 |
Acl.php
|
fix big chunk of PHP 8.0 warnings
|
2021-10-21 10:39:57 +02:00 |
Asyncservice.php
|
fix regression reported by @asig2016 after big warning fix
|
2021-10-23 09:55:20 +02:00 |
Auth.php
|
an other chunk of fixed PHP 8.0 Warnings
|
2021-10-07 10:14:43 +02:00 |
autoload.php
|
fix PHP 8 errors
|
2021-04-02 19:34:11 +02:00 |
avatar.php
|
Reduce letter avatar size by 50%
|
2019-07-22 15:01:25 +02:00 |
Cache.php
|
implement (increment|decrement)Cache to avoid race-conditions if multiple processes update a value
|
2021-05-27 12:29:51 +02:00 |
CalDAV.php
|
implement and document PATCH
|
2021-09-25 12:38:08 +02:00 |
Categories.php
|
an other chunk of PHP 8.0 Warnings fixed
|
2021-10-08 15:43:48 +02:00 |
Config.php
|
an other chunk of PHP 8.0 Warnings fixed
|
2021-10-08 15:43:48 +02:00 |
Contacts.php
|
fix a couple of Undefined array key warnings
|
2021-11-29 16:35:50 +02:00 |
Country.php
|
improving parsing of country data:
|
2021-10-04 09:46:17 +02:00 |
Csrf.php
|
use random_bytes(32) which throws for not enought entropy
|
2020-01-29 11:12:21 +01:00 |
DateTime.php
|
allow to pass JSON serialized date-array with date&timezone to constructor
|
2021-05-14 20:24:14 +02:00 |
Db.php
|
improve logging of updating SQL statements to given table(s)
|
2022-02-16 14:06:36 +02:00 |
Egw.php
|
Make sure we can log all throwables, not just exceptions
|
2021-04-05 10:46:50 -06:00 |
Etemplate.php
|
do NOT handle / redirect for not found eT2 session in ajax_destroy_session()
|
2022-01-19 20:16:28 +02: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
|
Update jQuery-ui to 1.13.0
|
2021-11-09 11:06:17 +01:00 |
Hooks.php
|
next big chunk of fixed PHP 8.0 Warnings
|
2021-10-05 14:11:11 +02:00 |
Html.php
|
allow to pass url including http(s) scheme to Html::link($url, ...) and therefore other methods of Html class
|
2021-12-23 10:01:29 +02:00 |
Image.php
|
fix big chunk of PHP 8.0 warnings
|
2021-10-21 10:39:57 +02:00 |
Ldap.php
|
fixing all sorts of PHP 8 errors and PHPStorm errors
|
2021-03-31 17:50:01 +02:00 |
Link.php
|
fix PHP 8.0 TypeError: Cannot access offset of type string on string
|
2021-11-15 15:03:51 +01:00 |
loader.php
|
fixing a ton of PHP Warnings slowing us down in PHP 8.0
|
2021-10-04 18:50:51 +02:00 |
Mail.php
|
Decode html entities used in inline image sources because tinymce encodes them
|
2021-12-13 16:40:32 +01:00 |
Mailer.php
|
an other chunk of fixed PHP 8.0 Warnings
|
2021-10-07 10:14:43 +02: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
|
fixing a ton of PHP Warnings slowing us down in PHP 8.0
|
2021-10-04 18:50:51 +02:00 |
Session.php
|
fix big chunk of PHP 8.0 warnings
|
2021-10-21 10:39:57 +02:00 |
Sharing.php
|
fix PHP 8.0 TypeError: Exception::__construct(): Argument #2 ($code) must be of type int, string given
|
2021-11-08 11:36:25 +01:00 |
Storage.php
|
an other chunk of PHP 8.0 Warnings fixed
|
2021-10-08 15:43:48 +02:00 |
Translation.php
|
fix/catch PHP 8.0 ValueError: mb_convert_encoding(): Argument #3 ($from_encoding) contains invalid encoding "cp1250"
|
2021-11-10 12:43:03 +01:00 |
Vfs.php
|
fix PHP 8.0 TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given
|
2021-11-16 18:20:35 +01:00 |