Commit Graph

507 Commits

Author SHA1 Message Date
KOE_Export_Strings_Commit 2cba8de29e Commit strings #181 2017-06-07 11:21:28 +02:00
Patrick Simpson c282ce63e1 Merge branch 'master' of https://stash.kopano.io/scm/koe/kopano_ol_extension_source 2017-06-07 13:18:54 +02:00
Patrick Simpson d21eb821a4 [KOE-114] Added change suppression for private events in shared folders. 2017-06-07 13:18:40 +02:00
Patrick Simpson 16cb96699e [KOE-115] Implemented automatic full resync trigger. Disabled by default for now. 2017-06-07 11:57:26 +02:00
Patrick Simpson 158be43e11 [KOE-119] Added explicit check for deleted folders when warning about secondary contacts. 2017-06-07 10:38:36 +02:00
Patrick Simpson 747de0d6c1 [KOE-24] Switched to using folder ids for sync keys, as they are stable between sessions. 2017-06-07 10:36:01 +02:00
KOE_Export_Strings_Commit c6244d85ab Commit strings #180 2017-06-07 09:59:50 +02:00
Patrick Simpson dd837caba5 Merge branch 'master' of https://stash.kopano.io/scm/koe/kopano_ol_extension_source 2017-06-07 09:19:50 +02:00
Patrick Simpson e806928db6 [KOE-117] Rewrote search query encoding in an attempt to prevent reminders from popping up. Also limiting rewriting of query to prevent writing back if unchanged. Added the "RemindersKeepRunning" option to make it possible to stop the query when updating. 2017-06-01 15:03:51 +02:00
Patrick Simpson dba708e147 [KOE-24] SyncState feature enabled by default 2017-05-31 12:14:17 +02:00
Patrick Simpson b5ee982bc7 Added extra null checks to event registration, caused an exception when clicking around during full resync 2017-05-31 12:07:20 +02:00
Patrick Simpson 86b2144e22 [KOE-117] Improved layout of reminders query trace logging 2017-05-31 12:06:40 +02:00
Patrick Simpson 8110fab096 [KOE-23] Added MimeKit (https://github.com/jstedfast/MimeKit, MIT licensed) to properly parse RFC2047 headers in BCC fields 2017-05-24 17:02:38 +02:00
Patrick Simpson 4e4046ce43 [KOE-24] Fixed sync dialog to refresh more often, and also updates the ribbon while in progress. Now also records the sync session, to deal with folders that are synced and removed from the list. 2017-05-24 15:29:42 +02:00
Patrick Simpson ef92888586 [KOE-113] Made restarter retry several times if there's an exception while removing the store. Also now logs the version on start. 2017-05-22 10:02:52 +02:00
Patrick Simpson 3ac0e4e58d Made 'Version' internal rather than public to prevent conflicts. 2017-05-22 10:02:16 +02:00
Patrick Simpson f35a011b0b Merge branch 'master' of https://stash.kopano.io/scm/koe/kopano_ol_extension_source 2017-05-18 11:06:29 +02:00
Patrick Simpson c0b990f52b [KOE-113] Removed old debug code from restarter, added logging. Also now including version numbers in OutlookRestarter and PluginDebugger. 2017-05-18 11:06:18 +02:00
Patrick Simpson 4a222d45ca [KOE-24] Removed old resync buttons on settings dialog.
[KOE-112] Added sync fax number option to GAB settings, disabled by default.
2017-05-17 17:31:07 +02:00
Patrick Simpson edf48b595d [KOE-24] Added per-account GAB resync and synchronous GAB resync. 2017-05-17 17:24:47 +02:00
Patrick Simpson c5fcf62e35 [KOE-113][KOE-24] Added functionality to Sync dialog. Added ability to delete .ost during restart to perform a full resync. 2017-05-17 16:35:05 +02:00
KOE_Export_Strings_Commit 24450f373b Commit strings #173 2017-05-17 15:38:00 +02:00
Patrick Simpson 420868106c [KOE-24] Added dialog layout, not functional yet 2017-05-17 13:48:29 +02:00
Patrick Simpson 489da51e51 [KOE-24] Added proper progress indication in ribbon 2017-05-17 11:52:03 +02:00
Patrick Simpson d7185cdbcf [KOE-104] Added PeriodThrottle property to ZPush sync tasks, to throttle the number of requests to the server. Defaults to 15 minutes, meaning the server will not be contacted more than once every 15 minutes. 2017-05-17 10:10:58 +02:00
KOE_Export_Strings_Commit 0a14071da1 Commit strings #172 2017-05-09 10:36:15 +02:00
Patrick Simpson 1279a62e42 [KOE-24] Partial implementation of sync state display. Committing with disabled feature for backup and to allow build to succeed. 2017-05-03 14:43:36 +02:00
Patrick Simpson 55e4109c8c [KOE-106] Transporting the delivery receipt request in the X-Push-Receipts header. 2017-05-03 14:36:55 +02:00
Patrick Simpson ebc4e807a9 [KOE-109] Removed all current TraceExtra messages 2017-05-03 14:16:21 +02:00
Patrick Simpson 4bf4539bda [KOE-108] Copying contacts out of the GAB failed as it triggers a write event that is rejected. Fixed by rejecting write events only if there are preceding property changes on the same item. Also fixed a bug that the rejection dialog box was sometimes not shown by setting the parent window explicitly. 2017-05-03 14:15:14 +02:00
Patrick Simpson 28b613af14 [KOE-105] Constants for delivery and read receipt flags. 2017-04-28 11:59:32 +02:00
Patrick Simpson c7c48e0358 Merge branch 'master' of https://stash.kopano.io/scm/koe/kopano_ol_extension_source 2017-04-12 14:03:51 +02:00
Patrick Simpson 7a31f1c9fb [KOE-65] Removed MeetingRequest/FeatureMeetingRequest, as it turns out the issue was in WebApp. 2017-04-12 14:03:40 +02:00
Patrick Simpson e0e616e974 Merge branch 'master' of https://stash.kopano.io/scm/koe/kopano_ol_extension_source 2017-04-12 11:53:27 +02:00
Patrick Simpson 8d79f9f2ee [KOE-92] Turns out item Add and Change events pass a handle to a COM object that must be released. Changed the event handler to release it, with the global option ReleaseItemEventWrappers (default true) to revert back to old behaviour. 2017-04-12 11:53:09 +02:00
Patrick Simpson 9a37708b53 [KOE-244] Added basic progress feature to ribbon, and disabled sync feature that just increases progress periodically. 2017-04-12 10:23:52 +02:00
KOE_Export_Strings_Commit 10439f6fe3 Commit strings #169 2017-04-12 09:59:18 +02:00
KOE_Export_Strings_Commit 8a2f315ecf Commit strings #168 2017-04-12 09:56:43 +02:00
Patrick Simpson fc43bd4c41 Merge branch 'master' of https://stash.kopano.io/scm/koe/kopano_ol_extension_source 2017-04-12 09:15:06 +02:00
KOE_Export_Strings_Commit 1b92079135 Commit strings #167 2017-04-12 09:11:02 +02:00
Patrick Simpson 94e51f3a9f Cleaned up some undisposed wrappers 2017-04-05 14:31:05 +02:00
Patrick Simpson 84aa4e10a1 Merge branch 'master' of https://stash.kopano.io/scm/koe/kopano_ol_extension_source 2017-04-05 14:09:23 +02:00
Patrick Simpson 5bbec31cab [KOE-65] Adding meeting UID as X-Push-Meeting-UID header in outgoing request. 2017-04-05 14:09:10 +02:00
KOE_Export_Strings_Commit d59381c0cb Commit strings #166 2017-04-05 12:12:15 +02:00
Patrick Simpson 99c93d8d1f [KOE-94] Fixed rendering of & in tree nodes for shared folders. Fixed encoding of strings in SOAP requests, which caused shared folders with special characters to fail. 2017-04-05 10:55:02 +02:00
Patrick Simpson 4b0df802c4 [KOE-96] Added XML escaping to OOF messages. 2017-04-05 10:28:24 +02:00
KOE_Export_Strings_Commit 07c0726ea6 Commit strings #165 2017-04-05 09:18:35 +02:00
KOE_Export_Strings_Commit ab909dc4c5 Commit strings #164 2017-03-22 13:15:38 +01:00
KOE_Export_Strings_Commit f54faccbf2 Commit strings #163 2017-03-22 12:54:53 +01:00
Patrick Simpson c88750ac7f Added additional log for missing parent 2017-03-22 13:49:55 +01:00