Commit Graph

45 Commits

Author SHA1 Message Date
Leendert de Borst
cdc03f4494 Add generic item icons transpilable from core models (#1465) 2026-01-21 10:11:19 +00:00
Leendert de Borst
9f2e6a0ab7 Update TOTP editor init logic, update cargo lock (#1465) 2026-01-21 10:11:19 +00:00
Leendert de Borst
5e00a6f2a8 Update versioning (#1404) 2026-01-19 12:53:18 +01:00
Leendert de Borst
4ff3e614e9 Refactor rust prune to require platform to pass in time to prevent compatibility issues with WASM clients (#1404) 2026-01-16 23:25:07 +01:00
Leendert de Borst
039aa0850f Update build scripts (#1404) 2026-01-16 17:49:29 +01:00
Leendert de Borst
58a00885aa Generate native Swift and Kotlin vault models (#1404) 2026-01-14 12:22:11 +01:00
Leendert de Borst
2899855962 Add argon2 to core Rust lib (#1404) 2026-01-14 11:41:05 +01:00
Leendert de Borst
7fbffa2cd2 Implement SRP logic in Rust Core lib, and implement in browser extension and aliasvault.client (#1404) 2026-01-13 15:31:05 +01:00
Leendert de Borst
d1560347f0 Update PasswordGenerator.ts to fix safeCharacterSet and use removeAmbigiousCharacters if option is enabled (#1404) 2026-01-10 21:50:49 +01:00
Leendert de Borst
0070808f81 Add core build step before running e2e tests (#1404) 2026-01-10 21:36:11 +01:00
Leendert de Borst
0e16dfd09b Update build scripts (#1404) 2026-01-10 16:19:49 +01:00
Leendert de Borst
9320ef2f06 Update build.sh (#1404) 2026-01-10 15:01:56 +01:00
Leendert de Borst
ffc55a8b95 Update build-and-distrubute for Linux runner compatibility (#1404) 2026-01-10 14:43:34 +01:00
Leendert de Borst
ccb1109aee Add Android rust core lib build check (#1404) 2026-01-09 23:41:32 +01:00
Leendert de Borst
88c56cb6be Update Rust core build script to output all required Kotlin files (#1404) 2026-01-07 21:10:40 +01:00
Leendert de Borst
1a28f390bc Update iOS RustCore embed folder structure (#1404) 2026-01-05 17:07:31 +01:00
Leendert de Borst
fa12736039 Update Rust core README (#1404) 2026-01-02 16:36:19 +01:00
Leendert de Borst
f60cd1cb2a Simplify Rust build for iOS (#1404) 2026-01-02 16:24:46 +01:00
Leendert de Borst
37d72f823d Add mobile app Rust core build scaffolding (#1404) 2026-01-02 14:14:19 +01:00
Leendert de Borst
54cf479f6f Add vault prune logic to Rust core, add recently deleted items to aliasvault.client (#1404) 2025-12-24 21:33:30 +01:00
Leendert de Borst
40050983e5 Add static type reference model generation to all apps to prevent using magic strings (#1404) 2025-12-22 13:26:12 +01:00
Leendert de Borst
74b37f137b Refactor browser extension typescript item field management (#1404) 2025-12-21 12:53:30 +01:00
Leendert de Borst
4f57b8fdee Refactor custom field logic to match between clients (#1404) 2025-12-21 12:04:16 +01:00
Leendert de Borst
75377d795e Add Rust Core WASM scaffolding to AliasVault.Client (#1404) 2025-12-18 16:04:05 +01:00
Leendert de Borst
351bb09332 Refactor Credential to Item based structure in AliasVault.Client (#1404) 2025-12-17 22:48:51 +01:00
Leendert de Borst
85c1ba3f6b Cleanup core models (#1404) 2025-12-17 16:08:30 +01:00
Leendert de Borst
510a220a5a Update field structure so notes is displayed in its own category (#1404) 2025-12-16 14:09:01 +01:00
Leendert de Borst
e58fb72971 Refactor browser extension content script to use item structure (#1404) 2025-12-15 21:28:37 +01:00
Leendert de Borst
fd4656afe5 Refactor to use type references instead of magic strings (#1404) 2025-12-13 19:23:54 +01:00
Leendert de Borst
b43963c7a3 Update migrations Logo source column normalize (#1404) 2025-12-13 18:08:35 +01:00
Leendert de Borst
ee853b830b Recreate migrations (#1404) 2025-12-13 12:20:03 +01:00
Leendert de Borst
aca686e934 Remove nickname field, tweak UI, update migrations (#1404) 2025-12-13 11:19:23 +01:00
Leendert de Borst
8d6f862291 Update migrations and move email field to login category instead of alias (#1404) 2025-12-12 21:27:34 +01:00
Leendert de Borst
765341c7af Tweak passkey create and auth flow, replace literal item type with references (#1404) 2025-12-12 19:05:25 +01:00
Leendert de Borst
9fc8ce3dec Update passkey creation and authentication flow for new items structure (#1404) 2025-12-12 17:59:55 +01:00
Leendert de Borst
871852ff59 Translate field labels based on field key in each client locally (#1404) 2025-12-12 11:29:38 +01:00
Leendert de Borst
e36cf3ee34 Update migration to not migrate minDate birthdate field values (#1404) 2025-12-12 10:33:23 +01:00
Leendert de Borst
0c1248be3b Update Category type (#1404) 2025-12-11 21:21:47 +01:00
Leendert de Borst
5ccecc4fd0 Tweak AddEdit and field models (#1404) 2025-12-11 21:13:22 +01:00
Leendert de Borst
980376ccfb Add e2e tests for autofill matching (#1404) 2025-12-11 17:55:48 +01:00
Leendert de Borst
2b09ac6f2e Update build.sh (#1404) 2025-12-11 16:40:08 +01:00
Leendert de Borst
a59b256a45 Update build.sh (#1404) 2025-12-11 16:39:00 +01:00
Leendert de Borst
70506b6a09 Integrate Rust credential matcher with browser extension (#1404) 2025-12-11 16:29:57 +01:00
Leendert de Borst
4fc2ce20cf Add fixed SrpIdentity column to allow username changes (#1429) 2025-12-11 13:35:16 +01:00
Leendert de Borst
f42828ebd1 Move shared to core folder (#1404) 2025-12-11 09:19:03 +01:00