1. 14 Oct, 2016 5 commits
    • Sebastian Kummer's avatar
      Merge pull request #388 in ZP/z-push from develop to release/2.3 · 0155d641
      Sebastian Kummer authored
      * commit 'ba8eb4ec':
        ZP-1054 Use sprintf.
        ZP-1054 Throw UnavailableException if the hash cannot be loaded.
        ZP-1047 Count the elements to be moved only once.
        ZP-1047 Better logging when moving large amounts of messages in one request.
        ZP-1063 Items marked as private are shown in shared folders.
        ZP-1069 Ignore incoming KOE reply flag category update.
        ZP-1060 Before ignoring SyncNote changes make sure they're coming from KOE and the notes capability is enabled.
        ZP-1063 Items marked as private are shown in shared folders.
        ZP-1060 Ignore incoming KOE updates from PatchItem.
        ZP-1052 Attached eml message does not have size.
        ZP-1052 Attached eml message does not have size.
        ZP-1050 The returned data contains a "hasFolderIdMapping" flag now.
      0155d641
    • Sebastian Kummer's avatar
      Merge pull request #386 in ZP/z-push from... · ba8eb4ec
      Sebastian Kummer authored
      Merge pull request #386 in ZP/z-push from bugfix/ZP-1054-ping-triggers-hierarchy-sync-if-database to develop
      
      * commit '5f4d1916':
        ZP-1054 Use sprintf.
        ZP-1054 Throw UnavailableException if the hash cannot be loaded.
      ba8eb4ec
    • Sebastian Kummer's avatar
      ZP-1054 Use sprintf. · 5f4d1916
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      5f4d1916
    • Sebastian Kummer's avatar
      Merge pull request #385 in ZP/z-push from... · 09d36fca
      Sebastian Kummer authored
      Merge pull request #385 in ZP/z-push from bugfix/ZP-1047-moveitems-operation-writes-too-long to develop
      
      * commit '7b9ae573':
        ZP-1047 Count the elements to be moved only once.
        ZP-1047 Better logging when moving large amounts of messages in one request.
      09d36fca
    • Sebastian Kummer's avatar
      ZP-1054 Throw UnavailableException if the hash cannot be loaded. · 01032d9b
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      01032d9b
  2. 13 Oct, 2016 5 commits
  3. 11 Oct, 2016 4 commits
  4. 05 Oct, 2016 1 commit
  5. 04 Oct, 2016 1 commit
  6. 30 Sep, 2016 4 commits
  7. 29 Sep, 2016 3 commits
  8. 28 Sep, 2016 4 commits
  9. 27 Sep, 2016 1 commit
  10. 26 Sep, 2016 4 commits
  11. 23 Sep, 2016 8 commits
    • Sebastian Kummer's avatar
      Merge pull request #365 in ZP/z-push from develop to release/2.3 · 3c5b9de0
      Sebastian Kummer authored
      * commit 'fb12c9f5': (22 commits)
        ZP-1042 Add KOE_CAPABILITY_SENDAS (sendas) to the output of the settings command.
        ZP-1033 Fixed log.
        ZP-1043 Check if folderid and name are set.
        ZP-1033 Implement send-as in Kopano->SendMail(). KOE and serverside send as are supported.
        ZP-1013 modified regexp for getting iOS user agent.
        ZP-1040 Check if ASDevice->GetData returns any data before writing it to disk.
        ZP-1037 Fixed logging.
        ZP-1037 Execute FixStatesAdditionalFolderFlags() when calling z-push-admin fixstates.
        ZP-1037 Check for upgraded profiles that don't have flags. Implement flag fix in 'z-push-admin -a fixstates'.
        ZP-1037 Added flags to OpenSharedFolderAPI in ASDevice, DeviceManager, ZPushAdmin and WebserviceDevice. Added constant DeviceManager::FLD_FLAGS_REPLYASUSER. Renamed private method DeviceManager->getAdditionalSyncFolder() to getAdditionalSyncFolderObject() for better readability, modified checks on ASDevice->EditAdditionalFolder() to allow a flag modification (maintaining the same name), added SyncFolder->Flag as ignored parameter and populate it when calling DeviceManager->GetAdditionalUserSyncFolders().
        ZP-1013 Uppercase hex globalobjid for iOS devices and Outlook.
        ZP-1039 Don't use die() to terminate in error case for gab-sync.
        ZP-1039 Don't use die() to terminate in error case for z-push-admin.
        ZP-1029 add instructions if z-push-admin failed. Released under the Affero GNU General Public License (AGPL) version 3.
        ZP-983 Remove debug log.
        ZP-983 Log dates in WBXML mode and print them in the same format as they would appear in WBXML.
        ZP-983 Retrieve start/end time from MAPI if not set.
        ZP-1013 iOS does not send meeting response.
        ZP-983 Implement all cases of the specified cases of unset start/endtime.
        ZP-983 Allow MAPIProvider->setAppointment() to ignore start+endtime if they are not set.
        ...
      3c5b9de0
    • Sebastian Kummer's avatar
      Merge pull request #364 in ZP/z-push from... · fb12c9f5
      Sebastian Kummer authored
      Merge pull request #364 in ZP/z-push from bugfix/ZP-1042-add-send-as-capability-and-enable to develop
      
      * commit '867e5ed7':
        ZP-1042 Add KOE_CAPABILITY_SENDAS (sendas) to the output of the settings command.
      fb12c9f5
    • Sebastian Kummer's avatar
      Merge pull request #362 in ZP/z-push from bugfix/ZP-1033-process-sender-headers-from-koe to develop · 692d7cc3
      Sebastian Kummer authored
      * commit '2c446704':
        ZP-1033 Fixed log.
        ZP-1033 Implement send-as in Kopano->SendMail(). KOE and serverside send as are supported.
      692d7cc3
    • Sebastian Kummer's avatar
      ZP-1042 Add KOE_CAPABILITY_SENDAS (sendas) to the output of the settings · 867e5ed7
      Sebastian Kummer authored
      command.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      867e5ed7
    • Sebastian Kummer's avatar
      ZP-1033 Fixed log. · 2c446704
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      2c446704
    • Sebastian Kummer's avatar
      Merge pull request #363 in ZP/z-push from... · 10684f1e
      Sebastian Kummer authored
      Merge pull request #363 in ZP/z-push from bugfix/ZP-1043-open-shared-folder-api-accepts-empty to develop
      
      * commit '82cce3fd':
        ZP-1043 Check if folderid and name are set.
      10684f1e
    • Sebastian Kummer's avatar
      Merge pull request #361 in ZP/z-push from... · b1a3c7ff
      Sebastian Kummer authored
      Merge pull request #361 in ZP/z-push from bugfix/ZP-1013-ios-does-not-send-meeting-response to develop
      
      * commit 'ca2145a5':
        ZP-1013 modified regexp for getting iOS user agent.
        ZP-1013 Uppercase hex globalobjid for iOS devices and Outlook.
        ZP-1013 iOS does not send meeting response.
      b1a3c7ff
    • Sebastian Kummer's avatar
      ZP-1043 Check if folderid and name are set. · 82cce3fd
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      82cce3fd