.. |
Accounts
|
fix for stable Univention 4.4-2 REST API
|
2019-09-30 12:37:48 +02:00 |
Auth
|
fix for stable Univention 4.4-2 REST API
|
2019-09-30 12:37:48 +02:00 |
Cache
|
Switching consistent hashing (Libketama) off by default
|
2018-02-28 10:45:48 +01:00 |
CalDAV
|
* CalDAV/CardDAV: encoding VT (vertical tab) as it stalls Outlook (CalDav Synchronizer)
|
2019-05-24 15:11:07 +02:00 |
Contacts
|
remove some more prefixes
|
2019-07-18 15:43:39 +02:00 |
Db
|
* InfoLog: fix delegation no longer shown after database restore
|
2019-09-24 11:23:17 +02:00 |
Egw
|
fix exception stalling new installations
|
2017-04-06 16:50:37 +02:00 |
Etemplate
|
Etemplate: Fix taglist-account would reject most values
|
2019-10-11 11:55:10 -06:00 |
Exception
|
fix wrong/different case WrongUserInput --> WrongUserinput
|
2016-05-25 21:41:50 +02:00 |
Framework
|
hook to allow apps to modify login page, eg. for multifactor auth
|
2019-09-04 15:15:18 +02:00 |
Header
|
* Api: fix error adding/editing catgories or custom fields
|
2019-07-29 11:21:54 +02:00 |
Html
|
Deprecate CKEDITOR and remove it from source
|
2019-01-25 12:41:13 +01:00 |
Json
|
return and show in browser JSON parsing errors maybe caused by network problems
|
2018-11-01 12:00:08 +01:00 |
Ldap
|
fix PHP Warning: Use of undefined constant OPENLDAP_LDAPSERVER
|
2018-09-12 17:06:31 +02:00 |
Link
|
Fix sharing only looks for addressbook templates for insert into document
|
2019-08-22 16:04:07 -06:00 |
loader
|
Api - fix typo preventing translation of exception headlines
|
2019-09-09 14:22:15 -06:00 |
Mail
|
skip mail-accounts is user editable check for password change
|
2019-10-15 18:34:15 +02:00 |
Session
|
new "session_created" hook
|
2018-06-18 09:07:14 +02:00 |
Storage
|
Api - No need to make the link titles safe here, it just makes timesheet titles look weird
|
2019-08-23 16:01:01 -06:00 |
Vfs
|
Remove duplicate method
|
2019-10-08 14:44:35 -06:00 |
WebDAV
|
Vfs stores %, # and ? urlencoded, we do the encoding here on a central place
|
2019-03-21 12:43:25 +01:00 |
Accounts.php
|
Admin - add phpgwai to list of apps excluded when counting entries an account has
|
2019-06-21 09:34:57 -06:00 |
Acl.php
|
Move grant cache to class level to ease testing
|
2018-09-20 11:05:17 -06:00 |
Asyncservice.php
|
Fix PHP 7.2 deprecated each()
|
2018-11-29 11:00:54 -07:00 |
Auth.php
|
fix PHP 7.2 Warning: The each() function is deprecated
|
2018-04-13 16:08:37 +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
|
implement expiration time for Api\Cache::(g|s)etSession()
|
2017-07-24 17:05:31 +02:00 |
CalDAV.php
|
CalDAV/CardDAV: fix not working creation of new contacts in MacOS Addressbook
|
2019-09-12 09:10:19 +02:00 |
Categories.php
|
allow to specify multiple cat_id's
|
2016-09-26 14:35:52 +02:00 |
Config.php
|
make sure Api\Config::read(_repository) always returns an array
|
2018-08-22 11:24:05 +02:00 |
Contacts.php
|
Use letter avatar when user have no personal avatar is set in addressbook
|
2019-10-15 14:06:33 +02:00 |
Country.php
|
Add list of states for more countries
|
2018-09-24 14:23:58 +02:00 |
Csrf.php
|
fix wrong namespace
|
2016-03-13 12:48:45 +00:00 |
DateTime.php
|
fixing two PHP Warnings
|
2019-06-04 09:43:59 +02:00 |
Db.php
|
MySQL 8.0 fails to create user as part of GRANT ALL statement
|
2019-07-10 09:19:00 +02:00 |
Egw.php
|
remove long decrecated use of <app>/inc/(functions|header).inc.php, giving a PHP Warning because of undefined EGW_APP_INC constant
|
2018-10-08 12:50:34 +02:00 |
Etemplate.php
|
Clear & reset content, modifications & readonlys when resetting the request.
|
2019-06-13 10:14:08 -06: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
|
* Preferences: always show Security & Password popup, only disable password tab, if no rights to change it
|
2019-09-11 12:15:38 +02:00 |
Hooks.php
|
Implement an admin-config setting to be able to disable PGP encryption feature
|
2018-08-23 16:58:14 +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
|
Api - Fix infinite loop if id1 parameter is an array
|
2019-07-09 10:37:31 -06:00 |
loader.php
|
pending translations from our translation server
|
2019-08-22 13:57:23 +02:00 |
Mail.php
|
* Mail: fix mails consists of both multipart/mixed and multipart/related create duplicated content
|
2019-10-16 17:01:02 +02: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
|
labels, options and widgets for admin_cmd_preferences
|
2019-03-20 18:15:02 +01:00 |
Session.php
|
ignore updates (session creation is written) of *dav and avatar, due to possible high volume of updates
|
2019-09-27 15:59:10 +02:00 |
Sharing.php
|
Api: Cleanup by moving password check to its own function
|
2019-10-11 10:51:40 -06:00 |
Storage.php
|
Fix unfiltered search results when searching with text customfields
|
2019-05-15 10:50:04 -06:00 |
Translation.php
|
* Setup: fix failed/partial restores for charsets not utf-8
|
2019-02-28 09:33:41 +01:00 |
Vfs.php
|
* Filemanager/WebDAV: handle url-special chars like %, # and ? correctly
|
2019-03-21 12:36:25 +01:00 |