Commit Graph

181 Commits

Author SHA1 Message Date
Kayanski
e497dcae27 Removing initiator url on requestId as well (#200)
* Removing initiator url on requestId as well

* Removing format

* Another format removal
2025-09-16 21:26:50 +08:00
Kayanski
1cac2f79e9 Added close panel listener (#202) 2025-09-16 21:26:41 +08:00
Hendrik Eeckhaut
650553e793 Removed bundled plugins and bump version to 1201
* Removed bundled plugins

* bump version to 1201
0.1.0.1201
2025-08-20 14:32:20 +02:00
dylan1951
de676eb498 fix: cookie parsing logic (again) (#194)
Co-authored-by: dylan <dylanbradshaw107@hotmail.com>
2025-08-19 16:48:14 +02:00
Tanner
d334286cbd Sidepanel supports <input> fields for user input through plugins (#195)
Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
2025-08-18 19:23:23 +02:00
baptistapedro
538331c847 remove defaultPluginsInstalled as it blocks testing with tlsn-plugin-boilerplate (#198) 2025-08-18 10:43:15 +02:00
Hendrik Eeckhaut
df1af592b6 Interactive verifier support in browser extension (#196)
* refactor: turn p2p prover into interactive verifier plugin prover
2025-08-18 10:01:59 +02:00
Tanner
7db5b12629 Network Tab moved to Dev Mode (#197) 2025-08-14 10:45:26 +02:00
Tanner
cc3264f058 Alpha.12 (#193) 0.1.0.1200 2025-06-27 17:58:36 +01:00
Tanner
ea12322686 Developer Mode (#190)
* feat: adding developer mode toggle to add and display plugins

* chore: lint

* chore: cleanup
2025-06-26 17:54:22 +01:00
tsukino
5a9e5bc77d fix: query for headers and cookies (#192) 2025-06-26 17:38:30 +01:00
tsukino
f489800663 fix: refactor cache layer (#189) 2025-06-19 10:54:08 -04:00
yuroitaki
49056dc605 Correct url. (#191) 2025-06-12 15:30:56 +02:00
Tanner
9567590e47 Data: no longer duplicated in meta for downloaded attestations (#188)
* fix: data no longer duplicated in meta in downloads

* fix: cleanup
2025-06-10 08:24:38 -04:00
Tanner
008cb10b30 Display WSS errors in Sidepanel (#187)
* feat: display websocket proxy errors in sidepanel

* chore: cleanup
2025-06-10 08:23:35 -04:00
tsukino
6b8e9a3580 feat: clear db button (#186)
* feat: clear db

* add size calc
2025-06-10 08:23:13 -04:00
Brendan A. Miller
6aab10b7d0 Improve error handling for webpack build (#183) 2025-06-03 16:44:00 +02:00
Hendrik Eeckhaut
7de46bf590 chore: type cleanup (#185) 2025-06-02 21:30:52 +02:00
Hendrik Eeckhaut
c67b794f40 ci: do not unpack the zip file (#184) 2025-06-02 10:51:31 +02:00
Tanner
9872a376c1 Alpha.11 (#182)
Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
0.1.0.1100
2025-06-02 10:32:34 +02:00
Hendrik Eeckhaut
f34718f352 ci: Add missing checkout step in release job (#179) 2025-05-14 14:17:05 +02:00
tsukino
08520a90ff chore: update to alpha.10 (#177) 0.1.0.1000 2025-04-30 16:18:51 +02:00
tsukino
264128d1fb feat: 1-click plugin (#175) 2025-04-30 03:01:54 -04:00
Hendrik Eeckhaut
dbb617f516 Update extism to v2.0.0-rc11 (#174) 2025-04-25 22:27:07 +02:00
Hendrik Eeckhaut
0ba4a71bba Added link to chrome web store (#173) 2025-04-16 17:22:26 +02:00
Tanner
ade6d7e575 Added Errors to Notarization Progress (#147)
* feat: added Error for RequestProgress

* feat: added logic to handle errors depending on progress

* chore: linting errors

* fix: linting build error

* Avoid magic numbers

* lint

* feat: alpha.8

* fix: package.json path

* chore: update lockfiles

* fix: notary url

* feat: notarization timeouts

* fix: notarization timeouts

* feat: fixed comments + errors are properly thrown and status changes

* fix: notarization timeouts work properly now

* fix: timeout error message fix

* fix: lint

* fix: lint

* fix: errors should keep state after being thrown now

* chore: lint

* fix: fixing metadata with new progress status

---------

Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
Co-authored-by: tsukino <0xtsukino@gmail.com>
2025-04-15 10:00:57 -07:00
Hendrik Eeckhaut
3f37c1aee8 Update extism to v1.0.3 (#166) 2025-04-10 10:02:48 +02:00
tsukino
5545d7abed refactor: remove unused versions (#167) 2025-03-31 16:57:41 +02:00
Hendrik Eeckhaut
b674f5c579 Correct package version (#165) 2025-03-28 13:52:26 +01:00
Hendrik Eeckhaut
49a94e1bbc build: Update to alpha.9 (#162) 0.1.0.900 2025-03-28 13:44:22 +01:00
Hendrik Eeckhaut
64d572d663 ci: Merge GH workflows into one ci flow + add release job 2025-03-28 11:32:24 +01:00
Hendrik Eeckhaut
2f35278235 ci: use npm to build (instead of pnpm) (#160) 2025-03-27 16:02:36 +01:00
tsukino
5af783e48c fix: notaryUrl and websoccketProxyUrl types in proof viewer (#159) 2025-03-14 04:47:56 -04:00
tsukino
1ea69d0574 feat: alpha.8 (#156)
* feat: alpha.8

* fix: package.json path

* chore: update lockfiles

* fix: notary url
0.1.0.800
2025-03-14 04:05:11 -04:00
Hendrik Eeckhaut
8bfcf8c8d5 fix: correct github workflow name (#144) 2025-03-14 03:42:10 -04:00
dylan1951
fe825d7ebb Add support for passing params to plugin (#152)
* Add support for passing params to plugin start() method.

* Remove GUI parameter inputs for now

---------

Co-authored-by: dylan <dylanbradshaw107@hotmail.com>
2025-03-14 03:41:19 -04:00
tsukino
ca4986c3bb fix: parse raw buffers from transcript (#154) 2025-03-12 10:43:16 -04:00
Tanner
da756721d4 UI changes (#142)
* feat: adding metadata to proofviewer

* feat: X button conditionally displays on how the proof viewer is opened

* feat: added confirmation modal to deleting history

* chore: clean up

* feat: added verifierKey and notaryKey to metadata in proofviewer

* feat: UI fixes and adding RemoveHistory modal to ProofViewer
2025-03-05 18:59:59 -08:00
Tanner
38852620d2 feat: sidepanel now refreshes on subsequent plugin runs if still open (#153) 2025-03-05 18:52:45 -08:00
Hendrik Eeckhaut
1c9f340add Use GitHub ci to release extension to the Chrome webstore (#133) 2025-02-07 03:30:35 -05:00
tsukino
423be796f6 chore: version 0.1.0.704 (#143) 0.1.0.704 2025-02-07 01:12:51 -05:00
dylan1951
7631baf939 fix: cookie parsing logic (#141) 2025-02-05 14:28:38 +01:00
Tanner
8733b26e12 feat: fix Install Plugin button in extension menu
#131
2025-01-30 16:04:41 +01:00
tsukino
846bc1ef29 feat: add progress for notarization request and resurface error message (#119)
#119
2025-01-28 10:29:21 +01:00
tsukino
efb4386d1b chore: update default twitter plugin and bump version (#132) 0.1.0.703 2025-01-21 20:00:11 -05:00
mac
06dc4fac83 chore: add domains to websockify_config (#121)
chore: Remove stale websockify_config

Co-authored-by: Hendrik Eeckhaut <hendrik@eeckhaut.org>
2025-01-21 11:12:27 +01:00
tsukino
3b98fc3b2f fix: allow querying with both url and hostname when caching headers and cookies (#123) 2025-01-21 05:00:19 -05:00
tsukino
e3166d62a0 refactor: offscreen and ws event handlers (#115)
* refactor: offscreen rpc code

* refactor: ws message sender
2024-12-11 04:50:56 -05:00
Tanner
ca382f3532 fix: unintended sendResponse removed (#120) 2024-12-04 22:46:25 -05:00
Tanner
b8d068b828 feat: Add plugin context to get browser storage (#101) 2024-12-03 07:08:26 -05:00