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
9372db6279
feat: add remote client constructor
2024-11-05 09:43:10 -05:00
e76c4a5902
refactor: update marketing section architecture
2024-11-05 08:14:26 -05:00
075b54883b
fix: update file paths in error messages
2024-11-04 13:45:28 -05:00
006f69e0d2
feat: add avatar image components
2024-11-04 10:42:35 -05:00
de4d62e63e
feat: add SVG CDN Illustrations to marketing architecture
2024-11-04 10:08:06 -05:00
bbfd3e5171
docs: add caveat description
2024-10-28 10:12:05 -04:00
f14f6ff536
docs(marketing): improve section data model and section rendering
2024-10-24 16:11:30 -04:00
c8657022a2
feat(marketing): refactor marketing page components
2024-10-24 10:31:40 -04:00
7b5ee7b0ed
feat: Refactor intro video component to use a proper script template
2024-10-23 12:51:49 -04:00
bda52d5f3d
fix: update intro video modal script
2024-10-23 12:51:48 -04:00
137f0ed7f3
feat: Move Alpine.js script initialization to separate component
2024-10-23 12:50:38 -04:00
cf839c9491
feat: Add intro video modal component
2024-10-23 12:50:37 -04:00
0d12487c65
feat: add homepage architecture section
2024-10-23 12:26:01 -04:00
dc20befb86
feat: add Hero section component with stats and buttons
2024-10-23 11:37:11 -04:00
6c6b38a2e3
feat(css): add new utility classes for group hover
2024-10-23 11:36:59 -04:00
7cbc9e0bb1
feat: implement authentication register finish endpoint
2024-10-23 09:52:07 -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
0a16e41c78
refactor: update dwn configuration generation import path
2024-10-09 14:20:02 -04:00
45c4e0c850
refactor: use nebula/routes instead of nebula/global
2024-10-09 14:19:41 -04:00
32563a551d
refactor: move index template to routes package
2024-10-09 14:18:50 -04:00
a824c23022
refactor: remove cdn package and move assets to global styles
2024-10-09 14:16:53 -04:00
58a02be5cf
feat: nebula assets served from CDN
2024-10-09 14:15:05 -04:00
5df9d4a3e5
refactor: move nebula assets to hway build directory
2024-10-09 00:37:50 -04:00
a3edb65613
feat: use CDN for nebula frontend assets
2024-10-08 21:55:01 -04:00
3637f27369
feat: add static hero section content to homepage
2024-10-08 21:06:24 -04:00
8811f56559
feat: add wrangler scripts for development, build, and deployment
2024-10-08 19:22:44 -04:00
2970497683
feat: move gateway web code to dedicated directory
2024-10-08 17:26:01 -04:00
25cddbada6
refactor: rename internal/session package to internal/ctx
2024-10-08 17:22:14 -04:00
b5dc577d01
refactor: rename 'global/cdn' to 'assets'
2024-10-07 23:16:03 -04:00
ca51df20d6
refactor: move CDN assets to separate folder
2024-10-07 23:15:18 -04:00
b19d5d06a0
fix: install dependencies before nebula build
2024-10-07 23:14:06 -04:00
fbc640b7c4
fix: update Schema service to use new API endpoint
2024-10-07 21:22:56 -04:00
af6e07323b
feat: integrate nebula UI with worker-assets-gen
2024-10-07 21:15:25 -04:00
e926e5b9d6
refactor: move Pkl module definitions to dedicated package
2024-10-07 20:35:40 -04:00
ddf745f39a
refactor: move CDN assets to js/ folder
2024-10-07 20:24:18 -04:00
d0dddbfe01
feat: extract reusable layout components
2024-10-07 20:14:46 -04:00
c608a067ed
feat: Implement service worker for IPFS vault
2024-10-07 20:13:38 -04:00
fa7b11198e
feat: implement CDN support for assets
2024-10-07 16:38:10 -04:00
8bd68c4269
feat: add payment method support
2024-10-07 16:30:54 -04:00
55f3e0f7e0
feat: add support for public key management
2024-10-07 14:02:04 -04:00
f7f0c11587
feat: add ModalForm component
2024-10-07 13:59:29 -04:00
2d5cb7e5b8
feat: implement authentication views
2024-10-07 12:59:08 -04:00