aboutsummaryrefslogtreecommitdiff
path: root/src/pages
AgeCommit message (Collapse)Author
2017-05-28move webex specific things in their own directoryFlorian Dold
2017-05-28remove usage of old lang.cssFlorian Dold
2017-05-28add linting rules and fix themFlorian Dold
2017-05-24style, deduplication and doc commentsFlorian Dold
2017-05-24remove dead code and add commentsFlorian Dold
2017-05-03show log when log page is loadedFlorian Dold
2017-05-01store reservePub/blindingKey directly in coinFlorian Dold
2017-05-01implement payback (with rudimentary UI)Florian Dold
2017-04-29revert layout changesFlorian Dold
2017-04-28show earliest deposit expiration when withdrawingFlorian Dold
2017-04-28implement new reserve creation dialog and auditor managementFlorian Dold
2017-04-24adapt auditor page to new module loading strategyFlorian Dold
2017-04-24Reorganize 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-13simplify coin status, don't show refreshed coins in balanceFlorian Dold
2017-04-13download/import db from dump pageFlorian Dold
2017-04-12add exchanges to currency infoFlorian Dold
2017-03-28add auditor editingFlorian Dold
2017-03-24add auditor editingFlorian Dold
2017-03-08update submodulesFlorian Dold
2017-02-12accept exchange URL suggestion from bankFlorian Dold
2016-11-27modularize i18nFlorian Dold
2016-11-23force initial updateFlorian Dold
2016-11-23expand exchange selection on errorFlorian Dold
2016-11-23translationsFlorian Dold
2016-11-20fix feeDeposit/max_fee corner caseFlorian Dold
2016-11-19write to db if coins are not offered anymoreFlorian Dold
2016-11-19missing filesFlorian Dold
2016-11-19better error reportingFlorian Dold
2016-11-19precoin -> planchetFlorian Dold
2016-11-18show all LogEntry fieldsFlorian Dold
2016-11-18persistent loggingFlorian Dold
2016-11-16incrementally verify denomsFlorian Dold
The denominations are not stored in a separate object store.
2016-11-15renaming / dceFlorian Dold
2016-11-14fix 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-13restructuringFlorian Dold