Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
be7b65c
feat: add deep link support
sosweetham Jul 28, 2025
6bfabd6
fix: remove db/data
sosweetham Jul 28, 2025
cd95f30
fix: add db/data to gitignore
sosweetham Jul 28, 2025
6f2e842
fix: remove useless comment
sosweetham Jul 28, 2025
f016b45
feat: wallet deep link logic
sosweetham Jul 28, 2025
ab6e5fc
fix: remove useless comments
sosweetham Jul 28, 2025
4aed735
merge: main
sosweetham Jul 29, 2025
fbe3d7a
fix: lock file
sosweetham Jul 29, 2025
2774776
fix: add files
sosweetham Jul 29, 2025
324a677
chore: merge conflict.
Sahil2004 Jul 29, 2025
1492207
chore: formatting fixed.
Sahil2004 Jul 29, 2025
37af899
chore: lint fixed.
Sahil2004 Jul 29, 2025
ac7caa0
chore: fixed nested onMount conflict.
Sahil2004 Jul 30, 2025
366fc48
chore: fixed duplicate handleFinalSubmit function definitions.
Sahil2004 Jul 30, 2025
3104822
chore: formatting.
Sahil2004 Jul 30, 2025
731db6b
fix: Improve URL parsing and error handling for deep links.
Sahil2004 Jul 30, 2025
646c9be
chore: formatting.
Sahil2004 Jul 30, 2025
28b6a3a
fix: Conditional scanning start based on deep link presence.
Sahil2004 Jul 30, 2025
0b3a0b1
fix: Security concern: Hardcoded session ID in test file.
Sahil2004 Jul 30, 2025
a01e90e
fix: Add input validation and sanitization for deep link parameters.
Sahil2004 Jul 30, 2025
053dd99
fix: Critical: Missing error handling for URL constructor.
Sahil2004 Jul 30, 2025
e8a4afb
fix: Critical: Inverted domain validation logic.
Sahil2004 Jul 30, 2025
f5a5716
fix: Refactor complex deep link parsing logic.
Sahil2004 Jul 30, 2025
ddd40be
Merge platforms (#270)
grv-saini-20 Jul 30, 2025
d8cf8a9
fix: added state to the required variable to correctly reflect update…
Sahil2004 Jul 31, 2025
77ef0c5
fix: merge conflict.
Sahil2004 Jul 31, 2025
1b131ba
fix: formatting.
Sahil2004 Jul 31, 2025
21fc810
chore: formatting and added prettier in group-charter-manager.
Sahil2004 Jul 31, 2025
a15fc60
chore: formatting
Sahil2004 Jul 31, 2025
eafd5ad
fix: critical performance issue with missing dependency array.
Sahil2004 Jul 31, 2025
745ec1f
fix: paraglide errors due to dependency error in control panel.
Sahil2004 Jul 31, 2025
0041c95
fix: user profile types.
Sahil2004 Jul 31, 2025
318ae1f
chore: checks fixed in pictique.
Sahil2004 Jul 31, 2025
f2f646e
fix: controlpanel deps issue.
Sahil2004 Jul 31, 2025
04cb3be
chore: renamed to a consistent namimg convention of handle instead of…
Sahil2004 Jul 31, 2025
87a6bd0
chore: formatting.
Sahil2004 Jul 31, 2025
438594d
fix: pglide
sosweetham Jul 31, 2025
a678245
fix: remove ignore for check
sosweetham Jul 31, 2025
9194c4e
fix: normalize check script
sosweetham Jul 31, 2025
efc030d
merge: main
sosweetham Aug 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ yarn-error.log*
# Misc
.DS_Store
*.pem

/db/data
12 changes: 12 additions & 0 deletions db.compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
services:
db:
image: postgres:16
container_name: dev-metastate-db
environment:
POSTGRES_USER: metastate
POSTGRES_PASSWORD: metastate
POSTGRES_DB: metastate
volumes:
- ./db/data:/var/lib/postgresql/data
ports:
- "5432:5432"
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a href="w3ds://auth?redirect=https://blabsy.w3ds.metastate.foundation/api/auth&session=8854f847-6b80-4df0-bb94-68fb9a756aa4&platform=blabsy">CLICK ME</a>
1 change: 1 addition & 0 deletions infrastructure/eid-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-barcode-scanner": "^2.2.0",
"@tauri-apps/plugin-biometric": "^2.2.0",
"@tauri-apps/plugin-deep-link": "^2.4.1",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-store": "^2.2.0",
"@veriff/incontext-sdk": "^2.4.0",
Expand Down
103 changes: 102 additions & 1 deletion infrastructure/eid-wallet/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infrastructure/eid-wallet/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ thiserror = { version = "2.0.11" }
tauri-plugin-barcode-scanner = "2"
tauri-plugin-biometric = "2.2.0"
tauri-plugin-crypto-hw = "0.1.0"

tauri-plugin-deep-link = { git = "https://github.com/sosweetham/plugins-workspace", rev = "0668697" }
11 changes: 11 additions & 0 deletions infrastructure/eid-wallet/src-tauri/Info.ios.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,16 @@
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>foundation.metastate.eid-wallet</string>
<key>CFBundleURLSchemes</key>
<array>
<string>w3ds</string>
</array>
</dict>
</array>
</dict>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"opener:default",
"store:default",
"biometric:default",
"barcode-scanner:default"
"barcode-scanner:default",
"deep-link:default"
],
"platforms": ["iOS", "android"]
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading