- 25 Jan, 2016 8 commits
-
-
Sebastian Kummer authored
includes from the backends. 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 feature/ZP-682-Composer-Auto-include Conflicts: src/index.php src/z-push-admin.php src/z-push-top.php
-
Sebastian Kummer authored
* commit '85e27502': ZP-816 Add missing includes. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
* commit 'aa801676': ZP-810 Missing configuration in BackendCombined for BackendLDAP. 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-810-Missing-config-BackendCombined Conflicts: src/backend/combined/config.php
-
Sebastian Kummer authored
* commit '610cf709': ZP-684 New backend CardDAV. 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 feature/ZP-684-New-backend-CardDAV Conflicts: src/backend/combined/config.php
-
Sebastian Kummer authored
* commit '4c9dd864': ZP-685 Move utils functions to TimezoneUtil. Released under the Affero GNU General Public License (AGPL) version 3. ZP-685 Fix misspelling. Released under the Affero GNU General Public License (AGPL) version 3. ZP-685 Date/Time function changes. Released under the Affero GNU General Public License (AGPL) version 3. ZP-685 New backend CalDAV. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 24 Jan, 2016 2 commits
-
-
Francisco Miguel Biete authored
ZP-685 Move utils functions to TimezoneUtil. Released under the Affero GNU General Public License (AGPL) version 3.
-
Francisco Miguel Biete authored
-
- 21 Jan, 2016 1 commit
-
-
Nicolas Vanheuverzwijn authored
-
- 19 Jan, 2016 2 commits
-
-
Sebastian Kummer authored
Merge pull request #126 in ZP/z-push from bugfix/ZP-791-check-if-lastmodifieddate-is-processed to develop * commit 'd1dbbb39': ZP-791 LastModifiedDate not set for notes when changed on the server.
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
- 14 Jan, 2016 3 commits
-
-
Sebastian Kummer authored
Merge pull request #125 in ZP/z-push from bugfix/ZP-815-categories-on-emails-are-not-synchronized-updated to develop * commit '12ea24fc': ZP-815 Remove categories if mobile does not submit them. ZP-815 Fixed StreamImporter to include categories when streaming an email update, added categories instance variable to SyncMail, added categories to MAPIProvider->GetEmailMapping(), implementing setting categories for emails.
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
email update, added categories instance variable to SyncMail, added categories to MAPIProvider->GetEmailMapping(), implementing setting categories for emails. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 08 Jan, 2016 8 commits
-
-
Sebastian Kummer authored
Merge pull request #116 in ZP/z-push from bugfix/ZP-801-allow-all-day-recurring-event-without to develop * commit 'feb9b279': ZP-801 allow all day reccuring events without timezone.
-
Sebastian Kummer authored
Merge pull request #104 in ZP/z-push from bugfix/ZP-787-typo-request-getdeviceid-request-getdeviceid to develop * commit '00815c8d': ZP-787 fix typo Request::GetDeviceId() -> Request::GetDeviceID().
-
Sebastian Kummer authored
* commit '50dc9a5c': ZP-794 filestatemachine: use Utils::SafePutContents(). ZP-794 add Utils::SafePutContents().
-
Sebastian Kummer authored
* commit 'a66f8222': ZP-765 Fixed missing spaces in log string. Fixed LOGLEVEL_DEVICEID so it works as expected. Fixed access of Log->unauthMessageCache - is now an instance variable. Fixed indentation. Throw a FatalNotImplementedException instead of a simple Exception.
-
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
works as expected. Fixed access of Log->unauthMessageCache - is now an instance variable. Fixed indentation. Throw a FatalNotImplementedException instead of a simple Exception. Released under the Affero GNU General Public License (AGPL) version 3.
-
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 7 commits
-
-
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.
-
Francisco Miguel Biete authored
ZP-810 Missing configuration in BackendCombined for BackendLDAP. Released under the Affero GNU General Public License (AGPL) version 3.
-
Francisco Miguel Biete authored
ZP-685 Date/Time function changes. Released under the Affero GNU General Public License (AGPL) version 3.
-
Francisco Miguel Biete authored
-
Francisco Miguel Biete authored
-
Francisco Miguel Biete authored
ZP-682 Never commit composer binary. Released under the Affero GNU General Public License (AGPL) version 3.
-
Francisco Miguel Biete authored
ZP-682 Composer - AutoInclude. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 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.
-
- 08 Dec, 2015 1 commit
-
-
Etienne CHAMPETIER authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
- 07 Dec, 2015 3 commits
-
-
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.
-