- 19 Aug, 2015 5 commits
-
-
Sebastian Kummer authored
Merge pull request #8 in ZP/z-push from feature/ZP-642-improve-getstate-debug-messages-for to develop ZP-642 #comment log bytes read from file to log message * commit 'f11dc946': Separate the calls to unserialize() and file_get_contents() so that the size of the file contents can be logged in the debug message.
-
Sebastian Kummer authored
Merge pull request #9 in ZP/z-push from bugfix/ZP-643-autodiscover-missing-variable-in-log to develop * commit '4b2a18d7': fix(ZP-643): Missing variable in Log sprintf block
-
Sebastian Kummer authored
Merge pull request #11 in ZP/z-push from bugfix/ZP-645-php-5.4-obstart-needs-an-extra-flag to develop * commit '074cc4b9': fix(ZP-645): PHP 5.4+ ob_start() needs an extra flag to allow truncate.
-
Sebastian Kummer authored
* commit '6ed7292c': fix(ZP-646): BackendSearchLDAP uses bad range limit
-
Sebastian Kummer authored
Merge pull request #14 in ZP/z-push from bugfix/ZP-647-backendcombined-sendmail-source--folderid to develop * commit 'bfc4c616': fix(ZP-647): BackendCombined: SendMail source->folderid
-
- 18 Aug, 2015 4 commits
-
-
Francisco Miguel Biete Bañon authored
We need to remove the backend prefix before calling the final method. Signed-off-by:Francisco Miguel Biete <fbiete@gmail.com> <fmbiete@gmail.com>
-
Francisco Miguel Biete Bañon authored
We have to use the calculated maximum value, that it's not the number of matches found. Signed-off-by:Francisco Miguel Biete <fbiete@gmail.com> <fmbiete@gmail.com>
-
Francisco Miguel Biete Bañon authored
truncate. We need to set flags before calling ob_end_flush, ob_clean... Signed-off-by:Francisco Miguel Biete <fbiete@gmail.com> <fmbiete@gmail.com>
-
Francisco Miguel Biete Bañon authored
Signed-off-by:Francisco Miguel Biete <fbiete@gmail.com> <fmbiete@gmail.com>
-
- 17 Aug, 2015 1 commit
-
-
Vincent Sherwood authored
Separate the calls to unserialize() and file_get_contents() so that the size of the file contents can be logged in the debug message.
-
- 14 Aug, 2015 4 commits
-
-
Manfred Kutas authored
ZP-632 * commit '61453208': Allow to create own entrypoint / index.php with unmodified z-push sources If you use composer or upstream git repo as sub-project you cant modify config.php to your needs. Patch allows to create an own index.php as follows: <?php define('ZPUSH_CONFIG', __DIR__.'/config.php'); $_SERVER['SCRIPT_FILENAME'] = realpath(__DIR__.'/../vendor/zarafa/zpush2/index.php'); chdir('../vendor/zarafa/zpush2'); include('../vendor/zarafa/zpush2/src/index.php');
-
Manfred Kutas authored
* commit '4f93756d': ZP-636 #comment read last commit from 'git log'. If git is not available only "GIT" will be displayed.
-
Ralf Becker authored
If you use composer or upstream git repo as sub-project you cant modify config.php to your needs. Patch allows to create an own index.php as follows: <?php define('ZPUSH_CONFIG', __DIR__.'/config.php'); $_SERVER['SCRIPT_FILENAME'] = realpath(__DIR__.'/../vendor/zarafa/zpush2/index.php'); chdir('../vendor/zarafa/zpush2'); include('../vendor/zarafa/zpush2/src/index.php'); -
Sebastian Kummer authored
only "GIT" will be displayed.
-
- 16 Jul, 2015 2 commits
-
-
sebastian authored
git-svn-id: https://z-push.org/svn/z-push/trunk@1978 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
mku authored
git-svn-id: https://z-push.org/svn/z-push/trunk@1977 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
- 14 Jul, 2015 1 commit
-
-
mku authored
git-svn-id: https://z-push.org/svn/z-push/trunk@1976 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
- 07 Jul, 2015 1 commit
-
-
mku authored
git-svn-id: https://z-push.org/svn/z-push/trunk@1975 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
- 24 Jun, 2015 1 commit
-
-
mku authored
ZP-577 #comment remove http_response_code(401); because there already is header('HTTP/1.1 401 Unauthorized'); call which does the same. git-svn-id: https://z-push.org/svn/z-push/trunk@1974 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
- 22 Jun, 2015 1 commit
-
-
mku authored
ZP-555 #comment Do not change PR_BODY for an email sent via mobile device as PR_BODY is always unicode. Only convert PR_HTML property to unicode if this property is set and the encoding of the email sent via mobile is not UTF-8. git-svn-id: https://z-push.org/svn/z-push/trunk@1973 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
- 17 Jun, 2015 1 commit
-
-
sebastian authored
git-svn-id: https://z-push.org/svn/z-push/trunk@1970 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
- 15 Jun, 2015 8 commits
-
-
sebastian authored
git-svn-id: https://z-push.org/svn/z-push/trunk@1968 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
sebastian authored
ZP-624 #comment do the sync-interval-check only after opening the message, if message opening fails and we should move to the waste basket, we just tell the mobile "success" to avoid other errors git-svn-id: https://z-push.org/svn/z-push/trunk@1967 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
sebastian authored
git-svn-id: https://z-push.org/svn/z-push/trunk@1966 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
sebastian authored
git-svn-id: https://z-push.org/svn/z-push/trunk@1965 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
sebastian authored
git-svn-id: https://z-push.org/svn/z-push/trunk@1964 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
sebastian authored
ZP-623 #comment if exporting more than 1000 delete requests throw StatusException, remove folder states if statusexception is received during export, reset status to success only after saving the folder states, do no throw hierarchy-changed in ping when a state can not be found and no ping parameters were sent git-svn-id: https://z-push.org/svn/z-push/trunk@1963 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
sebastian authored
git-svn-id: https://z-push.org/svn/z-push/trunk@1962 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
sebastian authored
git-svn-id: https://z-push.org/svn/z-push/trunk@1961 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
- 09 Jun, 2015 2 commits
-
-
sebastian authored
ZP-621 #comment added new SyncCollections state "HIERARCHY_CHANGED" which does not indicate an error and let Ping return SYNC_PINGSTATUS_FOLDERHIERSYNCREQUIRED as well in this case git-svn-id: https://z-push.org/svn/z-push/trunk@1960 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
sebastian authored
git-svn-id: https://z-push.org/svn/z-push/trunk@1959 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
- 08 Jun, 2015 2 commits
-
-
sebastian authored
ZP-621 #comment do not let LoopDetection perform a full FolderResync after several SYNC_PINGSTATUS_FOLDERHIERSYNCREQUIRED if the following FolderSync command exports changes git-svn-id: https://z-push.org/svn/z-push/trunk@1958 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
sebastian authored
git-svn-id: https://z-push.org/svn/z-push/trunk@1955 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
- 05 Jun, 2015 3 commits
-
-
mku authored
git-svn-id: https://z-push.org/svn/z-push/trunk@1954 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
mku authored
git-svn-id: https://z-push.org/svn/z-push/trunk@1953 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
sebastian authored
ZP-451 #comment normalize SyncParameters after unserializing, save SyncParameters if updated and not invalidaded when replying with empty response in Sync, do not update FolderSyncRemaining counter with 0 if it's not set or already zero (prevent unecessary state update) git-svn-id: https://z-push.org/svn/z-push/trunk@1952 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
- 26 May, 2015 2 commits
-
-
sebastian authored
git-svn-id: https://z-push.org/svn/z-push/trunk@1949 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
sebastian authored
ZP-608 #comment moved StringStreamWrapper to lib/utils, in case of issues during wbxml decoding, include the wbxml data in the error log for easier debugging, added stand alone wbxml decoding tool git-svn-id: https://z-push.org/svn/z-push/trunk@1948 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
- 20 May, 2015 1 commit
-
-
sebastian authored
git-svn-id: https://z-push.org/svn/z-push/trunk@1947 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-
- 14 May, 2015 1 commit
-
-
sebastian authored
ZP-586 #comment Meeting shows correctly as accepted on iOS when the "attendeestatus" flag is NOT included when synchronizing the attendees appointment. Including it for the organizer shows the status of the attendees correctly. git-svn-id: https://z-push.org/svn/z-push/trunk@1946 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
-