1. 08 Jun, 2016 7 commits
  2. 07 Jun, 2016 2 commits
  3. 04 May, 2016 1 commit
  4. 30 Mar, 2016 1 commit
  5. 29 Mar, 2016 4 commits
  6. 24 Mar, 2016 7 commits
  7. 09 Mar, 2016 1 commit
  8. 24 Feb, 2016 4 commits
    • Sebastian Kummer's avatar
      ZP-822 Bumped version, fixed line endings. · ee04fc92
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      ee04fc92
    • Sebastian Kummer's avatar
      Merge pull request #154 in ZP/z-push from... · b2bb1fef
      Sebastian Kummer authored
      Merge pull request #154 in ZP/z-push from bugfix/ZP-840-ping-loop-if-exporter-state-is-not to develop
      
      * commit 'a1541482':
        ZP-840 Rename exception variable.
        ZP-840 Renamed exception variable.
        ZP-840 Catch StateInvalidException when in partial mode.
        ZP-840 Do not throw StateNotFoundException as this messes up Ping. Just treat it as StateInvalid (which is true, FD indicates a state that is not available), do not catch both types in Ping as only StateInvalidException will be thrown.
      
      (cherry picked from commit abf4c77c)
      
      Conflicts:
      	src/lib/core/synccollections.php
      	src/lib/request/ping.php
      b2bb1fef
    • Sebastian Kummer's avatar
      Merge pull request #150 in ZP/z-push from... · ece2e377
      Sebastian Kummer authored
      Merge pull request #150 in ZP/z-push from bugfix/ZP-641-filestatemachine-backend-storage-file to develop
      
      * commit '5c7a4b19':
        ZP-641 Delete file only if it exists.
        ZP-641 CleanStates() has to stop after deleting one BS file.
        ZP-641 call GetState() with the "do not clean" flag, changed CleanStates() to delete exact bs files when being calles without uuid for bs type (needs better fixing in ZP-835).
      
      (cherry picked from commit 3f1f999e)
      ece2e377
    • Sebastian Kummer's avatar
      Merge pull request #157 in ZP/z-push from... · ec4280de
      Sebastian Kummer authored
      Merge pull request #157 in ZP/z-push from bugfix/ZP-645-php-5.4-obstart-needs-an-extra-flag-revert to develop
      
      * commit '749e44a8':
        ZP-645 Revert "PHP 5.4+ ob_start() needs an extra flag to allow".
      
      (cherry picked from commit 52e58756)
      ec4280de
  9. 10 Feb, 2016 4 commits
  10. 05 Feb, 2016 2 commits
  11. 03 Feb, 2016 7 commits
    • Sebastian Kummer's avatar
      ZP-822 Bumped to 2.2.9alpha1. Removed new lines at end of files. · cdc411b6
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      cdc411b6
    • Sebastian Kummer's avatar
      Merge pull request #133 in ZP/z-push from... · 5da621f1
      Sebastian Kummer authored
      Merge pull request #133 in ZP/z-push from feature/ZP-781-nicer-format-for-memory-usage-and to develop
      
      * commit '673e1981':
        ZP-781 Use comma as decimal and dot as thousand separators, add 's' as unit for time usage.
        ZP-781 Nicer format for memory usage.
      
      (cherry picked from commit 109eb8f7)
      
      Conflicts:
      	src/lib/utils/utils.php
      5da621f1
    • Sebastian Kummer's avatar
      Merge pull request #138 in ZP/z-push from... · ff1ec4cd
      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.
      
      (cherry picked from commit 6a7a9763)
      
      Conflicts:
      	src/lib/request/folderchange.php
      	src/lib/request/foldersync.php
      ff1ec4cd
    • Sebastian Kummer's avatar
      Merge pull request #136 in ZP/z-push from... · c92e0709
      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.
      
      (cherry picked from commit 7845f6c9)
      c92e0709
    • Sebastian Kummer's avatar
      Merge pull request #125 in ZP/z-push from... · 59030985
      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.
      
      (cherry picked from commit bca74a9c)
      59030985
    • Sebastian Kummer's avatar
      Merge pull request #109 in ZP/z-push from bugfix/ZP-795-typo-small-fixes to develop · 7c5aaa32
      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.
      
      (cherry picked from commit 7d46686c)
      7c5aaa32
    • Sebastian Kummer's avatar
      Merge pull request #134 in ZP/z-push from... · bfd9e684
      Sebastian Kummer authored
      Merge pull request #134 in ZP/z-push from bugfix/ZP-808-research-and-review-sensitivity-for to develop
      
      * commit 'a973c6ff':
        ZP-808 Set appointment as private if sensitivity is private or greater.
      
      (cherry picked from commit 752e61ab)
      bfd9e684