shuaiplus
299eda597f
fix(auth): align API keys and exclude device trust backups
2026-07-13 17:41:00 +08:00
shuaiplus
19de8d6e57
fix(auth): require complete password change key data
2026-07-13 17:02:59 +08:00
shuaiplus
63b642b251
fix(storage): safely batch folder deletion binds
2026-07-13 13:30:52 +08:00
shuaiplus
e943357067
fix(web): preserve cipher types 6-8 during import
2026-07-13 13:13:42 +08:00
shuaiplus
573451c52f
feat(yubico): refactor Yubico credential management and enhance settings UI
2026-07-13 13:05:04 +08:00
shuaiplus
b731a014f1
fix(auth): prevent unexpected session logout
2026-07-13 02:11:12 +08:00
shuaiplus
e25ec159bb
feat: enhance navigation layout and improve mobile settings UI
2026-07-12 23:16:01 +08:00
shuaiplus
b093c01fd7
chore: update version to 1.7.4 in package.json, package-lock.json, and app-version.ts
v1.7.4
2026-07-12 22:13:33 +08:00
shuaiplus
fa611dc843
fix: require master password for admin and wipe-device actions
...
Gate invite management, user ban/delete, and delete-all-devices behind
masterPasswordHash verification, matching backup step-up auth. The web UI
prompts for the master password in the shared confirm dialog.
2026-07-12 20:43:27 +08:00
shuaiplus
3c581d1fb1
fix: block IPv6 loopback in backup destination URL checks
...
Expand compressed IPv6 hostnames before the private-address allowlist so
forms like ::1 cannot bypass SSRF protection for WebDAV/S3 backup endpoints.
Also reject IPv4-mapped addresses written as ::ffff:hex:hex.
2026-07-12 20:21:45 +08:00
shuaiplus
fb376797d2
feat: update PasswordGeneratorPage styles and improve layout responsiveness
2026-07-12 01:59:15 +08:00
shuaiplus
99b50275a6
feat: add Password Security feature with scanning and reporting capabilities
2026-07-12 01:50:21 +08:00
shuaiplus
dfc98008cb
Add password generator feature and update localization files
2026-07-11 18:49:26 +08:00
shuaiplus
b472121f43
feat: add contributors section and star history chart to README files
2026-07-11 17:25:53 +08:00
Domainmasteri and GitHub
9caa064488
Add German (de), French (fr), Italian (it), and Swedish (sv) initial translations ( #303 )
2026-07-11 17:06:41 +08:00
shuaiplus
aae614a079
feat: add offline mode notice and related styles to enhance user experience during offline access
2026-07-10 22:24:06 +08:00
shuaiplus
0e46cd371f
Merge branch 'main' of https://github.com/shuaiplus/nodewarden
2026-07-10 14:24:15 +08:00
shuaiplus
db31792cef
feat: add fill-assist, assetlinks check, and web-bootstrap to worker-handled paths
2026-07-10 14:23:45 +08:00
shuaiplus
8c65cb2e80
feat: update FIDO2 origins and enable direct unlock for account passkeys
2026-07-10 14:22:24 +08:00
shuaiplus
14dff8ee6a
feat: disable new-device verification and update related logic across services
2026-07-10 13:00:32 +08:00
dependabot[bot] and Shuai
8d399f431b
chore(deps-dev): bump vite from 7.3.5 to 8.1.3
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 7.3.5 to 8.1.3.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v8.1.3/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 8.1.3
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-09 23:53:06 +08:00
shuaiplus
bb3f866220
feat: add audit log demo data and passkey/API stub overrides
2026-07-09 20:51:12 +08:00
shuaiplus and Shuai
39d9df78ea
feat: add functionality to select unique items from duplicates in Vault components
2026-07-09 20:21:45 +08:00
rootphantomer and Shuai
a1b12fc447
feat: add duplicate detection demo data to dev:demo mode
2026-07-09 20:21:45 +08:00
rootphantomer and Shuai
099217062a
fix: group duplicates by color and sort A-Z within groups
2026-07-09 20:21:45 +08:00
Domainmasteri and GitHub
dd90d7b8b8
Add Finnish (fi) translation ( #299 )
...
* Add Finnish (fi) locale file for nodewarden web vault translation
2026-07-09 19:00:33 +08:00
rootphantomer and Shuai
525b773cf4
fix: preserve dialog title during closing animation to prevent flash
2026-07-09 18:53:01 +08:00
shuaiplus
04cb475935
feat: enhance date formatting in PublicSendPage and SendsPage components
2026-07-08 19:31:11 +08:00
Shuai and GitHub
e063f45cd9
Update FUNDING.yml
2026-07-08 11:59:17 +08:00
Shuai and GitHub
e10920d142
Create FUNDING.yml
2026-07-07 19:55:15 +08:00
shuaiplus
b07edb0850
fix: correct directory name in .gitignore and remove nodewarden-wiki subproject
2026-07-07 19:48:40 +08:00
shuaiplus
58a86ae8fd
docs: update feature comparison table for clarity and consistency
2026-07-07 18:36:35 +08:00
shuaiplus
b986af86dc
docs: add Fill-assist row to feature comparison table
...
Align English README with README_ZH for POST /fill-assist client support.
2026-07-07 14:18:19 +08:00
shuaiplus
8e33f92b33
docs: make English the default README, move Chinese to README_ZH
...
- README.md is now the English version (GitHub default)
- Add README_ZH.md for Chinese documentation
- Remove redundant README_EN.md
2026-07-07 13:53:11 +08:00
shuaiplus
a0f832e8a5
chore: release v1.7.3
v1.7.3
2026-07-07 01:43:14 +08:00
shuaiplus
8a5b210a1d
Improve Bitwarden-compatible TOTP handling
2026-07-07 01:27:55 +08:00
shuaiplus
ebc8e8e340
Replace remove button with trash icon positioned inside password field
2026-07-07 00:35:16 +08:00
shuaiplus
a870142b7b
Show password indicator and masked password field for encrypted sends
...
- Add password and authType fields to Send type
- Show lock icon in send list for password-protected sends
- Display masked dots in password field when editing a send that has a password set
- Add Remove button to clear existing password
2026-07-07 00:31:56 +08:00
shuaiplus
a366acbac0
Revert redirect guard in backup uploader
2026-07-06 23:54:17 +08:00
shuaiplus
57c5ef9da6
Remove WEBSITE_ICONS_ENABLED and always enable website icons
2026-07-06 22:56:36 +08:00
shuaiplus
f532d3ace3
Preserve WebAuthn credential purpose in backups
2026-07-06 22:25:02 +08:00
shuaiplus
cc4a830be8
Harden backup and download token flows
2026-07-06 19:06:24 +08:00
shuaiplus
c6438747e3
Harden 2FA disable and website icon privacy
2026-07-06 18:45:54 +08:00
shuaiplus
5c8f01be59
Harden backup blob and remote endpoint handling
2026-07-06 18:17:55 +08:00
shuaiplus
7ac6ae50bb
Harden auth requests and backup endpoints
2026-07-06 18:04:23 +08:00
shuaiplus
ace00e8e74
Harden WebAuthn extension origins
2026-07-06 17:43:57 +08:00
shuaiplus
51428461a8
fix: cap multipart backup and upload requests
2026-07-06 15:38:59 +08:00
shuaiplus
23c53bd1af
fix: validate anonymous notification hub requests
2026-07-06 15:38:52 +08:00
shuaiplus
ae168bea31
fix rate limit reset bypasses
2026-07-06 14:24:01 +08:00
shuaiplus
00e0ec0892
fix(backup): redact destination secrets in settings
2026-07-06 13:50:49 +08:00