- 05 Dec, 2016 8 commits
-
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Merge remote-tracking branch 'origin/develop' into feature/ZP-998-implement-script-that-synchronizes
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
PR_EC_AB_HIDDEN from addressbook and ignore entry if it's set (as ZP-916). Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Merge branch 'feature/ZP-998-implement-script-that-synchronizes' of https://stash.z-hub.io/scm/zp/z-push.git into feature/ZP-998-implement-script-that-synchronizes
-
Sebastian Kummer authored
ZP-1022). Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
- 28 Nov, 2016 10 commits
-
-
Sebastian Kummer authored
* commit '487f3f36': ZP-1103 redirect error output of 'hash git' to /dev/null.
-
Sebastian Kummer authored
* commit '06b09cbc': ZP-1094 Remove the use of spl_autoload for backend inclusion. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Merge pull request #424 in ZP/z-push from feature/ZP-1101-log-query-string-if-client-sends to develop * commit '1b7f29c6': ZP-1101 Log query string.
-
Sebastian Kummer authored
Merge pull request #426 in ZP/z-push from bugfix/ZP-916-koe-even-after-setting-zarafahidden to develop * commit 'ef361bd8': ZP-916 Undo removal of SYSTEM check. ZP-916 Only define constants if they are not defined yet. ZP-916 Log message when account is hidden. ZP-916 Remove space in PR_EC_AB_HIDDEN constant name, check if value isset(). ZP-916 Query and check for PR_EC_AB_HIDDEN.
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Conflicts: tools/gab-sync/lib/kopano.php
-
Sebastian Kummer authored
Merge pull request #423 in ZP/z-push from bugfix/ZP-1098-outlook-over-as-sync-doesn-t-work to develop * commit '6b6c8a5d': ZP-1098 Use native body type algorithm to set native body type if it is undefined for appointments. ZP-1098 Set native body type to plain if it is undefined for appointments.
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
- 25 Nov, 2016 2 commits
-
-
Sebastian Kummer authored
Merge pull request #425 in ZP/z-push from bugfix/ZP-1102-touchdown-is-not-able-to-reply-forward to develop * commit '7a888d38': ZP-1102 Add folder origin constants to the allowed characters in the incoming data filter.
-
Manfred Kutas authored
undefined for appointments. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 24 Nov, 2016 6 commits
-
-
Sebastian Kummer authored
Merge pull request #289 in ZP/z-push from feature/ZP-972-allow-backends-enable-device-or-user-logs to develop * commit '74efedde': ZP-972 Fixed @access. ZP-972 Implement ZLog::SpecialLogUser() to be called before authentication is completed to force the generation of a user log, fixed method descriptions, use Log::unauthMessageCache for all unauthenticated users, fixed ZLog dependency in PrintWBXML, removed ZLog::RequestHeaders(), removed ZLog::SetSpecialLogUsers(), removed ZLog::EnableDeviceLog(). ZP-972 Add request header also to device specific log, by moving it from index.php to protected method ZLog::RequestHeader and calling it from ZLog::Initialise and ZLog::EnableDeviceLog. ZP-972 Use deviceid and authuser from Logger in zlog instead of getting them from Request. Renamed setLogToUserFile to SetLogToUserFile and added it as public to the abstract Log class. Renamed WbxmlDebug to IsWbxmlDebugEnabled. Fixed typos in function descriptions. Replaced tabs with spaces. ZP-972 fix WBXML is not logged for LOGUSERLEVEL >= LOGLEVEL_WBXML, if LOGLEVEL < LOGLEVEL_WBXML and $specialLogUsers is not already defined in config.php, because enabled on runtime via ZLog::EnableDeviceLog() or ZLog::setSpecialLogUsers(). ZP-972 allow backends to enable device or user specific logging.
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
incoming data filter. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
isset(). Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
authentication is completed to force the generation of a user log, fixed method descriptions, use Log::unauthMessageCache for all unauthenticated users, fixed ZLog dependency in PrintWBXML, removed ZLog::RequestHeaders(), removed ZLog::SetSpecialLogUsers(), removed ZLog::EnableDeviceLog(). Released under the Affero GNU General Public License (AGPL) version 3.
-
- 22 Nov, 2016 4 commits
-
-
Manfred Kutas authored
appointments. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Merge pull request #422 in ZP/z-push from bugfix/ZP-1097-change-calls-to-deprecated-mapi_openpropertytostream to develop * commit '434057e2': replace deprecated mapi_openpropertytostream
-
zhub admin authored
Merge pull request #421 in ZP/z-push from ~JELLE/z-push:replace-mapi_openpropertytostream to bugfix/ZP-1097-change-calls-to-deprecated-mapi_openpropertytostream * commit '0a7c9f27': replace deprecated mapi_openpropertytostream
-
Jelle van der Waa authored
mapi_openpropertytostream has been marked as deprecated in php-mapi, replace usage with mapi_openproperty.
-
- 21 Nov, 2016 10 commits
-
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
https://stash.z-hub.io/scm/zp/z-pushSebastian Kummer authored
Merge branch 'develop' of https://stash.z-hub.io/scm/zp/z-push into feature/ZP-972-allow-backends-enable-device-or-user-logs
-
Sebastian Kummer authored
Merge pull request #401 in ZP/z-push from feature/ZP-968-retest-ics-exports-delete-for-all to develop * commit '4994dd57': ZP-968 Execute check on state usage only on ZCP versions before 7.2.3. Nothing changes for systems without ZCP/KC as the check is executed as before. ZP-968 Revert "ZP-968 Partially undo changes of commit aeab7567. This prevents access to the volatile state to check if the state was already used." ZP-968 Use 0x80000 flag when setting up exporter in Ping. ZP-968 Partially undo changes of commit aeab7567. This prevents access to the volatile state to check if the state was already used.
-
Sebastian Kummer authored
Merge pull request #419 in ZP/z-push from bugfix/ZP-1096-checkmapiextversion-throws-warnings to develop * commit '1c91cd2e': ZP-1096 Check for mapi externsion first and fail early.
-
Sebastian Kummer authored
Merge pull request #396 in ZP/z-push from bugfix/ZP-672-options-without-authentication-info to develop * commit 'b53d0252': ZP-672 Also authenticate Option requests. ZP-672 Always require authentication info.
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
-
Sebastian Kummer authored
Merge pull request #410 in ZP/z-push from bugfix/ZP-1086-encode-globalobjid-in-meeting-requests to develop * commit '36fd27d9': ZP-1086 Encode GlobalObjId in meeting requests depending on calendar item existance.
-
Sebastian Kummer authored
* commit '76943664': ZP-1085 Merged ServiceUnavailableException from develop and updated header. ZP-1085 Fix whitespace. ZP-1085 Fixed TRADEMARK file enconding (UTF-8). ZP-1085 Update file headers. ZP-1085 Update file headers. ZP-1085 Updated LICENSE and added TRADEMARKS file.
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-