Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-11 | refactor code to be clearer/prettier | Florian Dold | |
2016-01-11 | Do not call main from the WX library. | Florian Dold | |
2016-01-10 | Replace format util with ES6 string templates. | Florian Dold | |
2016-01-10 | The great modularization. | Florian Dold | |
Use ES6 module syntax and SystemJS modules for everything. Some testing stubs were added as well. | |||
2016-01-09 | gitignore | Florian Dold | |
2016-01-08 | Minimum chrome version in manifest. | Florian Dold | |
2016-01-08 | ide code style file | Florian Dold | |
2016-01-06 | fix 'this' scope error | Florian Dold | |
2016-01-06 | make wallet independent of chrome/WX api | Florian Dold | |
2016-01-06 | Refactor wallet into logic and extension interface. | Florian Dold | |
2016-01-06 | style guide | Florian Dold | |
2016-01-05 | make Checkables work | Florian Dold | |
2016-01-05 | skeleton for decorator-based schema validation | Florian Dold | |
2016-01-05 | fix more query wrapper bugs | Florian Dold | |
2016-01-05 | fix query abstraction | Florian Dold | |
2016-01-05 | more complete DB abstractions | Florian Dold | |
2016-01-05 | Remove bad IDE imports | Florian Dold | |
2016-01-05 | Manifest | Florian Dold | |
2016-01-05 | Split http helpers into file. | Florian Dold | |
2016-01-05 | Nicer DB interface, various refactoring. | Florian Dold | |
2016-01-04 | style | Florian Dold | |
2016-01-04 | style | Florian Dold | |
2016-01-04 | Allow persistent storage. | Florian Dold | |
Previously, all wallet data was deleted on browser restart. | |||
2015-12-29 | Chrome Webstore Link | Florian Dold | |
2015-12-26 | more types | Florian Dold | |
2015-12-25 | Don't use eval | Florian Dold | |
2015-12-25 | License headers | Florian Dold | |
2015-12-25 | Merge branch 'master' of ssh://taler.net/var/git/wallet | Florian Dold | |
2015-12-25 | handle multi-coin payments correctly | Florian Dold | |
2015-12-25 | improve HTML pages for Chromium extension to explain better what is going on ↵ | Christian Grothoff | |
in terms users may understand, also fixing minor HTML syntax issue | |||
2015-12-25 | More error details, correct fulfillment redirection. | Florian Dold | |
2015-12-24 | payment | Florian Dold | |
2015-12-20 | Fix embarassingly wrong constant | Florian Dold | |
2015-12-20 | Missing files, payment | Florian Dold | |
2015-12-20 | Merge branch 'master' of ssh://taler.net/var/git/wallet | Florian Dold | |
2015-12-20 | payment | Florian Dold | |
2015-12-19 | manifest: update name & description | tg(x) | |
2015-12-18 | webext: styling | tg(x) | |
2015-12-18 | webext: styling | tg(x) | |
2015-12-18 | webext: link fixes + manifest update | tg(x) | |
2015-12-18 | Change signaling. | Florian Dold | |
The events are now sent through the document, instead of document.body. | |||
2015-12-18 | error message | Florian Dold | |
2015-12-18 | payment | Florian Dold | |
2015-12-18 | Payment "works". | Florian Dold | |
2015-12-17 | Fix some payment bugs. | Florian Dold | |
It still doesn't work, some of the emscripten interface stuff still needs to be finished. | |||
2015-12-17 | Towards payment. | Florian Dold | |
2015-12-17 | double quote rule | Florian Dold | |
2015-12-17 | Merge branch 'master' of ssh://taler.net/var/git/wallet | Marcello Stanisci | |
2015-12-17 | fixing #4094 | Marcello Stanisci | |
2015-12-17 | Explain purpose of timer thread. | Florian Dold | |