Commit graph

58 commits

Author SHA1 Message Date
Renée Kooi
8c826313b6
A few docs things (#2371) 2020-07-29 12:17:27 +02:00
Marius
541feef81e
Update tus-js-client dependency to v2 (#2239)
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-06-22 12:41:45 +02:00
Renée Kooi
697ad04a34
examples: document npm run build, closes #2024 2020-03-30 16:07:24 +02:00
Renée Kooi
7b2283d8ef
examples: add npm run example script
a bad result from adding the examples as dependencies of the root
repository is that they now don't have access to the npm binaries they
need to run in their own folder, because they are installed into the
root repository instead.

this works around that issue.

we may need to consider undoing that change and making the examples work
as standalone projects again, that's easier to understand.

fixes #2024 for now.
2020-01-15 11:16:56 +01:00
Renée Kooi
733de659da
Upgrade standard to v14 (#1860)
* Update eslint dependencies.

* standard --fix

* build: disable handler name lint rule

* status-bar: manually fix lint errors

* webcam: manually fix lint errors

* url: manually fix lint errors

* react-native: manually fix lint errors

* dashboard: manually fix lint errors

* informer: manually fix linting errors

* progress-bar: manually fix lint errors

* provider-views: manually fix lint errors

* redux-dev-tools: manually fix lint errors

* build: disable buggy no-unused-vars rule

* examples: manually fix lint errors

* ` quotes for code things, ' for text things
2019-10-09 14:53:02 +02:00
Renée Kooi
10bc79574e
lerna link convert (#1730)
* lerna link convert

* ci: use npm ci

* update lockfile

* companion: set `bin` to source file

Since typescript doesn't actually transform anything, we can just use
this.

In a next major version we could set `noEmit: true` in the tsconfig and
stop publishing `lib`.

* companion: do chmod +x on start-server.js

* build: remove obsolete lerna config

* build: explicitly install latest versions when building e2e tests for ci

* Remove versions from private packages

* fix regex

* try fix

* ci: force npm to install to endtoend folder

* ci: fold up e2e build output

* Update netlify deploy preview command

* Remove mentions of npm run bootstrap

* Edit .github/CONTRIBUTING.md instead

* companion: add proxy executable

* companion: fix publish

* Downgrade jest to appease create-react-app
2019-07-19 12:16:36 +02:00
Renée Kooi
513ba53c37
examples: mention that you need to install & bootstrap 2019-06-03 13:53:56 +02:00
Renée Kooi
f97b3931bb
Upgrade eslint. 2019-05-20 11:28:44 +02:00
Ifedapo Olarewaju
854654b135 react-native-example: fix chunked reading
cc @kvz @arturi
2019-05-02 17:54:33 +01:00
Artur Paikin
be4aeff303
Merge pull request #1489 from transloadit/tus-file-reader-expo
rn-expo: add custom file reader example for tus
2019-04-25 14:19:27 +03:00
Artur Paikin
c0fcbbc3ec
Merge pull request #1494 from transloadit/docs/react-native
Add basic @uppy/react-native docs
2019-04-25 14:07:14 +03:00
Artur Paikin
6a874ac9b6 add readme to example 2019-04-25 14:06:19 +03:00
Artur Paikin
1f588323e1 Merge branch 'master' into tus-file-reader-expo 2019-04-25 11:58:20 +03:00
Artur Paikin
64dbd0f4d8 use companionUrl in React Native example 2019-04-24 19:03:48 +03:00
Ifedapo Olarewaju
07556c999c rn-expo: add custom file reader example for tus 2019-04-24 14:53:52 +01:00
Artur Paikin
22a4abbf07 Update React Native example to use @uppy@0.30.5 (#1469)
* Fallback when icon is not available to prevent crashing

* react native tus fingerprint is now built into @uppy/tus@0.35.5, removing from example

//cc @ifedapoolarewaju @kvz

* update to @uppy@0.35.5
2019-04-23 09:47:28 +02:00
Artur Paikin
b6020b5d55 add @uppy/react-native as a dependency to the example 2019-04-18 16:12:46 +03:00
Artur Paikin
fb1ecce3ee remove outdated non-expo example 2019-04-17 18:17:50 +03:00
Artur Paikin
04a3df9f15 move to @uppy/react-native package 2019-04-17 18:17:25 +03:00
Ifedapo Olarewaju
9f02d749b9 preset totalProgress to avoid error on android 2019-04-15 09:40:13 +01:00
Artur Paikin
8f34bbf6f7 tiny style tweak 2019-04-11 13:38:41 +03:00
Artur Paikin
916dccba45 we already have totalProgress from uppy, so using that 2019-04-11 13:25:56 +03:00
Artur Paikin
030ce73e63 re-use uppy icons straight from the Dashboard 2019-04-10 18:25:37 +03:00
Artur Paikin
56e3520849 add preact-render-to-string and react-native-svg-uri 2019-04-10 18:25:06 +03:00
Artur Paikin
8658eb37ea don’t log the result 2019-04-10 18:24:23 +03:00
Artur Paikin
ce8a8265a6 use pink color 2019-04-10 18:24:05 +03:00
Artur Paikin
e3597d9d13 refactor all the things, move styles to StyleSheet, move instagram out of the way 2019-04-09 17:18:49 +03:00
Artur Paikin
bf03f8d90f add error reporting to the example 2019-04-09 16:29:04 +03:00
Artur Paikin
7c9ee96397 tweak styles, catch errors 2019-04-09 14:24:00 +03:00
Artur Paikin
ea3a06dc25 add icon for files that are not images and don’t have previews 2019-04-09 14:12:34 +03:00
Artur Paikin
4fbe1eb3ba add uppy logo, tweak styles 2019-04-09 14:11:21 +03:00
Artur Paikin
8a7caabd31 update uppy dependencies 2019-04-05 15:34:42 +03:00
Artur Paikin
61e92d1622 change file name and omit type when adding file 2019-04-03 21:09:01 +03:00
Artur Paikin
b06cd39e7b re-do FileList, use FlatList 2019-04-03 21:08:12 +03:00
Artur Paikin
3f7be8e0fd Create package-lock.json 2019-04-03 15:28:32 +03:00
Artur Paikin
0cdcd4a74e Refactor and add file previews 2019-04-03 15:28:14 +03:00
Artur Paikin
759f5212b8 note about where the hash code came from 2019-04-02 15:39:22 +03:00
Artur Paikin
58ee399ae4 add custom Fingerprint and hashing functions for tus-js-client, use AsyncStorage as urlStorage 2019-04-02 15:35:21 +03:00
Artur Paikin
d362c73dc9 pass exif, needed for fingerprinting 2019-04-02 15:33:46 +03:00
Artur Paikin
2596c69f16 Add ProgressBar and PauseResume 2019-04-01 22:27:39 +03:00
Artur Paikin
dad4056835 add pause/resume buttons 2019-03-29 18:19:58 +03:00
Artur Paikin
2282d9c6cf add upload-success 2019-03-29 13:35:00 +03:00
Artur Paikin
2869c79a25 Update App.js 2019-03-15 13:57:47 +03:00
Artur Paikin
d8ba47b38b this was needed to make tus-js-client work in RN, it works, removing 2019-03-15 13:57:39 +03:00
Artur Paikin
776d6ae77a upload shouldn’t start here 2019-03-15 13:57:07 +03:00
Artur Paikin
457718ab4d update deps 2019-03-15 13:49:28 +03:00
Artur Paikin
7bbca8795b cleanup App.js 2019-03-15 13:20:40 +03:00
Artur Paikin
7db5e89634 Cleanup, use props to pass options 2019-03-15 13:20:17 +03:00
Artur Paikin
7fcf295aaa Add Url 2019-03-14 17:13:45 +03:00
Artur Paikin
d8205de2dc try to use AsyncStorage with Instagram 2019-03-14 17:13:03 +03:00