Benjamin Forehand Jr
23d629b80b
Added webdriverio integration tests
2018-10-03 11:22:30 -07:00
Danny Coates
bd02b7db8e
updated deps & bump version
2018-10-02 13:15:02 -07:00
Danny Coates
7166f4e3d6
improved paste to handle text and pasted file's names
2018-10-01 17:46:09 -07:00
Danny Coates
f7f8944e00
stubbed in signup dialog
2018-09-27 15:46:46 -07:00
Danny Coates
d560fc05cf
updated deps
2018-09-27 11:52:00 -07:00
Staś Małolepszy
f8964ebb99
Use FluentResource to parse and serialize FTL files server-side ( #952 )
2018-09-27 11:49:41 -07:00
Danny Coates
a997a44a23
renamed auth route
2018-09-26 12:22:51 -07:00
Mark Liang (You-Wen)
88db2c1cf4
UI Review German Edition ( #950 )
...
* UI changes for longer text
* UI changes for longer text
2018-09-26 10:59:33 -07:00
Danny Coates
307c9d3fa1
tweaked okDialog style
2018-09-26 10:48:37 -07:00
Danny Coates
b0a09ef953
updated .gitignore to exclude xcode userdata
2018-09-26 09:53:30 -07:00
Danny Coates
84657ed149
use firefox logo as logged in default avatar
2018-09-25 13:54:47 -07:00
Danny Coates
3d95848ba3
changed feedback button style
2018-09-25 13:49:46 -07:00
Danny Coates
044138b540
removed background image
2018-09-25 13:39:45 -07:00
Danny Coates
3f098f340e
Merge pull request #939 from mozilla/more-android-ui
...
Add ui for setting max downloads, max time, and password.
2018-09-25 12:15:49 -07:00
Danny Coates
6b9a735bec
parameterize download count dropdown on android
2018-09-25 11:36:23 -07:00
Donovan Preston
8b21a54ab4
Add the options route to the dev server
2018-09-25 11:14:17 -07:00
Donovan Preston
a181bb3509
Set the time limit in state so that fileManager can get to it.
2018-09-25 11:14:17 -07:00
Donovan Preston
5ec2486c57
Add ui for setting max downloads, max time, and password.
2018-09-25 11:14:17 -07:00
Danny Coates
fe4eb1d582
updated deps
2018-09-24 16:21:38 -07:00
Danny Coates
294cd0dfa8
reset page expiry options on logout
2018-09-24 15:25:08 -07:00
Danny Coates
e2259ae737
made download count and expiry options server configurable
2018-09-24 15:08:39 -07:00
Danny Coates
b61bf3c867
changed default config to have accounts disabled
2018-09-24 13:04:29 -07:00
Danny Coates
7eb7590f06
fixed getFileList when the response isn't OK
2018-09-24 12:23:46 -07:00
Danny Coates
c8bf3101aa
fixed multiple issues with the /signin page. #935 #936 #937
2018-09-24 12:01:39 -07:00
Danny Coates
d34ff79fd7
implemented oauth state parameter
2018-09-21 14:16:56 -07:00
Danny Coates
135f40f65d
set default fxa env for localhost
2018-09-20 14:13:07 -07:00
Danny Coates
fb83b324ab
fixed download button multi-click. fixes #927
2018-09-20 09:04:02 -07:00
Danny Coates
93e82cf953
disable capabilities.account when no FXA_CLIENT_ID is set
2018-09-19 12:54:27 -07:00
Danny Coates
e3087f008c
Merge pull request #932 from mozilla/document-android
...
Add a small blurb describing how to test the android version.
2018-09-19 09:44:21 -07:00
Danny Coates
ec5d301814
set capabilities.account = false on the server to defer rendering those components. fixes #929
2018-09-19 09:01:19 -07:00
Donovan Preston
da9f4d0ce5
Add a small blurb describing how to test the android version.
2018-09-19 10:19:18 -04:00
Danny Coates
99055b1342
fixed leaky app.state on the server-side. fixes #928
2018-09-18 16:23:58 -07:00
Danny Coates
17a0393ce0
disable upload button while uploading. fixes #927
2018-09-18 12:56:42 -07:00
Danny Coates
3d2c8c2ce2
added deploy_vnext to circle.yml
2018-09-18 11:30:43 -07:00
Danny Coates
7dcf4bcdb9
fixed capabilities.account when localStorage is disabled
2018-09-17 12:05:03 -07:00
Danny Coates
942457b357
added account to capabilities
2018-09-14 13:58:19 -07:00
Danny Coates
3a162d47c5
updated deps
2018-09-14 11:53:13 -07:00
Danny Coates
dc3cffe63b
Merge pull request #925 from mozilla/modal
...
stubbed in modal dialog
2018-09-14 09:40:33 -07:00
Danny Coates
bf83b43866
Merge branch 'vnext' into modal
2018-09-14 09:20:30 -07:00
Danny Coates
7ccf462bf8
implemented PKCE auth ( #921 )
...
* implemented PKCE auth
* removed node-jose
* added PKCE tests
2018-09-14 11:00:33 -04:00
Danny Coates
cdc15596df
stubbed in modal dialog
2018-09-13 10:37:52 -07:00
Danny Coates
20528eb0d1
added ANDROID environment variable to dev server for hosting the android html
2018-09-10 10:56:59 -07:00
Danny Coates
a8b305a84e
Merge pull request #920 from mozilla/ignore-non-data-urls
...
Ignore messages posted to onmessage that aren't data urls
2018-09-07 10:32:22 -07:00
Donovan Preston
76f9d3ee35
Ignore messages posted to onmessage that aren't data urls
2018-09-07 13:21:30 -04:00
Danny Coates
17ee4e0058
load android ui in dev when browsing to /android ( #919 )
2018-09-07 13:08:01 -04:00
Danny Coates
041c8ffdd2
updated deps
2018-09-06 23:08:32 -07:00
Danny Coates
35a6c7324d
updated babel
2018-09-06 22:52:10 -07:00
Donovan Preston
71ea4e74f6
Implement wss preference url in html; Update to work with the tip of vnext branch; allow viewing the android ui from the webpack server ( #918 )
...
* Merge branch 'vnext' of https://github.com/mozilla/send into android-preferences
Fix conflicts
* Implement wss preference url in html; Update to work with the tip of vnext branch; allow viewing the android ui from the webpack server
* Use a try/catch in case localStorage isn't available, which it isn't in a ServiceWorker
2018-09-06 18:56:04 -04:00
Danny Coates
690a705be9
Merge pull request #905 from mozilla/mobile-acceptance-doc
...
add mobile acceptance criteria
2018-09-06 14:37:42 -07:00
Danny Coates
a1fa36b79c
minor serviceWorker tweaks to url matching and 302 redirects
2018-09-05 10:35:36 -07:00