- 18 May, 2016 2 commits
-
-
Sebastian Kummer authored
* commit '0a991106': ZO-123 Fixed typo of AMOUNT_OF_CHUNKS.
-
Sebastian Kummer authored
-
- 16 May, 2016 4 commits
-
-
Sebastian Kummer authored
* commit '50350b5a': ZO-120 Fix foldername.
-
Sebastian Kummer authored
-
Sebastian Kummer authored
* commit 'd7241581': 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.
-
Sebastian Kummer authored
Merge pull request #21 in ZO/z-push from bugfix/ZO-118-z-push-may-never-send-notes-if-koe to develop * commit 'ea9ec151': ZO-118 The note color should not be streamed, don't sync notes if notes support is disabled or the plugin is not installed.
-
- 15 May, 2016 4 commits
-
-
Sebastian Kummer authored
support is disabled or the plugin is not installed.
-
Sebastian Kummer authored
the other folders normally.
-
Sebastian Kummer authored
-
Sebastian Kummer authored
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.
-
- 14 May, 2016 3 commits
-
-
Sebastian Kummer authored
* commit '7e80038d': ZP-881 Updated copyright year. ZP-881 Define ZCP server location for listfolders depending on ZCP version. ZP-855 Searched and found message can not be deleted (iOS).
-
Sebastian Kummer authored
Merge pull request #205 in ZP/z-push from bugfix/ZP-881-change-zcp-server-location-for-listfolders to develop * commit '3633fd8e': ZP-881 Updated copyright year. ZP-881 Define ZCP server location for listfolders depending on ZCP version.
-
Sebastian Kummer authored
Merge pull request #201 in ZP/z-push from bugfix/ZP-855-searched-and-found-message-can-not to develop * commit 'b0221f6c': ZP-855 Searched and found message can not be deleted (iOS).
-
- 12 May, 2016 19 commits
-
-
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
-
Sebastian Kummer authored
-
Sebastian Kummer authored
-
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.
-
Sebastian Kummer authored
the code, send features GAB folder name in the settings headers.
-
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.
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Manfred Kutas authored
version. Released under the Affero GNU General Public License (AGPL) version 3.
-
Felix Bartels authored
-
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. ...
-
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.
-
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.
-
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".
-
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.
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
in the interface. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
empty array if the file is not found. Released under the Affero GNU General Public License (AGPL) version 3.
-
Sebastian Kummer authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
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.
-
- 11 May, 2016 7 commits
-
-
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.
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-
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 ...
-
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.
-
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.
-
- 10 May, 2016 1 commit
-
-
Manfred Kutas authored
Released under the Affero GNU General Public License (AGPL) version 3.
-