- 01 Feb, 2018 5 commits
-
-
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
he lacks permissions. 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
$impersonatedUsername to keep backward compatibility. This needs to be redone in ZP-1351. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 22 Jan, 2018 1 commit
-
-
Sebastian Kummer authored
- changed Logger->SetUser() to not include brackets anymore - changed Logger to include impersonation username in log filename when doing per-user logging - IPC & loopdetection are done on user#impersonation level - changed IBackend->Logon() to include $impersontedUsername - changed all backends and Autodiscover to use new Logon() - changed IMPERSONATE_DELIM to '#' and moved it to Request - chamged MAPIProvider and others to use Request::GetUser() to reflect the user transmitting data (auth or impersonated) - changed Request::GetAuthUser() to always return the authenticated user - added Request::GetImpersontedUser() to always return the impersonted user (if available) - added Request::GetUser() to return the user operating on data (impersonted if set - else auth). Released under the Affero GNU General Public License (AGPL) version 3.
-
- 18 Dec, 2017 1 commit
-
-
Manfred Kutas authored
Merge pull request #636 in ZP/z-push from bugfix/ZP-1339-replace-removed-php-mapi-functions to develop * commit 'e6898bad': ZP-1339 Replace removed PHP-MAPI functions.
-
- 16 Dec, 2017 1 commit
-
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
- 14 Dec, 2017 1 commit
-
-
Manfred Kutas authored
Merge pull request #635 in ZP/z-push from bugfix/ZP-1283-build-rh-php56-php-memcached-for-rhel-6-7-with-scl to develop * commit 'b6513067': ZP-1283 Change dependency to php56-php-pecl-memcached for z-push-ipc-memcached.
-
- 13 Dec, 2017 2 commits
-
-
Manfred Kutas authored
z-push-ipc-memcached. Released under the Affero GNU General Public License (AGPL) version 3.
-
Manfred Kutas authored
Merge pull request #634 in ZP/z-push from bugfix/ZP-1331-create-z-push-group-for-rpm-packages to develop * commit 'ebd3deef': ZP-1331 Use z-push as default group for config files and directories. ZP-1331 Added pre and postun directives.
-
- 11 Dec, 2017 2 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.
-
- 30 Nov, 2017 27 commits
-
-
Sebastian Kummer authored
Merge pull request #631 in ZP/z-push from bugfix/ZP-1326-airwatch-boxer-not-working-on-ios2 to develop * commit '0d5ab75f': ZP-1326 Fixed whitespace. ZP-1326 Fixed working with empty tags.
-
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
Merge pull request #630 in ZP/z-push from feature/ZP-1104-have-a-device-specific-log-file to develop * commit '45724e4a': ZP-1104 Make parameter optional of BuildLogString(). ZP-1104 Make BuildLogString calls uppercase, fix missing parameter.
-
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
Merge pull request #628 in ZP/z-push from feature/ZP-1183-use-custom-header-for-remote-ip-e.g-http_x_real_ip to develop * commit '7fe3667b': ZP-1183 Use a configurable header for remote ip.
-
Sebastian Kummer authored
Merge pull request #629 in ZP/z-push from feature/ZP-1104-have-a-device-specific-log-file to develop * commit '042cf7cf': ZP-1104 Log each device to an own file when user in specialLogUsers. ZP-1104 Use SetDevid() & SetPid() without crappy strings around them.
-
Sebastian Kummer authored
The username and deviceid are then not logged to the file (as redundant information). Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
You can't do anything with the DeviceID or the PID within the log class because they're wrapped with crap. The wrap stuff is now done when building the log string. 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 #619 in ZP/z-push from bugfix/ZP-1315-carddav-backend-email-should-only to develop * commit '2a27aa60': ZP-1315 Carddav backend email should only. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Merge pull request #482 in ZP/z-push from bugfix/ZP-1153-packaging-run-tools-als-webserver to develop * commit '95a80df5': ZP-1153 Install wrappers for z-push-admin.php and z-push-top.php
-
Sebastian Kummer authored
Merge pull request #626 in ZP/z-push from bugfix/ZP-1326-airwatch-boxer-not-working-on-ios to develop * commit 'dc53e48d': ZP-1326 Revert "ZP-1326 Added KOE_CAPABILITY_IMPERSONATE config parameter." ZP-1326 Added KOE_CAPABILITY_IMPERSONATE config parameter. ZP-250 Include utils in printwbxml. ZP-1326 Support empty GetChanges container.
-
Sebastian Kummer authored
Merge pull request #627 in ZP/z-push from feature/ZP-1327-add-open-shared-store-feature-flag to develop * commit 'd6671b1b': ZP-1327 Added KOE_CAPABILITY_IMPERSONATE config parameter. ZP-1326 Added KOE_CAPABILITY_IMPERSONATE config parameter.
-
Sebastian Kummer authored
Merge pull request #613 in ZP/z-push from feature/ZP-1122-sync-loop-failsafe-check-for-out-of-memory to develop * commit '704e0c93': ZP-1122 Read configured memory limit once, check memory limit after each message export and stop when limit is reached.
-
Sebastian Kummer authored
Merge branch 'feature/ZP-1327-add-open-shared-store-feature-flag' of https://stash.z-hub.io/scm/zp/z-push into feature/ZP-1327-add-open-shared-store-feature-flag
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Merge pull request #624 in ZP/z-push from bugfix/ZP-1324-carddav-message-asbody-data-null to develop * commit 'ea955f4b': ZP-1324 Review comment. Released under the Affero GNU General Public License (AGPL) version 3. ZP-1324 Carddav, $message->asbody->data can be NULL. 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 'd82f37d9': ZP-1319 Replace tabs with spaces. Released under the Affero GNU General Public License (AGPL) version 3. ZP-1319 Caldav empty DESCRIPTION, also check asbody body. Released under the Affero GNU General Public License (AGPL) version 3. ZP-1319 Caldav empty DESCRIPTION. 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 bugfix/ZP-1319-caldav-empty-description
-
Sebastian Kummer authored
This reverts commit fee4d305. 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 '2f601d75': ZP-1321 Carddav rare phone types. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Merge pull request #622 in ZP/z-push from bugfix/ZP-1320-caldav-x-microsoft-cdo-alldayevent to develop * commit 'd5409db2': ZP-1320 Caldav X-MICROSOFT-CDO-ALLDAYEVENT support. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Merge pull request #620 in ZP/z-push from bugfix/ZP-1318-caldav-only-set-organizer-if-attendee to develop * commit 'bd808e2f': ZP-1318 Caldav only set ORGANIZER if ATTENDEE. Released under the Affero GNU General Public License (AGPL) version 3. ZP-1318 Caldav only set ORGANIZER if ATTENDEE. Released under the Affero GNU General Public License (AGPL) version 3.
-