- 03 Nov, 2017 2 commits
-
-
Sebastian Kummer authored
Merge pull request #617 in ZP/z-push from feature/ZP-1305-show-koe-last-connection-time-in to develop * commit 'bf3f0374': ZP-1305 Save KOE's access time and alert if too old in z-push-admin.
-
Sebastian Kummer authored
* commit 'b37d8180': ZP-1313 Remove TNEF class. ZP-1260 Improve isset in ASDevice->GetFolderSyncStatus(). ZP-1242 Check for cpid directly instead of getting charset. ZP-1235 Improve guessTZNameFromPHPName. ZP-1233 Get timezone from system if it's not set for a meeting request.
-
- 01 Nov, 2017 1 commit
-
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
- 27 Oct, 2017 3 commits
-
-
Sebastian Kummer authored
The time is updated only every 6h which can cause a delay of up to 7h as KOE does regular accesses once an hour. Released under the Affero GNU General Public License (AGPL) version 3.
-
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."
-
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.
-
- 26 Oct, 2017 3 commits
-
-
Sebastian Kummer authored
This reverts commit cf361656. Released under the Affero GNU General Public License (AGPL) version 3. Conflicts: src/backend/kopano/mapiprovider.php src/lib/request/request.php
-
Sebastian Kummer authored
This reverts commit ca2145a5. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
replace it inside the method. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 20 Oct, 2017 2 commits
-
-
Sebastian Kummer authored
* commit '6974e32e': ZP-744 Do not send picture if the device didn't request it. Fixed requests with empty picture tag.
-
Manfred Kutas authored
requests with empty picture tag. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 19 Oct, 2017 21 commits
-
-
Sebastian Kummer authored
* commit '4e422b86': ZP-1162 Config /etc/nginx/sites-available/z-push.conf.
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
* commit 'b2e0a830': ZP-1162 Do not change file ownership to nginx.
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
* commit '95e55304': ZP-1162 Do not modify file list on nginx postun.
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
* commit 'aac288dc': ZP-1162 Exit with 0 status when reloading nginx on postun.
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
* commit 'e43e115d': ZP-1162 Remove references to unused sites-enabled directory.
-
Sebastian Kummer authored
* commit 'ef386019': ZP-1162 Do not reload nginx after installing Z-Push.
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Manfred Kutas authored
Merge branch 'bugfix/ZP-1162-create-a-nginx-config-package' of https://manfred@stash.z-hub.io/scm/zp/z-push.git into bugfix/ZP-1162-create-a-nginx-config-package
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
* commit 'f7eaee49': ZP-1162 Added missing mkdir for nginx package.
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
* commit 'f527884c': ZP-1162 Added missing mkdir for nginx package.
-
Sebastian Kummer authored
* commit '20954bb2': ZP-1162 Added missing mkdir for nginx package.
-
Sebastian Kummer authored
Merge pull request #601 in ZP/z-push from bugfix/ZP-1261-reduce-amount-of-repeated-glob-calls to develop * commit 'e90646fc': ZP-1261 Fixed typo in a comment. ZP-1261 Added parameter for getStateFiles() as glob() pattern. ZP-1261 Reduce amount of repeated glob calls.
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
- 13 Oct, 2017 2 commits
-
-
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. ...
-
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.
-
- 10 Oct, 2017 1 commit
-
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
- 09 Oct, 2017 1 commit
-
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
- 26 Sep, 2017 1 commit
-
-
Manfred Kutas authored
Merge branch 'bugfix/ZP-1214-autodiscover-should-check-for-credentials' of https://manfred@stash.z-hub.io/scm/zp/z-push.git into bugfix/ZP-1214-autodiscover-should-check-for-credentials
-
- 25 Sep, 2017 3 commits
-
-
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.
-
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.
-
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.
-