Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-17 Thread sajolida
intrigeri: > sajolida: >> All the blockers are cleared now and I'll see if I can release the new >> download page this afternoon. Yeah! > > Woohoo! Thanks everyone for your work :) Ah, and today the Chrome inline installation started working without me doing anything :) So we have something 100%

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-17 Thread intrigeri
sajolida: > All the blockers are cleared now and I'll see if I can release the new > download page this afternoon. Yeah! Woohoo! Thanks everyone for your work :) Cheers, -- intrigeri ___ Tails-dev mailing list Tails-dev@boum.org https://mailman.boum.or

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-17 Thread sajolida
Uzair Farooq: > I've merged your changes. Thanks! And thanks as well for adding a README. I improved it further with 05aee0a. Still, I removed your commit e0337ec ("Move all source code to src directory") because it makes the tree structure simpler. So be careful when merging my changes. Maybe

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-16 Thread Uzair Farooq
I've merged your changes. > While doing this I came to wonder whether the version check was not broken again: the page asks for 1.0 minimum while it's 0.92 that is on AMO and the extension set 'data-extension="up-to-date"' on the page. Not sure if I understand correctly. I set the extension-versi

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-16 Thread sajolida
Uzair Farooq: > The repo url you mentioned says 'No repo found': > https://git-tails.immerda.ch/verification-extension As noted in the email where I asked you this originally and which I linked to from my second request on the topic: « Note that this URL doesn't work in a browser but does work th

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-15 Thread Uzair Farooq
The repo url you mentioned says 'No repo found': https://git-tails.immerda.ch/verification-extension > I also see that you initially tried to implement this with a message in > 412cb50 and I would much prefer this approach. What made you change your mind between 412cb50 and 80773cb? Yeah, I orig

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-14 Thread sajolida
sajolida: > Uzair Farooq: >>> When the extension gets installed, the page is not updated to show "Verify >>> download...". See this screencast: >>> >>>  https://dl.poivron.org/maad2a3jiuqdu3k3wjbf-dirqyvooctlkem57 >>> >>> >>> Uzair: Co

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-14 Thread sajolida
Uzair Farooq: >> When the extension gets installed, the page is not updated to show "Verify >> download...". See this screencast: >> >> https://dl.poivron.org/maad2a3jiuqdu3k3wjbf-dirqyvooctlkem57 >> >> >> Uzair: Could you help me fi

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-14 Thread u
Hi! >> - contentscript/verify.js: >> - fetchConf(): please wrap the regexps. > > Not sure what you mean by this. Do you want me to convert them to 'new > Regex()' format? Just put them into parentheses, if this works. >> - manifest.json: >> - "permissions": [ >> "http://*/*";, >>

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-13 Thread Uzair Farooq
>When the extension gets installed, the page is not updated to show "Verify download...". See this screencast: > https://dl.poivron.org/maad2a3jiuqdu3k3wjbf-dirqyvooctlkem57 > Uzair: Could you help me fix that? Is it something that should be fixed in the extension or on the page? Fixed, extensio

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-13 Thread u
Hello! congrats on your work on the extension! I reviewed the code a little bit and I have some requests which should be fixed beofore the release please: - contentscript/verify.js: - fetchConf(): please wrap the regexps. - manifest.json: - "permissions": [ "http://*/*";, ->

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-13 Thread sajolida
sajolida: > Uzair Farooq: >>> But I don't see any new commit on your repo so maybe you forgot to >> push: >> >> We have pushed the missing changes. > > I saw that! I'll test it today. The version check works now. Congrats! ___ Tails-dev mailing list Tai

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-13 Thread sajolida
Uzair Farooq: >> But I don't see any new commit on your repo so maybe you forgot to > push: > > We have pushed the missing changes. I saw that! I'll test it today. >> Another bug I found today, when the verification fails for a second > time, the 'verification-failed-again' message is not passed

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-13 Thread Uzair Farooq
> But I don't see any new commit on your repo so maybe you forgot to push: We have pushed the missing changes. > Another bug I found today, when the verification fails for a second time, the 'verification-failed-again' message is not passed. We were working on this but can't seem to pass 'Instal

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-11 Thread Uzair Farooq
> But I don't see any new commit on your repo so maybe you forgot to push: Yeah seems like that. We'll push the changes. > I tried that both in Tor Browser and Chromium and could make it work. Here is the background.js script that I'm using: Instead of whole path can you just try 'download_2.htm

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-10 Thread sajolida
This email was bounced by Uzair's email server because of the JavaScript attachment. So here it is again: Uzair Farooq: >> It works when the version of the extension is up-to-date (1.0 or 1.1) but >> it doesn't work when the version is outdated (0.9). I can see that >> data-extension is still set

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-08 Thread Uzair Farooq
> It works when the version of the extension is up-to-date (1.0 or 1.1) but it doesn't work when the version is outdated (0.9). I can see that data-extension is still set to "ok". See screenshot. We have fixed an error with version checking so it should work now. Still if you want us to shift to s

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-08 Thread sajolida
Today I managed to publish a first version of the extension on the Chrome store and get a signed XPI from Firefox. It was pretty easy :) And now both versions are wired in the prototype: https://tails.boum.org/install/download_2 /!\ The CSS is broken on the installation buttons and they

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-06 Thread sajolida
Uzair Farooq: > Hey. Hey! All these changes look super exciting! Congrats! But I tried to test them and fail. That might as well be something on my side because I also tried to rollback to previous versions and couldn't make it either. Still, I pushed your changes to the production website. So

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-04 Thread Uzair Farooq
The repositories urls: - https://github.com/usman-subhani/Tails-repos - https://github.com/usman-subhani/verification-extension/ On Sat, Nov 4, 2017 at 4:30 PM, Uzair Farooq wrote: > Hey. > > 1. We are now logging percentage to console, you can replace it with a > progress bar. Please have a lo

Re: [Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-04 Thread Uzair Farooq
Hey. 1. We are now logging percentage to console, you can replace it with a progress bar. Please have a look at the commit: https://github.com/ usman-subhani/Tails-repos/commit/bfb204b3c006189094c23626acab0db1daf99109. The console.log(percentage) line is executed whenever there's a change in perce

[Tails-dev] Verification extension [was: HTML prototype for new download page]

2017-11-03 Thread sajolida
sajolida: > Uzair Farooq: >> Uzair Farooq: >>> Hey, we checked the forge library (the one they listed as the fastest in >>> their benchmark). To my surprise it improved the time darastically. It took >>> a little more than 1 minute on a core i3 machine with 4GB RAM. > > Amazing! I tried on my lapt