shuaiplus
fab6d9da67
fix: correct typo in README.md
2026-03-02 00:41:10 +08:00
shuaiplus and Shuai
01154947ef
feat: add Import & Export page and update Help page with new navigation
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
82131bd892
fix: update deploy script to use consistent build command
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
ddf5901730
chore: ensure newline at end of .gitignore file
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
65b57b00e2
chore: remove accidental tmp submodules
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
15eb72a4b3
chore: remove accidental tmp submodules
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
30884d7184
feat: add build script for consistent project building
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
1ab8e1baa7
feat: remove deprecated Bitwarden subprojects from the repository
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
d3d4755505
feat: update routing regex patterns for improved API path matching
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
a0b9f970c1
feat: update favicon and logo images for improved branding
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
f20a71e8a8
feat: enhance security headers and update content security policy in response and HTML files
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
7d5681665f
feat: enhance deployment process and update dependencies
...
- Updated the deployment script to build the web application before deploying.
- Upgraded Wrangler dependency from 4.61.1 to 4.69.0.
feat: add import item limit and request body size limit
- Introduced a new limit for the maximum total items allowed in a single import (5000).
- Set a hard body size limit for JSON API endpoints (25 MB).
feat: validate KDF parameters during registration and password change
- Added validation for KDF parameters to ensure compliance with Bitwarden's minimum requirements.
- Enhanced error handling for invalid KDF parameters during user registration and password change.
feat: clean up R2 files on user deletion
- Implemented cleanup of R2 files associated with user attachments and sends before deleting user metadata.
feat: verify folder ownership when creating or updating ciphers
- Added checks to ensure that users cannot reference folders owned by other users when creating or updating ciphers.
fix: handle corrupted cipher data gracefully
- Improved error handling when retrieving ciphers from the database to avoid crashes due to corrupted data.
feat: increment send access count atomically
- Added a method to atomically increment the access count for sends and return whether the update was successful.
fix: enforce request body size limits
- Implemented checks to reject oversized request bodies for non-file upload paths.
fix: update error handling for database initialization
- Enhanced error logging for database initialization failures while providing a generic message to clients.
feat: enhance security with Content Security Policy
- Added a Content Security Policy to the web application to improve security against XSS attacks.
fix: remove plaintext TOTP secret from localStorage
- Updated the TOTP enabling process to remove the plaintext secret from localStorage after it is stored on the server.
fix: ensure only PBKDF2 hash is sent for public send access
- Modified the public send access payload to ensure only the PBKDF2 hash is sent, never the plaintext password.
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
1a94f8dd44
feat: enhance password security with server-side hashing and constant-time comparisons
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
66f995d981
feat: unify API rate limiting and enhance request budgets
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
234e3a5e96
docs: update capability descriptions in README files for clarity
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
d3b515fd99
feat: add TOTP recovery code field to users table
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
68f66cf4e6
docs: update README files for clarity on deployment steps and features
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
9061ab52b6
feat: add JWT secret safety checks and warning page for insecure configurations
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
1d170baaaf
fix: remove unnecessary zoom property from html in styles.css
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
bacf27b936
feat(i18n): add internationalization support with English and Chinese translations
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
1810e0aa7a
feat: add recovery code functionality and device management
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
3a650740a1
feat: update README files to reflect full user management and support for text and file sends
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
9b490016aa
fix: update README to clarify NodeWarden as a third-party Bitwarden server
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
0db5f957c8
feat: add NodeWarden logo to README files for improved branding
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
8481e2756e
feat: enhance send functionality with improved key handling and decryption, update UI components for better user experience
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
b7dfd1b3ad
feat: enhance SendsPage with notes display and update VaultPage for improved filtering and history tracking
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
9c1c5e2c26
feat: add PublicSendPage and SendsPage components for managing sends
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
15e0a29bb1
feat: add favicon and logo assets, update App component to use logo
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
205ccdad8b
feat: add SSH key utilities and improve field decryption
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
389872d491
feat: enhance VaultPage and App layout with new UI components and styles
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
d7c41edad4
feat: enhance authentication and settings UI
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
5509492563
feat: add cryptographic utilities and types for secure data handling
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
7c7d32de30
feat: add toast notifications and dialog components for improved user interaction
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
4831a0915c
feat: implement vault locking mechanism with auto-lock settings and unlock functionality
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
930f4f86cc
feat: add QR code generation support and rate limiting for known device probes
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
ceb4bef9e4
Add vault-utils.js with utility functions for field type parsing, selection counting, cipher type mapping, URI handling, and extracting first cipher URI
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
c4c25efc50
Add runtime configuration loader and styles for web application
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
bda0cba1c6
Enhance styles for app layout and components
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
b10ce83ca0
Add global styles for web client interface
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
ee784d18db
Implement code changes to enhance functionality and improve performance
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
ec9be40d6c
feat: 更新网页客户端样式和布局,提升用户体验
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
b21b031120
Refactor code structure for improved readability and maintainability
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
90da97c945
feat: enhance registration and password management UI with additional state handling
2026-03-02 00:10:44 +08:00
shuaiplus and Shuai
39fbdc7e0e
feat: implement admin user management and invite system
2026-03-02 00:10:44 +08:00
shuaiplus
9359ce2a2c
feat: remove setup disabling functionality and related UI elements
2026-02-25 01:30:08 +08:00
shuaiplus
026aea03dc
feat: add overlap grace period for refresh tokens to handle concurrent requests
2026-02-25 00:22:31 +08:00
shuaiplus
6621738b02
feat: add compatibility for custom fields handling in cipher creation and update
2026-02-25 00:10:11 +08:00
shuaiplus
431cc0d5d7
feat: add compatibility for fido2Credentials counter and implement no-op device token update handler
2026-02-23 23:29:00 +08:00
shuaiplus
2226bdd9ef
feat: add CLI deployment instructions
2026-02-23 20:01:55 +08:00
shuaiplus
f7a5966104
feat: add compatibility mode for deleting ciphers to support Bitwarden clients
2026-02-23 19:35:06 +08:00
shuaiplus
747cad35f5
enhance README with badges and project links
2026-02-23 16:56:00 +08:00
shuaiplus
c44436a5fd
fix: ensure attachment size is formatted as string for compatibility with Bitwarden clients
2026-02-23 14:07:11 +08:00
shuaiplus
a3f074f38a
feat: add TOTP code generation and display functionality with UI enhancements
2026-02-21 15:13:21 +08:00
shuaiplus
8106364650
feat: enhance two-factor authentication handling and improve error responses
2026-02-21 14:13:22 +08:00
shuaiplus
2934ebd36d
feat: enhance registration page with TOTP support and UI improvements
2026-02-20 20:28:08 +08:00
shuaiplus
177d34ba54
fix: increase max login attempts and improve two-factor token error response
2026-02-20 18:53:10 +08:00
shuaiplus
622a4ec506
chore: update version to 1.1.0 and improve two-factor provider validation
2026-02-20 18:39:18 +08:00
shuaiplus
3f8a6d78d5
feat: add token revocation endpoint and enhance ciphers import request structure
2026-02-20 18:16:07 +08:00
shuaiplus
269055867b
feat: extend CiphersImportRequest with additional fields for enhanced import functionality
2026-02-20 16:54:42 +08:00
shuaiplus
363a029618
feat: Implement TOTP-based two-factor authentication
...
- Added TOTP support for two-factor authentication in user profiles and login flows.
- Introduced device management endpoints to handle known devices and their registration.
- Enhanced database schema to include devices and trusted two-factor tokens.
- Updated response handling to include two-factor token in successful login responses.
- Modified registration and login pages to guide users through enabling TOTP.
- Improved device identification and management utilities for better user experience.
2026-02-20 15:59:55 +08:00
shuaiplus
2b6852fb7f
fix: update TOTP field description for clarity in README files
2026-02-20 00:41:47 +08:00
shuaiplus
e452dde3dc
fix: update JWT_SECRET description for clarity
2026-02-20 00:04:14 +08:00
shuaiplus
6b8ee28e54
fix: update version to 1.0.0 in package.json and package-lock.json
2026-02-19 22:14:44 +08:00
shuaiplus
2f7dbc78d3
chore: remove temporary subproject references for cleanup
2026-02-19 21:39:12 +08:00
shuaiplus
1a22b108ca
style: enhance register page styling with grid background and button effects
2026-02-19 21:13:59 +08:00
shuaiplus
40549147bd
fix: update bitwarden server version to 2026.1.0
2026-02-19 19:58:33 +08:00
shuaiplus
c0a390baa5
Refactor code structure for improved readability and maintainability
2026-02-19 18:57:23 +08:00
shuaiplus
7cdccde684
docs: add Star History section to README files
2026-02-19 16:08:08 +08:00
shuaiplus
9edaa647c4
feat(storage): add method to retrieve attachments by user ID for improved data handling
2026-02-19 02:27:56 +08:00
shuaiplus
ba9710cdf0
fix(storage): optimize attachment retrieval by batching cipher IDs to improve performance
2026-02-19 01:42:55 +08:00
shuaiplus
69f4fde5a2
docs: update feature comparison table in README files for clarity and consistency
2026-02-18 21:29:51 +08:00
shuaiplus
2a747c996d
feat(pagination): add pagination utility functions for handling page size and continuation tokens
...
- Introduced `PaginationRequest` interface to define pagination parameters.
- Implemented `parsePagination` function to extract and validate pagination parameters from a URL.
- Added `encodeContinuationToken` and `decodeContinuationToken` functions for managing continuation tokens.
- Ensured that pagination respects maximum page size limits defined in configuration.
2026-02-18 20:59:46 +08:00
shuaiplus
e1f1c6f865
fix: enhance attachment handling and folder deletion logic; improve error responses and rate limiting
2026-02-18 03:06:50 +08:00
shuaiplus
73db6c518b
fix: track and clean up test-created cipher and folder IDs to prevent undecryptable items
2026-02-17 22:47:15 +08:00
shuaiplus
1d1cbd2c8e
fix: enhance cipher handling to support unknown fields and improve database binding
2026-02-17 22:20:01 +08:00
shuaiplus
72ec21415b
fix: adjust layout and improve JWT_SECRET instructions on registration page
2026-02-15 03:10:59 +08:00
shuaiplus
649f54f923
fix: update README to clarify deployment steps and features
2026-02-15 02:56:31 +08:00
shuaiplus
beefe2227e
Refactor code structure for improved readability and maintainability
2026-02-15 02:45:57 +08:00
shuaiplus
326e13adf0
fix: remove placeholder database_id from D1 database configuration
2026-02-15 02:25:26 +08:00
shuaiplus
6e1a8e7b5c
fix: correct link to English README in Chinese version
2026-02-15 02:23:01 +08:00
shuaiplus
c5d3052080
Refactor code structure for improved readability and maintainability
2026-02-15 02:21:55 +08:00
shuaiplus
719024d0fd
feat: enhance rate limiting by tracking login attempts per client IP and refining API rate limits for write operations
2026-02-14 20:56:34 +08:00
shuaiplus
ff7b44e501
feat: update setup pages and router to enhance UI and favicon handling
2026-02-14 01:03:40 +08:00
shuaiplus
4772c17e44
feat: enhance user registration and authentication flow, improve attachment handling, and strengthen security measures
2026-02-14 00:34:08 +08:00
shuaiplus
b33ee64c58
Improve API response formatting and structure in handlers
2026-02-11 23:53:36 +08:00
shuaiplus
c825280707
fix: allow nullable name fields in user and cipher interfaces for better flexibility
2026-02-11 21:38:54 +08:00
shuaiplus
c445714fd5
refactor: update user decryption structure in sync response for consistency
2026-02-10 22:07:34 +08:00
shuaiplus
f2a857d3f3
fix: update database schema to ensure consistency between SQL initialization and application code
2026-02-09 23:36:59 +08:00
shuaiplus
435a21072c
fix: update deployment link to point to the d1-test branch
2026-02-09 23:05:08 +08:00
shuaiplus
70a58aeb04
feat: implement database initialization in StorageService
2026-02-09 23:00:23 +08:00
shuaiplus
866ffb8390
fix: correct syntax error in database_id in wrangler.toml
2026-02-09 22:06:50 +08:00
shuaiplus
d2ce2aea24
chore: switch storage to D1 (test branch)
2026-02-09 22:00:14 +08:00
shuaiplus
5fc2436552
Refactor JWT_SECRET handling and add setup warning page
2026-02-08 21:27:13 +08:00
shuaiplus
f13ba90ebe
Revert version number to 0.1.0 in package.json
2026-02-07 04:33:15 +08:00
shuaiplus
c2fc9c47c6
Fix attachment size handling and ensure non-null URLs for Android compatibility
2026-02-07 04:31:16 +08:00
shuaiplus
ec9d3b889d
enhance cipher and identity handling with new fields and rate limit adjustments
2026-02-07 03:48:08 +08:00
shuaiplus
91800f41c5
Add functionality to hide setup page; implement disable setup endpoint and storage management
2026-02-06 01:12:01 +08:00
shuaiplus
ef50f44a4e
Enhance UserDecryptionOptions structure for mobile compatibility; add MasterPasswordUnlock interface
2026-02-06 00:12:08 +08:00
shuaiplus
8e10b65513
Update license from MIT to LGPL-3.0 in README files and package.json; add LICENSE file
2026-02-04 22:07:43 +08:00
shuaiplus
1e0c36c526
Remove English README file
2026-02-04 00:24:09 +08:00