Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-10 | fix merchant instance creation in some tests | Florian Dold | |
2021-06-09 | add missing await | Florian Dold | |
2021-06-09 | return transaction context | Florian Dold | |
2021-06-09 | imports | Florian Dold | |
2021-06-09 | formatting: re-run prettier | Florian Dold | |
2021-06-09 | database access refactor | Florian Dold | |
2021-06-09 | bump version @gnu-taler/taler-util | Sebastian | |
2021-06-08 | adding some translation | Sebastian | |
2021-06-08 | moving strings from wallet-core to web-extension | Sebastian | |
2021-06-08 | moving logger into taler-util | Sebastian | |
2021-06-08 | moving i18n into taler util | Sebastian | |
2021-06-08 | better label for the fields | Sebastian | |
2021-06-04 | delete database when pressing reset-db | Sebastian | |
2021-06-04 | handle reset click, still need to delete database but the funcionality is ↵ | Sebastian | |
missing for firefox | |||
2021-06-04 | some fixes | Sebastian | |
how the id is shown refactoring some settings to use hooks | |||
2021-06-04 | remove fromFloat | Sebastian | |
2021-06-03 | wallet transaction detail | Sebastian | |
2021-06-02 | fix sb config | Sebastian | |
2021-06-02 | fix issues with circular imports | Florian Dold | |
Parts of this commit are from a patch by sebasjm. The circular imports caused an issue with webpack. While we don't use webpack in the wallet, the wallet should still be importable by webpack. Some packages were importing their dependencies via "index.js", which re-exports public exports of the package. This resulted in circular dependencies which were resolved correctly by rollup, but not by webpack. | |||
2021-06-02 | support multiple exchange details per base URL | Florian Dold | |
2021-05-31 | add storybook | Sebastian | |
2021-05-27 | Amount.toFloat and hide filesystem requirement | Sebastian | |
2021-05-24 | add frozen lockfile | Sebastian | |
2021-05-21 | Tagging LibEuFin tests. | MS | |
2021-05-21 | typo | Florian Dold | |
2021-05-21 | instance creation order, again | Florian Dold | |
2021-05-21 | fix instance creation order | Florian Dold | |
2021-05-21 | tag tests | Florian Dold | |
2021-05-21 | tombstone processing in backup import | Florian Dold | |
2021-05-20 | fixed width for popup, fixed url redirect on manual taler link lookup, fixed ↵ | Sebastian | |
uncontrolled checkbox handling | |||
2021-05-20 | also allow deleting individual refunds, tombstoned by their execution time | Florian Dold | |
2021-05-20 | allow deletion via API | Florian Dold | |
2021-05-20 | implement more deletion operations | Florian Dold | |
2021-05-20 | implement deletion of withdrawal transactions | Florian Dold | |
2021-05-20 | fix trust check | Florian Dold | |
2021-05-20 | add UIDs for deletion tombstones to auditor/exchange trust management | Florian Dold | |
2021-05-18 | test Libeufin Facade API | MS | |
2021-05-17 | remove defunct campt-samples for now | Florian Dold | |
2021-05-17 | remove unused interfaces | Florian Dold | |
2021-05-14 | Libeufin, testing scheduling API | MS | |
2021-05-14 | Libeufin, testing scheduling API | MS | |
2021-05-12 | implement currencies subcommand | Florian Dold | |
2021-05-12 | always use .js extension to make node module loader happy | Florian Dold | |
2021-05-12 | tombstones | Florian Dold | |
2021-05-12 | model more backup provider errors | Florian Dold | |
2021-05-12 | towards backup based on add/remove set instead of clocks | Florian Dold | |
2021-05-12 | libeufin, testing bank connection removal | MS | |
2021-05-12 | Libeufin API testing. | MS | |
Testing CRUD operations of the 'bankaccount' resource. | |||
2021-05-10 | Camt samples submodules. | MS | |
Downloading them into the assets/ directory. | |||
2021-05-10 | remove submodule, due to wrong path | MS | |