.. |
Accounts
|
* ActiveDirectory: implement addtional user or group filter
|
2020-10-22 14:11:02 +02:00 |
Auth
|
fix typo and missing Accounts.php
|
2020-10-30 13:54:22 +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:04:24 +02:00 |
Contacts
|
fix empty accounts addressbook after 20.1.20210125 update
|
2021-01-26 12:52:20 +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
|
countdown: convert datetime server-side into a duration to avoid problems with wrong time or timezone on client
|
2021-02-17 16:11:19 +01:00 |
Exception
|
fix wrong/different case WrongUserInput --> WrongUserinput
|
2016-05-25 21:41:50 +02:00 |
Framework
|
also run Egw::__destruct() explicit for notifications
|
2020-11-22 11:51:02 +01:00 |
Header
|
* HTML Editor: fix bug in editing uploaded image
|
2020-10-19 11:17:03 +02:00 |
Html
|
Avoid requesting external images with mixed content
|
2020-06-30 15:54:21 +02:00 |
Json
|
* Admin: fix session list did NOT show interactive sessions, if push is used
|
2020-10-06 11:59:46 +02:00 |
Ldap
|
fix PHP Warning: Use of undefined constant OPENLDAP_LDAPSERVER
|
2018-09-12 17:06:31 +02:00 |
Link
|
Add some hints to sharing actions
|
2020-03-31 10:36:50 -06:00 |
loader
|
adding phpUnit 8.x as dev-requirement and try staring Apache in Travis for CalDAV tests
|
2020-03-04 22:43:09 +01:00 |
Mail
|
* EPL/mail: support SpamTitan REST API to manage spam, requires an API token
|
2021-02-08 17:32:35 +02:00 |
Session
|
new "session_created" hook
|
2018-06-18 09:07:14 +02:00 |
Storage
|
Api: Add charset parameter to tidy->repairString() to avoid mangling some non-ascii characters when merging into document
|
2020-11-21 09:38:23 -07:00 |
Vfs
|
backport from master
|
2021-02-16 22:05:45 +02:00 |
WebDAV
|
* CalDAV/Calendar: iOS also no longer allowed to accept/reject invitations
|
2019-11-13 16:12:50 +01:00 |
Accounts.php
|
fix typo and missing Accounts.php
|
2020-10-30 13:54:22 +01:00 |
Acl.php
|
complete push implementation for timesheet incl. ACL check
|
2020-01-24 13:31:56 +01:00 |
Asyncservice.php
|
Fix PHP 7.2 deprecated each()
|
2018-11-29 11:00:54 -07: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
|
allow namespaces for apps with multiple caps like OpenID while still using all lowercase directory-names
|
2019-04-04 13:29:28 +02: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
|
allow to specify multiple cat_id's
|
2016-09-26 14:35:52 +02:00 |
Config.php
|
* Addressbook: allow to configure sending fax via email by replacing the number with an email address
|
2020-10-28 13:32:30 +01:00 |
Contacts.php
|
changes to implement policies on contact sharing
|
2020-11-19 09:42:22 +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
|
document EGroupware timestamps and remove own __toString() method to be able to compare objects
|
2021-01-22 15:15:08 +01:00 |
Db.php
|
Fix static var accessed as a constant
|
2021-03-24 06:44:11 +01:00 |
Egw.php
|
* Api: setting configured server-timezone for the databases connection, to fix cases were they do not match
|
2020-10-19 17:26:24 +02:00 |
Etemplate.php
|
* Tracker: fix empty notification mail, if ticket was opened by following a link in notification mail
|
2020-11-21 18:57:46 +01:00 |
Exception.php
|
|
|
Framework.php
|
also run Egw::__destruct() explicit for notifications
|
2020-11-22 11:51:02 +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
|
fix some scrutinizer "bugs"
|
2016-06-26 19:44:53 +02:00 |
Link.php
|
allow to format link-registry entries "add", "edit", ... as "url" parameter for actions
|
2021-01-14 16:00:16 +02:00 |
loader.php
|
pending translations from our translation server
|
2019-08-22 13:57:23 +02:00 |
Mail.php
|
Try to avoid some "Illegal offset type" warnings
|
2020-12-04 09:11:30 -07:00 |
Mailer.php
|
Fix php warning when there's no s/mime recipientsCerts
|
2018-12-18 14:27:25 +01:00 |
MimeMagic.php
|
|
|
Preferences.php
|
labels, options and widgets for admin_cmd_preferences
|
2019-03-20 18:15:02 +01:00 |
Session.php
|
* Security: allow to configure SameSite cookie attribute
|
2020-07-27 14:04:20 +02:00 |
Sharing.php
|
Api: Fix fstab overlap when accessing a share while logged in
|
2020-09-13 10:00:55 +02: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
|
fix typo
|
2020-05-18 20:56:50 +02:00 |