aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
This reverts commit f438305b6e207bfcec8f0d3019c10d146210fd21.
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
Currently lives in its own branch, will be re-added to master once complete to avoid linting issues.
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
Sometimes chrome reports a different URL for a tab than what it is internally displaying (e.g. for error pages). Previously this lead to a "scary" error message being logged.
2017-07-20Store bank account information for reserve.Florian Dold
Fixes #4852.
2017-07-01consider client age in commpatibility checkChristian Grothoff
2017-06-06fix timer typoFlorian Dold
2017-06-05wallet db version belongs with wallet, not webexFlorian Dold
2017-06-05pretty reset pageFlorian Dold
2017-06-05properly implement db resettingFlorian Dold
2017-06-05don't also open history links in popupFlorian Dold
2017-06-05fix db dump pageFlorian Dold
2017-06-04check trust by key, not by URLFlorian Dold
2017-06-04warn about incompatible versions on withdrawFlorian Dold
2017-06-04v0.2.7Florian Dold
2017-06-04Add libtool version comparison module and testsFlorian Dold
2017-06-04nicer auditor display on withdrawFlorian Dold
2017-06-04some UI fixesFlorian Dold
2017-06-04memidb work in progressFlorian Dold
2017-06-03missing propertyFlorian Dold
2017-06-03remove unnecessary/broken flatmapFlorian Dold
2017-06-03remove obsolete headerFlorian Dold
2017-06-02fix display of contract terms rendering when already paidFlorian Dold
2017-06-02do presence announcement only after complete page loadFlorian Dold