1. 19 May, 2016 15 commits
    • Sebastian Kummer's avatar
      ZP-556 Remove Exception and comments. Fixed dot. · 21c9c2f7
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      21c9c2f7
    • Sebastian Kummer's avatar
      Merge branch 'develop' of https://stash.z-hub.io/scm/zp/z-push into... · 2b349076
      Sebastian Kummer authored
      Merge branch 'develop' of https://stash.z-hub.io/scm/zp/z-push into feature/ZP-556-having-access-to-the-public-folder
      
      Conflicts:
      	src/lib/core/devicemanager.php
      2b349076
    • Sebastian Kummer's avatar
      Merge pull request #209 in ZP/z-push from... · 9702de07
      Sebastian Kummer authored
      Merge pull request #209 in ZP/z-push from bugfix/ZP-895-integer-ids-can-trigger-name-switches to develop
      
      * commit 'a7941a0f':
        ZP-895 Add missing parameters for GetFolderIdForBackendId() call in ZPushAdmin.
        ZP-895 Add missing parameters for GetFolderIdForBackendId() call in ZPushAdmin.
        ZP-895 Transform $fsk into a backendId after splitting. If message is in another folder and no additional folderid is in the message id, we can not perform the operation and fail.
        ZP-895 Always call GetBackendIdForFolderId for Outlook in ImportMessageReadFlag. Move $folderOrigin check into DeviceManager. Rename $folderType to $folderOrigin in GetFolderIdForBackendId in DeviceManager.
        ZP-895 Fixed wrong parameter being passed in GetFolder of MAPIProvider. Fixed sprintf flag in DeviceManager.
        ZP-895 Check in contentData if the generated folderid already exists instead of checking for it in cache.
        ZP-895 Zpush::CheckAdvancedConfig() checks configured folders. More logging in generateFolderHash().
        ZP-895 Use backend folderid, origin and name to generate a hash as a folderid instead of an integer for folder id.
      9702de07
    • Manfred Kutas's avatar
      ZP-895 Add missing parameters for GetFolderIdForBackendId() call in · a7941a0f
      Manfred Kutas authored
      ZPushAdmin.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      a7941a0f
    • Sebastian Kummer's avatar
      ZP-556 Added read-only flag to · ea60b86c
      Sebastian Kummer authored
      - WebserviceDevice->AdditionalFolderAdd(),
      - ZPushAdmin->AdditionalFolderAdd(),
      - ASDevice->AddAdditionalFolder(),
      - DeviceManager->GetAdditionalUserSyncFolders().
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      ea60b86c
    • Manfred Kutas's avatar
      ZP-895 Merge remote-tracking branch 'origin/develop' into · 50aac52d
      Manfred Kutas authored
      bugfix/ZP-895-integer-ids-can-trigger-name-switches
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      50aac52d
    • Sebastian Kummer's avatar
      Merge pull request #214 in ZP/z-push from feature/ZP-900-merge-koe-code to develop · c2cb8229
      Sebastian Kummer authored
      * commit 'c92ac3be': (49 commits)
        ZP-900 Updated some missed function and variable names. Fixed typos.
        ZP-900 Merged Kopano code. Updated references to KOE.
        ZO-123 Fixed typo of AMOUNT_OF_CHUNKS.
        ZO-120 Fix foldername.
        ZO-118 The note color should not be streamed, don't sync notes if notes support is disabled or the plugin is not installed.
        ZO-29 Don't really fail if backend can't Setup the KOE_GAB_STORE. Return the other folders normally.
        ZP-29 Removed debug line.
        ZO-29 Added IBackend->GetKoeGabBackendFolderId() - implemented in backends, enabled GAB parameters in config, save KOE GAB folder id in ASDevice,  define and checkconfig for KOE GAB parameters, reset to default store before setting up hierarchy exporter, reset filtertype to ALL for GAB folder.
        ZO-113 KOE confirmed also when stat headers are present.
        ZO-113 Rename to KOE
        ZO-41 Added config options for KOE, use options to enable features in the code, send features GAB folder name in the settings headers.
        change foldername to Z-Push-KOLE-GAB
        ZO-83 handle KOP forward/reply flags in SendMail request processor, send email when replacemime is set even if fwmessage (source message) can not be opened.
        ZP-112 Replace Acacia by KOP.
        ZO-81 Fix color name in comment.
        ZO-81 Transport notes as appointments (for real!), set note lastmodified time from appointment's dtstamp on incoming, set body for notes only if the asbody element is incoming.
        ZO-81 Set PR_ICON_INDEX and PidLidNoteColor from categories sent from Outlook, translate note color to category when streaming to outlook, fallback to yellow if no category is sent, fixed typos
        ZO-81 Use Task as Note transport, set category from color when streaming to Outlook, set color from category when saving from Outlook.
        ZO-71 Fixed space.
        ZO-71 Save data from the OL plugin and display it in every Outlook request and in z-push-admin.
        ...
      c2cb8229
    • Manfred Kutas's avatar
      ZP-895 Add missing parameters for GetFolderIdForBackendId() call in · a2a87d48
      Manfred Kutas authored
      ZPushAdmin.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      a2a87d48
    • Manfred Kutas's avatar
      ZP-900 Updated some missed function and variable names. Fixed typos. · c92ac3be
      Manfred Kutas authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      c92ac3be
    • Manfred Kutas's avatar
      ZP-900 Merged Kopano code. Updated references to KOE. · 3c19e28d
      Manfred Kutas authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      3c19e28d
    • Sebastian Kummer's avatar
      ZP-556 Fixed wording of notification email. · e39de317
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      e39de317
    • Sebastian Kummer's avatar
      ZP-556 Added a few dots. Added descriptions. · 9c1987d8
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      9c1987d8
    • Manfred Kutas's avatar
      Merge pull request #212 in ZP/z-push from ZO/z-push:develop to feature/ZP-900-merge-koe-code · 25ffa5d4
      Manfred Kutas authored
      * commit 'ecf730e2': (47 commits)
        ZO-123 Fixed typo of AMOUNT_OF_CHUNKS.
        ZO-120 Fix foldername.
        ZO-118 The note color should not be streamed, don't sync notes if notes support is disabled or the plugin is not installed.
        ZO-29 Don't really fail if backend can't Setup the KOE_GAB_STORE. Return the other folders normally.
        ZP-29 Removed debug line.
        ZO-29 Added IBackend->GetKoeGabBackendFolderId() - implemented in backends, enabled GAB parameters in config, save KOE GAB folder id in ASDevice,  define and checkconfig for KOE GAB parameters, reset to default store before setting up hierarchy exporter, reset filtertype to ALL for GAB folder.
        ZO-113 KOE confirmed also when stat headers are present.
        ZO-113 Rename to KOE
        ZO-41 Added config options for KOE, use options to enable features in the code, send features GAB folder name in the settings headers.
        change foldername to Z-Push-KOLE-GAB
        ZO-83 handle KOP forward/reply flags in SendMail request processor, send email when replacemime is set even if fwmessage (source message) can not be opened.
        ZP-112 Replace Acacia by KOP.
        ZO-81 Fix color name in comment.
        ZO-81 Transport notes as appointments (for real!), set note lastmodified time from appointment's dtstamp on incoming, set body for notes only if the asbody element is incoming.
        ZO-81 Set PR_ICON_INDEX and PidLidNoteColor from categories sent from Outlook, translate note color to category when streaming to outlook, fallback to yellow if no category is sent, fixed typos
        ZO-81 Use Task as Note transport, set category from color when streaming to Outlook, set color from category when saving from Outlook.
        ZO-71 Fixed space.
        ZO-71 Save data from the OL plugin and display it in every Outlook request and in z-push-admin.
        ZO-70 Ignore FolderUpdates for Note folders from Outlook
        ZO-81 Transport note color in apppointment location, don't import/save message if no body is transmitted by OL, color has hidden instance SyncNote variable, set other appointment values: busystatus (free), sensitivity (dafault), alldayevent (false), reminder (no), mettingstatus (no meeting) and responserequested (no), send last modification timestamp in dtstamp.
        ...
      25ffa5d4
    • Sebastian Kummer's avatar
      Merge branch 'bugfix/ZP-895-integer-ids-can-trigger-name-switches' of... · 85dbce30
      Sebastian Kummer authored
      Merge branch 'bugfix/ZP-895-integer-ids-can-trigger-name-switches' of https://stash.z-hub.io/scm/zp/z-push into feature/ZP-556-having-access-to-the-public-folder
      85dbce30
    • Sebastian Kummer's avatar
      ZP-895 Transform $fsk into a backendId after splitting. If message is in · 30181ce6
      Sebastian Kummer authored
      another folder and no additional folderid is in the message id, we can
      not perform the operation and fail.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      30181ce6
  2. 18 May, 2016 11 commits
  3. 17 May, 2016 8 commits
  4. 16 May, 2016 6 commits