Commit Graph

2647 Commits

Author SHA1 Message Date
Donovan Preston a30ea6cddc Another slight speed boost (#1176) 2019-02-28 08:29:10 -08:00
Donovan Preston 5b03c64e8d Fix slow upload by turning on hardware accelleration on the webview (#1173) 2019-02-27 16:04:57 -08:00
Danny Coates beeb0d16c0 fixed svg style issues 2019-02-27 12:20:10 -08:00
Danny Coates eb94a4fd14 updated deps 2019-02-27 12:06:11 -08:00
Danny Coates 72ee9c13d2 added illustrations 2019-02-27 11:42:43 -08:00
pyup.io bot 45a270ddce Scheduled weekly dependency update for week 08 (#1168)
* Update flake8 from 3.7.5 to 3.7.7

* Update pytest from 4.2.0 to 4.3.0

* Update pytest-selenium from 1.15.1 to 1.16.0
2019-02-27 10:37:48 -05:00
Danny Coates f968083f74 added '-' to /api/filelist validation 2019-02-26 19:58:03 -08:00
Danny Coates 72b41c158b added flex-no-shrink to archive info icons 2019-02-26 17:31:53 -08:00
Danny Coates 7c540b8903 updated tiles styles 2019-02-26 17:22:45 -08:00
Danny Coates 4a40c75173 updated dowload page style 2019-02-26 16:03:12 -08:00
Danny Coates 8e104d2a5b added metric target for newest signup button 2019-02-26 15:54:56 -08:00
Danny Coates 1529a86180 updated password ui size 2019-02-26 15:38:55 -08:00
Danny Coates b6941345a7 updated password input style 2019-02-26 15:06:50 -08:00
Danny Coates 0b8eae11de updated styles 2019-02-26 14:52:37 -08:00
Danny Coates 4cb6646cce updated filelist storage so userid is not used directly 2019-02-26 13:53:11 -08:00
Danny Coates d55f0247de added padding to android wip screen 2019-02-26 11:11:06 -08:00
Danny Coates 1c44d1d0f9 added /config endpoint, use fewer globals (#1172)
* added /config endpoint, use fewer globals

* fixed integration tests
2019-02-26 10:39:50 -08:00
Danny Coates 8df400a676 found source of double-render, removed old experiment 2019-02-25 14:03:08 -08:00
Danny Coates cccc1a5383 enabled accounts on Edge 2019-02-25 11:44:44 -08:00
Danny Coates c6cc5f4ac4 made Inter font-display: optional 2019-02-24 11:10:34 -08:00
Danny Coates 2dce066449 tweaked btn style 2019-02-22 13:59:57 -08:00
Danny Coates 3f4cdd844c updated upload area style. idk how this moved 2019-02-22 13:40:19 -08:00
Danny Coates 2c867e0ae8 fixed modals on other than home page 2019-02-22 13:31:54 -08:00
Danny Coates c36466d952 updated unsupported page style 2019-02-22 13:16:24 -08:00
Danny Coates 2fd72096ae download page style updates 2019-02-22 12:42:10 -08:00
Danny Coates 08dc5fa23b puffier signin button et al 2019-02-22 12:00:39 -08:00
John Gruen e19c711548 finish string update (#1167) 2019-02-22 11:13:31 -08:00
John Gruen c23da8f6b0 Merge pull request #1166 from mozilla/update-strings
update strings
2019-02-22 19:40:55 +01:00
Danny Coates c8e6e761d0 filled in size placeholder and other malarkey 2019-02-22 10:37:52 -08:00
John Gruen 7449d1c351 update strings 2019-02-22 17:12:30 +01:00
Danny Coates 47d75d8220 adjusted modal background and download preview 2019-02-21 16:43:15 -08:00
Danny Coates 694e05f738 disable accounts on Edge. more crypto errors 2019-02-21 15:38:36 -08:00
Danny Coates de88885189 replaced cryptofill with webcrypto-liner 2019-02-21 15:20:28 -08:00
Danny Coates 9e919eddb5 beginning to decompose cryptofill to allow dynamic import 2019-02-21 12:22:12 -08:00
Danny Coates c146c584f6 static require cryptofill for Edge 2019-02-21 11:21:06 -08:00
Danny Coates 6fd3019aba added title to download link 2019-02-21 09:24:43 -08:00
Danny Coates f0a60d8c8e added control titles 2019-02-20 19:59:29 -08:00
Danny Coates 2169a49d4c made account menu keyboard navible 2019-02-20 16:11:54 -08:00
Danny Coates b6a703d5de added outline styles for keyboard nav 2019-02-20 15:58:44 -08:00
Danny Coates 060b6835f1 clear password on checkPassword 2019-02-20 11:51:09 -08:00
Danny Coates fd2b58d96d made main "add files" area keyboard navible 2019-02-20 10:59:05 -08:00
Danny Coates b1e5073e59 made sign in button keyboard navible 2019-02-20 10:57:32 -08:00
Danny Coates 9d5c6573d9 updated deps 2019-02-19 20:12:12 -08:00
Danny Coates ec356b703f disable service worker on Edge 2019-02-19 18:53:55 -08:00
Danny Coates e5f9673521 added window.app for debugging 2019-02-19 14:14:28 -08:00
Danny Coates 2c12b614f0 updated header logo 2019-02-19 13:13:14 -08:00
Danny Coates 2c27665e39 updated favicon 2019-02-19 12:52:09 -08:00
Danny Coates c1df061669 android style fixes 2019-02-19 11:25:40 -08:00
Danny Coates 41bfe31d61 prefix /api/metrics on android. fixes #1159 2019-02-19 10:46:16 -08:00
Donovan Preston a42cec97f3 Fix #1145 Fix the back button after logging in. (#1158)
To do so, we clear the webview history once the login process is complete so that the intermediate redirect urls used by the login process are not in the history.

Also, update the versions of some of the libraries we use.
2019-02-19 09:35:37 -08:00