Leendert de Borst
|
402dc1c05a
|
Refactor Rust auth implementation
|
2026-07-26 18:02:14 +02:00 |
|
Leendert de Borst
|
0b5b5802d8
|
Update Rust core sanity checks
|
2026-07-24 09:25:42 +02:00 |
|
Leendert de Borst
|
db293c7542
|
Fix Rust Core time now call dependency for browser environment (#2279)
|
2026-07-19 13:37:41 +02:00 |
|
Leendert de Borst
|
1f86b71727
|
Update docs (#2279)
|
2026-07-18 13:46:19 +02:00 |
|
Leendert de Borst
|
22bbd258dd
|
Add identity generator files ported from typescript (#2279)
|
2026-07-18 13:40:43 +02:00 |
|
Leendert de Borst
|
19f6bc4d47
|
Create mod.rs (#2279)
|
2026-07-18 13:40:07 +02:00 |
|
Leendert de Borst
|
6d5e4259f5
|
Add Rust identity_generator scaffolding (#2279)
|
2026-07-17 18:54:28 +02:00 |
|
Leendert de Borst
|
3f71b90c1f
|
Add get_prune_table_queries centralized logic (#2268)
|
2026-07-14 12:56:07 +02:00 |
|
Leendert de Borst
|
e40b924f51
|
Update Rust vault_pruner efficiency and to not trigger unnecessary (#2268)
|
2026-07-14 12:56:07 +02:00 |
|
Leendert de Borst
|
cc2e555aba
|
Add Romanian Diceware wordlist support (#2228)
|
2026-07-03 12:36:18 +02:00 |
|
Vuzzy
|
15e99ca9df
|
ro.diceware
|
2026-07-03 12:35:06 +03:00 |
|
Leendert de Borst
|
4ffc5c1461
|
Bump app target version to 0.31.0-alpha
|
2026-07-02 22:01:24 +02:00 |
|
Leendert de Borst
|
d9d7685fdb
|
Update build.sh
|
2026-07-02 17:08:19 +02:00 |
|
Leendert de Borst
|
d9bb3aa5be
|
Update nl.diceware (#776)
|
2026-06-29 22:04:42 +02:00 |
|
Leendert de Borst
|
bb5fac1df0
|
Add shared language references (#776)
|
2026-06-28 20:03:28 +02:00 |
|
Leendert de Borst
|
89162a007f
|
Add core shared defaults for password generator (#776)
|
2026-06-27 22:29:17 +02:00 |
|
Leendert de Borst
|
86c3a1db71
|
Add Rust password generator sanity checks (#776)
|
2026-06-27 17:51:16 +02:00 |
|
Leendert de Borst
|
0821349969
|
Make available diceword languages dynamic (#776)
|
2026-06-25 13:04:10 +02:00 |
|
Leendert de Borst
|
24a833892f
|
Add Rust password generator implementation (#776)
|
2026-06-25 12:23:08 +02:00 |
|
Leendert de Borst
|
38f3a1359e
|
Increase default shown autofill suggestions from 3 to 10 (#1633)
|
2026-05-26 15:57:30 +02:00 |
|
Leendert de Borst
|
47a2b207e9
|
Add bulk logo delete / re-download scaffolding (#1046)
|
2026-05-05 10:27:20 +02:00 |
|
Leendert de Borst
|
849b2ba8fc
|
Add tombstoned attachment pruner (#1991)
|
2026-05-04 11:17:46 +02:00 |
|
Leendert de Borst
|
ef53078f05
|
Add unused favicon cleanup check to Rust vault pruner (#1991)
|
2026-05-04 11:17:46 +02:00 |
|
Leendert de Borst
|
38ac4f76c9
|
Bump working version to 0.30.0-alpha
|
2026-05-02 17:48:18 +02:00 |
|
Leendert de Borst
|
9fb4b2176f
|
Add license symlink
|
2026-04-14 18:59:12 +02:00 |
|
Leendert de Borst
|
0423a6f387
|
Update getrandom usages
|
2026-04-14 18:59:12 +02:00 |
|
dependabot[bot]
|
989900076a
|
Bump rand in /core/rust in the cargo group across 1 directory
Bumps the cargo group with 1 update in the /core/rust directory: [rand](https://github.com/rust-random/rand).
Updates `rand` from 0.8.5 to 0.9.3
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.9.3)
---
updated-dependencies:
- dependency-name: rand
dependency-version: 0.9.3
dependency-type: direct:production
dependency-group: cargo
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-04-14 18:59:12 +02:00 |
|
Leendert de Borst
|
89da85d635
|
Bump target version to 0.29.0-alpha
|
2026-04-12 13:02:15 +02:00 |
|
Leendert de Borst
|
439a0bef42
|
Bump version to 0.28.0-alpha
|
2026-03-06 12:32:15 +01:00 |
|
Leendert de Borst
|
cec3820944
|
Tweak Rust Core credential matcher logic (#1756)
|
2026-02-20 16:09:20 +01:00 |
|
Leendert de Borst
|
7f5dff41be
|
Add single hostname support to credential matcher logic (#1667)
|
2026-02-09 16:31:05 +01:00 |
|
Leendert de Borst
|
b6c9d3d40a
|
Add ignore_port option to Rust credential matcher for Android specifically (#1625)
|
2026-02-04 20:43:14 +00:00 |
|
dependabot[bot]
|
9d02ddaf9b
|
Bump bytes in /core/rust in the cargo group across 1 directory
Bumps the cargo group with 1 update in the /core/rust directory: [bytes](https://github.com/tokio-rs/bytes).
Updates `bytes` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.11.0...v1.11.1)
---
updated-dependencies:
- dependency-name: bytes
dependency-version: 1.11.1
dependency-type: indirect
dependency-group: cargo
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-02-03 21:38:22 +00:00 |
|
Leendert de Borst
|
f40317ee7b
|
Update Cargo.lock
|
2026-01-30 00:05:29 +01:00 |
|
Leendert de Borst
|
ae103349f3
|
Start 0.27.0-alpha development
|
2026-01-29 12:35:02 +01:00 |
|
Leendert de Borst
|
433098d89b
|
Improve credential autofill matcher for mobile apps (#1477)
|
2026-01-27 16:36:47 +00:00 |
|
Leendert de Borst
|
0d4857f940
|
Update Android Rust core build incremental and update vault merge kotlin implementation (#1473)
|
2026-01-22 16:36:56 +01:00 |
|
Leendert de Borst
|
99d8992667
|
Add port awareness to credential matcher (#1473)
|
2026-01-21 21:33:28 +01:00 |
|
Leendert de Borst
|
dd9d33cd69
|
Update Rust Core credential matcher to support multiple urls (#1473)
|
2026-01-21 17:10:16 +01: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
|
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
|
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
|
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 |
|