- 21 Aug, 2015 5 commits
-
-
Francisco Miguel Biete authored
-
Manfred Kutas authored
* commit 'e47a725a': ZP-651 Use user agent exposed by DeviceManager (depends on ZP-655). Released under the Affero GNU General Public License (AGPL) version 3.
-
Manfred Kutas authored
Merge pull request #18 in ZP/z-push from feature/ZP-655-provide-getter-function-to-retrieve to develop * commit '4c50ac89': ZP-655 Added GetUserAgent to DeviceManager. 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
Affero GNU General Public License (AGPL) version 3.
-
- 19 Aug, 2015 9 commits
-
-
Manfred Kutas authored
* commit 'd15b4438': ZP-651 #comment use DeviceType if UserAgent is not available
-
Sebastian Kummer authored
-
Sebastian Kummer authored
ZP-652 #comment better diffstate performance * commit '8cd0a71f': - improve performance, by not iterating for each entry through all entries, but initially create an associative array of old entries indexed by their key and then iterating through the new entries once identifying new, modfied or removed entries (this makes a hugh difference eg. for addressbooks with a couple of thousand entries more then a factor of 10) - it drops the requirement that ids need to be in ascending order, new diff code works also if $new contains smaller ids. That happens eg. for us when a users unsubscribs from a mail folder and subscribes again
-
Sebastian Kummer authored
ZP-639 #comment EqualTo is not correctly set * commit '5c2a9ff7': Fix the issue where the decoder code for Search mistakenly assigns the element SYNC_SEARCH_VALUE for search type SYNC_SEARCH_EQUALTO into the ContentParameters object as SearchValueLess instead of SearchValueEqualTo
-
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 2 commits
-
-
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.
-
Vincent Sherwood authored
Fix the issue where the decoder code for Search mistakenly assigns the element SYNC_SEARCH_VALUE for search type SYNC_SEARCH_EQUALTO into the ContentParameters object as SearchValueLess instead of SearchValueEqualTo
-
- 14 Aug, 2015 5 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.
-
Ralf Becker authored
- improve performance, by not iterating for each entry through all entries, but initially create an associative array of old entries indexed by their key and then iterating through the new entries once identifying new, modfied or removed entries (this makes a hugh difference eg. for addressbooks with a couple of thousand entries more then a factor of 10) - it drops the requirement that ids need to be in ascending order, new diff code works also if $new contains smaller ids. That happens eg. for us when a users unsubscribs from a mail folder and subscribes again
-
- 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
-