- 15 Jun, 2016 12 commits
-
-
Sebastian Kummer authored
Merge pull request #279 in ZP/z-push from feature/ZP-965-allow-to-extend-sqlstatemaschine-and-table-prefix to develop * commit '15ef4d5c': ZP-965 Use placeholders for table names in statements for table creation. Add curly braces around $this->table_name in SQL statements. ZP-965 Allow to extend SqlStateMachine and set a table-prefix.
-
Sebastian Kummer authored
Merge pull request #274 in ZP/z-push from feature/ZP-958-allow-to-disable-logging-of-certain-error-levels to develop * commit '36d62f47': ZP-958 Remove LOG_ERROR_MASK from config and make it a hidden feature. ZP-958 Allow to disable logging of certain error-levels.
-
Sebastian Kummer authored
Merge pull request #280 in ZP/z-push from feature/ZP-915-koe-sync-gab-script-needs-to-be-multi-tenant to develop * commit '9417dfeb': ZP-915 Fixed documentation. ZP-915 Added a dot for Manni. ZP-915 declare targetStore as member. ZP-915 Fixes for single GAB environments. ZP-915 Added -t (target gab) to the options list, pass it to the actions, added new call to list all GABs (companies), pass gabId and gabName to the existing calls, cache stores for gabs.
-
Sebastian Kummer authored
Merge pull request #271 in ZP/z-push from bugfix/ZP-953-print-human-friendly-strings-for-integer to develop * commit '5f19a688': ZP-953 Fixed wrong access. ZP-953 Changed getNameFromPropertyValue's access to public, so that it's possible to call this function from another SyncObject and not in local context only. ZP-953 Added getNameFromPropertyValue function to SyncObject. ZP-953 Print human friendly strings for integer values.
-
Sebastian Kummer authored
* commit 'be9a5ac2': ZP-955 Warnings in diff backend.
-
Sebastian Kummer authored
Merge pull request #275 in ZP/z-push from bugfix/ZP-945-log-time-and-memory-consumption-also to develop * commit 'b8a5f52d': ZP-945 Format time output at the end of the request to match memory usage format.
-
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
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
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
actions, added new call to list all GABs (companies), pass gabId and gabName to the existing calls, cache stores for gabs. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 14 Jun, 2016 1 commit
-
-
Manfred Kutas authored
creation. Add curly braces around $this->table_name in SQL statements. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 09 Jun, 2016 1 commit
-
-
Ralf Becker authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
- 07 Jun, 2016 4 commits
-
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Manfred Kutas authored
usage format. Released under the Affero GNU General Public License (AGPL) version 3.
-
Ralf Becker authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Manfred Kutas authored
possible to call this function from another SyncObject and not in local context only. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 06 Jun, 2016 3 commits
-
-
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.
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
- 02 Jun, 2016 10 commits
-
-
Sebastian Kummer authored
Merge pull request #270 in ZP/z-push from bugfix/ZP-952-warnings-when-getting-hierarchy-notifications to develop * commit '798e21f3': ZP-952 Fixed variable name.
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
* commit '1ee21f08': ZP-950 Changed method to determine ZP_VERSION so it contains the branch, tag, offset and commit id, fixed access description.
-
Sebastian Kummer authored
Merge pull request #266 in ZP/z-push from bugfix/ZP-899-evaluate-and-compare-should-work-on to develop * commit '601836c0': ZP-899 Add sensitivity of appointment to rocompare, print body/description in the notification email. ZP-899 Extended EvaluateAndCompare(), added STREAMER_RONOTIFY to Streamer to define which properties should be compared, updated copyright dates for SyncObjects.
-
Sebastian Kummer authored
Merge pull request #267 in ZP/z-push from bugfix/ZP-951-error-messages-when-synchronizing to develop * commit '74f04e4c': ZP-952 Don't try to convert folderid if this is a hierarchy notification. ZP-951 Do not compare for type, as key(false) returns 0 (integer).
-
Manfred Kutas authored
body/description in the notification email. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
tag, offset and commit id, fixed access description. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
notification. 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.
-
Manfred Kutas authored
Streamer to define which properties should be compared, updated copyright dates for SyncObjects. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 01 Jun, 2016 1 commit
-
-
Sebastian Kummer authored
* commit '08b1a1c7': ZP-943 Need to prepend the REAL_BASE_PATH when checking for IPC provider file.
-
- 31 May, 2016 8 commits
-
-
Sebastian Kummer authored
file. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Merge pull request #261 in ZP/z-push from bugfix/ZP-947-on-exporter-failure-outlook-does-not to develop * commit '945474c2': ZP-947 Log warning only if the folder is not found.
-
Sebastian Kummer authored
Merge pull request #263 in ZP/z-push from bugfix/ZP-948-x-forwarded-for-can-now-be-logged to develop * commit '9c974bd4': ZP-948 X-Forwarded-for is only logged in debug and both IPs are logged.
-
Sebastian Kummer authored
* commit '46c25ac4': ZP-943 Before trying to autoload a IPC provider class, check if the file exists.
-
Sebastian Kummer authored
exists. 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
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
* commit '7479ec9a': ZP-891 Fixed typos. ZP-891 No need to fetch the display name of the folder anymore. ZP-891 Removed Kopano importer/wrapper prefix logging, Kopano folderstat logging, changed SyncProvisioning->Load() and GetObjectWithPolicies() to log the applied policies optionally, DeviceManager->GetProvioningObject() also accepts logging flag, enable logging flag while executing provisioning, removed redundant log about the non setup of the exporter.
-