1. 07 Feb, 2017 17 commits
  2. 06 Feb, 2017 3 commits
  3. 04 Feb, 2017 1 commit
  4. 02 Feb, 2017 12 commits
    • Sebastian Kummer's avatar
      Merge pull request #462 in ZP/z-push from... · 8f2565d4
      Sebastian Kummer authored
      Merge pull request #462 in ZP/z-push from bugfix/ZP-1129-z-push-does-not-install-on-rhel_7_php_56 to develop
      
      * commit '04306211':
        ZP-1129 Fix dependencies for RHEL_7_PHP_56 and RHEL_6_PHP_56.
        ZP-1129 Fix dependencies for RHEL_7_PHP_56 and RHEL_6_PHP_56.
        ZP-1129 Fix dependencies for RHEL_7_PHP_56 and RHEL_6_PHP_56.
      8f2565d4
    • Sebastian Kummer's avatar
      ZP-250 Release/2.3 should log INFO by default. · e4994283
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      e4994283
    • Manfred Kutas's avatar
      ZP-1129 Fix dependencies for RHEL_7_PHP_56 and RHEL_6_PHP_56. · 04306211
      Manfred Kutas authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      04306211
    • Sebastian Kummer's avatar
      Merge pull request #461 in ZP/z-push from develop to release/2.3 · 001c9b4a
      Sebastian Kummer authored
      * commit 'a8ae35d0': (67 commits)
        ZP-1131 Autodiscovery config for Lighttpd
        ZP-1151 On FolderSync update the reference PolicyKey if it changed even if there were no changes synchronized.
        ZP-1125 Added KOE_CAPABILITY_SECONDARYCONTACTS to config.
        ZP-1134 Check for 'secondarycontact' capability support to send additional contact folders, print capabilities in DEBUG level.
        ZP-1130 Log discovered server URL.
        ZP-1150 Show client capabilities in z-push-admin.
        ZP-1130 Improve default autodiscover config.
        ZP-1149 Add missing dependencies for the IMAP backend.
        ZP-1148 Username and deviceid not logged if the device sends base64 query string. Moved DecodeBase64URI to Request from Utils.
        ZP-1147 Typo in DeviceInformation tag name.
        ZP-1142 remove double using. Released under the Affero GNU General Public License (AGPL) version 3.
        ZP-1142 update based on remarks in pull request. Released under the Affero GNU General Public License (AGPL) version 3.
        ZP-250 Remove duplicate comment in ExportChangesDiff.
        ZP-1143 Strict Standards message when sending an email using IMAP backend.
        ZP-1142 add readme and contributing file. Released under the Affero GNU General Public License (AGPL) version 3.
        ZP-869 utf-7 charset conversion: some folders are not shown.Released under the Affero GNU General Public License (AGPL) version 3.
        ZP-1119 Remove unnecessary check on KOE_GAB_NAME, fixed spacing.
        ZP-1134 Fixed comments.
        ZP-869 utf-7 charset conversion: some folders are not shown.Released under the Affero GNU General Public License (AGPL) version 3.
        ZP-869 utf-7 charset conversion: some folders are not shown.Released under the Affero GNU General Public License (AGPL) version 3.
        ...
      001c9b4a
    • Manfred Kutas's avatar
      ZP-1129 Fix dependencies for RHEL_7_PHP_56 and RHEL_6_PHP_56. · 05201af6
      Manfred Kutas authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      05201af6
    • Manfred Kutas's avatar
      ZP-1129 Fix dependencies for RHEL_7_PHP_56 and RHEL_6_PHP_56. · 59d7cb01
      Manfred Kutas authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      59d7cb01
    • Sebastian Kummer's avatar
      Merge pull request #459 in ZP/z-push from... · a8ae35d0
      Sebastian Kummer authored
      Merge pull request #459 in ZP/z-push from bugfix/ZP-1151-ping-fails-with-provisioning-required to develop
      
      * commit 'c5093fef':
        ZP-1151 On FolderSync update the reference PolicyKey if it changed even if there were no changes synchronized.
      a8ae35d0
    • Sebastian Kummer's avatar
      Merge pull request #460 in ZP/z-push from bugfix/ZP-1131-lighttpd-autodiscovery-config to develop · 1e953f32
      Sebastian Kummer authored
      * commit 'b10e9353':
        ZP-1131 Autodiscovery config for Lighttpd
      1e953f32
    • Roel van Meer's avatar
      ZP-1131 Autodiscovery config for Lighttpd · b10e9353
      Roel van Meer authored
      Based on the Apache2 autodiscovery config.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      b10e9353
    • Sebastian Kummer's avatar
      Merge pull request #447 in ZP/z-push from... · 93897fb4
      Sebastian Kummer authored
      Merge pull request #447 in ZP/z-push from feature/ZP-1134-check-if-already-synchronized-folders to develop
      
      * commit '8ff33644':
        ZP-1134 Check for 'secondarycontact' capability support to send additional contact folders, print capabilities in DEBUG level.
        ZP-1134 Fixed comments.
        ZP-1134 Set TypeReal on all SyncFolder that pass through ChangesMemoryWrapper from cache, fixed support for PHP 5.4 that does clone objects from the cache (requires some explicit setting), moved patching of folders from Synchronize() to ImportFolderChange() to update the cache correctly (requires following AddFolder() in PHP 5.4), introduced ChangesMemoryWrapper::SYNCHRONIZING flag to indicate to Config() if updates on folders should be performed (should e.g. no for FolderUpdate command), patch and re-export as new (ADD) secondary contact folders that were synchronized as standard (SYNC_FOLDER_TYPE_USER_CONTACT) before (ticket task).
        ZP-1134 Configured additional SyncFolder objects are now generated on demand - not in ZPush::CheckAdvancedConfig() anymore, uses DeviceManager->BuildSyncFolderObject() to build SyncFolder objects.
        ZP-1134 Added DeviceManager->IsKoeSupportingSecondaryContacts() to check if secondary contacts should be synchronized, renamed DeviceManager->getAdditionalSyncFolderObject() to DeviceManager->BuildSyncFolderObject() and made it public - nethod updates unpatched contact folders for correct processing by ChangesMemoryWrapper.
      93897fb4
    • Sebastian Kummer's avatar
      ZP-1151 On FolderSync update the reference PolicyKey if it changed even · c5093fef
      Sebastian Kummer authored
      if there were no changes synchronized.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      c5093fef
    • Sebastian Kummer's avatar
      Merge pull request #458 in ZP/z-push from... · a2cc2877
      Sebastian Kummer authored
      Merge pull request #458 in ZP/z-push from feature/ZP-1125-add-the-feature-to-config-and-checks to develop
      
      * commit '3de4a8f6':
        ZP-1125 Added KOE_CAPABILITY_SECONDARYCONTACTS to config.
      a2cc2877
  5. 01 Feb, 2017 7 commits