lp:lightning-exchange-provider

Created by Simon Schubert and last modified
Get this branch:
bzr branch lp:lightning-exchange-provider

Related bugs

Related blueprints

Branch information

Owner:
Simon Schubert
Project:
Exchange Data Provider for Lightning
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://gitorious.org/lightning-exchange-provider/lightning-exchange-provider.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on russkaya and finished taking 15 seconds — see the log
Import started on neumayer and finished taking 40 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on russkaya and finished taking 20 seconds — see the log

Recent revisions

89. By Simon Schubert

remove tb2 compat wrappers

88. By Simon Schubert

autodiscover: select EwsUrl from the EXPR section of the response

87. By Simon Schubert

autodiscover: try multiple URLs, implement proper redirect behavior

This has been modeled after the documentation at
<http://msdn.microsoft.com/en-us/library/ee332364(v=EXCHG.140).aspx>.
What is missing the user confirmation for insecure redirects and DNS
SRV queries.

This commit makes the provider work with microsoftonline.com hosted
Exchange.

Bug: https://bugs.launchpad.net/lightning-exchange-provider/+bug/819558

86. By Simon Schubert

slightly refactor error handling, prepare for custom error handlers

85. By Simon Schubert

add loginfo.sh: tool to create commit log and release info

84. By Simon Schubert

release lightning-exchange-provider 0.17

83. By Simon Schubert

sendRequest: make requests persist even when a dialog is closed

When creating a new event, using Save+Close on the dialog would lead
to two events being created on the Exchange server. This happened
because the closing window would abort the XMLHttpRequest, which
usually did succeed already; this created the first event.

The aborted request appears like an odd completed request with invalid
error status, and so we would retry the request, this time out of the
scope of a window; this created the second event.

Fix this by disabling the loadGroup on the channel, therefore
persisting the request beyond the lifetime of the window.

Bug: https://bugs.launchpad.net/lightning-exchange-provider/+bug/711678

82. By Simon Schubert

release lightning-exchange-provider 0.16

81. By Joshua Roys

Hackishly future-proof the compat code

80. By Joshua Roys

Add some functions to make tb5 happy

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers