Commit graph

297 commits

Author SHA1 Message Date
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é
405d6c7f1e i18n: big refactor
Each translatable string have to be marked with the css class "i18n"
Add a new ?i18nextract URL parameter that extract all string that can be translated/corrected
Separate each translation in a file, add a grunt task to recombine them
2014-06-30 21:06:20 +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
Lucas Legname
04a51fcc79 Fluttercoin paper wallet update. 2014-06-15 03:45:32 +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
Michael Muré
19ad7b36b6 Add donate address for gridcoin 2014-05-28 22:57:45 +02:00
Michael Muré
8b422b0ac2 update HTML coin logo 2014-05-28 22:54:23 +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é
df6c063bc3 Add 9 more logos to prepare next supported currencies 2014-05-21 23:26:32 +02:00
Lucas Legname
95dc5c642b Corgicoin and Magic Internet Money paper wallets have been added. 2014-05-21 23:25:23 +02:00
Lucas Legname
0343901a0e HTML Coin paperwallet design update. 2014-05-21 23:12:53 +02:00
Lucas Legname
f03318a25a New paper wallet designs have been added. 2014-05-21 23:06:41 +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
Lucas Legname
5f1391ec29 gitignore file update. 2014-05-14 20:42:32 +02:00
Lucas Legname
030a6d09d3 New overview picture added. 2014-05-14 20:29:13 +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