upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/lib/login
AgeCommit message (Expand)Author
2026-03-05fix(whoami): detect and fall back to system git config for nostr loginDanConwayDev
2026-02-27fix: connect to relay before user acknowledges nostrconnect QR/URLDanConwayDev
2026-02-27feat: only show login profile search and warnings in verbose modeDanConwayDev
2026-02-27feat: add --bunker-url to account login for non-interactive useDanConwayDev
2026-02-27feat: show and allow changing signer relays in nostrconnect flowDanConwayDev
2026-02-26fix: report per-relay publish results in send_events summaryDanConwayDev
2026-02-17add --signer-relay option to ngit account loginDanConwayDev
2026-02-11feat: use fallback relays for bootstrapping onlyDanConwayDev
2026-02-10feat: update ngit account login for non-interactive modeDanConwayDev
2025-11-03fix: show nsec when created and can't save globallyDanConwayDev
2025-10-28fix: nip46 signer bunker pubkeyDanConwayDev
2025-08-07feat(send): PR fallback to user / custom graspDanConwayDev
2025-07-31fix: nip05 breaking changes in rust-nostrDanConwayDev
2025-07-31chore: bump rust-nostr v0.43DanConwayDev
2025-07-23refactor: Rename fallback relays and grasp serversDanConwayDev
2025-07-16chore: bump nightly rustfmtDanConwayDev
2025-07-16chore: nix flake updateDanConwayDev
2025-05-22feat(init): overhaul & simplify with ngit-relaysDanConwayDev
2025-05-05chore: nix flake updateDanConwayDev
2025-04-01chore: bump rust-nostr v0.37 ~> v0.40DanConwayDev
2024-12-16feat(init): default to nip05 git nostr urlLaszlo Megyer
2024-12-16chore: bump nix flake rust nightly `fmt` overlayDanConwayDev
2024-12-12fix: defend against empty`tags`DanConwayDev
2024-12-09fix: fetch user relays for `send`,`push` & `init`DanConwayDev
2024-12-03refactor: limit fetch to 1 trusted coordinateDanConwayDev
2024-11-28feat(init): user read or fallback relaysDanConwayDev
2024-11-27feat(login): contact remote signer when neededDanConwayDev
2024-11-27chore: bump rust-nosrt v0.37.0DanConwayDev
2024-11-27fix: add white border to qr codesDanConwayDev
2024-11-27feat(export-keys): to use in other clientsDanConwayDev
2024-11-26test(login): update `ngit login` testDanConwayDev
2024-11-26feat(login): add help contentDanConwayDev
2024-11-26feat(login): add prompt to failed nsec loginDanConwayDev
2024-11-26refactor: err msgs 'cannot' > 'failed to'DanConwayDev
2024-11-25fix(login): handle git config save errorsDanConwayDev
2024-11-22feat(login): tweak local login wordingDanConwayDev
2024-11-22feat(login): `ngit login` prompt to logoutDanConwayDev
2024-11-22feat(login): `ngit login` use cli argsDanConwayDev
2024-11-22feat(login): add create accountDanConwayDev
2024-11-22feat(login): exit help with ctrl + cDanConwayDev
2024-11-22feat(login): auto-proceed upon signer responseDanConwayDev
2024-11-21feat(login): overhaul login experienceDanConwayDev
2024-11-12fix: get correct nip46 npub in edge caseDanConwayDev
2024-11-11fix(login): only get signer npub when unknownDanConwayDev
2024-11-11chore: bump rust-nostr v0.36DanConwayDev
2024-10-02chore: apply patched rust-nostrDanConwayDev
2024-09-25chore: bump rust-nostr v0.35DanConwayDev
2024-09-24feat(login): login via nip46 QR codeDanConwayDev
2024-09-23fix(remote): enable login through remote helperDanConwayDev
2024-09-23fix(remote): extend nip46 login timeout to 10mDanConwayDev
2024-09-04refactor(remote): split into modulesDanConwayDev
2024-09-04refactor: fix imports, etc based on restructureDanConwayDev
2024-09-04refactor: organise into lib and bin structureDanConwayDev