Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-28 | move webex specific things in their own directory | Florian Dold | |
2017-05-28 | remove usage of old lang.css | Florian Dold | |
2017-05-28 | add linting rules and fix them | Florian Dold | |
2017-05-24 | style, deduplication and doc comments | Florian Dold | |
2017-05-24 | remove dead code and add comments | Florian Dold | |
2017-05-03 | show log when log page is loaded | Florian Dold | |
2017-05-01 | store reservePub/blindingKey directly in coin | Florian Dold | |
2017-05-01 | implement payback (with rudimentary UI) | Florian Dold | |
2017-04-29 | revert layout changes | Florian Dold | |
2017-04-28 | show earliest deposit expiration when withdrawing | Florian Dold | |
2017-04-28 | implement new reserve creation dialog and auditor management | Florian Dold | |
2017-04-24 | adapt auditor page to new module loading strategy | Florian Dold | |
2017-04-24 | Reorganize module loading. | Florian Dold | |
We now use webpack instead of SystemJS, effectively bundling modules into one file (plus commons chunks) for every entry point. This results in a much smaller extension size (almost half). Furthermore we use yarn/npm even for extension run-time dependencies. This relieves us from manually vendoring and building dependencies. It's also easier to understand for new developers familiar with node. | |||
2017-04-13 | simplify coin status, don't show refreshed coins in balance | Florian Dold | |
2017-04-13 | download/import db from dump page | Florian Dold | |
2017-04-12 | add exchanges to currency info | Florian Dold | |
2017-03-28 | add auditor editing | Florian Dold | |
2017-03-24 | add auditor editing | Florian Dold | |
2017-03-08 | update submodules | Florian Dold | |
2017-02-12 | accept exchange URL suggestion from bank | Florian Dold | |
2016-11-27 | modularize i18n | Florian Dold | |
2016-11-23 | force initial update | Florian Dold | |
2016-11-23 | expand exchange selection on error | Florian Dold | |
2016-11-23 | translations | Florian Dold | |
2016-11-20 | fix feeDeposit/max_fee corner case | Florian Dold | |
2016-11-19 | write to db if coins are not offered anymore | Florian Dold | |
2016-11-19 | missing files | Florian Dold | |
2016-11-19 | better error reporting | Florian Dold | |
2016-11-19 | precoin -> planchet | Florian Dold | |
2016-11-18 | show all LogEntry fields | Florian Dold | |
2016-11-18 | persistent logging | Florian Dold | |
2016-11-16 | incrementally verify denoms | Florian Dold | |
The denominations are not stored in a separate object store. | |||
2016-11-15 | renaming / dce | Florian Dold | |
2016-11-14 | fix insufficient funds message (#4768) | Florian Dold | |
We now distinguish the case where the wallet knows the exchange already and the case where we don't have anything in common. | |||
2016-11-13 | restructuring | Florian Dold | |