Commit Graph

  • 3d4e95ef66 feat: update version to 1.4.2 across package files v1.4.2 shuaiplus 2026-03-28 06:01:07 +08:00
  • 2a7879efaa feat: enhance backup and restore functionality with integrity checks and progress tracking shuaiplus 2026-03-28 05:52:47 +08:00
  • bd8e26d2ab feat: add search clear functionality and improve search input styling shuaiplus 2026-03-28 01:58:47 +08:00
  • 783fcbbe4b feat: add normalization functions for optional IDs and public keys in cipher and user decryption handling shuaiplus 2026-03-28 01:18:40 +08:00
  • 9e892e85a2 feat: update version to 1.4.1 and enhance drag-and-drop functionality for TOTP and website entries v1.4.1 shuaiplus 2026-03-27 00:54:24 +08:00
  • 3e5a80e498 Refactor code structure for improved readability and maintainability shuaiplus 2026-03-27 00:08:29 +08:00
  • 89308fc8a6 feat: enhance login URI handling with match options and improve UI components shuaiplus 2026-03-26 21:59:50 +08:00
  • fe0bd80f43 feat: improve handling of archived timestamps in cipher storage normalization shuaiplus 2026-03-24 00:56:56 +08:00
  • 0062fd6c48 feat: enhance dark theme styles for mobile settings and table elements shuaiplus 2026-03-23 09:06:36 +08:00
  • 7373eeb501 feat: add backup start time configuration and theme switch functionality shuaiplus 2026-03-23 08:53:18 +08:00
  • 8b07cd4409 feat: refactor unarchive handling to support bulk unarchive and update prop types shuaiplus 2026-03-23 08:40:40 +08:00
  • 0fc7bd7985 feat: implement unarchive functionality for selected ciphers with state management shuaiplus 2026-03-23 08:32:43 +08:00
  • 58c029beba feat: add .tmp/ directory to .gitignore shuaiplus 2026-03-23 08:28:15 +08:00
  • ac79cbd8bd feat: remove temporary subproject references for bitwarden components shuaiplus 2026-03-23 08:28:07 +08:00
  • 96fc3ae485 feat: implement archive and bulk archive functionality with confirmation dialogs shuaiplus 2026-03-23 08:22:08 +08:00
  • cb4632cd04 feat: add bulk unarchive functionality for ciphers shuaiplus 2026-03-23 08:18:15 +08:00
  • f7b5534cd0 feat: add archiving functionality for ciphers shuaiplus 2026-03-23 01:10:48 +08:00
  • b50673f7d9 feat: update README files to clarify cloud backup center and password hint features shuaiplus 2026-03-20 06:55:20 +08:00
  • 98e94e766f feat: update README files for clarity and consistency in descriptions shuaiplus 2026-03-20 06:47:25 +08:00
  • a17ed646a0 feat: update backup routes and navigation links for consistency v1.4.0 shuaiplus 2026-03-20 05:53:24 +08:00
  • c2b920532d feat: refactor backup scheduling to use interval hours and update UI components shuaiplus 2026-03-20 05:44:00 +08:00
  • fba2aa9746 feat: update version to 1.4.0 and integrate APP_VERSION in components shuaiplus 2026-03-20 05:03:04 +08:00
  • cbf1e86881 feat: enhance backup functionality with attachment options shuaiplus 2026-03-20 04:55:23 +08:00
  • 3d38424d77 feat: optimize backup archive settings for improved performance and reliability shuaiplus 2026-03-19 01:13:19 +08:00
  • 5ff322d809 feat: simplify asset serving and enhance bootstrap response handling shuaiplus 2026-03-19 00:52:58 +08:00
  • facd0ea5f7 feat: add master password hint functionality shuaiplus 2026-03-19 00:38:56 +08:00
  • 8bc43b8f0c feat: update icon fetching logic to support multiple upstream sources shuaiplus 2026-03-18 22:37:37 +08:00
  • bb3fe41330 feat: implement direct file upload for sends with JWT token validation shuaiplus 2026-03-18 02:26:10 +08:00
  • 3204eeb9ab feat: add duplicate handling features and UI elements for cipher management shuaiplus 2026-03-18 01:39:35 +08:00
  • 9280f6916e feat: add item limit for ciphers import and streamline response handling shuaiplus 2026-03-18 00:56:32 +08:00
  • 3f7ca52983 feat: refactor authentication flow and improve token verification process shuaiplus 2026-03-18 00:24:45 +08:00
  • 011fe15aae feat: enhance sync cache with size limits and entry management shuaiplus 2026-03-18 00:12:18 +08:00
  • 98a653efb6 feat: add support for steam:// secrets in TOTP handling and corresponding tests shuaiplus 2026-03-17 23:35:34 +08:00
  • b5d58f1aa8 fix: support steam totp code generation and formatting copilot-swe-agent[bot] 2026-03-17 03:39:02 +00:00
  • 010cda972c feat: add observability configuration with logging and tracing options shuaiplus 2026-03-17 09:17:52 +08:00
  • 911cec337e feat: remove unused deriveLoginHash import and use deriveLoginHashLocally instead shuaiplus 2026-03-17 09:09:03 +08:00
  • 40fe9223ac feat: add parseSerializedUris function and update Bitwarden CSV parsing to handle multiple URIs shuaiplus 2026-03-17 09:03:14 +08:00
  • 3791f89a5c feat: enhance login handling by introducing local hash derivation and updating session management shuaiplus 2026-03-17 08:50:47 +08:00
  • 0ba85229a9 feat: refactor setup handling and enhance asset serving with bootstrap integration shuaiplus 2026-03-16 23:48:08 +08:00
  • b5f8ef28cc feat: enhance cipher data handling by expanding CipherRow interface and updating database queries shuaiplus 2026-03-16 22:41:47 +08:00
  • c16f9881d3 feat: add User-Agent header to fetch request in handleWebsiteIcon function shuaiplus 2026-03-16 22:08:08 +08:00
  • 99f5bc735e fix: restore User-Agent header in website icon proxy to fix favicon display copilot-swe-agent[bot] 2026-03-16 09:37:36 +00:00
  • 623ad1acda feat: optimize XML decoding by using a switch statement for entity replacements shuaiplus 2026-03-16 00:58:13 +08:00
  • 43ec591414 feat: optimize XML decoding by using a switch statement for entity replacements shuaiplus 2026-03-16 00:58:13 +08:00
  • 2ebd0b60f7 feat: optimize path trimming and clean up unused imports in VaultPage component shuaiplus 2026-03-16 00:50:59 +08:00
  • 4de8643360 feat: optimize path trimming and clean up unused imports in VaultPage component shuaiplus 2026-03-16 00:50:59 +08:00
  • 2f448964f2 feat: enhance backup import functionality to handle skipped items and provide detailed feedback shuaiplus 2026-03-16 00:38:44 +08:00
  • 9fcd700dc4 feat: enhance backup import functionality to handle skipped items and provide detailed feedback shuaiplus 2026-03-16 00:38:44 +08:00
  • 3cb2ef1015 feat: enhance backup archive processing with configurable chunk sizes and compression levels shuaiplus 2026-03-16 00:24:14 +08:00
  • 557f4bfbbd feat: enhance backup archive processing with configurable chunk sizes and compression levels shuaiplus 2026-03-16 00:24:14 +08:00
  • c42a52f889 feat: enhance backup archive functionality with blob task management and concurrency handling shuaiplus 2026-03-16 00:05:11 +08:00
  • 3d33f78a0c feat: enhance backup archive functionality with blob task management and concurrency handling shuaiplus 2026-03-16 00:05:11 +08:00
  • 4b8cad6d00 feat: enhance backup and download functionalities shuaiplus 2026-03-15 23:12:45 +08:00
  • fc2667501c feat: enhance backup and download functionalities shuaiplus 2026-03-15 23:12:45 +08:00
  • 9820c2ed44 feat: implement pending authentication actions for login, registration, and unlock flows shuaiplus 2026-03-15 18:32:30 +08:00
  • a4b45c1b59 feat: implement pending authentication actions for login, registration, and unlock flows shuaiplus 2026-03-15 18:32:30 +08:00
  • 171f3c5d71 feat: refactor authentication forms to use <form> elements for better submission handling shuaiplus 2026-03-15 18:26:36 +08:00
  • 588408ff96 feat: refactor authentication forms to use <form> elements for better submission handling shuaiplus 2026-03-15 18:26:36 +08:00
  • 722d3db0e9 refactor: enhance manual chunking in Vite config for better code splitting shuaiplus 2026-03-15 18:15:28 +08:00
  • ca74e55979 refactor: enhance manual chunking in Vite config for better code splitting shuaiplus 2026-03-15 18:15:28 +08:00
  • f0ace28bf2 feat: add shared API utilities for handling requests and responses shuaiplus 2026-03-15 04:17:09 +08:00
  • 1cef45e373 feat: add shared API utilities for handling requests and responses shuaiplus 2026-03-15 04:17:09 +08:00
  • 1fcfeb91d1 feat: refactor import routes and enhance backup state management with user ID shuaiplus 2026-03-15 03:44:38 +08:00
  • f749bbf7fd feat: refactor import routes and enhance backup state management with user ID shuaiplus 2026-03-15 03:44:38 +08:00
  • 5faf1bdee1 feat: update backup strategy terminology for clarity in UI shuaiplus 2026-03-15 03:36:28 +08:00
  • 8755b64f56 feat: update backup strategy terminology for clarity in UI shuaiplus 2026-03-15 03:36:28 +08:00
  • b1c6ec50da feat: add backup recommendations and update backup strategy UI shuaiplus 2026-03-15 03:34:16 +08:00
  • 05f1b2f9a8 feat: add backup recommendations and update backup strategy UI shuaiplus 2026-03-15 03:34:16 +08:00
  • 51d0e60cf1 refactor: improve base32 normalization function for better readability and performance shuaiplus 2026-03-12 02:28:19 +08:00
  • 33323439cd refactor: improve base32 normalization function for better readability and performance shuaiplus 2026-03-12 02:28:19 +08:00
  • cc522ec40f fix: clean up security scan warnings shuaiplus 2026-03-12 02:18:14 +08:00
  • 96b076b113 fix: clean up security scan warnings shuaiplus 2026-03-12 02:18:14 +08:00
  • 246a743822 merge: adopt simplified security scan workflow from pr-70 shuaiplus 2026-03-12 02:01:27 +08:00
  • 73e90f7860 merge: adopt simplified security scan workflow from pr-70 shuaiplus 2026-03-12 02:01:27 +08:00
  • 37cbb2f2c7 refactor: simplify security scan reporting workflow shuaiplus 2026-03-12 02:01:22 +08:00
  • b10e6032d4 refactor: simplify security scan reporting workflow shuaiplus 2026-03-12 02:01:22 +08:00
  • 0bb1baf768 refactor: optimize random byte generation for recovery and JWT secret functions shuaiplus 2026-03-12 01:59:28 +08:00
  • a994214e4a refactor: optimize random byte generation for recovery and JWT secret functions shuaiplus 2026-03-12 01:59:28 +08:00
  • 3eb517a92f feat(ciphers): add bulk restore and permanent delete functionality for ciphers style: enhance list count display in VaultPage and styles fix(i18n): add translations for bulk restore and permanent delete messages shuaiplus 2026-03-12 01:37:33 +08:00
  • f51468b7b9 feat(ciphers): add bulk restore and permanent delete functionality for ciphers style: enhance list count display in VaultPage and styles fix(i18n): add translations for bulk restore and permanent delete messages shuaiplus 2026-03-12 01:37:33 +08:00
  • ad764a9c5b refactor(cors): simplify origin handling and improve CORS headers shuaiplus 2026-03-11 02:36:50 +08:00
  • 94cb6177f2 refactor(cors): simplify origin handling and improve CORS headers shuaiplus 2026-03-11 02:36:50 +08:00
  • 9b26feb310 Merge branch 'main' of https://github.com/shuaiplus/nodewarden shuaiplus 2026-03-11 02:22:45 +08:00
  • 80d6315148 Merge branch 'main' of https://github.com/shuaiplus/nodewarden shuaiplus 2026-03-11 02:22:45 +08:00
  • f4d2e7932a Refactor VaultPage component: remove exposed password checks, add bulk delete functionality for folders, and improve list rendering performance shuaiplus 2026-03-11 02:22:35 +08:00
  • 7c64453c1a Refactor VaultPage component: remove exposed password checks, add bulk delete functionality for folders, and improve list rendering performance shuaiplus 2026-03-11 02:22:35 +08:00
  • 810edfe8a6 feat: 利用Github Action进行代码安全扫描,并生成报告 nap0o 2026-03-10 11:34:42 +08:00
  • d1aee25905 feat: 利用Github Action进行代码安全扫描,并生成报告 nap0o 2026-03-10 11:34:42 +08:00
  • 3b0ccf2a77 Update wrangler.toml Shuai 2026-03-09 09:48:07 +08:00
  • cf815805e9 Update wrangler.toml Shuai 2026-03-09 09:48:07 +08:00
  • bc5efbf2fd feat(notifications): enhance NotificationsHub with device status updates and logout notifications shuaiplus 2026-03-09 01:21:39 +08:00
  • 616d6273bb feat(notifications): enhance NotificationsHub with device status updates and logout notifications shuaiplus 2026-03-09 01:21:39 +08:00
  • 1285f6296e feat(cors): add Access-Control-Allow-Credentials header for CORS support shuaiplus 2026-03-09 00:52:24 +08:00
  • cb137fe0c7 feat(cors): add Access-Control-Allow-Credentials header for CORS support shuaiplus 2026-03-09 00:52:24 +08:00
  • 899f1004a3 feat: implement NotificationsHub for real-time vault sync notifications shuaiplus 2026-03-09 00:25:34 +08:00
  • f0c57a7f9c feat: implement NotificationsHub for real-time vault sync notifications shuaiplus 2026-03-09 00:25:34 +08:00
  • 54cf1ff718 feat(i18n): update error messages for device trust operations shuaiplus 2026-03-08 22:24:11 +08:00
  • e0d53b4683 feat(i18n): update error messages for device trust operations shuaiplus 2026-03-08 22:24:11 +08:00
  • c34c44ce5b feat(devices): add functionality to delete all authorized devices shuaiplus 2026-03-08 22:12:01 +08:00
  • d48e6b6ce5 feat(devices): add functionality to delete all authorized devices shuaiplus 2026-03-08 22:12:01 +08:00