.. |
Accounts
|
UCS 4.4 Rest API gives an error creating group "Default"
|
2019-10-18 16:23:50 +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
|
* all apps: fixing serveral cases of wrong Url when proxying and terminating TLS on the proxy
|
2019-11-15 13:54:34 +01:00 |
Contacts
|
remove some more prefixes
|
2019-07-18 15:43:39 +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
|
use etemplate-exec-id as CSRF token for ajax requests
|
2020-01-29 11:08:44 +01:00 |
Exception
|
fix wrong/different case WrongUserInput --> WrongUserinput
|
2016-05-25 21:41:50 +02:00 |
Framework
|
stricter CSP policy
|
2020-01-28 17:14:51 +01:00 |
Header
|
adding CSP frame-ancestors 'self' policy to mitigate clickjacking
|
2020-01-28 18:19:40 +01:00 |
Html
|
stricter CSP policy
|
2020-01-28 17:14:51 +01:00 |
Json
|
ALL and SESSION constants for push
|
2020-01-23 16:05:32 +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
|
* all apps: fixing serveral cases of wrong Url when proxying and terminating TLS on the proxy
|
2019-11-15 13:54:34 +01:00 |
Mail
|
Fix replying to some mails with broken pre tags would cause infinite loop
|
2019-12-03 14:34:32 +01:00 |
Session
|
new "session_created" hook
|
2018-06-18 09:07:14 +02:00 |
Storage
|
add an iterator for objects with a get_rows method
|
2020-01-13 14:41:46 +01:00 |
Vfs
|
Admin: change delete user filemanager hook to move home dir, but only search /home for other files
|
2019-11-19 10:19:04 -07:00 |
WebDAV
|
* CalDAV/Calendar: iOS also no longer allowed to accept/reject invitations
|
2019-11-13 16:12:50 +01:00 |
Accounts.php
|
Admin: change delete user home directory back to special case, getting actual file count takes way too long.
|
2019-11-18 14:02:38 -07: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
|
use etemplate-exec-id as CSRF token for ajax requests
|
2020-01-29 11:08:44 +01: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
|
* 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
|
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
|
use random_bytes(32) which throws for not enought entropy
|
2020-01-29 11:12:21 +01: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
|
fix PHP Warning: Use of undefined constant EGW_ACL_READ - assumed 'EGW_ACL_READ'
|
2020-01-09 14:41:07 +01: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
|
do NOT load categories.php?app=phpgw for login page
|
2020-01-28 18:56:54 +01: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
|
complete push implementation for timesheet incl. ACL check
|
2020-01-24 13:31:56 +01:00 |
loader.php
|
pending translations from our translation server
|
2019-08-22 13:57:23 +02:00 |
Mail.php
|
allow images and media in mail via http: and https:, but remove object tags (already forbiden via CSP)
|
2020-01-29 14:40:30 +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
|
labels, options and widgets for admin_cmd_preferences
|
2019-03-20 18:15:02 +01:00 |
Session.php
|
* Admin: optional session-action column in access-log and sessions
|
2019-12-14 13:09:22 +02:00 |
Sharing.php
|
Api: Cleanup by moving password check to its own function
|
2019-10-11 10:51:40 -06:00 |
Storage.php
|
* Api: Fix SQL error from doubled table name in group statement
|
2020-01-28 14:05:44 -07: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 |