Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

[RAINCATCH-1389] Support base64 upload #176

Merged
merged 3 commits into from
Nov 1, 2017

Conversation

paolobueno
Copy link
Contributor

@paolobueno paolobueno commented Nov 1, 2017

Motivation

Add support for running the gallery step in a browser by being able to upload the base64-encoded images.

Description

  • Convert base64 data to Blob
  • Support upload of base64-converted binary data
  • Remove unused base64/ endpoints

@@ -48,6 +43,8 @@ export class Camera {
const userOptions = optionsFn(navigator.camera);
options = _.merge(options, userOptions);
}
// assign options object to self for convenience
this.options = options;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would you need self here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, because of the arrow functions :D

@paolobueno paolobueno merged commit f4fcd22 into file-storage-support Nov 1, 2017
@paolobueno paolobueno deleted the base64-upload branch November 1, 2017 20:15
wtrocki pushed a commit that referenced this pull request Nov 15, 2017
* Fix sending data from browser as data-uri

* Accept base64 type for uploads

* Remove base64/
wtrocki added a commit that referenced this pull request Nov 20, 2017
* RAINCATCH-1351 - File Server (#156)

* WIP file sync client (#159)

* Use fetch api from filestore-client (#163)

* Use fetch to upload data

* Use fetch for download

* Improve upload calls

* [RAINCATCH-1350] Add camera package to support camera step (#164)

* Move camera class from step

* adjust package versions

* Add filestore dependency

* Remove data uri responsibility from file-upload

* Add index for exporting public interface

* Add used deps

* Add FileEntry interface, use updload from camera module

* Add todo item

* Fix typescript compilation errors (#166)

* Fix initialization callback order (#167)

* Minor tweaks (#168)

* Minor tweaks

* Refactoring

* Temporary untested changes

* Change filesystem query to resolveLocalFileSystemUrl (#170)

* Http file support

* fix file-store api (#174)

* Add interfaces to file manager (#173)

* Split files for interfaces, add httpclient interface

* Use interfaces from relevant code

* Fix type typo

* Add extra metadata to post request (#175)

* Remove extra route param

* Delete subproject

* Include extra metadata in post data

* [RAINCATCH-1389] Support base64 upload (#176)

* Fix sending data from browser as data-uri

* Accept base64 type for uploads

* Remove base64/

* Move Id generation to client (#177)

* Remove id generation from server

* Move file after upload

* Remove extra debugger call

* README for filestorage module (#178)

* Add initial readme content

* Add more jsdocs

* Ignore vscode extra config

* Add Readme and JSDocs to the filestore-client (#179)

* Add jsdocs

* add readme

* Update to master (#182)

* Fix types error for api-controller and demoDataSetup (#169)

* fix types error for api-controller and demoDataSetup

* handle undefined connectionPromise

* Fix compilation error

* Pre release (#183)

* Add public access to package.json for new packages

* Pre-release publishing

* [RAINCATCH-1388] Filestore tests (#180)

* Start refactoring for tests

* Add some tests for filestore

* Add tests for writeStreamToFile

* Finish tests for fileService

* Lower coverage reqs

* Rename storage class to match filename

* Add string type for createTemporaryStorageFolder

* Add first tests for gridfs storage

* Add tests for gridfs

* Update jsdocs

* Update package version to pre-release one

* update dependencies to match hoisted versions

* Fix hanging test

* [RAINCATCH-1386][WIP] Add unit tests for FileStore Client (#181)

* add tests for fileQueue

* add fileManager tests

* [RAINCATCH 1387] Tests for Camera (#184)

* Add tests for buildCameraOptions

* Add some mocks

* Update versions to match hoisted

* Add tests for capture()

* Fix linting and remove coverage check on unfinished tests

* Fix file queue tests

* Update dependencies

* Add snyk exception to s3

* Add generics to promisify call to avoid compilation errors

* Fix promisify

* Change version of filestore
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants