1. 10 Nov, 2016 1 commit
    • Sebastian Kummer's avatar
      Merge pull request #402 in ZP/z-push from release/2.3 to master · d5759a24
      Sebastian Kummer authored
      * commit 'ec254052': (23 commits)
        ZP-1073 Use exit() instead of die().
        ZP-1076 Catch StatusException in ZPushAdmin::GetDeviceDetails().
        ZP-1073 list-shared-folders script, incl. usage examples (in file).
        ZP-1073 Refactor Utils::GetFolderOriginFromId() into GetFolderOriginStringFromId() so GetFolderOriginFromId() returns a value comparable to DeviceManager::FLD_ORIGIN_*.
        ZP-1017 Replace z-push.sf.net url with z-push.org.
        ZP-1062 depend on php instead of php7.0. Released under the Affero GNU General Public License (AGPL) version 3.
        ZP-1058 autodiscover: Fix mistake: always send response
        ZP-1056 Fail earlier when no password is provided. Log used username before trying to login in the backend. The $username will always be set and doesn't need to be checked again.
        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-1056 Fix authorization encoding and also add it to autodiscover. Released under the Affero GNU General Public License (AGPL) version 3.
        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-1058 autodiscover: Rework exception handling to match z-push core.
        ZP-1058 autodiscover: Print IP to log on failed authentication for usage with e.g. fail2ban
        ...
      d5759a24
  2. 26 Oct, 2016 2 commits
    • Sebastian Kummer's avatar
      Merge pull request #394 in ZP/z-push from develop to release/2.3 · ec254052
      Sebastian Kummer authored
      * commit '016e688b':
        ZP-1073 Use exit() instead of die().
        ZP-1076 Catch StatusException in ZPushAdmin::GetDeviceDetails().
        ZP-1073 list-shared-folders script, incl. usage examples (in file).
        ZP-1073 Refactor Utils::GetFolderOriginFromId() into GetFolderOriginStringFromId() so GetFolderOriginFromId() returns a value comparable to DeviceManager::FLD_ORIGIN_*.
        ZP-1017 Replace z-push.sf.net url with z-push.org.
        ZP-1062 depend on php instead of php7.0. Released under the Affero GNU General Public License (AGPL) version 3.
        ZP-1058 autodiscover: Fix mistake: always send response
        ZP-1056 Fail earlier when no password is provided. Log used username before trying to login in the backend. The $username will always be set and doesn't need to be checked again.
        ZP-1056 Fix authorization encoding and also add it to autodiscover. Released under the Affero GNU General Public License (AGPL) version 3.
        ZP-1058 autodiscover: Rework exception handling to match z-push core.
        ZP-1058 autodiscover: Print IP to log on failed authentication for usage with e.g. fail2ban
      ec254052
    • Sebastian Kummer's avatar
      Merge pull request #393 in ZP/z-push from feature/ZP-1062-depend-on-php-for-ubuntu-16.04 to develop · 016e688b
      Sebastian Kummer authored
      * commit '65a82d2a':
        ZP-1062 depend on php instead of php7.0. Released under the Affero GNU General Public License (AGPL) version 3.
      016e688b
  3. 25 Oct, 2016 4 commits
  4. 24 Oct, 2016 2 commits
  5. 20 Oct, 2016 3 commits
    • Sebastian Kummer's avatar
      Merge pull request #390 in ZP/z-push from... · de78a050
      Sebastian Kummer authored
      Merge pull request #390 in ZP/z-push from bugfix/ZP-1017-update-references-to-mobile-compatibility to develop
      
      * commit '8d2c2cfe':
        ZP-1017 Replace z-push.sf.net url with z-push.org.
      de78a050
    • Sebastian Kummer's avatar
      Merge pull request #380 in ZP/z-push from... · 85b7b810
      Sebastian Kummer authored
      Merge pull request #380 in ZP/z-push from ~C0D3Z3R0/z-push:feature/ZP-1058-autodisc-failed-auth-ip to develop
      
      * commit '81c868b5':
        ZP-1058 autodiscover: Fix mistake: always send response
        ZP-1058 autodiscover: Rework exception handling to match z-push core.
        ZP-1058 autodiscover: Print IP to log on failed authentication for usage with e.g. fail2ban
      85b7b810
    • Sebastian Kummer's avatar
      Merge pull request #387 in ZP/z-push from... · ccba713f
      Sebastian Kummer authored
      Merge pull request #387 in ZP/z-push from bugfix/ZP-1056-authorization-conversion-not-working to develop
      
      * commit 'bf1b83d4':
        ZP-1056 Fail earlier when no password is provided. Log used username before trying to login in the backend. The $username will always be set and doesn't need to be checked again.
        ZP-1056 Fix authorization encoding and also add it to autodiscover. Released under the Affero GNU General Public License (AGPL) version 3.
      ccba713f
  6. 17 Oct, 2016 2 commits
  7. 15 Oct, 2016 1 commit
  8. 14 Oct, 2016 7 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
      ZP-1056 Fail earlier when no password is provided. Log used username · bf1b83d4
      Sebastian Kummer authored
      before trying to login in the backend. The $username will always be set
      and doesn't need to be checked again.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      bf1b83d4
    • Sebastian Kummer's avatar
      Merge pull request #378 in ZP/z-push from... · d98f86c2
      Sebastian Kummer authored
      Merge pull request #378 in ZP/z-push from ~C0D3Z3R0/z-push:bugfix/ZP-1056-authorization-encoding to bugfix/ZP-1056-authorization-conversion-not-working
      
      * commit '2bdede8b':
        ZP-1056 Fix authorization encoding and also add it to autodiscover. Released under the Affero GNU General Public License (AGPL) version 3.
      d98f86c2
    • 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
  9. 13 Oct, 2016 5 commits
  10. 11 Oct, 2016 5 commits
  11. 06 Oct, 2016 1 commit
    • Sebastian Kummer's avatar
      Merge pull request #383 in ZP/z-push from release/2.3 to master · f9ac780e
      Sebastian Kummer authored
      * commit 'ad961941': (30 commits)
        ZP-1042 Enable KOE_CAPABILITY_SENDAS by default.
        ZP-1049 Cache store ressource correctly.
        ZP-1045 Only ignore KOE email updates.
        ZP-1044 add separate logrotate file for rhel/rpm. Released under the Affero GNU General Public License (AGPL) version 3.
        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.
        ...
      f9ac780e
  12. 05 Oct, 2016 1 commit
  13. 04 Oct, 2016 1 commit
  14. 03 Oct, 2016 1 commit
  15. 01 Oct, 2016 1 commit
  16. 30 Sep, 2016 3 commits