1. 09 Feb, 2016 2 commits
  2. 08 Feb, 2016 2 commits
  3. 05 Feb, 2016 2 commits
  4. 03 Feb, 2016 11 commits
    • Sebastian Kummer's avatar
      Merge pull request #138 in ZP/z-push from... · 6a7a9763
      Sebastian Kummer authored
      Merge pull request #138 in ZP/z-push from bugfix/ZP-824-foldersync-should-cause-ping-to-force to develop
      
      * commit 'd8718bdc':
        ZP-824 Remove local $sc as it is not needed.
        ZP-824 Invalidate all pingable flags on folders when doing a FolderSync (with changes) or FolderChange (Create, Update, Delete) operation.
      6a7a9763
    • Sebastian Kummer's avatar
      Merge pull request #139 in ZP/z-push from... · 6467068d
      Sebastian Kummer authored
      Merge pull request #139 in ZP/z-push from bugfix/ZP-825-composer-replacenullchar-filter-can to develop
      
      * commit '9c478cd5':
        ZP-825 Rename ReplaceNullCharFilter classname, register filter in WBXMLEncoder before it is being used.
      6467068d
    • Sebastian Kummer's avatar
      Merge pull request #137 in ZP/z-push from... · b9553df4
      Sebastian Kummer authored
      Merge pull request #137 in ZP/z-push from feature/ZP-705-implement-support-for-streamer_type_stream_asplain to develop
      
      * commit '4ccfc1f5':
        ZP-707 Remove debug.
        ZP-707 use MAPIStreamWrapper where possible.
        ZP-708 Wrap the plaintext body, html body or mime message into a StringStreamWrapper. While the wrapper correctly truncates (UTF-8 compatible), we can also truncate before loading the data in.
        ZP-707 Undo changes to the stream wrappers to be able to write at the beginning of the stream introduced with f133d268.
        ZP-706 SYNC_RESOLVERECIPIENTS_DATA is a base64 stream.
        ZP-706 Fix develop merge wrong conflict resolution.
        ZP-706 SyncMail->mimedata is a plaintext stream.
        ZP-707 Undo config changes.
        ZP-707 The stream wrapper need to truncate UTF-8 compatible.
        ZP-707 Use a MapiStreamWrapper for the AS2.5 mime message.
        ZP-707 When truncating AS12+ the general truncation size for the AS2.5 body should not be considered.
        ZP-707 Fixed instance variable access in MapiStreamWrapper.
        ZP-707 Use plain streams in mapi provider. Added writing functionality to StringStreamWrapper and MapiStreamWrapper. Reading data is encapsulated into a StringStreamWrapper by the Streamer.
        ZP-707 Initial implementation. Needs fixing.
        ZP-706 AirSyncBaseBody data is a plain data stream.
      b9553df4
    • Sebastian Kummer's avatar
      ZP-824 Remove local $sc as it is not needed. · d8718bdc
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      d8718bdc
    • Sebastian Kummer's avatar
      ZP-825 Rename ReplaceNullCharFilter classname, register filter in · 9c478cd5
      Sebastian Kummer authored
      WBXMLEncoder before it is being used.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      9c478cd5
    • Sebastian Kummer's avatar
      ZP-824 Invalidate all pingable flags on folders when doing a FolderSync · 2161641e
      Sebastian Kummer authored
      (with changes) or FolderChange (Create, Update, Delete) operation.
      
      Released under the Affero GNU General Public License (AGPL) version 3. 
      2161641e
    • Sebastian Kummer's avatar
      ZP-707 Remove debug. · 4ccfc1f5
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      4ccfc1f5
    • Sebastian Kummer's avatar
      ZP-707 use MAPIStreamWrapper where possible. · 72611b4c
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      72611b4c
    • Sebastian Kummer's avatar
      Merge pull request #136 in ZP/z-push from... · 7845f6c9
      Sebastian Kummer authored
      Merge pull request #136 in ZP/z-push from bugfix/ZP-823-do-not-sync-suggested-contacts-folder to develop
      
      * commit '403f8afa':
        ZP-823 Remove empty line.
        ZP-823 Do not sync suggested contacts folder.
      7845f6c9
    • Manfred Kutas's avatar
      ZP-823 Remove empty line. · 403f8afa
      Manfred Kutas authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      403f8afa
    • Manfred Kutas's avatar
      ZP-823 Do not sync suggested contacts folder. · 9e4f0b8a
      Manfred Kutas authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      9e4f0b8a
  5. 02 Feb, 2016 2 commits
  6. 01 Feb, 2016 3 commits
  7. 29 Jan, 2016 2 commits
  8. 28 Jan, 2016 1 commit
  9. 27 Jan, 2016 3 commits
  10. 26 Jan, 2016 8 commits
  11. 25 Jan, 2016 4 commits
    • Sebastian Kummer's avatar
      ZP-641 Make sure CleanStates does not touch permanent · f087cedd
      Sebastian Kummer authored
      backend storage files, unless we really want to delete them.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      f087cedd
    • Sebastian Kummer's avatar
      ZP-641 Revert "For Backend Storage type files, add a user element to the file... · 30d04949
      Sebastian Kummer authored
      ZP-641 Revert "For Backend Storage type files, add a user element to the file name so that multiple accounts on the same device do not overwrite each others data in a single file named only for the device."
      
      This reverts commit 38ce1ca0.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      30d04949
    • Sebastian Kummer's avatar
      Merge pull request #120 in ZP/z-push from feature/ZP-682-Composer-Auto-include to develop · 6c311642
      Sebastian Kummer authored
      * commit 'daf481e5':
        ZP-682 Compare the configured LOGBACKEND lowercase.
        ZP-682 "filelog" and "syslog" classes can not be found by autoloader (because they are in camel case and not lowercase). Rewriting the backend loaded by ZLog to the class name, as this is more end-user friendly. Throwing a FatalNotImplementedException causes a recursion that eats up all available memory before it fails, as that exception tries to log which then throws the exception again.
        ZP-682 updated classmap for CalDav and CardDav backends. Removed includes from the backends.
        ZP-682 Never commit composer binary. Released under the Affero GNU General Public License (AGPL) version 3.
        ZP-682 Composer - AutoInclude. Released under the Affero GNU General Public License (AGPL) version 3.
      6c311642
    • Sebastian Kummer's avatar
      ZP-682 Compare the configured LOGBACKEND lowercase. · daf481e5
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      daf481e5