720 Commits

Author SHA1 Message Date
74d8d516b3 refactor: refactor authentication pages into their own modules 2024-11-27 13:37:07 -05:00
44027b9303
feature/1149 vault allocation error (#1173)
- **refactor: update devbox configuration and scripts**
- **refactor: remove web documentation**
- **refactor: move resolver formatter to services package**
- **refactor: Rename x/vault -> x/dwn and x/service -> x/svc**
- **refactor: remove unused dependencies and simplify module imports**
- **refactor: remove dependency on DWN.pkl**
- **refactor: Move IPFS interaction functions to common package**
- **refactor: remove unused TUI components**
- **feat: add gum package and update devbox configuration**
- **refactor: rename Assertion to Account and update related code**
- **fix: resolve rendering issue in login modal**
- **refactor: migrate build system from Taskfile to Makefile**
- **refactor: Deployment setup**
- **refactor: Update Credential table to match WebAuthn Credential
Descriptor**
- **feat: add fast reflection methods for Capability and Resource**
- **fix: update devbox lockfile**
- **feat: add support for parent field and resources list in Capability
message**
- **feature/1149-vault-allocation-error**
- **fix: adjust fullscreen modal close button margin**
2024-11-26 22:05:50 -05:00
2362d2365d fix: adjust fullscreen modal close button margin 2024-11-26 21:48:31 -05:00
155ff42958 feature/1149-vault-allocation-error 2024-11-26 21:23:14 -05:00
f89260bacd feat: add support for parent field and resources list in Capability message 2024-11-26 20:51:58 -05:00
93770d481a fix: update devbox lockfile 2024-11-26 17:09:07 -05:00
4a8a15e4d6 feat: add fast reflection methods for Capability and Resource 2024-11-26 13:23:44 -05:00
7a8707e5d0 refactor: Update Credential table to match WebAuthn Credential Descriptor 2024-11-26 13:13:53 -05:00
e89bbb05b1 refactor: Deployment setup 2024-11-26 11:44:17 -05:00
b9b868d55a refactor: migrate build system from Taskfile to Makefile 2024-11-26 10:54:32 -05:00
50217d169d fix: resolve rendering issue in login modal 2024-11-26 00:09:37 -05:00
179a69df1c refactor: rename Assertion to Account and update related code 2024-11-26 00:07:45 -05:00
9e7f70c455 feat: add gum package and update devbox configuration 2024-11-25 16:27:03 -05:00
e4c21e8552 refactor: remove unused TUI components 2024-11-25 16:03:29 -05:00
6a761c05e6 refactor: Move IPFS interaction functions to common package 2024-11-25 15:56:54 -05:00
d9815cc96c refactor: remove dependency on DWN.pkl 2024-11-25 15:54:05 -05:00
0e14099f0c refactor: remove unused dependencies and simplify module imports 2024-11-25 15:47:21 -05:00
629ef72954 refactor: Rename x/vault -> x/dwn and x/service -> x/svc 2024-11-25 15:44:55 -05:00
711acd6bb8 refactor: move resolver formatter to services package 2024-11-25 15:17:19 -05:00
4cbada21a7 refactor: remove web documentation 2024-11-25 15:13:16 -05:00
e04d071ca7 refactor: update devbox configuration and scripts 2024-11-25 13:54:33 -05:00
1568844255 refactor: update templ version to v0.2.778 and remove unused air config 2024-11-23 16:32:15 -05:00
89989fa102
feature/1114 implement account interface (#1167)
- **refactor: move session-related code to middleware package**
- **refactor: update PKL build process and adjust related
configurations**
- **feat: integrate base.cosmos.v1 Genesis module**
- **refactor: pass session context to modal rendering functions**
- **refactor: move nebula package to app directory and update templ
version**
- **refactor: Move home section video view to dedicated directory**
- **refactor: remove unused views file**
- **refactor: move styles and UI components to global scope**
- **refactor: Rename images.go to cdn.go**
- **feat: Add Empty State Illustrations**
- **refactor: Consolidate Vault Index Logic**
- **fix: References to App.wasm and remove Vault Directory embedded CDN
files**
- **refactor: Move CDN types to Models**
- **fix: Correct line numbers in templ error messages for
arch_templ.go**
- **refactor: use common types for peer roles**
- **refactor: move common types and ORM to a shared package**
- **fix: Config import dwn**
- **refactor: move nebula directory to app**
- **feat: Rebuild nebula**
- **fix: correct file paths in panels templates**
- **feat: Remove duplicate types**
- **refactor: Move dwn to pkg/core**
- **refactor: Binary Structure**
- **feat: Introduce Crypto Pkg**
- **fix: Broken Process Start**
- **feat: Update pkg/* structure**
- **feat: Refactor PKL Structure**
- **build: update pkl build process**
- **chore: Remove Empty Files**
- **refactor: remove unused macaroon package**
- **feat: Add WebAwesome Components**
- **refactor: consolidate build and generation tasks into a single
taskfile, remove redundant makefile targets**
- **refactor: refactor server and move components to pkg/core/dwn**
- **build: update go modules**
- **refactor: move gateway logic into dedicated hway command**
- **feat: Add KSS (Krawczyk-Song-Song) MPC cryptography module**
- **feat: Implement MPC-based JWT signing and UCAN token generation**
- **feat: add support for MPC-based JWT signing**
- **feat: Implement MPC-based UCAN capabilities for smart accounts**
- **feat: add address field to keyshareSource**
- **feat: Add comprehensive MPC test suite for keyshares, UCAN tokens,
and token attenuations**
- **refactor: improve MPC keyshare management and signing process**
- **feat: enhance MPC capability hierarchy documentation**
- **refactor: rename GenerateKeyshares function to NewKeyshareSource for
clarity**
- **refactor: remove unused Ethereum address computation**
- **feat: Add HasHandle and IsAuthenticated methods to HTTPContext**
- **refactor: Add context.Context support to session HTTPContext**
- **refactor: Resolve context interface conflicts in HTTPContext**
- **feat: Add session ID context key and helper functions**
- **feat: Update WebApp Page Rendering**
- **refactor: Simplify context management by using single HTTPContext
key**
- **refactor: Simplify HTTPContext creation and context management in
session middleware**
- **refactor: refactor session middleware to use a single data
structure**
- **refactor: Simplify HTTPContext implementation and session data
handling**
- **refactor: Improve session context handling and prevent nil pointer
errors**
- **refactor: Improve session context handling with nil safety and type
support**
- **refactor: improve session data injection**
- **feat: add full-screen modal component and update registration flow**
- **chore: add .air.toml to .gitignore**
- **feat: add Air to devbox and update dependencies**
2024-11-23 01:28:58 -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
01cb37e82e refactor: move signer implementation to mpc package 2024-11-18 11:06:00 -05:00
github-actions[bot]
9375960745 bump: version 0.5.17 → 0.5.18 v0.5.18 2024-11-06 18:34:48 +00: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
github-actions[bot]
82ec2664f3 bump: version 0.5.16 → 0.5.17 v0.5.17 2024-11-05 14:47:26 +00: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
99861266c6 refactor: change verification table id 2024-11-04 13:38:58 -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
dd272bf194 <no value> 2024-11-01 14:42:56 -04:00
388ca462a4 refactor(proto): remove macaroon proto 2024-11-01 14:42:08 -04:00
5b85868993 refactor: rename ValidateBasic to Validate 2024-10-30 13:44:50 -04:00
f70fa75e86 docs: update README with dependencies and state info 2024-10-30 09:58:47 -04: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
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
1ca706744e Merge branch 'feature/1119-allocate-vault-macaroon' into feature/1149-fix-vault-allocation 2024-10-23 10:08:55 -04:00