- 08 Jan, 2016 3 commits
-
-
Sebastian Kummer authored
* commit '2676adfb': ZP-795 hhvm fix: GetCutOffDate in utils.php. ZP-795 hhvm fix: use break instead of continue in switch. ZP-795 hhvm fix: {} -> []. ZP-795 hhvm fix: use bool instead of boolean. ZP-795 remove unused code. ZP-795 fix indentation. ZP-795 add parentheses to be sure of what we want. ZP-795 fix some bad sprintf. ZP-795 remove useless assignment.
-
Sebastian Kummer authored
* commit '701c5142': ZP-765 Some tweaks on the config file. ZP-765 Revert the delete of variable as they will used in a near future. Released under the Affero GNU General Public License (AGPL) version 3. ZP-765 Add cache value for the check of the AuthUser in the SpecialLogUser array. Released under the Affero GNU General Public License (AGPL) version 3. ZP-765 Add AfterInitialization function called in the ZLog static class. Released under the Affero GNU General Public License (AGPL) version 3. ZP-765 Added a cache value for IsUserInSpecialLogUsers. Released under the Affero GNU General Public License (AGPL) version 3. ZP-765 AuthUser is now an instance class variable. Released under the Affero GNU General Public License (AGPL) version 3. ZP-765 Remove unused parameters. Released under the Affero GNU General Public License (AGPL) version 3. ZP-765 Moved the content of AuthenticationInfo into the initialize section of the Request static class. Released under the Affero GNU General Public License (AGPL) version 3. ZP-765 We should not use array deference because it might not be safe yet. Released under the Affero GNU General Public License (AGPL) version 3. ZP-765 Removed unused variable. Released under the Affero GNU General Public License (AGPL) version 3. ZP-765 Use PHP_EOL instead of \n. Released under the Affero GNU General Public License (AGPL) version 3. ZP-765 Code formatting. Released under the Affero GNU General Public License (AGPL) version 3. ZP-765 Adding the licence on top of the new files. Released under the Affero GNU General Public License (AGPL) version 3. ZP-765 Logging system now uses instance instead of static files. 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.
-
- 06 Jan, 2016 1 commit
-
-
Sebastian Kummer authored
Merge pull request #119 in ZP/z-push from bugfix/ZP-784-sync-with-remove-fails-if-source-message to develop * commit 'eb7f48ba': ZP-784 Consider all StatusException with SYNC_MOVEITEMSTATUS_SUCCESS a SYNC_STATUS_SUCCESS and rewrite all other codes to SYNC_STATUS_OBJECTNOTFOUND.
-
- 22 Dec, 2015 1 commit
-
-
Sebastian Kummer authored
SYNC_STATUS_SUCCESS and rewrite all other codes to SYNC_STATUS_OBJECTNOTFOUND. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 21 Dec, 2015 4 commits
-
-
Sebastian Kummer authored
Merge pull request #114 in ZP/z-push from bugfix/ZP-799-disallow-new-new-time-proposal-is to develop * commit '63c9431e': ZP-799 Fix bug DisallowNewTimeProposal is AS14 and later feature. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
* commit 'c18dab8b': ZP-798 Fixed even more whitespace wishes. ZP-798 Fixed whitespace. ZP-798 Set maxCount to the current counter + the requested window size, to prevent maxCount being too high and LoopDetection to get stuck.
-
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.
-
- 05 Dec, 2015 1 commit
-
-
Vincent Sherwood authored
ZP-799 Fix bug DisallowNewTimeProposal is AS14 and later feature. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 04 Dec, 2015 1 commit
-
-
Sebastian Kummer authored
to prevent maxCount being too high and LoopDetection to get stuck. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 30 Nov, 2015 10 commits
-
-
Sebastian Kummer authored
* commit '9fc6294c': ZP-786 instanceof is lower case.
-
Etienne CHAMPETIER authored
Released under the Affero GNU General Public License (AGPL) version 3. (hhvm/hack complains with the isset)
-
Etienne CHAMPETIER authored
Released under the Affero GNU General Public License (AGPL) version 3. in a switch this is equivalent, but hhvm complains about it http://php.net/manual/en/control-structures.switch.php In PHP, 'continue;' inside a switch statement is equivalent to 'break;'. Hack does not support this; use 'break' if that is what you meant. (NastCheck[3006])
-
Etienne CHAMPETIER authored
Released under the Affero GNU General Public License (AGPL) version 3. there is no need to use {} instead of [], and hhvm (hack) doesn't like this -
Etienne CHAMPETIER authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Etienne CHAMPETIER authored
Released under the Affero GNU General Public License (AGPL) version 3. (clientid doesn't exist in foldersync requests)
-
Etienne CHAMPETIER authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Etienne CHAMPETIER authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Etienne CHAMPETIER authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Etienne CHAMPETIER authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
- 27 Nov, 2015 3 commits
-
-
Sebastian Kummer authored
Merge pull request #100 in ZP/z-push from feature/ZP-782-log-file-and-line-in-zpushexception to develop * commit 'c1699802': ZP-782 log file and line in ZPushException.
-
Sebastian Kummer authored
Merge pull request #101 in ZP/z-push from bugfix/ZP-783-statusexception-from-phpwrapper-not to develop * commit '25a8119b': ZP-783 Fixed typo and year. ZP-783 Catch StatusException when loading conflicts.
-
Etienne CHAMPETIER authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
- 26 Nov, 2015 3 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.
-
Etienne CHAMPETIER authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
- 25 Nov, 2015 1 commit
-
-
Sebastian Kummer authored
Merge pull request #99 in ZP/z-push from bugfix/ZP-780-incompatible-zcp-7.0.x-ics-importfolderchange to develop * commit '7870e78a': ZP-780 Fix year. ZP-780 Fetch missing properties to be backwards compatible.
-
- 24 Nov, 2015 2 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.
-
- 23 Nov, 2015 2 commits
-
-
Nicolas Vanheuverzwijn authored
ZP-765 Revert the delete of variable as they will used in a near future. Released under the Affero GNU General Public License (AGPL) version 3.
-
Nicolas Vanheuverzwijn authored
ZP-765 Add cache value for the check of the AuthUser in the SpecialLogUser array. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 20 Nov, 2015 3 commits
-
-
Nicolas Vanheuverzwijn authored
ZP-765 Add AfterInitialization function called in the ZLog static class. Released under the Affero GNU General Public License (AGPL) version 3.
-
Nicolas Vanheuverzwijn authored
ZP-765 Added a cache value for IsUserInSpecialLogUsers. Released under the Affero GNU General Public License (AGPL) version 3.
-
Nicolas Vanheuverzwijn authored
ZP-765 AuthUser is now an instance class variable. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 19 Nov, 2015 5 commits
-
-
Nicolas Vanheuverzwijn authored
ZP-765 Remove unused parameters. Released under the Affero GNU General Public License (AGPL) version 3.
-
Nicolas Vanheuverzwijn authored
ZP-765 Moved the content of AuthenticationInfo into the initialize section of the Request static class. Released under the Affero GNU General Public License (AGPL) version 3.
-
Nicolas Vanheuverzwijn authored
ZP-765 We should not use array deference because it might not be safe yet. Released under the Affero GNU General Public License (AGPL) version 3.
-
Nicolas Vanheuverzwijn authored
ZP-765 Removed unused variable. Released under the Affero GNU General Public License (AGPL) version 3.
-
Nicolas Vanheuverzwijn authored
ZP-765 Use PHP_EOL instead of \n. Released under the Affero GNU General Public License (AGPL) version 3.
-