Commit graph

82 commits

Author SHA1 Message Date
Lucas Legname
3f2ca7d5fc First page layout bug has been fixed. 2014-07-02 23:09:26 +02:00
Michael Muré
b689129679 complete release note 2014-07-02 22:58:07 +02:00
Michael Muré
e45657b794 Merge branch 'dev'
Conflicts:
	index.html
	src/ninja.misc.js
2014-07-02 22:47:07 +02:00
Lucas Legname
8517d9aa41 FAQ added on the main page. 2014-07-02 22:33:44 +02:00
Michael Muré
cbdd96c591 Revert "Support for Fuelcoin and Guldencoin have been added."
Incomplete work will be done in the "dev" branch from now on.
2014-07-02 21:36:20 +02:00
Michael Muré
94994a1930 refactor the currency selection when initializing the application in a cleaner and safer way. 2014-07-02 21:30:35 +02:00
Michael Muré
07b64959ca /!\ fix a security failure where a wallet was generated too early, that lead to the PRNG to be initialized with less entropy than it should.
If you used walletgenerator.net before with an old browser, please regenerate your wallets as they might be unsafe.
If your browser is older than the date mentioned below, entropy provided by the OS is not available, and the PRNG
was initialized with data collection from the browser, time and Math.random(), but NOT with the mouse input that is asked to the user,
nor the OS provided entropy.

firefox 21: may 2013
chrome 11: april 2011
ie 11: october 2013
opera 14: july 2013
safari 3.1: march 2008
2014-07-02 21:29:46 +02:00
Michael Muré
5b3cae1f32 SecureRandom: /!\ throw an alert if the PRNG is used is initialized when the entropy collection using the mouse is not done. 2014-07-02 21:23:39 +02:00
Michael Muré
125d9d8997 SecureRandom: remove the weird copy of the entropy pool 2014-07-02 21:14:21 +02:00
Lucas Legname
a67bdd7ccf Code cleaning, some dupplicated code have been deleted and the main page is now totally unified. 2014-07-02 21:06:42 +02:00
Michael Muré
5058838237 run the test after we select a currency 2014-06-29 15:34:36 +02:00
Lucas Legname
2435e131c7 Support for Fuelcoin and Guldencoin have been added. 2014-06-29 15:03:37 +02:00
Michael Muré
379684d8c9 remove support for VikingCoin, as this currency seems to have a slightly different way to generate address. 2014-06-24 21:25:33 +02:00
Michael Muré
d09960e48f Add support for Birdcoin, Fluttercoin, Vikingcoin,
Update release log
2014-06-15 03:26:19 +02:00
Lucas Legname
4add2d6d3c GlobalBoost and Guncoin support added. 2014-06-15 02:50:38 +02:00
Michael Muré
3b138f2521 come back of the generated list of supported currency 2014-06-15 01:54:33 +02:00
Michael Muré
fd83033bac fix brainfart 2014-06-06 15:15:08 +02:00
Michael Muré
38f83ede69 fix changed URL for the github repo 2014-06-06 14:56:32 +02:00
Michael Muré
1153373650 add support for Monocle 2014-06-06 13:26:46 +02:00
Michael Muré
b7b59cfd33 fix changed URL for the github repo 2014-06-06 13:26:06 +02:00
Lucas Legname
d5b50913e8 Goodcoin support added. 2014-06-04 23:04:05 +02:00
Lucas Legname
d8a7b8ff15 TreasureHuntCoin support added. 2014-06-04 22:55:39 +02:00
Michael Muré
067be8a753 replace the hidden h1 with a h1 around the banner 2014-05-31 11:54:38 +02:00
Michael Muré
543160be09 add fastcoin donate address 2014-05-29 00:28:19 +02:00
Lucas Legname
70b692ff13 Release note update. 2014-05-29 00:23:25 +02:00
Lucas Legname
5a60361bb5 Fastcoin support added. 2014-05-29 00:12:50 +02:00
Michael Muré
974b4575b2 Fix default currency as bitcoin 2014-05-28 23:31:39 +02:00
Michael Muré
ba0a8195b3 Please stop forgetting to grunt ! 2014-05-28 22:59:37 +02:00
Lucas Legname
b4b93f0f20 Gridcoin support added. 2014-05-28 22:51:00 +02:00
Lucas Legname
3025417665 janin script file has been fixed, clean of some inline style properties. 2014-05-28 21:37:12 +02:00
Lucas Legname
0376dd0f69 Keywords meta-tag added, description meta-tag shortened. 2014-05-28 20:48:12 +02:00
Lucas Legname
866faa8fa6 H1 tag added, moar words added to the Dogecoin plugin. 2014-05-28 20:41:24 +02:00
Lucas Legname
b2bbe5ee21 Release note update. 2014-05-21 23:42:43 +02:00
Michael Muré
d25c22122e Add a link to the twitter account 2014-05-21 23:40:28 +02:00
Michael Muré
44f79c6a4e add support for 11 new currencies ! 42coin, alphacoin, anoncoin, corgicoin, darkcoin, devcoin, digitalcoin, HTMLcoin, magic internet money, megacoin, novacoin ! 2014-05-21 23:38:11 +02:00
Michael Muré
4ab7cbdd2e QR Code recognition integration, ‘Wallet Details’ layout update. 2014-05-21 22:02:07 +02:00
Michael Muré
7bbee83a3e fix some html validation error 2014-05-21 20:41:22 +02:00
Michael Muré
41600f7a98 fix display of the bip38 priv key in a paper wallet 2014-05-08 18:24:38 +02:00
Michael Muré
a5156d9a66 fix the second blank page when printing 2014-05-08 18:09:03 +02:00
Michael Muré
cea3319619 extract images from the css file 2014-05-08 15:39:54 +02:00
Michael Muré
076fdf5f8e fix double title 2014-05-08 11:56:36 +02:00
Michael Muré
b941baa456 url currency selector case independant 2014-05-08 10:28:58 +02:00
Michael Muré
67c6aedc1c dynamic html title depending on selected currency 2014-05-08 10:27:51 +02:00
Michael Muré
49f1f54869 static list of support currencies 2014-04-29 23:17:50 +02:00
Lucas Legname
449e6b8632 Front page stylesheet update. 2014-04-28 23:54:00 +02:00
Michael Muré
fc16e7ae99 complete the release note 2014-04-28 23:51:25 +02:00
Michael Muré
dca440a20f Supported currency in the front page, list dynamically generated 2014-04-28 23:35:24 +02:00
Lucas Legname
b31a16f1bc Progress bar and skip button have been added on main page. 2014-04-28 23:30:58 +02:00
Michael Muré
42e9855a08 Add a skip button for the seeding and a progress bar, to be styled 2014-04-28 23:06:13 +02:00
Lucas Legname
7d594df524 Supported currencies have been added on main page. 2014-04-28 22:41:09 +02:00