shuaiplus
f556782c86
feat: add invite code handling from URL for registration flow
2026-03-08 17:15:37 +08:00
shuaiplus
ed678a070e
feat: enhance mobile layout and accessibility across components
...
- Added mobile layout support in AdminPage, SecurityDevicesPage, SendsPage, and VaultPage.
- Implemented responsive design adjustments including mobile sidebar and panel transitions.
- Updated table structures to include data labels for better accessibility.
- Introduced new translations for mobile-specific UI elements.
- Enhanced styles for mobile views, including button adjustments and sidebar behaviors.
2026-03-08 17:07:21 +08:00
shuaiplus
5fee320eee
feat(vault): add sorting functionality with persistent storage
2026-03-08 14:21:48 +08:00
shuaiplus
01f01e5903
feat: Implement admin backup export and import functionality
...
- Added new endpoints for exporting and importing instance-level backups.
- Introduced user interface components for backup management in the web app.
- Enhanced import/export logic to handle attachments and provide detailed summaries.
- Updated localization files to include new strings related to backup features.
- Improved styling for backup-related UI elements.
2026-03-08 13:36:51 +08:00
shuaiplus
5c2c6cfb6c
feat: add TOTP codes page and related components for displaying verification codes
2026-03-08 02:31:36 +08:00
shuaiplus
ec57897a5f
chore: remove obsolete KV ID from wrangler.kv.toml
2026-03-08 01:07:25 +08:00
shuaiplus
3f7af954c7
docs: update deployment instructions in README and README_EN to reflect new Workers URL
2026-03-07 06:42:12 +08:00
shuaiplus
1b242b8404
chore: remove obsolete workflows and update sync process in sync-upstream.yml
2026-03-07 06:36:41 +08:00
shuaiplus
4cec39cfe2
docs: update README and README_EN with clearer instructions for repository setup and synchronization
2026-03-07 04:01:48 +08:00
shuaiplus
e931307c8f
feat: add workflow to import KV ID from NodeWarden2 and update README for deployment instructions
2026-03-07 03:47:21 +08:00
shuaiplus
0fcdc61843
feat: update workflows and README for KV and R2 mode switching
2026-03-07 02:33:29 +08:00
shuaiplus
be572746a3
docs: update README and README_EN with clearer deployment instructions and buttons
2026-03-06 03:20:19 +08:00
shuaiplus
40a3105b82
docs: update README with clearer deployment instructions and badges
2026-03-06 03:15:41 +08:00
shuaiplus
5f386c80c5
feat: refactor kv sync logic to use regex for R2 block replacement
2026-03-06 03:08:38 +08:00
shuaiplus
257928a317
feat: update sync workflow and README for KV storage support
2026-03-06 03:06:34 +08:00
shuaiplus
39ec5da861
feat: update README files to improve clarity on R2 vs KV storage options
2026-03-06 01:07:24 +08:00
shuaiplus
57aa7457ae
feat: add support for KV storage mode and enhance attachment handling
2026-03-06 01:00:19 +08:00
shuaiplus
c54740517c
feat: improve client IP identification logic for rate limiting
2026-03-05 22:03:40 +08:00
shuaiplus
dc7d80ddfc
feat: update Content Security Policy for enhanced security and resource loading
2026-03-05 21:40:39 +08:00
shuaiplus
1e34a96c57
feat: improve error handling and localization for vault operations and import/export processes
2026-03-05 02:55:59 +08:00
shuaiplus
380cd34474
feat: implement constant time comparison for MAC verification to enhance security
2026-03-05 02:41:02 +08:00
shuaiplus
56235cb94d
feat: remove handleUpdateProfile function to streamline account management
2026-03-05 02:37:27 +08:00
shuaiplus
49af3e7099
feat: enhance rate limiting with new public request budgets and client IP validation
2026-03-05 02:26:05 +08:00
shuaiplus
c39654ab3c
feat: enhance send file download token with JTI for improved validation
2026-03-05 01:31:02 +08:00
shuaiplus
f5684145f9
feat: reorder key assignment logic in handleSetKeys for improved readability
2026-03-05 01:18:23 +08:00
shuaiplus
8c35d89519
feat: enhance import/export feature description for completeness and clarity
2026-03-04 23:52:56 +08:00
shuaiplus
4d5f207ce7
feat: update import/export feature descriptions for clarity and completeness
2026-03-04 23:49:37 +08:00
shuaiplus
3f62a03181
feat: improve import/export feature descriptions for clarity and consistency
2026-03-04 23:17:58 +08:00
shuaiplus
7ace10e7cc
feat: enhance import/export page with new layout and features
2026-03-04 23:07:03 +08:00
shuaiplus
8df3221078
feat: add support for SSH key fingerprint normalization and compatibility
2026-03-04 22:45:30 +08:00
shuaiplus
36f398b728
feat: add export and import functionality for Bitwarden and NodeWarden formats
...
- Implemented export formats for Bitwarden (JSON, encrypted JSON, ZIP) and NodeWarden (JSON).
- Added support for attachments in ciphers and introduced new types for handling attachments.
- Enhanced import formats to include Bitwarden ZIP and NodeWarden JSON.
- Updated internationalization strings for attachment-related features.
- Improved UI styles for attachment management and import summary display.
2026-03-04 01:03:49 +08:00
shuaiplus
6ca1fa739f
feat: implement folder management features including create, update, and delete actions
2026-03-03 21:03:16 +08:00
shuaiplus
7193df7f11
Merge branch 'main' of https://github.com/shuaiplus/nodewarden
2026-03-03 20:30:28 +08:00
Zheng Li
0d36aa9139
fix: add build command to wrangler.toml for CI/CD compatibility
2026-03-03 20:30:06 +08:00
shuaiplus
d63755f67d
feat: add FIDO2 credentials support to CipherLogin and VaultDraft types
...
- Introduced CipherLoginPasskey interface to represent FIDO2 credentials with a creation date.
- Updated CipherLogin interface to include an optional fido2Credentials property.
- Modified VaultDraft interface to add loginFido2Credentials property for handling FIDO2 credentials.
2026-03-03 02:18:26 +08:00
shuaiplus
6dcc18e2e9
fix: update 2FA support descriptions and improve error handling in TOTP actions
2026-03-02 22:36:10 +08:00
shuaiplus
f230e5c8c2
fix: resolve merge conflict in twoFactorRequiredResponse function
2026-03-02 22:12:46 +08:00
shuaiplus
8ac2ab0699
Merge branch 'main' of https://github.com/shuaiplus/nodewarden
2026-03-02 22:08:53 +08:00
shuaiplus
f9030d5dbb
fix: update two-factor provider constants for backward compatibility
2026-03-02 22:07:04 +08:00
copilot-swe-agent[bot]
41221998c9
fix: return numeric provider IDs in TwoFactorProviders for Android client compatibility
...
Co-authored-by: shuaiplus <100134295+shuaiplus@users.noreply.github.com >
2026-03-02 13:57:37 +08:00
shuaiplus
fab6d9da67
fix: correct typo in README.md
2026-03-02 00:41:10 +08:00
shuaiplus
01154947ef
feat: add Import & Export page and update Help page with new navigation
2026-03-02 00:10:44 +08:00
shuaiplus
82131bd892
fix: update deploy script to use consistent build command
2026-03-02 00:10:44 +08:00
shuaiplus
ddf5901730
chore: ensure newline at end of .gitignore file
2026-03-02 00:10:44 +08:00
shuaiplus
65b57b00e2
chore: remove accidental tmp submodules
2026-03-02 00:10:44 +08:00
shuaiplus
15eb72a4b3
chore: remove accidental tmp submodules
2026-03-02 00:10:44 +08:00
shuaiplus
30884d7184
feat: add build script for consistent project building
2026-03-02 00:10:44 +08:00
shuaiplus
1ab8e1baa7
feat: remove deprecated Bitwarden subprojects from the repository
2026-03-02 00:10:44 +08:00
shuaiplus
d3d4755505
feat: update routing regex patterns for improved API path matching
2026-03-02 00:10:44 +08:00
shuaiplus
a0b9f970c1
feat: update favicon and logo images for improved branding
2026-03-02 00:10:44 +08:00