-
Notifications
You must be signed in to change notification settings - Fork 195
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
Nostr: Read and write request permission from DB #1727
Comments
escapedcat
added a commit
that referenced
this issue
Nov 22, 2022
escapedcat
added a commit
that referenced
this issue
Nov 23, 2022
escapedcat
added a commit
that referenced
this issue
Nov 23, 2022
escapedcat
added a commit
that referenced
this issue
Nov 23, 2022
escapedcat
added a commit
that referenced
this issue
Nov 25, 2022
escapedcat
added a commit
that referenced
this issue
Nov 25, 2022
escapedcat
added a commit
that referenced
this issue
Nov 25, 2022
escapedcat
added a commit
that referenced
this issue
Nov 25, 2022
escapedcat
added a commit
that referenced
this issue
Nov 25, 2022
escapedcat
added a commit
that referenced
this issue
Nov 25, 2022
escapedcat
added a commit
that referenced
this issue
Nov 25, 2022
escapedcat
added a commit
that referenced
this issue
Nov 25, 2022
escapedcat
added a commit
that referenced
this issue
Nov 28, 2022
escapedcat
added a commit
that referenced
this issue
Nov 28, 2022
escapedcat
added a commit
that referenced
this issue
Nov 28, 2022
escapedcat
added a commit
that referenced
this issue
Nov 28, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
escapedcat
added a commit
that referenced
this issue
Nov 29, 2022
bumi
pushed a commit
that referenced
this issue
Nov 29, 2022
* feat(nostr): support permission vor signMessage #1727 * feat(nostr): apply enable to support unlock #1727 * chore: some linting #1727 * revert(nostr): enable from handling #1727 * chore: some linting #1727 * refactor: call enable from provider #1727 * refactor(nostr): remove enable from provide because we always need to check for unlock #1727 * refactor(nostr): use await #1727 * refactor(nostr): use dexie api to find permission #1727 * refactor(nostr): utilize addPermission action #1727 * revert: enable action sender #1727 * chore(nostr): remove outdated type #1727 * refactor(nostr): use diexie api to get boolean #1727 * refactor(permissions): use permission enum #1727 * feat(nostr): i18n #1727 * refactor(nostr): use request approach, remove unused code #1727 * chore(nostr): remove unused code #1727 * refactor(nostr): use dexie get #1727 * chore(nostr): delete outdated types #1727 * feat(nostr): adjust i18n #1727 * fix(nostr): block is false initially #1727 * refactor(nostr): align with request-action #1727 * refactor(nostr): nostr types #1727 * refactor(nostr): align with request-action #1727 * chore(nostr): remove unsused confirm #1727
Repository owner
moved this from In Progress
to Done
in 🐝 Alby
Nov 29, 2022
bumi
added a commit
that referenced
this issue
Nov 30, 2022
# By Lisa Oppermann (19) and others # Via GitHub (27) and others * chore/load-connector-onunlock: (66 commits) chore: load and initialize connector on unlock Translated using Weblate (Chinese (Simplified)) Translated using Weblate (Portuguese (Brazil)) Translated using Weblate (Esperanto) Feature/dual currency input (#1780) feat(nostr): support permission for signMessage #1727 (#1775) Update axios to version 1.2.0 chore: update wext-manifest-loader Added translation using Weblate (Esperanto) Update @types/chrome to version 0.0.203 test(bluewallet): remove failing e2e test Update @trivago/prettier-plugin-sort-imports to version 4.0.0 chore(deps): update swc chore(deps): update swc chore(deps): update tests to get rid of extra dep chore(deps): ignore swc cache folder chore(deps): remove swc cache folder chore(deps): update swc to latest chore: add workaround for swc above v205 Translated using Weblate (Chinese (Simplified)) ... # Conflicts: # package.json # src/app/components/AllowanceMenu/index.test.tsx # src/app/screens/ConfirmKeysend/index.test.tsx # src/app/screens/ConfirmPayment/index.test.tsx # src/app/screens/Keysend/index.tsx # src/app/screens/LNURLPay/index.test.tsx # src/app/screens/Publishers/index.test.tsx # src/i18n/locales/fi/translation.json # yarn.lock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature description
This pull request #1724
extended the DB with the table "permissions".
Now, it is possible to get, add, delete a permission for a specific host/allowance.
The integration of Nostr enables two methods at the moment:
Both methods can now be saved in the DB (if the user decides to save them in order to be not asked again).
Describe the solution
TODO
Describe alternatives
...
Additional context
No response
Are you working on this?
No response
The text was updated successfully, but these errors were encountered: