1. 03 Apr, 2018 3 commits
  2. 28 Mar, 2018 1 commit
    • Manfred Kutas's avatar
      Merge pull request #676 in ZP/z-push from develop to release/2.4 · 47f8e940
      Manfred Kutas authored
      * commit 'ca652cc5':
        ZP-1383 Fix carddav last character of note trimmed. Released under the Affero GNU General Public License (AGPL) version 3.
        ZP-1382 Caldav outofoffice tentative workingelsewhere status. Released under the Affero GNU General Public License (AGPL) version 3.
        ZP-1379 Undefined offset warnings when impersonating.
        ZP-1291 Exit with 0 if gab2contacts called with help.
        ZP-1291 Exit with 0 if gab-sync called with help.
        ZP-1291 Exit with 0 if z-push-top called with help.
        ZP-1291 Exit with 0 if z-push-admin called with help.
        ZP-1376 Return false in IsRequestMemoryLimitReached if memory_limit set to -1.
        ZP-1377 Fix undefined index warnings in imap backend.
        ZP-1374 Add imap backend location to the include_path when using imap backend.
        ZP-1373 Modify custom header so it matches the apache modphp version.
        ZP-1373 Disable custom remote IP header by default.
        ZP-1375 Change state and log dirs and log rotation ownership to root:z-push on RHEL based operating systems.
      47f8e940
  3. 26 Mar, 2018 4 commits
  4. 25 Mar, 2018 1 commit
  5. 22 Mar, 2018 6 commits
    • Sebastian Kummer's avatar
      Merge pull request #672 in ZP/z-push from... · 23f23871
      Sebastian Kummer authored
      Merge pull request #672 in ZP/z-push from bugfix/ZP-1379-undefined-offset-warnings-when-impersonating to develop
      
      * commit '594690a2':
        ZP-1379 Undefined offset warnings when impersonating.
      23f23871
    • Sebastian Kummer's avatar
      Merge pull request #670 in ZP/z-push from... · 3ac8c74b
      Sebastian Kummer authored
      Merge pull request #670 in ZP/z-push from bugfix/ZP-1376-out-of-memory-check-when-memory_limit-1 to develop
      
      * commit 'd08421f2':
        ZP-1376 Return false in IsRequestMemoryLimitReached if memory_limit set to -1.
      3ac8c74b
    • Sebastian Kummer's avatar
      Merge pull request #666 in ZP/z-push from... · c7a0e097
      Sebastian Kummer authored
      Merge pull request #666 in ZP/z-push from bugfix/ZP-1375-z-push-config-nginx-has-wrong-permissions to develop
      
      * commit '5e4cde0d':
        ZP-1375 Change state and log dirs and log rotation ownership to root:z-push on RHEL based operating systems.
      c7a0e097
    • Sebastian Kummer's avatar
      Merge pull request #668 in ZP/z-push from... · e30a77cf
      Sebastian Kummer authored
      Merge pull request #668 in ZP/z-push from bugfix/ZP-1374-include-path-in-imap-backend-lacks-pear-folders to develop
      
      * commit 'c1000d1c':
        ZP-1374 Add imap backend location to the include_path when using imap backend.
      e30a77cf
    • Sebastian Kummer's avatar
      Merge pull request #667 in ZP/z-push from... · f95f2087
      Sebastian Kummer authored
      Merge pull request #667 in ZP/z-push from bugfix/ZP-1373-use_custom_remote_ip_header-not-working-with-apache to develop
      
      * commit '3dfa3443':
        ZP-1373 Modify custom header so it matches the apache modphp version.
        ZP-1373 Disable custom remote IP header by default.
      f95f2087
    • Sebastian Kummer's avatar
      Merge pull request #671 in ZP/z-push from... · 31d436d0
      Sebastian Kummer authored
      Merge pull request #671 in ZP/z-push from bugfix/ZP-1291-cli-tools-should-exit-with-0-if-called-with-help to develop
      
      * commit '0ca4275a':
        ZP-1291 Exit with 0 if gab2contacts called with help.
        ZP-1291 Exit with 0 if gab-sync called with help.
        ZP-1291 Exit with 0 if z-push-top called with help.
        ZP-1291 Exit with 0 if z-push-admin called with help.
      31d436d0
  6. 21 Mar, 2018 5 commits
  7. 16 Mar, 2018 5 commits
  8. 15 Mar, 2018 1 commit
  9. 08 Mar, 2018 9 commits
  10. 07 Mar, 2018 1 commit
  11. 24 Feb, 2018 3 commits
    • Sebastian Kummer's avatar
      Merge pull request #659 in ZP/z-push from develop to release/2.4 · 54e76090
      Sebastian Kummer authored
      * commit 'e5d7f7ca': (64 commits)
        ZP-1352 Initialize in constructor.
        ZP-1352 Check permissions on each FolderSync and remove add folders on impersonated stores as required.
        ZP-1352 Check permissions on each FolderSync and remove add folders on impersonated stores as required.
        ZP-1352 Don't sync additional folders to impersonated stores.
        ZP-1361 Create FLD_ORIGIN_IMPERSONATED type folder in impersonated store.
        ZP-1357 Simplify check if the user is impersonated for folder origin.
        ZP-1357 Remove unnecessary log output.
        ZP-1357 Fixed GetMainUser() return type.
        ZP-1357 Get authenticated and impersonated user from the backend instead of from the request.
        ZP-1360 Remove ICalParser class.
        ZP-1356 Apply strtolower() only when impersonation user is set.
        ZP-1356 Revert "ZP-836 Log output without impersonated user."
        ZP-1357 Remove unnecessary log output.
        ZP-1357 Prevent editing private items in impersonated folder. Added impersonated folder origin.
        ZP-1345 Use Utils::GetFolderOriginFromId().
        ZP-836 Log output without impersonated user.
        ZP-836 Completed occurrence of a recurring task duplicates in outlook.
        ZP-836 merge develop into branch.
        ZP-1355 Make sure the impersonated username is always lowercase.
        ZP-1355 Don't lowercase the auth+impersonation username automatically when impersonating.
        ...
      54e76090
    • Sebastian Kummer's avatar
      Merge pull request #658 in ZP/z-push from... · e5d7f7ca
      Sebastian Kummer authored
      Merge pull request #658 in ZP/z-push from bugfix/ZP-1352-impersonation-check-read-permissions-on-all-folders-on-foldersync to develop
      
      * commit '339a6a32':
        ZP-1352 Initialize in constructor.
        ZP-1352 Check permissions on each FolderSync and remove add folders on impersonated stores as required.
        ZP-1352 Check permissions on each FolderSync and remove add folders on impersonated stores as required.
        ZP-1352 Don't sync additional folders to impersonated stores.
      e5d7f7ca
    • Sebastian Kummer's avatar
      ZP-1352 Initialize in constructor. · 339a6a32
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      339a6a32
  12. 23 Feb, 2018 1 commit