- 13 Oct, 2015 5 commits
-
-
Sebastian Kummer authored
* commit 'c782d49a': ZP-724 Add CalendarType also to SyncTaskRecurrence and SyncMeetingRequestRecurrence objects. ZP-724 Add instance variable for calendar type. ZP-724 ADD CalendarType to SyncRecurrence object.
-
Sebastian Kummer authored
SyncMeetingRequestRecurrence objects. 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
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Merge pull request #65 in ZP/z-push from bugfix/ZP-723-windowsize-of-512-is-used-when-exporting to develop * commit '407c07bc': ZP-723 Overwrite windowsSize only if it's bigger than the available global windowSize.
-
- 12 Oct, 2015 1 commit
-
-
Sebastian Kummer authored
global windowSize. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 07 Oct, 2015 5 commits
-
-
Sebastian Kummer authored
Merge pull request #38 in ZP/z-push from feature/ZP-677-expose-resync-folder-funcitonality to develop * commit 'd72a5be9': ZP-677 Expose ResyncFolder to webservice. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Merge pull request #62 in ZP/z-push from feature/ZP-721-add-error-log-viewer-shortcut-to-z-push-top to develop * commit '1bf55951': ZP-721 Added option to tail the error log file, "wide view" can now also be disabled.
-
Sebastian Kummer authored
Merge pull request #63 in ZP/z-push from bugfix/ZP-719-request-class-not-found-on-autodiscover to develop * commit 'b6b9f0c0': ZP-719 Include Request class in AutoDiscover.
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
be disabled. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 29 Sep, 2015 1 commit
-
-
Sebastian Kummer authored
Revert "Merge pull request #34 in ZP/z-push from bugfix/ZP-672-options-without-authentication-info to develop" This reverts commit 22dd9503, reversing changes made to cf3ad6fb.
-
- 25 Sep, 2015 1 commit
-
-
Sebastian Kummer authored
Merge pull request #60 in ZP/z-push from bugfix/ZP-717-set-you-answered-this-message-on-date to develop * commit '92031424': ZP-717 Don't use $props as it is used before. ZP-717 Set PR_LAST_VERB_EXECUTED and PR_LAST_VERB_EXECUTION_TIME correctly when replying/forwarding an email.
-
- 24 Sep, 2015 2 commits
-
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
correctly when replying/forwarding an email. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 17 Sep, 2015 1 commit
-
-
Sebastian Kummer authored
Merge pull request #59 in ZP/z-push from bugfix/ZP-711-zpush_fatal_handler-reports-PHP-Notice-Warning-as-FATAL-in-z-push-error.log to develop * commit '0b72fe9f': ZP-711 zpush_fatal_handler reports PHP Notice & Warning as FATAL in z-plush(-error).log. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 16 Sep, 2015 2 commits
-
-
Sebastian Kummer authored
Merge pull request #55 in ZP/z-push from bugfix/ZP-702-Attachments-are-1-or-2-bytes-short to develop * commit 'bb60677f': ZP-702 Implement seeking capability to MAPIStreamWrapper. Add stream size to log output. ZP-702 Attachments are 1 or 2 bytes short. Released under the Affero GNU General Public License (AGPL) version 3. Fixed empty attachment data written, because stream was not at the beginning eg. by a previous call to fstat. Also logging now number of bytes written and not length of stream, to be able to detect similar problems. ZP-702 Implement plain and base64 encoded stream support into the wbxml encoder and streamer. Removed padding filter and added a null-char-replace filter used when streaming plain streams (tested but not part of this ticket). ZP-702 Attachments are 1 or 2 bytes short if size is not 3 byte aligned. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
size to log output. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 15 Sep, 2015 2 commits
-
-
Ralf Becker authored
ZP-711 zpush_fatal_handler reports PHP Notice & Warning as FATAL in z-plush(-error).log. Released under the Affero GNU General Public License (AGPL) version 3.
-
Ralf Becker authored
ZP-702 Attachments are 1 or 2 bytes short. Released under the Affero GNU General Public License (AGPL) version 3. Fixed empty attachment data written, because stream was not at the beginning eg. by a previous call to fstat. Also logging now number of bytes written and not length of stream, to be able to detect similar problems.
-
- 14 Sep, 2015 6 commits
-
-
Sebastian Kummer authored
Merge pull request #57 in ZP/z-push from bugfix/ZP-704-z-push-top-screen-size-calculation-fails-under-OS-X to develop * commit '27454aad': ZP-704 Fixed white space. ZP-704 z-push-top screen-size calculation fails under OS X. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Merge pull request #56 in ZP/z-push from bugfix/ZP-703-z-push-top-and-admin-does-NOT-honor-new-ZPUSH_CONFIG-define to develop * commit 'df0558e3': ZP-703 z-push-top and -admin does NOT honor new ZPUSH_CONFIG define. 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
encoder and streamer. Removed padding filter and added a null-char-replace filter used when streaming plain streams (tested but not part of this ticket). Released under the Affero GNU General Public License (AGPL) version 3.
-
Ralf Becker authored
ZP-704 z-push-top screen-size calculation fails under OS X. Released under the Affero GNU General Public License (AGPL) version 3.
-
Ralf Becker authored
ZP-703 z-push-top and -admin does NOT honor new ZPUSH_CONFIG define. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 10 Sep, 2015 1 commit
-
-
Ralf Becker authored
ZP-702 Attachments are 1 or 2 bytes short if size is not 3 byte aligned. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 09 Sep, 2015 8 commits
-
-
Sebastian Kummer authored
Merge pull request #54 in ZP/z-push from bugfix/ZP-701-logging-binary-can-cause-out-of-memory to develop * commit '9904f3bc': ZP-701 Truncate content on binary output log. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Merge pull request #53 in ZP/z-push from bugfix/ZP-700-catch-php-fatals-and-log-them-into to develop * commit '1f468b44': ZP-700 Register a fatal handler and log the error message to LOGLEVEL_ERROR. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
* commit '20281136': ZP-651 Only contact DeviceManager if DeviceID is set. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
* commit '967a0c36': ZP-697 Honour global window size. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
LOGLEVEL_ERROR. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Public License (AGPL) version 3.
-
- 07 Sep, 2015 3 commits
-
-
Sebastian Kummer authored
* commit '1d29ee14': ZP-594 Limit the amount of loops when reading data. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
* commit '6458a17a': ZP-694 Use WBXML as default log level (for develop). Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
the Affero GNU General Public License (AGPL) version 3.
-
- 04 Sep, 2015 2 commits
-
-
Sebastian Kummer authored
Merge pull request #43 in ZP/z-push from bugfix/ZP-692-diffstate.php-use-different-cutoff to develop * commit '9106da1f': ZP-692 Add notes and set to false when we don't care about filtertime. Released under the Affero GNU General Public License (AGPL) version 3. ZP-692 Different cutoff dates. Released under the Affero GNU General Public License (AGPL) version 3.
-
Francisco Miguel Biete authored
ZP-692 Add notes and set to false when we don't care about filtertime. Released under the Affero GNU General Public License (AGPL) version 3.
-