Commit Graph

1962 Commits

Author SHA1 Message Date
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
Danny Coates
7c6aabc388 updated fluent to 0.8 2018-09-04 13:30:11 -07:00
Danny Coates
59224516b7 updated dependency minors 2018-09-04 13:13:25 -07:00
Danny Coates
025f040388 adjust streamDownload capability to exclude safari but not chrome 2018-09-04 13:05:11 -07:00
Danny Coates
71b24b05d0 added http logging to the console in dev 2018-09-04 12:09:03 -07:00
Danny Coates
df1c4ef913 emit complete for blob downloads 2018-09-04 11:08:44 -07:00
Danny Coates
353fab8486 Merge pull request #916 from mozilla/fxa
Implemented FxA
2018-09-04 11:07:25 -07:00
Danny Coates
976fd61f23 removed unused crypto functions 2018-09-04 10:41:45 -07:00
Danny Coates
00550872d7 hide signup promo when logged in 2018-08-31 15:15:25 -07:00
Danny Coates
85185d048c added fxa auth to /ws 2018-08-31 14:30:50 -07:00
Danny Coates
fb7176d989 added fxa auth to /params 2018-08-31 11:43:56 -07:00
Danny Coates
718d74fa50 Implemented FxA 2018-08-30 22:10:08 -07:00
John Gruen
c7876f6b7f add mobile acceptance criteria 2018-08-27 11:30:42 +02:00
Mozinet
5c542008ab Pontoon: Update French (fr) localization of Test Pilot: Firefox Send
Localization authors:
- Mozinet <mozinet@gmail.com>
2018-08-20 00:12:16 +00:00
Danny Coates
70bc2b7656 Merge pull request #904 from mozilla/android-port-to-choo-2
Fix #896 Port Send Android to choo
2018-08-16 12:48:42 -07:00
Donovan Preston
7a48c5201a Fix #896 Port Send Android to choo 2018-08-16 12:07:12 -04:00
Donovan Preston
071e283f87 Implement section 2.1 and parts of section 4.1 from the Send Android spec (#901)
* Fix #877 Implement Start page (Empty State) Design

* Update some kotlin and android sdk things, and update to the latest code in vnext

* Begin implementing the card ui which shows after uploading.

* Implement a progress bar.
2018-08-15 15:29:29 -04:00
Emily
29bafe1bae prevent uploading duplicate files 2018-08-10 13:11:17 -07:00
Emily
37c2926252 Merge branch 'time' into vnext 2018-08-09 15:58:23 -07:00
Emily
650d30c4bc fix merge conflicts 2018-08-09 15:58:02 -07:00
Emily
b89bef6e89 refactor to single bucket 2018-08-09 14:49:52 -07:00