1. 08 Jan, 2016 2 commits
  2. 07 Jan, 2016 11 commits
  3. 02 Dec, 2015 1 commit
  4. 27 Nov, 2015 1 commit
    • Etienne CHAMPETIER's avatar
      ZP-785 Fix mixed EOL. · 598c1e3a
      Etienne CHAMPETIER authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      
      find -name '*.php' -print0 | xargs -0 -n1 dos2unix
      598c1e3a
  5. 18 Nov, 2015 1 commit
  6. 12 Nov, 2015 13 commits
  7. 09 Nov, 2015 2 commits
  8. 06 Nov, 2015 2 commits
  9. 04 Nov, 2015 2 commits
  10. 21 Oct, 2015 2 commits
  11. 20 Oct, 2015 3 commits
    • Sebastian Kummer's avatar
      ZP-731 Bumped version to 2.2.6beta. Removed newlines. · dbd365e0
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      dbd365e0
    • Sebastian Kummer's avatar
      Merge pull request #55 in ZP/z-push from... · c003e3b6
      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.
      
      (cherry picked from commit 64f7bbb2)
      
      Conflicts:
      	src/lib/wbxml/replacenullcharfilter.php
      c003e3b6
    • Sebastian Kummer's avatar
      Merge pull request #72 in ZP/z-push from... · f915315a
      Sebastian Kummer authored
      Merge pull request #72 in ZP/z-push from bugfix/ZP-730-check-internal-notifications-if-states to develop
      
      * commit '0d4b2873':
        ZP-730 Undo change of ZP-631 (enabling notification check again). Check the states integrity before validating the notification. If state has been use, force a sync of the folder.
      
      (cherry picked from commit aeab7567)
      f915315a