.. |
Accounts
|
adding missing adLDAP stuff, support for https and ssh checkouts and (un)tagging to .mrconfig
|
2016-05-25 12:18:47 +02:00 |
Auth
|
fix missing use EGroupware\Api
|
2016-04-02 09:16:53 +00:00 |
Cache
|
adding an Exceptions for caching problems
|
2016-03-03 11:41:45 +00:00 |
CalDAV
|
fix admin was not able to see devices and logs of an other user, if he opened that users preferences via admin context-menu
|
2016-06-20 11:48:28 +02:00 |
Contacts
|
using Acl::(ADD|READ|EDIT|DELETE|PRIVAT) constants instead old EGW_ACL_* defines and fix some namespace errors found by doc/check_namespace.php
|
2016-05-11 19:23:14 +00:00 |
Db
|
extract PDO code from Sqlfs streamwrapper into class Api\Db\Pdo, to be able to use it for z-push SqlStateMaschine
|
2016-06-09 20:40:31 +02:00 |
Egw
|
fix PHP Fatal error: Call to undefined method EGroupware\Api\Session::appsession() during SiteMgr installation
|
2016-05-31 22:45:01 +02:00 |
Etemplate
|
jQuery libraries updates via composer
|
2016-06-06 17:38:20 +02:00 |
Exception
|
fix wrong/different case WrongUserInput --> WrongUserinput
|
2016-05-25 21:41:50 +02:00 |
Framework
|
calling jQuery.noConflict() as early as possible to NOT occupy $ variable stalling many SiteMgr templates
|
2016-06-15 08:54:12 +02:00 |
Header
|
use static Hooks methods
|
2016-05-11 18:58:10 +00:00 |
Html
|
mind namespace when calling hook_tag function
|
2016-05-24 16:01:55 +02:00 |
Json
|
Deprecate $j global variable used in php files and replace them all with standard jQuery
|
2016-06-02 17:43:23 +02:00 |
Ldap
|
move addresbook_bo to Api\Contacts, ldap to Api\Ldap, ldapserverinfo to Api\Ldap\ServerInfo, bo_tracking to Api\Storage\Tracking, historylog to Api\Storage\History, Api\Customfields to Api\Storage\Customfields
|
2016-03-06 13:45:15 +00:00 |
Link
|
fix diverse occurences of egw_db
|
2016-05-06 11:13:19 +00:00 |
loader
|
* Mail/Api: replace decrecated Mcrypt PHP extension with OpenSSL, use AES128 with pbkdf2 streching of passwords
|
2016-06-19 14:49:50 +02:00 |
Mail
|
keep Travis happy by only conditional defining hash_pbkdf2 in polyfill
|
2016-06-20 11:04:52 +02:00 |
Storage
|
fix missing (global) namespace in Exception from last commit, also fixed existing cases
|
2016-06-07 13:02:41 +02:00 |
Vfs
|
extract PDO code from Sqlfs streamwrapper into class Api\Db\Pdo, to be able to use it for z-push SqlStateMaschine
|
2016-06-09 20:40:31 +02:00 |
WebDAV
|
fix PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP
|
2016-05-26 11:27:03 +02:00 |
Accounts.php
|
fix iOS calendar crashed if event-organizer had no email address
|
2016-06-16 18:14:28 +02:00 |
Acl.php
|
using Acl::(ADD|READ|EDIT|DELETE|PRIVAT) constants instead old EGW_ACL_* defines and fix some namespace errors found by doc/check_namespace.php
|
2016-05-11 19:23:14 +00:00 |
Asyncservice.php
|
Fix async services. Fixes calendar alarms disappearing.
|
2016-04-14 21:30:36 +00:00 |
Auth.php
|
fix wrong/different case WrongUserInput --> WrongUserinput
|
2016-05-25 21:41:50 +02:00 |
autoload.php
|
fix autoloader to load news_admin_bo at installation (no $GLOBALS[egw_info][apps] available)
|
2016-06-01 09:08:06 +02:00 |
Cache.php
|
moved egw_session class to Api\Session and removed unused egw_session_(files|memcache) as listing sessions is done now via egw_sessions table in db and memcache has its own session handler
|
2016-03-05 13:14:54 +00:00 |
CalDAV.php
|
fix PHP Warning: Declaration of EGroupware\\Api\\CalDAV::ServeRequest() should be compatible with HTTP_WebDAV_Server::ServeRequest($prefix = NULL)
|
2016-06-09 09:00:57 +02:00 |
Categories.php
|
fix wrong/different case WrongUserInput --> WrongUserinput
|
2016-05-25 21:41:50 +02:00 |
Config.php
|
Implement geolocation option for contacts in addressbook
|
2016-05-20 15:50:26 +02:00 |
Contacts.php
|
Fix addressbook - calendar permission issue blocking viewing contact calendar
|
2016-05-24 17:13:40 -06:00 |
Country.php
|
move country class to api, made all methods static and update country list with current (lowercase) ISO 3166 list
|
2016-03-31 19:41:39 +00:00 |
Csrf.php
|
fix wrong namespace
|
2016-03-13 12:48:45 +00:00 |
DateTime.php
|
using Acl::(ADD|READ|EDIT|DELETE|PRIVAT) constants instead old EGW_ACL_* defines and fix some namespace errors found by doc/check_namespace.php
|
2016-05-11 19:23:14 +00:00 |
Db.php
|
no need to log connection retries and final connection failures are always thrown, fixes 5 connection failures log for creating new databases
|
2016-06-05 16:59:55 +02:00 |
Egw.php
|
Fix quick timezone selection
|
2016-06-08 16:02:10 -06:00 |
Etemplate.php
|
move empty.html used for autocomplete to api/templates/default/, as $app/src/ will not be available for direct requests
|
2016-05-14 12:38:31 +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
|
calling jQuery.noConflict() as early as possible to NOT occupy $ variable stalling many SiteMgr templates
|
2016-06-15 08:54:12 +02:00 |
Hooks.php
|
add missing public static
|
2016-04-28 18:07:54 +00:00 |
Html.php
|
Deprecate $j global variable used in php files and replace them all with standard jQuery
|
2016-06-02 17:43:23 +02:00 |
Image.php
|
mv template specific images from "phpgwapi" to "api" and search "api" also on client-side for image, added debug GET parameter to images.php to JSON pretty-print instead of one line javascript
|
2016-05-05 09:16:27 +00:00 |
Ldap.php
|
fixes and first successful tests with Ldap backend
|
2016-03-08 08:13:26 +00:00 |
Link.php
|
Move api-accounts links to api app, fixes search in account selectbox does not work without home permission
|
2016-06-02 10:11:31 -06:00 |
loader.php
|
move egw and applications class to api including (common_)functions.inc.php
|
2016-04-26 14:38:08 +00:00 |
Mail.php
|
fix for functional folders showing up multiple times
|
2016-06-17 11:50:20 +02:00 |
Mailer.php
|
Fix namespace causes class check to fail
|
2016-05-30 15:41:27 -06: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
|
Fix quick timezone selection
|
2016-06-08 16:02:10 -06:00 |
Session.php
|
using Acl::(ADD|READ|EDIT|DELETE|PRIVAT) constants instead old EGW_ACL_* defines and fix some namespace errors found by doc/check_namespace.php
|
2016-05-11 19:23:14 +00:00 |
Storage.php
|
move addresbook_bo to Api\Contacts, ldap to Api\Ldap, ldapserverinfo to Api\Ldap\ServerInfo, bo_tracking to Api\Storage\Tracking, historylog to Api\Storage\History, Api\Customfields to Api\Storage\Customfields
|
2016-03-06 13:45:15 +00:00 |
Translation.php
|
fix EGroupware\\Api\\Translation::load_app_files() lang file etemplate/lang/egw_*.lang contains invalid app 'developer_tools' and other loading issues through phpgwapi&etemplate --> api conversation
|
2016-05-12 19:06:42 +02:00 |
Vfs.php
|
Avoid error if file has no props
|
2016-05-30 10:12:54 -06:00 |