1. 23 Sep, 2016 1 commit
  2. 22 Sep, 2016 13 commits
    • Sebastian Kummer's avatar
      Merge pull request #356 in ZP/z-push from... · 8fc5e696
      Sebastian Kummer authored
      Merge pull request #356 in ZP/z-push from bugfix/ZP-983-handle-appointment-when-starttime to develop
      
      * commit '6b62a009':
        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-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.
        ZP-983 Set start and endtime to the next half hour if not set for appointments created on a mobile.
        ZP-983 Remove required flag for start & endtime in SyncObject check.
      8fc5e696
    • Sebastian Kummer's avatar
      Merge pull request #360 in ZP/z-push from... · 19a6ed24
      Sebastian Kummer authored
      Merge pull request #360 in ZP/z-push from bugfix/ZP-1040-if-devicedata-doesn-t-change-it-could to develop
      
      * commit 'f57dd701':
        ZP-1040 Check if ASDevice->GetData returns any data before writing it to disk.
      19a6ed24
    • Sebastian Kummer's avatar
      Merge pull request #358 in ZP/z-push from... · 02d4a4d6
      Sebastian Kummer authored
      Merge pull request #358 in ZP/z-push from bugfix/ZP-1029-z-push-directories-have-root-root to develop
      
      * commit 'c842969d':
        ZP-1029 add instructions if z-push-admin failed. Released under the Affero GNU General Public License (AGPL) version 3.
      02d4a4d6
    • Sebastian Kummer's avatar
      ZP-1040 Check if ASDevice->GetData returns any data before writing it to · f57dd701
      Sebastian Kummer authored
      disk.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      f57dd701
    • Sebastian Kummer's avatar
      Merge pull request #359 in ZP/z-push from... · dbb61c5e
      Sebastian Kummer authored
      Merge pull request #359 in ZP/z-push from feature/ZP-1037-modify-open-shared-folders-api-to to develop
      
      * commit '46254ee5':
        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().
      dbb61c5e
    • Sebastian Kummer's avatar
      ZP-1037 Fixed logging. · 46254ee5
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      46254ee5
    • Sebastian Kummer's avatar
      ZP-1037 Execute FixStatesAdditionalFolderFlags() when calling · e94924df
      Sebastian Kummer authored
      z-push-admin fixstates.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      e94924df
    • Sebastian Kummer's avatar
      ZP-1037 Check for upgraded profiles that don't have flags. Implement · ba125996
      Sebastian Kummer authored
      flag fix in 'z-push-admin -a fixstates'.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      ba125996
    • Sebastian Kummer's avatar
      ZP-1037 Added flags to OpenSharedFolderAPI in ASDevice, DeviceManager, · c3cf8ad6
      Sebastian Kummer authored
      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().
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      c3cf8ad6
    • Sebastian Kummer's avatar
      Merge pull request #357 in ZP/z-push from... · a9192351
      Sebastian Kummer authored
      Merge pull request #357 in ZP/z-push from bugfix/ZP-1039-z-push-admin-returns-exit-code-0 to develop
      
      * commit '102507ff':
        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.
      a9192351
    • Sebastian Kummer's avatar
      ZP-1039 Don't use die() to terminate in error case for gab-sync. · 102507ff
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      102507ff
    • Sebastian Kummer's avatar
      ZP-1039 Don't use die() to terminate in error case for z-push-admin. · dfe66354
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      dfe66354
    • Felix Bartels (Zarafa)'s avatar
      ZP-1029 add instructions if z-push-admin failed. Released under the Affero GNU... · c842969d
      Felix Bartels (Zarafa) authored
      ZP-1029 add instructions if z-push-admin failed. Released under the Affero GNU General Public License (AGPL) version 3.
      
      added proof of concept code. will currently not be executed since fixstates does not produce an exit code of != 0
      c842969d
  3. 21 Sep, 2016 3 commits
  4. 20 Sep, 2016 4 commits
  5. 19 Sep, 2016 2 commits
    • Sebastian Kummer's avatar
      Merge pull request #345 in ZP/z-push from... · 6c1f546a
      Sebastian Kummer authored
      Merge pull request #345 in ZP/z-push from feature/ZP-1025-email-text-preview-shows-links-on to develop
      
      * commit '5b94272c':
        ZP-1025 Also filter https urls.
        ZP-1025 Remove all images and links from truncated plaintext emails.
      6c1f546a
    • Sebastian Kummer's avatar
      Merge pull request #354 in ZP/z-push from... · 96cbb99d
      Sebastian Kummer authored
      Merge pull request #354 in ZP/z-push from bugfix/ZP-1028-postinst-fails-leaving-z-push-common to develop
      
      * commit 'f771c572':
        ZP-1028 Postinst fails leaving z-push-common unconfigured. Released under the Affero GNU General Public License (AGPL) version 3. do not fail whole script, if z-push-admin fails
      96cbb99d
  6. 10 Sep, 2016 1 commit
  7. 08 Sep, 2016 1 commit
  8. 07 Sep, 2016 5 commits
  9. 05 Sep, 2016 2 commits
  10. 31 Aug, 2016 3 commits
  11. 26 Aug, 2016 1 commit
  12. 25 Aug, 2016 1 commit
  13. 23 Aug, 2016 1 commit
  14. 22 Aug, 2016 2 commits