1. 18 May, 2016 2 commits
  2. 16 May, 2016 4 commits
  3. 15 May, 2016 4 commits
  4. 14 May, 2016 3 commits
  5. 12 May, 2016 19 commits
    • Sebastian Kummer's avatar
      Merge pull request #19 in ZO/z-push from... · ed2d0cd5
      Sebastian Kummer authored
      Merge pull request #19 in ZO/z-push from bugfix/ZO-113-devicemanager--isoutlookclient-returns to develop
      
      * commit '0d4bf4ea':
        ZO-113 KOE confirmed also when stat headers are present.
        ZO-113 Rename to KOE
      ed2d0cd5
    • Sebastian Kummer's avatar
    • Sebastian Kummer's avatar
      ZO-113 Rename to KOE · 3626286f
      Sebastian Kummer authored
      3626286f
    • Sebastian Kummer's avatar
      Merge pull request #18 in ZO/z-push from... · 04482f97
      Sebastian Kummer authored
      Merge pull request #18 in ZO/z-push from feature/ZO-41-z-push-define-configuration-options to develop
      
      * commit 'ad13c0e7':
        ZO-41 Added config options for KOE, use options to enable features in the code, send features GAB folder name in the settings headers.
      04482f97
    • Sebastian Kummer's avatar
      ZO-41 Added config options for KOE, use options to enable features in · ad13c0e7
      Sebastian Kummer authored
      the code, send features GAB folder name in the settings headers.
      ad13c0e7
    • Sebastian Kummer's avatar
      Merge pull request #17 in ZO/z-push from... · c010c476
      Sebastian Kummer authored
      Merge pull request #17 in ZO/z-push from bugfix/ZO-83-z-push-sending-fails-if-folder-message to develop
      
      * commit '59563d85':
        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.
      c010c476
    • Manfred Kutas's avatar
      ZP-881 Updated copyright year. · 3633fd8e
      Manfred Kutas authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      3633fd8e
    • Manfred Kutas's avatar
      ZP-881 Define ZCP server location for listfolders depending on ZCP · 1e371404
      Manfred Kutas authored
      version.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      1e371404
    • Felix Bartels's avatar
      change foldername to Z-Push-KOLE-GAB · 0fe69675
      Felix Bartels authored
      0fe69675
    • Sebastian Kummer's avatar
      Merging in latest from upstream (ZP/z-push:refs/heads/develop) · 1ff5fc06
      Sebastian Kummer authored
      * commit 'ddf54b20': (22 commits)
        ZP-230 Remove obsolete include.
        ZP-230 Fixed @throws of GetState() and CleanStates() so it's the same as in the interface.
        ZP-882 Make sure $policyfile is always set. parse_ini_file() returns an empty array if the file is not found.
        ZP-882 Load policies.ini with the REAL_BASE_PATH.
        ZP-230 Replaced RuntimeException with UnavailableException (newly introduced), changed IStateMachine so GetState() and SetState() can throw this exception, adjusted interface documentation in filestatemachine.
        ZP-230 Removed zpush_ prefixes of the table names and table crate constants, throw FatalExceptions on DB errors, option for getDbh() to rethrow the PDO exception (when checking for tables), removed created_at and updated_at fields from the users table, removed other methods not part of the interface (GetUserDevicePermission, GetMappedUsername, MapUsername and UnmapUsername - code will be attached to the ticket), renamed and fixed CheckTablesHaveData so it indicates if there is data in any table, included sql stuff to composer autoload, tweaked the output of the migration script, don't log GetStateHash() as it logs a lot.
        ZP-874 Warn in WBXMLencoder processMultipart() if stream has "no size".
        ZP-879 Fixed moving items when working on shared folders.
        ZP-230 Deleted unnecessary mysql folder and mysql.sql file.
        ZP-230 Fix hierarchy folder data before starting the migration. Fixed typo in output.
        ZP-230 Removed log statement.
        ZP-230 Cache prepared SQL statement for GetStateHash calls.
        ZP-230 Create a PDO instance once and reuse it in later calls.
        ZP-230 Made dsn instance variable instead of a local variable in every function.
        ZP-230 Capitalised SQL key words in statements.
        ZP-230 Capitalised SQL key words in statements. Reviewed log statements. Removed unnecessary sprintf calls. Fixed typos.
        ZP-230 Fixed update statement in SetState. Null values weren't handled properly.
        ZP-230 Script to migrate file states to database states. Changes to sqlstatemachine.php to work better with the migration script.
        ZP-230 Changed config to use separate parameters for the engine, server, port and database. Changed the code to match that. Added checks for the database and table creation if they not exist. Fixed comments.
        ZP-230 Use __construct instead of PHP 4 style constructor for PHP 7 compatibility.
        ...
      1ff5fc06
    • Sebastian Kummer's avatar
      Merge pull request #187 in ZP/z-push from feature/ZP-230-sql-state-provider to develop · ddf54b20
      Sebastian Kummer authored
      * commit 'd2cd0a1b':
        ZP-230 Remove obsolete include.
        ZP-230 Fixed @throws of GetState() and CleanStates() so it's the same as in the interface.
        ZP-230 Replaced RuntimeException with UnavailableException (newly introduced), changed IStateMachine so GetState() and SetState() can throw this exception, adjusted interface documentation in filestatemachine.
        ZP-230 Removed zpush_ prefixes of the table names and table crate constants, throw FatalExceptions on DB errors, option for getDbh() to rethrow the PDO exception (when checking for tables), removed created_at and updated_at fields from the users table, removed other methods not part of the interface (GetUserDevicePermission, GetMappedUsername, MapUsername and UnmapUsername - code will be attached to the ticket), renamed and fixed CheckTablesHaveData so it indicates if there is data in any table, included sql stuff to composer autoload, tweaked the output of the migration script, don't log GetStateHash() as it logs a lot.
        ZP-230 Deleted unnecessary mysql folder and mysql.sql file.
        ZP-230 Fix hierarchy folder data before starting the migration. Fixed typo in output.
        ZP-230 Removed log statement.
        ZP-230 Cache prepared SQL statement for GetStateHash calls.
        ZP-230 Create a PDO instance once and reuse it in later calls.
        ZP-230 Made dsn instance variable instead of a local variable in every function.
        ZP-230 Capitalised SQL key words in statements.
        ZP-230 Capitalised SQL key words in statements. Reviewed log statements. Removed unnecessary sprintf calls. Fixed typos.
        ZP-230 Fixed update statement in SetState. Null values weren't handled properly.
        ZP-230 Script to migrate file states to database states. Changes to sqlstatemachine.php to work better with the migration script.
        ZP-230 Changed config to use separate parameters for the engine, server, port and database. Changed the code to match that. Added checks for the database and table creation if they not exist. Fixed comments.
        ZP-230 Use __construct instead of PHP 4 style constructor for PHP 7 compatibility.
        ZP-230 move sqlstatemachine.php to backend/sqlstatemachine folder, move SQL configuration into config.php of sqlstatemachine, update references and copyright year.
        ZP-230 Create SQL state provider. Released under the Affero GNU General Public License (AGPL) version 3.
      ddf54b20
    • Sebastian Kummer's avatar
      Merge pull request #204 in ZP/z-push from... · 499f9e20
      Sebastian Kummer authored
      Merge pull request #204 in ZP/z-push from bugfix/ZP-882-loading-policies.ini-doesn-t-work to develop
      
      * commit 'a25e6e44':
        ZP-882 Make sure $policyfile is always set. parse_ini_file() returns an empty array if the file is not found.
        ZP-882 Load policies.ini with the REAL_BASE_PATH.
      499f9e20
    • Sebastian Kummer's avatar
      Merge pull request #203 in ZP/z-push from... · 3f18f12b
      Sebastian Kummer authored
      Merge pull request #203 in ZP/z-push from feature/ZP-874-wbxmlencoder-processmultipart-should to develop
      
      * commit '51bb7e3d':
        ZP-874 Warn in WBXMLencoder processMultipart() if stream has "no size".
      3f18f12b
    • Sebastian Kummer's avatar
      Merge pull request #202 in ZP/z-push from... · 22bdbb74
      Sebastian Kummer authored
      Merge pull request #202 in ZP/z-push from bugfix/ZP-879-fix-for-zp-779-doesn-t-work-when-working to develop
      
      * commit 'b4d8e621':
        ZP-879 Fixed moving items when working on shared folders.
      22bdbb74
    • Sebastian Kummer's avatar
      ZP-230 Remove obsolete include. · d2cd0a1b
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      d2cd0a1b
    • Sebastian Kummer's avatar
      ZP-230 Fixed @throws of GetState() and CleanStates() so it's the same as · 099cb812
      Sebastian Kummer authored
      in the interface.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      099cb812
    • Sebastian Kummer's avatar
      ZP-882 Make sure $policyfile is always set. parse_ini_file() returns an · a25e6e44
      Sebastian Kummer authored
      empty array if the file is not found.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      a25e6e44
    • Sebastian Kummer's avatar
      ZP-882 Load policies.ini with the REAL_BASE_PATH. · a249ef2d
      Sebastian Kummer authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      a249ef2d
    • Sebastian Kummer's avatar
      ZP-230 Replaced RuntimeException with UnavailableException (newly · cf00677d
      Sebastian Kummer authored
      introduced), changed IStateMachine so GetState() and SetState() can
      throw this exception, adjusted interface documentation in
      filestatemachine.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      cf00677d
  6. 11 May, 2016 7 commits
    • Sebastian Kummer's avatar
      ZP-230 Removed zpush_ prefixes of the table names and table crate · 232456ab
      Sebastian Kummer authored
      constants, throw FatalExceptions on DB errors, option for getDbh() to
      rethrow the PDO exception (when checking for tables), removed created_at
      and updated_at fields from the users table, removed other methods not
      part of the interface (GetUserDevicePermission, GetMappedUsername,
      MapUsername and UnmapUsername - code will be attached to the ticket),
      renamed and fixed CheckTablesHaveData so it indicates if there is data
      in any table, included sql stuff to composer autoload, tweaked the
      output of the migration script, don't log GetStateHash() as it logs a
      lot.
      
      Released under the Affero GNU General Public License (AGPL) version 3.
      232456ab
    • Manfred Kutas's avatar
      ZP-874 Warn in WBXMLencoder processMultipart() if stream has "no size". · 51bb7e3d
      Manfred Kutas authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      51bb7e3d
    • Manfred Kutas's avatar
      ZP-879 Fixed moving items when working on shared folders. · b4d8e621
      Manfred Kutas authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      b4d8e621
    • Manfred Kutas's avatar
      ZP-855 Searched and found message can not be deleted (iOS). · b0221f6c
      Manfred Kutas authored
      Released under the Affero GNU General Public License (AGPL) version 3.
      b0221f6c
    • Sebastian Kummer's avatar
      Merging in latest from upstream (ZP/z-push:refs/heads/develop) · 1c7e6c9d
      Sebastian Kummer authored
      * commit '220672cb': (21 commits)
        ZP-779 Remove unnecessary code.
        ZP-779 Only use folderid prefix in importer if it is the new int one. Fix Fetch() in Zarafa backend to work with new longids.
        ZP-779 Use folderid (if available) in serverentryid to identify message.
        ZP-866 Remove debug.
        ZP-878 Set IpcSharedMemoryProvider as default IPC_PROVIDER in develop.
        ZP-821 Updated composer.json to include backend folder, removed includes from Combined, IMAP, MailDir, VCardDir and Zarafa backends, removed includes from Zarafa's subcomponents, removed include in InterProcessData, added config include to IpcMemcachedProvider, fixed typo in StringStreamWrapper, fixed typos of MAPIStreamWrapper.
        ZP-877 Honour changing sync period on the mobile.
        ZP-876 Use static list instead a constant.
        ZP-698 Renamed getIsDownTime() to getIsDownUntil().
        ZP-698 Fixed name as it was wrong in the correction comments.
        ZP-698 Another dot in a class that shouldn't need to be touched.
        ZP-698 added a dot before someone gets crazy and writes another 64 comments about it.
        ZP-698 fixed typo in memcached provider filename, when waiting for a mutex only log up to 5 messages (spread over the configured total amount of time), if memcache is down don't retry in other connections for up to 30 seconds (configurable), removed TCP_NODELAY and NO_BLOCK options, memcache servers are setup in a single string, renamed ReInitSharedMem() to ReInitIPC(), fixed comments and public/private/protected visibility, fixed upper/lowercasing of method names, added some dots.
        ZP-838 Changed description and default value to 512. Updated link to ticket ZP-302.
        ZP-698 Remove debug.
        ZP-698 Renamed IPC backend to IPC Provider, added general config section, added config file for memcache provider, InterProcessData autoloads available IPC providers.
        ZP-866 Save if a new state was being confirmed and should be used by empty sync requests. If the state is not confirmed (requested at least once by the mobile), the old state is used and the change is potentially being exported again.
        ZP-779 Quick & dirty fix, by prepending the folder sourcekey to each message id. "Fixes" the issue, but is ugly.
        ZP-698 Allow different IPC backends using current IPC logic. Released under the Affero GNU General Public License (AGPL) version 3. adding a Memcached backend and - by default disabled - configuration in config.php
        ZP-698 Allow different IPC backends using current IPC logic. Released under the Affero GNU General Public License (AGPL) version 3. split up into a backend interface, a SHM backend and abstract class
        ...
      1c7e6c9d
    • Sebastian Kummer's avatar
      Merge pull request #200 in ZP/z-push from... · 220672cb
      Sebastian Kummer authored
      Merge pull request #200 in ZP/z-push from bugfix/ZP-779-message-is-suddenly-unread-after-moving to develop
      
      * commit '60b8fbe5':
        ZP-779 Remove unnecessary code.
        ZP-779 Only use folderid prefix in importer if it is the new int one. Fix Fetch() in Zarafa backend to work with new longids.
        ZP-779 Use folderid (if available) in serverentryid to identify message.
        ZP-779 Quick & dirty fix, by prepending the folder sourcekey to each message id. "Fixes" the issue, but is ugly.
      220672cb
    • Sebastian Kummer's avatar
      Merge pull request #199 in ZP/z-push from... · 65dfd2eb
      Sebastian Kummer authored
      Merge pull request #199 in ZP/z-push from bugfix/ZP-866-after-exporting-a-change-states-used to develop
      
      * commit '7e9fba07':
        ZP-866 Remove debug.
        ZP-866 Save if a new state was being confirmed and should be used by empty sync requests. If the state is not confirmed (requested at least once by the mobile), the old state is used and the change is potentially being exported again.
      65dfd2eb
  7. 10 May, 2016 1 commit