Commit graph

4504 commits

Author SHA1 Message Date
Ifedapo Olarewaju
1f3a2bb7dd feature: display username in provider view
by @ifedapoolarewaju, got removed in PR merges/rebases somehow

c027e49aa5 (commitcomment-29076740)
2018-06-04 11:58:05 -04:00
Renée Kooi
33b1b02631
Fix language string in i18n example. 2018-06-04 15:06:38 +02:00
Kevin van Zonneveld
4a15e4c30b
Update CHANGELOG.md 2018-06-04 10:46:04 +02:00
Renée Kooi
a75aa30663
Fix plugin IDs in Dashboard.uninstall(), closes #881 2018-06-04 10:35:37 +02:00
AJvanLoon
4a6b50d578
Some docs polish
@arturi
2018-06-03 15:37:52 +02:00
AJvanLoon
70e25163b2
Some docs polish
@arturi
2018-06-03 15:14:55 +02:00
AJvanLoon
c6c4503e6f
Some docs polish
@arturi
2018-06-03 14:54:33 +02:00
AJvanLoon
cb0d1744a7
Some docs polish
@arturi
2018-06-03 14:45:00 +02:00
AJvanLoon
723c88def7
Some docs polish
@arturi
2018-06-03 13:47:29 +02:00
AJvanLoon
ae2bdda629
is -> in 2018-06-03 11:21:45 +02:00
AJvanLoon
9a64c5b0e1
Some docs polish
@arturi
2018-06-03 00:59:11 +02:00
Ifedapo Olarewaju
45432eab31 Merge branch 'master' of github.com:transloadit/uppy 2018-06-02 16:28:10 +01:00
Ifedapo Olarewaju
5af90f4fe5 fix: check for non protocol defined urls in provider requests 2018-06-02 16:23:12 +01:00
AJvanLoon
a512a9e91d
Some docs polish
@arturi
2018-06-01 16:42:25 +02:00
Ifedapo Olarewaju
a22c897013 fix: strip protocol before comparing urls 2018-06-01 13:58:56 +01:00
Artur Paikin
4f989038e2
Update README.md 2018-06-01 00:41:09 -04:00
Artur Paikin
585e14827e Change Uppy version references to v0.25.0 2018-06-01 00:38:10 -04:00
Artur Paikin
218577cc0f Release 0.25.0 2018-06-01 00:38:06 -04:00
Artur Paikin
14b65d33b9 changelog for 0.25.0 2018-06-01 00:37:43 -04:00
Artur Paikin
977df35be6 add check because the button might be unmounted already when trying to call focus() 2018-05-31 21:19:50 -04:00
Artur Paikin
276c817e10 Clarify what maxNumberOfFiles means
#837
2018-05-31 20:06:43 -04:00
Artur Paikin
be8264f647 Add alias from examples/ to examples/dashboard
fixes #861
2018-05-31 19:52:19 -04:00
Ifedapo .A. Olarewaju
c2b5f0b66a
Merge pull request #824 from transloadit/cookieless-server-token
refactor: use local storage to store provider token
2018-06-01 00:43:44 +01:00
Ifedapo Olarewaju
34d4557649 review: store providers as options 2018-06-01 00:33:06 +01:00
Ifedapo Olarewaju
1e43c16654 refactor: use local storage to store provider token 2018-06-01 00:27:48 +01:00
Artur Paikin
064dbb5fad
Update README.md 2018-05-31 19:10:00 -04:00
Artur Paikin
880ffa8d30
Add “used by”
//cc @kvz
2018-05-31 19:08:31 -04:00
Artur Paikin
d8fea4bb40
Merge pull request #826 from transloadit/feature/remote-late-add
Wait for user to press Done in provider view before adding files.
2018-05-31 18:58:13 -04:00
Artur Paikin
6ecf71f0cf
Merge branch 'master' into feature/remote-late-add 2018-05-31 18:47:45 -04:00
Artur Paikin
8681ab1b1c swap record/stop button icons
fixes #859
2018-05-31 18:36:03 -04:00
Artur Paikin
fdcca95130 Disable progress throttling in Core
It was supposed to be a part of https://github.com/transloadit/uppy/pull/864, don’t know how it got cut out, I must have discarded changes accidentaly or smth
2018-05-31 17:24:41 -04:00
Artur Paikin
ec8e207ae5 Set bytesUploaded = bytesTotal
as discussed in https://github.com/transloadit/uppy/issues/530 //cc @goto-bus-stop
2018-05-31 17:13:39 -04:00
Artur Paikin
f51ab0fd2f Merge branch 'master' of https://github.com/transloadit/uppy 2018-05-31 16:07:20 -04:00
Artur Paikin
5534490825 update docs for hideRetryButton, hidePauseResumeCancelButtons 2018-05-31 16:07:16 -04:00
Artur Paikin
0bcacb012c
Merge pull request #853 from transloadit/improvement/hide-action-buttons
Hide action buttons in Dashboard and StatusBar (follow-up on #821)
2018-05-31 16:01:12 -04:00
Artur Paikin
79b0bee949
Merge pull request #868 from transloadit/fix/worse-semantics
[WIP] Don’t use h1-h6 tags, might solve some styling issues for embedded Uppy
2018-05-31 15:34:01 -04:00
Artur Paikin
d345fc2e68 add role=heading 2018-05-31 15:33:38 -04:00
Artur Paikin
077c655c9b
Merge pull request #834 from taoqf/master
add typedefinition
2018-05-31 15:14:04 -04:00
Artur Paikin
d6e59f2f61
Merge pull request #867 from transloadit/fix/addfile-catch-throw
Add try/catch to `addfile()` calls from UI plugins
2018-05-31 15:13:19 -04:00
Artur Paikin
363eb46cec Fix an issue where .focus() is scrolling the page, same as in UrlUI 2018-05-31 14:26:07 -04:00
Artur Paikin
51df805cbe
Merge pull request #852 from transloadit/improvement/better-animation
Dashboard open/close animation
2018-05-31 12:06:21 -04:00
Artur Paikin
3a0a43ec2e remove unnessesary try/catch 2018-05-31 12:03:39 -04:00
Artur Paikin
a4db4cc8c4 fix capabilities unused var 2018-05-30 10:33:07 -04:00
Artur Paikin
618a543734
Merge branch 'master' into improvement/hide-action-buttons 2018-05-30 10:20:16 -04:00
Artur Paikin
8bb3268a40
Merge pull request #854 from transloadit/fix/react-id
Fix plugin ID mismatch in React components
2018-05-30 10:18:49 -04:00
Artur Paikin
05edf02e87 fix weird artefacts instead of ellipsis issue 2018-05-29 22:44:41 -04:00
Artur Paikin
444b4c1fde Don’t use h1-h6 tags, might solve some styling issues for embedded Uppy
I think in this case we are suffering from styling issues more than gaining in terms of semantics
2018-05-29 21:41:22 -04:00
Artur Paikin
606ae83793
Merge pull request #863 from transloadit/chore/getstate
Use uppy.getState() instead of uppy.state.
2018-05-29 21:31:43 -04:00
Artur Paikin
b3335fdd68 Update WordPress todo 2018-05-29 17:28:51 -04:00
Artur Paikin
7274327034 Add try/catch to all uppy.addFile() calls from UI plugins 2018-05-29 17:25:43 -04:00