1. 27 Oct, 2017 2 commits
    • Sebastian Kummer's avatar
      Merge pull request #615 in ZP/z-push from... · eefbcf6d
      Sebastian Kummer authored
      Merge pull request #615 in ZP/z-push from bugfix/ZP-1307-unable-to-accept-meeting-request to develop
      
      * commit '097cd43e':
        ZP-1307 Revert "ZP-1013 iOS does not send meeting response."
        ZP-1307 Revert "ZP-1013 modified regexp for getting iOS user agent."
      eefbcf6d
    • Sebastian Kummer's avatar
      Merge pull request #614 in ZP/z-push from... · ef2b62d8
      Sebastian Kummer authored
      Merge pull request #614 in ZP/z-push from bugfix/ZP-1308-incompatible-php-5.4-code-in-filestatemachine to develop
      
      * commit '37f5f0cf':
        ZP-1308 If no pattern is transmitted, set the pattern to null and replace it inside the method.
      ef2b62d8
  2. 26 Oct, 2017 3 commits
  3. 20 Oct, 2017 2 commits
  4. 19 Oct, 2017 21 commits
  5. 13 Oct, 2017 2 commits
    • Sebastian Kummer's avatar
      Merge pull request #599 in ZP/z-push from AS14.1 to develop · facac7a3
      Sebastian Kummer authored
      * commit '1b7e5af5': (28 commits)
        ZP-745 Added BodyPartPreference class. Read body part preference from incoming WBXML and save it to content parameters.
        ZP-745 Added body part element to SyncMail.
        ZP-745 Added SyncBaseBodyPart class.
        ZP-748 Save rights management support request value in content parameters in itemoperations, search and sync commands.
        ZP-748 Added rightsManagementLicense property to SyncMail.
        ZP-748 RightsManagement:RightsManagementTemplates might be an empty container.
        ZP-748 Per default return IRM_FeatureDisabled status for RightsManagementTemplates requests.
        ZP-748 Added SyncRightsManagementLicense class.
        ZP-748 Renamed RMOwner to Owner in WBXML definitions.
        ZP-748 Fixed typos in file description.
        ZP-748 Added max length checks for description and name in SyncRightsManagementTemplate.
        ZP-748 Added RightsManagementTemplates handling for Settings in the backends.
        ZP-748 Read incoming RightsManagementInformation request in Settings, added SyncRightsManagement class.
        ZP-748 Renamed ihsManagementInformation to RightsManagementInformation.
        ZP-596 Review WBXML tags and update comments.
        ZP-596 use __construct instead of SyncObject.
        ZP-747 Implemented Accounts and PrimarySmtpAddress in Settings.
        ZP-743 Implement Picture for ResolveRecipients.
        ZP-1121 Output opaque data.
        ZP-743 Typo in zpushdefs.php. It must be SYNC_GAL_STATUS instead of SYNC_GAL_MAXSIZE.
        ...
      facac7a3
    • Sebastian Kummer's avatar
      Merge pull request #600 in ZP/z-push from... · c18d2621
      Sebastian Kummer authored
      Merge pull request #600 in ZP/z-push from bugfix/ZP-1214-autodiscover-should-check-for-credentials to develop
      
      * commit '9d717d24':
        ZP-1214 AutoDiscover should check for credentials even in GET requests.
      c18d2621
  6. 10 Oct, 2017 1 commit
  7. 09 Oct, 2017 1 commit
  8. 26 Sep, 2017 1 commit
  9. 25 Sep, 2017 7 commits
    • Sebastian Kummer's avatar
      Merge pull request #477 in ZP/z-push from... · c9c700d9
      Sebastian Kummer authored
      Merge pull request #477 in ZP/z-push from feature/ZP-1161-update-nginx-config-with-example to develop
      
      * commit 'c175e13a':
        ZP-1161 Changed configuration to Microsoft-Server-ActiveSync and autodiscover locations only. Pre-configured SSL and PHP-FPM settings.
        ZP-1161 Removed trailing spaces, replaced tabs with spaces.
        ZP-1161 update to solve comments from sk. Released under the Affero GNU General Public License (AGPL) version 3.
        ZP-1161 import updated nginx config example. Released under the Affero GNU General Public License (AGPL) version 3.
      c9c700d9
    • Sebastian Kummer's avatar
      Merge pull request #596 in ZP/z-push from feature/ZP-1162-create-a-nginx-config-package to develop · 735a1743
      Sebastian Kummer authored
      * commit '1696d11f':
        ZP-1162 nginx config package for rhel/centos/suse/fedora.
        ZP-1162 nginx config package for rhel/centos/suse/fedora. Replaced tabs with spaces.
        ZP-1162 nginx config package for debian/ubuntu.
      735a1743
    • Sebastian Kummer's avatar
      Merge pull request #597 in ZP/z-push from... · ad7c1277
      Sebastian Kummer authored
      Merge pull request #597 in ZP/z-push from bugfix/ZP-1145-support-fpm-in-webserver-config-packages to develop
      
      * commit '09aa8e2b':
        ZP-1145 Remove php_value directives from apache's z-push.conf. Update INSTALL to reflect those changes.
      ad7c1277
    • Sebastian Kummer's avatar
      Merge pull request #571 in ZP/z-push from... · 344c4f0d
      Sebastian Kummer authored
      Merge pull request #571 in ZP/z-push from bugfix/ZP-1270-unknown-origin-and-warnings-when to develop
      
      * commit '228c947b':
        ZP-1270 Fixed whitespace.
        ZP-1270 Fixed warning when parentid is not set.
        ZP-1270 Change API so another device can be loaded adhoc into the DeviceManager, fixed warnings.
      344c4f0d
    • Sebastian Kummer's avatar
      Merge pull request #580 in ZP/z-push from... · 78a21b31
      Sebastian Kummer authored
      Merge pull request #580 in ZP/z-push from feature/ZP-1271-impersonate-shared-folders-with-own to develop
      
      * commit '593e8ae3':
        ZP-1271 Fixed whitespace.
        ZP-1271 Fixed typo & whitespace.
        ZP-1271 Overwrite user only if no specific username was requested.
        ZP-1271 Impersonating support for the Kopano backend. Send-As with OL working correctly.
        ZP-1271 Correctly set exporter to false if root can not be determined for hierarchy export.
      78a21b31
    • Sebastian Kummer's avatar
      ZP-1271 Fixed whitespace. · 593e8ae3
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      593e8ae3
    • Sebastian Kummer's avatar
      ZP-1271 Fixed typo & whitespace. · 62a5f45e
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      62a5f45e