summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/wxBackend.ts
AgeCommit message (Expand)Author
2022-04-29fix #5845 added run-gc on webexSebastian
2022-04-28keep alive manifest v3Sebastian
2022-04-27toggle permissionSebastian
2022-04-21console to loggerSebastian
2022-04-13fix: timer API should be exported from src/indexSebastian
2022-04-11using alarm service intead of timeout api when the wallet is running in a ser...Sebastian
2022-03-30fix loop renderingSebastian
2022-03-29typoSebastian
2022-03-29added react eslint and fix most of the warnsSebastian
2022-03-28add extension to every importSebastian
2022-03-25new dev environmentSebastian
2022-03-23all the browser related code move into one place, making it easy for specific...Sebastian
2022-03-22wallet: improve error handling and error codesFlorian Dold
2022-03-21fix #7164: firefox back button after a 402 redirectSebastian
2022-03-15chrome.tabs.update does not work on async request interception, so using a delaySebastian
2022-03-15save tos etag after forced refreshSebastian
2022-02-16settings new designSebastian
2022-02-03DB reset must be asyncFlorian Dold
2022-01-24fix: cta header, fix: do not reset ToS ETAG when getting the exchange ToSSebastian
2022-01-24fix permission api, grouping all cta into same pathSebastian
2022-01-16#7120 manifest v3: first iteration workingSebastian
2022-01-05-fix FTBFS due to inability of TypeScript to identify complex recursive typesFlorian Dold
2022-01-05update dependencies to fix rollup issueFlorian Dold
2021-11-19some changes:Sebastian
2021-08-19run pending operations at least once, style fixesFlorian Dold
2021-08-19store 'list issue date' of denoms, cleanupFlorian Dold
2021-08-13new wallet UI and more testsSebastian
2021-08-09add ex handling on wallet initSebastian
2021-08-09initialization for webextensionSebastian
2021-07-14-fix typoChristian Grothoff
2021-06-22simplify task loop, test coin suspensionFlorian Dold
2021-06-17hide internal wallet state, keep it internal to packageFlorian Dold
2021-06-16split wallet,popup .htmlSebastian
2021-06-16fix: ReferenceError: state is not definedSebastian
2021-06-15separate wallet state from wallet clientFlorian Dold
2021-06-09database access refactorFlorian Dold
2021-06-04delete database when pressing reset-dbSebastian
2021-06-04handle reset click, still need to delete database but the funcionality is mis...Sebastian
2021-05-07preact routing on the walletSebastian
2021-05-07migrate to preactSebastian
2021-03-27fix build issuesFlorian Dold
2021-02-010006728: set up wallet CI pipeline for WebExtension buildSebastian
2021-01-13implement infrastructure for future DB migrations via backupFlorian Dold
2020-09-09make withdrawal, pay and refunds work in the WebExtensionFlorian Dold
2020-08-21make diagnostics, welcome page and permissions work againFlorian Dold
2020-08-14re-implement integration test functionalty that will be used by the exchange ...Florian Dold
2020-08-14web extension WIPFlorian Dold
2020-08-12remove excessive namespacing, formatFlorian Dold
2020-08-10towards webextension working againFlorian Dold
2020-08-03modularize repo, use pnpm, improve typecheckingFlorian Dold