- 15 Oct, 2015 2 commits
-
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
GlobalWindowSize to the SYNC_MAX_ITEMS configured. Released under the Affero GNU General Public License (AGPL) version 3.
-
- 14 Oct, 2015 6 commits
-
-
Sebastian Kummer authored
Merge pull request #69 in ZP/z-push from bugfix/ZP-656-warnings-for-signed-emails-in-sent to develop * commit '8139b02b': ZP-656 Only prepend transport headers if they are available. Do not include the newlines to separate the headers from the body, as the data already contains headers and the separating lines. If no transport headers are available in the case of a signed message do not use the signed attachment but let imtoinet() generate the email as it generates the headers by default. See ZP-725 for more information.
-
Sebastian Kummer authored
include the newlines to separate the headers from the body, as the data already contains headers and the separating lines. If no transport headers are available in the case of a signed message do not use the signed attachment but let imtoinet() generate the email as it generates the headers by default. See ZP-725 for more information. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Merge pull request #68 in ZP/z-push from bugfix/ZP-711-zpush_fatal_handler-reports-PHP-Strict-in-z-push-error.log to develop * commit 'caadef2b': 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.
-
Sebastian Kummer authored
Merge pull request #67 in ZP/z-push from bugfix/ZP-726-infinit-loop-if-non-stream-given-for-an-attachment to develop * commit 'ce1fe248': ZP-726 Infinit loop if non-stream is given for an attachment. Released under the Affero GNU General Public License (AGPL) version 3. need to check for a resource, as eg. feof("Error") === false and causing infinit loop in while!
-
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-726 Infinit loop if non-stream is given for an attachment. Released under the Affero GNU General Public License (AGPL) version 3. need to check for a resource, as eg. feof("Error") === false and causing infinit loop in while!
-
- 13 Oct, 2015 6 commits
-
-
Sebastian Kummer authored
Merge pull request #64 in ZP/z-push from bugfix/ZP-720-user-level-log-won-t-writeend-if-global to develop * commit '4c91e8b0': ZP-720 Write memory information and END tag also to the user log file.
-
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 6 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
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 3 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.
-