0d4f2946f3
fix: correct title of profile creation page
2024-12-11 13:26:26 -05:00
305efbea5d
feat: add start-tui command for interactive mode
2024-12-11 12:32:22 -05:00
23f077ce75
refactor: move Wasm related code to pkg/common/wasm
2024-12-11 12:26:48 -05:00
d667c3c604
refactor: migrate config package to pkg directory
2024-12-11 12:24:04 -05:00
0502f52ec0
refactor: migrate to new configuration system and model definitions
2024-12-11 12:21:52 -05:00
40f50bf37a
refactor: move session package to pkg directory
2024-12-11 12:07:39 -05:00
5b784659af
feat: add coin selection and update passkey input in registration form
2024-12-11 11:36:52 -05:00
e2f24eef8e
refactor: Refactor registration forms to use UI components
2024-12-10 23:41:49 -05:00
aa43770bf4
refactor: move gateway config to vault package
2024-12-10 15:28:39 -05:00
e139aee2b3
refactor: remove unused devbox.json and related configurations
2024-12-10 15:09:32 -05:00
04d929aae9
feat: implement passkey registration flow
2024-12-10 14:37:54 -05:00
b51c36645e
style: adjust styling of index page and registration form
2024-12-10 14:12:13 -05:00
bd1ea5042e
feat: Improve createProfile form layout with wider max-width and enhanced spacing
2024-12-10 14:05:08 -05:00
af4c66bc79
feat: improve index page UI with new navigation buttons and remove redundant settings buttons
2024-12-10 13:57:25 -05:00
2d1f820451
feat: Make input rows responsive with grid layout for mobile and desktop
2024-12-10 13:56:16 -05:00
fb234ed339
refactor: replace session package with context package
2024-12-10 13:47:07 -05:00
bb7724ece1
refactor: rename database initialization function
2024-12-10 13:41:47 -05:00
c67a7823a6
refactor: move session management to dedicated database module
2024-12-10 13:40:41 -05:00
518109e9df
refactor: remove unused UI components related to wallet and index pages
2024-12-10 13:33:01 -05:00
e38a045de3
feat: enhance index page with additional settings buttons and style adjustments
2024-12-10 13:27:07 -05:00
ba82d707d0
refactor: consolidate handlers into single files
2024-12-10 13:13:51 -05:00
f366dd8cf2
feat: implement passkey-based authentication
2024-12-10 13:12:08 -05:00
dc6f02a000
refactor: move gateway and vault packages to internal directory
2024-12-10 12:52:19 -05:00
bf94277b0f
feature/1110 abstract connected wallet operations ( #1166 )
...
- **refactor: refactor DID module types and move to controller package**
- **refactor: move controller creation and resolution logic to keeper**
- **refactor: update imports to reflect controller package move**
- **refactor: update protobuf definitions for DID module**
- **docs: update proto README to reflect changes**
- **refactor: move hway to gateway, update node modules, and refactor
pkl generation**
- **build: update pkl-gen task to use new pkl file paths**
- **refactor: refactor DWN WASM build and deployment process**
- **refactor: refactor DID controller implementation to use
account-based storage**
- **refactor: move DID controller interface to base file and update
implementation**
- **chore: migrate to google protobuf**
- **feat: Add v0.52.0 Interfaces for Acc Abstraction**
- **refactor: replace public_key with public_key_hex in Assertion
message**
- **refactor: remove unused PubKey, JSONWebKey, and RawKey message types
and related code**
2024-11-18 19:04:10 -05:00
d8cb2cbbf6
feature/1126 implement pkl config ( #1161 )
...
- **refactor: move marketing pages to**
- **feat: add role select input**
2024-11-06 13:32:51 -05:00
006f69e0d2
feat: add avatar image components
2024-11-04 10:42:35 -05:00
bbfd3e5171
docs: add caveat description
2024-10-28 10:12:05 -04:00
b1422bc97e
refactor: rename session cookie key
2024-10-24 16:18:27 -04:00
c8657022a2
feat(marketing): refactor marketing page components
2024-10-24 10:31:40 -04:00
10f5bfef67
fix: include assets generation in wasm build
2024-10-21 13:01:51 -04:00
311b957550
feature/1118 formatter interface creation ( #1147 )
...
- **refactor: improve query service code structure**
- **chore(deps): update protoc-gen-go-grpc to v1.5.1**
- **refactor: replace package with**
- **chore(deps): update dependencies**
- **fix(deps): update webauthn to v0.11.2**
- **refactor: remove onsonr.sonr from package names**
- **refactor: improve code readability in vault querier**
- **refactor: simplify controller initialization**
- **fix: remove unnecessary function for counter data**
- **refactor: update button component file paths**
- **refactor(authentication): simplify register page**
- **fix: update error filenames in marketing section templates**
2024-10-21 11:30:52 -04:00
2cd44c0b66
feature/1125 offload sync service worker ( #1144 )
...
- **feat: provide access to block time**
- **refactor: move block expiry calculation to helper function**
- **feat: register decentralized web node HTMX views**
- **feat: Reorganize methods in layout.templ file alphabetically**
- **feat: add support for layout variants**
- **feat: update Allocate RPC to use GET request with path parameters**
- **feat: add gRPC Gateway endpoint for Allocate**
- **refactor: rename SyncCurrent to Sync**
- **feat: improve code organization by making vault assembly private**
- **feat: add a new method for syncing DID documents**
2024-10-18 13:07:52 -04:00
b6c49828ed
feature/1111 sync chain dwn endpoint ( #1143 )
...
- **feat(did): add assertion type to DID spec**
- **refactor: update build process to include assets generation**
- **refactor: update import paths for to**
- **feat: introduce new authentication state management**
- **feat: add current account route**
- **feat: implement global toasts with custom HTML**
- **refactor: remove unused session code**
- **feat: add config.json to embedded assets**
- **refactor: remove unused dependency on gorilla/sessions**
- **refactor: simplify session management and remove unnecessary
fields**
- **fix: remove unnecessary import for unused protobuf types**
- **feat: introduce separate HTTP contexts for Highway and DWN**
- **fix(keeper): Handle missing controller during initial sync**
- **refactor: extract DWN configuration from DWNContext**
- **feat: add view route**
- **fix: update configuration file name in embed.go**
- **feat: improve vaultindex page loading experience**
- **feat(hway): add highway context to echo context**
- **chore(deps): bump onsonr/crypto from 1.32.0 to 1.33.0**
- **refactor: rename DWNSessionMiddleware to WebNodeSessionMiddleware**
- **feat: rename client API to web node API**
- **refactor: separate API and view routes**
- **refactor: remove unused build targets in Makefile**
- **feat: add Devbox integration to container**
- **feat: add wasm support for dwn**
- **refactor: update module proto import**
- **feat: add default first and third party caveats**
- **feat: Add target vault allocation mechanism**
- **refactor: introduce standardized session cookie handling**
- **fix: update service worker installation and ready states**
- **feat: add worker handlers**
- **feat: Enable SSH access to devcontainer**
- **refactor: rename HighwayContext to HwayContext**
- **feat: add block expiration calculation to sonr context**
- **feat: remove config from cookie and header**
- **feat(gen): Remove generated code for IPFS, Motr and Sonr**
- **refactor: remove unused createMotrConfig function**
- **feat: add project analytics with Repobeats**
- **docs: Remove component details from README**
- **refactor: rename SetConfig to injectConfig**
2024-10-15 14:31:19 -04:00
104df074e9
feat: add User-Agent and Platform to session
2024-10-12 12:52:20 -04:00
58aa71997d
feat: introduce AuthState enum for authentication state
2024-10-11 19:03:14 -04:00
3790e926de
feature/1109 grpc session model ( #1141 )
...
- **feat: remove Hway deployment**
- **feat: introduce session middleware for requests**
- **refactor: update path imports to use new pkg folder**
- **feat: add gRPC client for interacting with services**
- **feat: remove grpc client and use REST api**
- **refactor: move from to**
- **feat: add client views endpoint**
- **feat: add webauthn support**
- **closes: #1124**
- **refactor: Improve PR labeler configuration**
- **feat: add milestone discussion template**
- **feat: remove OKR tracking issue template**
- **feat: use gorilla sessions for session management**
- **refactor: move pubkey related code to**
- **<no value>**
- **refactor: remove unused identifier type**
- **feat: integrate Macaroon Keeper with Service Module**
- **refactor: rename worker routes for clarity**
2024-10-11 16:47:52 -04:00
279ab6e5e3
feature/1129 integrate webauthn controller ( #1135 )
...
* **refactor: remove nebula static file serving**
* **feat: Add login, register, and authorize sections**
* **feat: implement registration form UI**
* **refactor: abstract template rendering to ctx module**
* **feat: add deployment target for Highway gateway**
* **feat: migrate Highway gateway to Cloudflare Workers**
* **feat: refactor nebula routes to components**
* **chore(deps): remove unused dependencies**
* **chore(deps): remove unused dependencies**
* **feat: add user and relaying party entities**
* **refactor: remove unused imports**
*
* **feat: add motion scale-in and opacity-in animations**
* **refactor: move dwn and orm packages to internal**
* **refactor: update imports to use relative paths**
* **refactor: rename build targets for clarity**
* **feat: add RelayingPartyEntity model**
* **refactor: rename creds templates to credentials**
* **refactor: remove unused entity model**
* **refactor: move models to internal package**
* **refactor: move models package to internal/orm**
* **feat: implement broadcast channel context**
* **feat: remove config upload step**
* **feat: remove unused configuration files**
* **feat: migrate authentication logic to workers**
* **feat: remove cloudflared dependency**
* **refactor: move client related routes to 'routes/client.go'**
* **feat: implement macaroon middleware**
* **refactor: move fetch package to cmd/motr**
* **feat: remove auth and grant endpoints**
* **docs: add conceptual descriptions to did module**
<sub><a
href="https://huly.app/guest/sonrhq?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsaW5rSWQiOiI2NzA4MTIyNmM3ZDZhNTZhOGY4ZGFjOTciLCJndWVzdCI6InRydWUiLCJlbWFpbCI6IiNndWVzdEBoYy5lbmdpbmVlcmluZyIsIndvcmtzcGFjZSI6InctcHJhZC1zb25yaHEtNjVlZjcyZDQtY2UyOGQ0ODJjNi00ZWY4ZDAifQ.j-w5jk5Ji-0vCkaxVaK8pDMIOhRsXmG7o6oZictoHYE ">Huly®:
<b>ENG-1057</b></a></sub>
2024-10-10 13:44:17 -04:00
25cddbada6
refactor: rename internal/session package to internal/ctx
2024-10-08 17:22:14 -04:00
af6e07323b
feat: integrate nebula UI with worker-assets-gen
2024-10-07 21:15:25 -04:00
d93c19c2ab
feature/1107 integrate dexie db ( #1128 )
...
- **feat: remove grant page**
- **refactor: remove alert, input, radios, tabs, and video blocks**
- **feat: add JSON serialization to DWN config**
- **feat: add new Highway gateway component**
- **refactor: remove unused chains.yaml and devbox.json**
- **refactor: Separate request and response headers into protected and
non-protected structs**
- **feat: Update the UseSession echo middleware to bind the correct
headers and provide methods for updating HTMX context from Go**
- **refactor: remove unused headers from session**
- **feat: add authorize endpoint**
- **feat: create marketing pages**
2024-10-06 20:07:24 -04:00
edb109b542
feature/dwn sw js ( #1103 )
...
- **feat(macaroon): add and to macaroon genesis**
- **refactor: move schema definitions to dedicated file**
- **feat: remove Session model**
- **refactor: move session middleware to internal package**
2024-10-02 01:40:49 -04:00
60c48d2409
feature/did accounts ( #23 )
...
* feat: add support for DID number as primary key for Controllers
* refactor: rename pkg/proxy to app/proxy
* feat: add vault module keeper tests
* feat(vault): add DID keeper to vault module
* refactor: move vault client code to its own package
* refactor(vault): extract schema definition
* refactor: use vaulttypes for MsgAllocateVault
* refactor: update vault assembly logic to use new methods
* feat: add dwn-proxy command
* refactor: remove unused context.go file
* refactor: remove unused web-related code
* feat: add DWN proxy server
* feat: add BuildTx RPC to vault module
* fix: Implement BuildTx endpoint
* feat: add devbox integration to project
2024-09-25 19:45:28 -04:00
97b3f9836a
feature/did swt ante ( #22 )
...
* feat: add support for vault allocation
* feat(dwn): Add IPFS client
* refactor: move GetDefaultBypassFeeMessages to ibc/module.go
* refactor(did): clean up genesis state definition
* feat: remove global integrity proof requirement
* feat: remove gas consumption for tx size
* feat: add registration route
* refactor: centralize response handling in the package
* feat(types): add account and pubkey types
* refactor: simplify dockerfile process-compose.yaml copy
2024-09-24 17:54:33 -04:00
github-actions[bot]
228adb7f93
master -> develop ( #20 )
...
* Squash merge develop into master
* feat: add automated production release workflow
* feat: add Gitflow workflow for syncing branches
* ci: update workflow runner to latest ubuntu version
* feat: enable buf.build publishing on master and develop branches
---------
Co-authored-by: Prad Nukala <prad@sonr.io>
2024-09-23 12:39:59 -04:00
ee7c4531c2
feat(ui): implement profile page
2024-09-22 02:51:52 -04:00
a4dbb41202
feature/dwn database state ( #18 )
...
* refactor: move database, navigator scripts to state package
* feat: add Schema config for dwn
* test: add unit tests for InitializeDatabase
* feat: use templated index.html for the DWN frontend
* feat: introduce templ generation for templ
* chore(deps): update devbox.json to use latest packages
* chore: update devbox to use bun
* feat: introduce dwn config generation
* feat: add motr.mjs for vault management
* refactor: move front end from to (alert)
* feat: implement devbox integration and devbox-based process management
* feat: embed motr.mjs script for offline demo
* refactor: embed motr.mjs data in embed.go
* chore: update workflows to use actions/checkout@v4
* refactor: move process-compose.yaml to deploy directory
* refactor: remove unnecessary JSON conversion
2024-09-21 21:42:51 -04:00
a115b79db7
feature/dwn echo middleware ( #17 )
...
* refactor: remove indexedDB dependency and replace with browser filesystem
* refactor: remove unused layout templating from global block
* feat: add support for building from source
* feat: add Credential creation and retrieval via Dexie database
* feat: add breadcrumbs component
2024-09-19 19:09:01 -04:00
96e6486c43
feature/migrate models ( #16 )
...
* feat: add new supported attestation formats to genesis
* feat: refactor keyType to keytype enum
* refactor: remove unused imports and code
* refactor: update main.go to use src package
* refactor: move web-related structs from to
* refactor: move client middleware package to root
* refactor: remove unused IndexedDB dependency
* feat: update worker implementation to use
* feat: add Caddyfile and Caddy configuration for vault service
* refactor(config): move keyshare and address to Motr config
* fix: validate service origin in AllocateVault
* chore: remove IndexedDB configuration
* feat: add support for IPNS-based vault access
2024-09-19 02:04:22 -04:00
2c1cf56e3c
feature/driver indexed db ( #14 )
...
* fix: update commitizen version
* feat: add WASM build tags to db actions
* feat: Update all actions to follow `AddAsset` for error handling
* feat: remove database dependency in dwn and motr commands
* feat: add basic info form to registration view
* feat: implement basic browser navigation component
* refactor: move database related files to middleware
* fix: remove unused test command
* fix: update source directory for buf-publish workflow
* feat: embed dwn config data
* feat: add Sync RPC to query service
* refactor: rename package to for better organization
* feat: add new javascript exception handling for server requests
* refactor: move dwn.wasm to embed directory
* refactor: move server files to a new directory
* refactor: move session related code to client package
* refactor: Update dwn.wasm build path
* refactor: move dwn wasm build to vfs
* feat: introduce config loading middleware
* feat: introduce DWN config and address JSON
* refactor: move dwn wasm build output to embed directory
* feat: introduce config and IndexedDB model
* refactor: move DWN config file generation to vfs
* refactor: move config package to
* feat: add Sonr.ID IPFS gateway proxy
* feat: add SWT data structure
* feat: update index.html to use Sonr styles and scripts
* feat(dwn): remove index.html server endpoint
* feat: add Navigator API for web credential management
2024-09-18 02:22:17 -04:00
8022428e37
feature/driver indexed db ( #12 )
...
* fix: update commitizen version
* feat: add WASM build tags to db actions
* feat: Update all actions to follow `AddAsset` for error handling
* feat: remove database dependency in dwn and motr commands
* feat: add basic info form to registration view
* feat: implement basic browser navigation component
* refactor: move database related files to middleware
* fix: remove unused test command
* fix: update source directory for buf-publish workflow
2024-09-16 01:06:00 -04:00