1. 22 Dec, 2016 1 commit
  2. 21 Dec, 2016 4 commits
  3. 19 Dec, 2016 6 commits
    • Sebastian Kummer's avatar
      Merge pull request #436 in ZP/z-push from... · f0ef9055
      Sebastian Kummer authored
      Merge pull request #436 in ZP/z-push from feature/ZP-907-koe-secondary-contact-folder-support to develop
      
      * commit '4c8fbb8d':
        ZP-907 Added config variable (not yet in config!) which disables the secondary contacts folder by default.
        ZP-907 Fixed typos from comments.
        ZP-907 Fix comment in ASDevice.
        ZP-907 Fixed typo.
        ZP-907 Added TypeReal (ignored) value to SyncFolder, assign SYNC_FOLDER_TYPE_UNKNOWN to the list of contact types, added Utils::ChangeFolderToTypeUnknownForKoe() and Utils::IsFolderToBeProcessedByKoe(), exporting SYNC_FOLDER_TYPE_USER_CONTACT as SYNC_FOLDER_TYPE_UNKNOWN when synchronizing to OL+KOE, accepting folder update when KOE is done patching the folder, patch additional folders when type is still SYNC_FOLDER_TYPE_UNKNOWN, prevent Sync & Ping for not yet patched folders.
      f0ef9055
    • Sebastian Kummer's avatar
      ZP-907 Added config variable (not yet in config!) which disables the · 4c8fbb8d
      Sebastian Kummer authored
      secondary contacts folder by default.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      4c8fbb8d
    • Sebastian Kummer's avatar
      ZP-907 Fixed typos from comments. · 0c293af4
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      0c293af4
    • Sebastian Kummer's avatar
      ZP-907 Fix comment in ASDevice. · b6941e1f
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      b6941e1f
    • Sebastian Kummer's avatar
      ZP-907 Fixed typo. · fb2000a4
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      fb2000a4
    • Sebastian Kummer's avatar
      ZP-907 Added TypeReal (ignored) value to SyncFolder, assign · 2bf9b18a
      Sebastian Kummer authored
      SYNC_FOLDER_TYPE_UNKNOWN to the list of contact types, added
      Utils::ChangeFolderToTypeUnknownForKoe() and
      Utils::IsFolderToBeProcessedByKoe(), exporting
      SYNC_FOLDER_TYPE_USER_CONTACT as SYNC_FOLDER_TYPE_UNKNOWN when
      synchronizing to OL+KOE, accepting folder update when KOE is done
      patching the folder, patch additional folders when type is still
      SYNC_FOLDER_TYPE_UNKNOWN, prevent Sync & Ping for not yet patched
      folders.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      2bf9b18a
  4. 12 Dec, 2016 9 commits
  5. 09 Dec, 2016 1 commit
  6. 07 Dec, 2016 2 commits
  7. 30 Nov, 2016 1 commit
    • Sebastian Kummer's avatar
      Merge pull request #428 in ZP/z-push from develop to release/2.3 · 5bff42fe
      Sebastian Kummer authored
      * commit '04a25dda':
        ZP-1103 redirect error output of 'hash git' to /dev/null.
        ZP-916 Undo removal of SYSTEM check.
        ZP-916 Only define constants if they are not defined yet.
        ZP-916 Log message when account is hidden.
        ZP-1098 Use native body type algorithm to set native body type if it is undefined for appointments.
        ZP-972 Fixed @access.
        ZP-1102 Add folder origin constants to the allowed characters in the incoming data filter.
        ZP-916 Remove space in PR_EC_AB_HIDDEN constant name, check if value isset().
        ZP-1101 Log query string.
        ZP-972 Implement ZLog::SpecialLogUser() to be called before authentication is completed to force the generation of a user log, fixed method descriptions, use Log::unauthMessageCache for all unauthenticated users, fixed ZLog dependency in PrintWBXML, removed ZLog::RequestHeaders(), removed ZLog::SetSpecialLogUsers(), removed ZLog::EnableDeviceLog().
        ZP-1098 Set native body type to plain if it is undefined for appointments.
        replace deprecated mapi_openpropertytostream
        ZP-1094 Remove the use of spl_autoload for backend inclusion. Released under the Affero GNU General Public License (AGPL) version 3.
        ZP-916 Query and check for PR_EC_AB_HIDDEN.
        ZP-972 Add request header also to device specific log, by moving it from index.php to protected method ZLog::RequestHeader and calling it from ZLog::Initialise and ZLog::EnableDeviceLog.
        ZP-972 Use deviceid and authuser from Logger in zlog instead of getting them from Request. Renamed setLogToUserFile to SetLogToUserFile and added it as public to the abstract Log class. Renamed WbxmlDebug to IsWbxmlDebugEnabled. Fixed typos in function descriptions. Replaced tabs with spaces.
        ZP-972 fix WBXML is not logged for LOGUSERLEVEL >= LOGLEVEL_WBXML, if LOGLEVEL < LOGLEVEL_WBXML and $specialLogUsers is not already defined in config.php, because enabled on runtime via ZLog::EnableDeviceLog() or ZLog::setSpecialLogUsers().
        ZP-972 allow backends to enable device or user specific logging.
      5bff42fe
  8. 28 Nov, 2016 10 commits
  9. 25 Nov, 2016 2 commits
  10. 24 Nov, 2016 4 commits
    • Sebastian Kummer's avatar
      Merge pull request #289 in ZP/z-push from... · c9162767
      Sebastian Kummer authored
      Merge pull request #289 in ZP/z-push from feature/ZP-972-allow-backends-enable-device-or-user-logs to develop
      
      * commit '74efedde':
        ZP-972 Fixed @access.
        ZP-972 Implement ZLog::SpecialLogUser() to be called before authentication is completed to force the generation of a user log, fixed method descriptions, use Log::unauthMessageCache for all unauthenticated users, fixed ZLog dependency in PrintWBXML, removed ZLog::RequestHeaders(), removed ZLog::SetSpecialLogUsers(), removed ZLog::EnableDeviceLog().
        ZP-972 Add request header also to device specific log, by moving it from index.php to protected method ZLog::RequestHeader and calling it from ZLog::Initialise and ZLog::EnableDeviceLog.
        ZP-972 Use deviceid and authuser from Logger in zlog instead of getting them from Request. Renamed setLogToUserFile to SetLogToUserFile and added it as public to the abstract Log class. Renamed WbxmlDebug to IsWbxmlDebugEnabled. Fixed typos in function descriptions. Replaced tabs with spaces.
        ZP-972 fix WBXML is not logged for LOGUSERLEVEL >= LOGLEVEL_WBXML, if LOGLEVEL < LOGLEVEL_WBXML and $specialLogUsers is not already defined in config.php, because enabled on runtime via ZLog::EnableDeviceLog() or ZLog::setSpecialLogUsers().
        ZP-972 allow backends to enable device or user specific logging.
      c9162767
    • Sebastian Kummer's avatar
      ZP-972 Fixed @access. · 74efedde
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      74efedde
    • Sebastian Kummer's avatar
      ZP-1102 Add folder origin constants to the allowed characters in the · 7a888d38
      Sebastian Kummer authored
      incoming data filter.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      7a888d38
    • Sebastian Kummer's avatar
      ZP-916 Remove space in PR_EC_AB_HIDDEN constant name, check if value · d7271a85
      Sebastian Kummer authored
      isset().
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      d7271a85