Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: trust domains based on trust lists #353

Draft
wants to merge 5 commits into
base: dev
Choose a base branch
from

Conversation

Oran-Dan
Copy link
Contributor

Description of change

Please write a summary of your changes and why you made them.

Links to any relevant issues

Be sure to reference any related issues by adding fixes issue #.

How the change has been tested

Describe the tests that you ran to verify your changes.
Make sure to provide instructions for the maintainer as well as any relevant configurations.

Definition of Done checklist

Add an x to the boxes that are relevant to your changes.

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Oran-Dan and others added 4 commits August 21, 2024 15:39
* ci: release version 0.6.8 (#346)

* fix: bindings

* feat: add default_trust_list.json

* test: add testing, not final

* feat: enable multiple trust lists

* chore: remove comment

* refactore: rename actions and reducers

* feat: add TrustList level actions

* refactor: trustlist owned bool, name to id, reset to default

* chore: fix domain name

* feat: add trust list management frontend

* refactor: implement lists view & domain list

* refactor: Wire up Tauri listeners in `onMount` of root layout (#322)

* Wire up Tauri state-changed listener in `onMount` of root layout

* Wire up Tauri error listener in root layout

* Update comments

* build: Replace `npm` with `pnpm` (#348)

* Swap out `npm` for `pnpm`
Fixes #347

* Address review comments

* chore: cargo fmt and fix binding naming

* feat: prevent edits on imported lists

* refactor: remove unused reset functionality

* feat: add placeholder when no lists

* refactor: trustlist actions

* refactor: remove trustlist default impl

* refactor: use updated Action names

* fix: rename broken bindings

* refactor: remove `Default` trait

* refactor: show `display_name` instead of `id`

* feat: update default trusted domains

---------

Co-authored-by: Daniel Mader <[email protected]>
Co-authored-by: Thilo Maier <[email protected]>
@daniel-mader daniel-mader changed the title Feat/editable trust list feat: add trusted domains (simple trust lists) Aug 30, 2024
@daniel-mader daniel-mader changed the title feat: add trusted domains (simple trust lists) feat: trust domains based on trust lists Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants