aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-01-17use full amount with wire fees when creating deposit permissionFlorian Dold
2018-01-17implement new mobile-compatible payment logicFlorian Dold
2018-01-16rename data -> contract_termsFlorian Dold
2018-01-04fix /pay APIFlorian Dold
2018-01-04refactor / put some types where they belongFlorian Dold
2018-01-04store sender wire info in separate storeFlorian Dold
2018-01-03fix lint issues and separate message types into multiple filesFlorian Dold
2018-01-01rename 'f' to 'contribution' in deposit permissionFlorian Dold
2017-12-14stick to bank API changeMarcello Stanisci
2017-12-12only run crypto worker on half of available threadsFlorian Dold
2017-12-12measure time for the operation only while not in queueFlorian Dold
2017-12-12precompute speculative signature for paymentFlorian Dold
2017-12-12only warn when actually necessaryFlorian Dold
2017-12-12typosFlorian Dold
2017-12-12show notification dot when balance changes (#5214)Florian Dold
2017-12-12show tip in historyFlorian Dold
2017-12-11show next url to go after tippingFlorian Dold
2017-12-10fix problems found by newer TypeScript compilerFlorian Dold
2017-12-10implement db garbage collection (fixes #4526, #4188)Florian Dold
2017-12-10make tables scrollable when they would overflow, make long keys expandableFlorian Dold
2017-12-10fix German po bugFlorian Dold
2017-12-09fix tippingFlorian Dold
2017-12-09implement new, optimized refresh protocolFlorian Dold
2017-12-08nicely show version if there is a mismatchFlorian Dold
2017-12-01do not interfere with page visibilityFlorian Dold
2017-12-01Revert "only hide page when doing payment"Florian Dold
2017-12-01only hide page when doing paymentFlorian Dold
2017-12-01partial implementation of tippingFlorian Dold
2017-10-17fix page titleMarcello Stanisci
2017-10-17remove broken linkFlorian Dold
2017-10-17fix history rendering issue caused by i18nFlorian Dold
2017-10-15remove incomplete memory IDB implementation for nowFlorian Dold
2017-10-15fix tslint warningsFlorian Dold
2017-10-15add missing typeof, makes unit tests passFlorian Dold
2017-10-15derive history from db instead of storing itFlorian Dold
2017-10-14update dependenciesFlorian Dold
2017-08-30compute full fees for refresh and spendingFlorian Dold
2017-08-30don't stop injection earlyFlorian Dold
2017-08-27show error in create reserve dialogFlorian Dold
2017-08-27proper rounding for amount operationsFlorian Dold
2017-08-27make sure that refreshing works after refundFlorian Dold
2017-08-27canonicalize account info JSON when collecting themFlorian Dold
2017-08-27better error report / retry prompt for failed paymentsFlorian Dold
2017-08-27implement refundsFlorian Dold
2017-08-25add rudimentary error reporting in a new tabFlorian Dold
2017-08-14fix build system / typesFlorian Dold
2017-08-14implement returning coins to user's accountFlorian Dold
2017-08-09fix errors in injectionFlorian Dold
2017-07-20Store bank account information for reserve.Florian Dold
2017-07-01consider client age in commpatibility checkChristian Grothoff