Commit graph

2148 commits

Author SHA1 Message Date
Ifedapo .A. Olarewaju
97db6f3d43
website[docs]: add add-on section to Zoom docs (#2452) 2020-08-11 17:42:36 +01:00
Renée Kooi
2fdf880064
tus: docs-deprecate autoRetry (#2347)
* tus: deprecate autoRetry

`autoRetry` retries failed uploads when the user's internet connection
comes back up after an outage. It's not totally clear from the name that
that is what it does: it could also just retry automatically after a
failure generally.

This feature can be implemented by users like this:
```js
uppy.on('back-online', () => {
  uppy.retryAll()
})
```
I think that's clearer than `autoRetry: true`, and we don't even have
to come up with a name!

Since the implementation is trivial and the functionality is independent
of tus, it probably shouldn't live in the plugin. Users can copy the
three lines from the docs and use it that way. We could also consider
moving it into `@uppy/core`.

* tus: fill in pr url

* tus: revert runtime deprecation

* changelog: remove deprecated `autoRetry` in 2.0
2020-08-11 13:37:15 +01:00
Ifedapo .A. Olarewaju
f35f1c610b
website[docs]: add documentation for zoom plugin (#2448) 2020-08-11 10:33:46 +01:00
Renée Kooi
8a1ead8b53
Release 2020-08-10 17:49:30 +02:00
Renée Kooi
2605353acb
docs: make global companion install bash line copy-pasteable, fixes #2438 2020-08-10 15:56:30 +02:00
Anthony Veaudry
8577db1e74
Adds minFileSize option Closes #2389 (#2394)
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-08-06 16:11:55 +02:00
Alexander Zaytsev
d0c827a4a8
Bunch of website fixes (#2433) 2020-08-06 15:01:08 +02:00
Ifedapo .A. Olarewaju
53702d79cf
website: enable zoom example conditionally + remove conditional instagram graph example (#2422) 2020-07-31 15:44:57 +01:00
ifedapoolarewaju
cb6ba02493
Merge branch 'master' of github.com:transloadit/uppy 2020-07-30 15:56:12 +01:00
ifedapoolarewaju
36ab6f1d49
Release 2020-07-30 15:52:20 +01:00
Elena Lape
7cdbd70d84
Remove PH link from Transloadit banner 2020-07-30 14:48:54 +01:00
mokutsu-coursera
f1ef5bd809
companion,zoom: add implementation for Zoom plugin and Zoom Provider (#2342)
* [WIP] First pass at adding zoom plugin and zoom companion service for allowing imports from zoom cloud

* WIP. Remove zoom example and move zoom companion code into core companion package, update list endpoint to retrieve based on pagination token or dates available, and get size / download endpoint working.

TO DO:
- fix logout / token expiry
- investigate why test for loading config from file is not working as expected
- confirm pagination works

* Modify provider views to allow for cases with zoom provider when insufficient results exist to enable infinite scroll (but users may need to retrieve older results), update types tests. Linters failing on the provider views files

* Update uppy and companion for the zoom integration to use folders to represent months, and retrieve 1 month at a time.

- clean up code around response data items to explicitly show fields, and match style of other provider methods
- update license date to 2020 across repo
- enable download/uploado of json timeline files
- fix companion test to load credentials from file
- remove front end code no longer required now that folders are being used instead of loading more with button

* Change initial check for user authentication to use same endpoint so we can reuse the same app permission list (ie dont require additional permissions to read user data)

* Clean up zoom provider index file, add api call back to retrieve user account information such as created timestamp and email, fix file icons, remove unused strings, remove license date updates from branch

* Add permission list to grant configurations, remove undefined response body check, update error to match style of other providers, reorder svg attribute to match other icons

* Add request to get user email address for when we are retrieving user meetings and meeting recordings within zoom provider, clean up logout api call

* Update adapter to use meeting UUID when returning the meeting id to match the meeting ID associated with the recording file meeting. This should also resolve issues around reused meeting IDs from zoom.

* Fix companion test

* uppy,robodog: do not add zoom yet

* zoom: add publishConfig

* test: remove uppy.Zoom use from typescript e2e test

Co-authored-by: Renée Kooi <renee@kooi.me>
2020-07-30 11:01:21 +01:00
Renée Kooi
2d91641ddd
Release 2020-07-29 16:50:45 +02:00
Renée Kooi
4ff28bee2a
website: also escape output in dragdrop example 2020-07-29 16:43:20 +02:00
Renée Kooi
3286f935e9
website: fix unescaped html output, thanks Shivprsad Sammbhare
Reported by https://linkedin.com/in/shivprasadsambhare
2020-07-29 15:26:38 +02:00
Renée Kooi
8c826313b6
A few docs things (#2371) 2020-07-29 12:17:27 +02:00
Elena Lape
e2bcc57810
Add PH link to top Transloadit banner (#2400) 2020-07-27 16:38:58 +02:00
Renée Kooi
6151b33700
Release 2020-07-21 16:49:28 +02:00
bdirito
4ad07f5f1b
Adds the ability to upload whole folders to dashboard (#2334) 2020-07-21 14:19:00 +02:00
Artur Paikin
602e1759ea Add poster to video 2020-07-21 12:22:55 +01:00
Artur Paikin
50eaf37910 Image Editor doc category tweak 2020-07-21 12:13:32 +01:00
Artur Paikin
c3206d6a2d Add twitter feedback link 2020-07-21 12:10:36 +01:00
Artur Paikin
65e75a3b77 Publish Image Editor post 2020-07-21 11:16:51 +01:00
Kevin van Zonneveld
3aa54561b8 Revert "Create package-lock.json for the websitge. Yes? No? @arturi @goto-bus-stop"
This reverts commit dddafad5eb.
2020-07-21 10:35:29 +02:00
Kevin van Zonneveld
63e8446594 Update 2020-07-1.18-image-editor.md 2020-07-21 10:30:39 +02:00
Kevin van Zonneveld
dddafad5eb Create package-lock.json for the websitge. Yes? No? @arturi @goto-bus-stop 2020-07-21 10:30:30 +02:00
Ryan Schumacher
2db787fe77
Add preact 10 comment (#2227)
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-07-21 09:50:36 +02:00
Artur Paikin
cbc6c362b4 new Uppy() 2020-07-20 17:44:52 +01:00
Artur Paikin
070365cd64 Add Image Editor post draft 2020-07-20 17:43:34 +01:00
Artur Paikin
3e6be9d310 Fix image editor in the dashboard example 2020-07-20 14:52:24 +01:00
Artur Paikin
1faeb43228 Release 2020-07-19 14:37:55 +01:00
Artur Paikin
b48757b50c update docs and dev example 2020-07-18 10:38:07 +01:00
Artur Paikin
cd5f455b7d ImageEditor --> imageEditor 2020-07-17 12:56:27 +01:00
Artur Paikin
62d01a49fe Update inject.js 2020-07-16 19:06:23 +01:00
Artur Paikin
5c761b8f36 Merge branch 'master' into dashboard-image-cropping 2020-07-16 18:56:15 +01:00
Artur Paikin
7a3bc72a63 Add image-editor to Dashboard example 2020-07-16 18:55:34 +01:00
Artur Paikin
bfa3fd729b Add “beta” 2020-07-16 18:36:09 +01:00
Artur Paikin
9726f01f5e add docs 2020-07-16 18:21:25 +01:00
Renée Kooi
16686fc0ca
Release 2020-07-15 13:59:56 +02:00
Renée Kooi
5012eb4124
aws-s3-multipart: implement retries (#2312) 2020-07-13 15:10:23 +02:00
Pedro Fernandes Steimbruch
f54c6dad99
Improve react docs (#1936)
Co-authored-by: Renée Kooi <renee@kooi.me>
2020-07-13 12:51:30 +02:00
ifedapoolarewaju
4f21f6b12b
docs: correct syntax typos 2020-07-11 18:00:40 +01:00
Renée Kooi
f68c5b9273
docs: auth setup instructions for Dropbox and Google Drive (#2345)
Co-authored-by: Ifedapo .A. Olarewaju <ifedapoolarewaju@gmail.com>
2020-07-06 11:38:38 +02:00
Ifedapo .A. Olarewaju
34d5d2c1b2
docs,website: tutorial on adding custom providers (#2310)
* docs,website: first draft of tutorial on adding custom providers

* docs: define "Provider Plugins"

* blog,docs: revise Provider summary

* docs: use consistent sample comments

* blog, examples: use svg code directly as custom provider icon
2020-07-03 17:22:00 +01:00
Alexander Zaytsev
0211e06f19
Make sidebar work better w/ TransloaditBar (#2356)
* Fix header height; set z-index for TransloaditBar

* Sidebar positioning

* Make sidebar top position dependent on the header top position

* Correct sidebar top position + apply it on desktop only

* mobile support

* Cleanup

* Check if TransloaditBar exists
2020-07-03 14:27:24 +02:00
Elena Lape
fd5f092f5f
Make changes to Transloadit bar at the top on the site (#2349)
* add info to bar and change transloadit logo

* Update TL logo

* Set correct link

* Move the blocks + better mobile support

* Move TransloaditBar to common.scss

Since we're going to show it on other pages too

* Handling regular pages w/ transloaditbar

* Fix issues on mobile

* Update layout.ejs

Co-authored-by: Alexander Zaytsev <nqst@users.noreply.github.com>
Co-authored-by: Kevin van Zonneveld <kevin@vanzonneveld.net>
2020-07-02 14:59:22 +02:00
Artur Paikin
ca9adf605d
Merge pull request #2323 from transloadit/dashboard-file-removed-ui
Add `reason` to `file-removed` event to distinguish when a file was manually removed by user
2020-06-29 14:00:43 +01:00
Artur Paikin
f9093c59d2 add reason to the docs 2020-06-29 04:35:19 +01:00
Artur Paikin
945b7b92fb revert dashboard:file-removed-ui 2020-06-24 17:51:52 +01:00
ifedapoolarewaju
aacaff256c
Release 2020-06-18 16:31:40 +01:00