Commit Graph

351 Commits

Author SHA1 Message Date
biodiv dcc98db15f CB-8816 Add cdvfile:// support on windows
github close #70
2015-08-03 16:32:20 +03:00
Jesse MacFadyen 43eeef8e44 Merge branch 'master' of https://github.com/danjarvis/cordova-plugin-file-transfer 2015-07-28 11:44:28 -07:00
Johan Eliasson c8a52682f0 removed broken link in README 2015-07-27 17:21:59 +02:00
daserge 499ec5c07b CB-9376 Fix FileTransfer plugin manual tests issue - 'undefined' in paths 2015-07-16 15:40:44 +03:00
Jesse MacFadyen f0209a2f75 remove travis-ci integration 2015-07-07 15:04:20 -07:00
Nikhil Khandelwal 8e8106e8d8 CB-9312 Incremented plugin version. 2015-07-07 10:58:02 -07:00
Nikhil Khandelwal 2d6faac5cd CB-9312 Updated version and RELEASENOTES.md for release 1.2.1 1.2.1 r1.2.1 2015-07-07 10:38:34 -07:00
Dan Jarvis 8f62f8bc13 README :: remove duplicate httpMethod option.
The httpMethod option was duplicated as an upload option in
04f088b6c9
2015-07-06 10:32:04 -04:00
Nikhil Khandelwal e8ca110a30 CB-9275 [WP8] Fix build failure on WP8 by using reflection to detect presence of JSON.NET based serialization 2015-07-01 12:50:55 -07:00
Jesse MacFadyen 2bc020d6d8 Merge branch 'master' of https://github.com/ABB-Austin/cordova-plugin-file-transfer 2015-06-17 17:56:36 -07:00
Steve Gill 2d7d14e9e0 CB-9192 Incremented plugin version. 2015-06-17 17:35:35 -07:00
Steve Gill b01ab78fec CB-9202 updated repo url to github mirror in package.json 1.2.0 r1.2.0 2015-06-17 14:14:41 -07:00
Steve Gill 965581fa4b CB-9192 Updated version and RELEASENOTES.md for release 1.2.0 2015-06-17 12:36:03 -07:00
aroberson f17b7fcdd1 Updated code per code review. 2015-06-15 20:38:21 -05:00
aroberson f52d324b4f Updated documentation for browser 2015-06-15 16:03:56 -05:00
aroberson 051ada102e Added option to allow for passing cookies automatically in the browser 2015-06-15 15:54:27 -05:00
Victor Sosa a2c11947d3 CB-9128 cordova-plugin-file-transfer documentation translation: cordova-plugin-file-transfer 2015-06-12 09:41:13 -05:00
Ian Clelland de55dc7f84 Merge branch 'CB-6503' 2015-06-08 15:24:03 -04:00
Ian Clelland 7591ab84b5 CB-6503: Null pointer check for headers in upload (This closes #27) 2015-06-08 15:09:24 -04:00
Michael Chen 04f088b6c9 CB-6503: Allow payload content-types other than multipart/form-data to be used for upload 2015-06-08 15:09:24 -04:00
Steve Gill 3c5988e522 Merge branch 'fixed-cookies' of https://github.com/dpogue/cordova-plugin-file-transfer 2015-06-02 11:09:13 -07:00
Raymond Camden dbd7a5ee6d fix npm md issue 2015-06-02 10:50:09 -05:00
alsorokin ea225af6f2 CB-8951 (wp8) Handle exceptions in download() and upload() again
github close #84
2015-05-27 17:06:59 +03:00
Jesse MacFadyen 72a5d951a6 [wp8] Relaxed engine version requirement, using reflection to see if methods are available 2015-05-14 17:26:21 -07:00
Jesse MacFadyen 907e1cdb13 Check for the existence of Json.net assembly to determin how we deserialize our headers. 2015-05-14 17:21:40 -07:00
Jesse MacFadyen 82b089bc90 relax engine requirement to allow -dev versions 2015-05-13 16:58:23 -07:00
Nikhil Khandelwal 428d791f55 Remove verbose console log messages 2015-05-12 15:16:54 -07:00
Jesse MacFadyen 5078eceb2b fix bad commit (mine) for cordova-wp8@4.0.0 engine req 2015-05-12 01:38:53 -07:00
Jesse MacFadyen 93d24a94c2 bump required cordova-wp8 version to 4.0.0 2015-05-11 21:35:15 -07:00
Jesse MacFadyen 9402cf41e4 This closes #80, This closes #12 2015-05-11 18:00:32 -07:00
Jesse MacFadyen f1e41ac1f5 fix failing test resulting from overlapping async calls 2015-05-11 17:47:08 -07:00
Jesse MacFadyen 65eea291b2 fix merge 2015-05-08 17:23:17 -07:00
Vladimir Kotikov 3effd7f1fe CB-8931 Replace all slashes in windows path 2015-05-07 09:23:48 +03:00
Steve Gill f9dfd2d511 CB-8959 Incremented plugin version. 2015-05-06 17:37:22 -07:00
Steve Gill e251db5cac CB-8959 Updated version and RELEASENOTES.md for release 1.1.0 1.1.0 r1.1.0 2015-05-06 17:07:39 -07:00
alsorokin e5c25b6bc7 CB-8951 Fixed crash related to headers parsing on wp8 2015-05-05 15:48:15 +03:00
alsorokin cd7eb26c7a CB-8933 Increased download and upload test timeout 2015-04-30 14:15:35 +03:00
Dan Polivy 4f7e1566bd CB-6313 [wp8]: Extra boundary in upload
When performing an upload on Windows Phone, an extra boundary is
included after any parameters, and before the file contents. This causes
some servers (such as express/multiparty on node.js) to fail to handle
the request properly.

This commit removes the extraneous boundary.

Fixes https://issues.apache.org/jira/browse/CB-6313

github close #73
2015-04-25 15:06:48 -07:00
Dan Polivy 75d55ddaaa CB-8761 [wp8]: Copy cookies from WebBrowser
On other platforms, the cookies from the browser that apply to the
request are automatically included. On WP8, that's not the case.

This commit will copy the cookies from the WebBrowser control, if the
scheme and host of the WebBrowser match that of the HttpWebRequest. For
users who host their web components remotely, and perform
uploads/downloads from the same server using cookie based
authentication, this fix enables that scenario on WP8, and brings it up
to parity with iOS, Android, and others.

Fixes https://issues.apache.org/jira/browse/CB-8761

CB-8761 [wp8]: Cleanup per comments

github close #74
2015-04-25 15:03:23 -07:00
Steve Gill dfd2c45142 Revert "Revert "CB-8858 Incremented plugin version.""
This reverts commit 490063e1e5.
2015-04-15 16:13:18 -07:00
Steve Gill 490063e1e5 Revert "CB-8858 Incremented plugin version."
This reverts commit ef564a5e2d.
1.0.0 r1.0.0
2015-04-15 16:12:48 -07:00
Steve Gill e9e21eb579 fixed invalid package.json 2015-04-15 16:10:23 -07:00
Steve Gill ef564a5e2d CB-8858 Incremented plugin version. 2015-04-15 16:00:22 -07:00
Steve Gill 99d2979f19 CB-8858 Updated version in package.json for release 1.0.0 2015-04-15 15:58:54 -07:00
Steve Gill 3568eeb387 Revert "CB-8858 Incremented plugin version."
This reverts commit 739cd3087f.
2015-04-15 15:57:55 -07:00
Steve Gill 739cd3087f CB-8858 Incremented plugin version. 2015-04-15 13:55:47 -07:00
Steve Gill 398bebe0a8 CB-8858 Updated version and RELEASENOTES.md for release 1.0.0 2015-04-15 11:06:38 -07:00
Steve Gill 53f74e7708 CB-8746 bumped version of file dependency 2015-04-09 17:07:07 -07:00
Steve Gill cf9911ad93 CB-8746 gave plugin major version bump 2015-04-09 16:59:15 -07:00
alsorokin 8e22d5a6b0 CB-8641 Fixed tests to pass on windows and wp8 2015-04-08 13:09:12 +03:00