Commit Graph

  • 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]andShuai 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 ShuaiandGitHub 2026-03-09 09:48:07 +08:00
  • cf815805e9 Update wrangler.toml ShuaiandGitHub 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
  • 1062725b46 feat: update Content Security Policy to include pwned passwords API shuaiplus 2026-03-08 19:29:06 +08:00
  • 61dac98a12 feat: update Content Security Policy to include pwned passwords API shuaiplus 2026-03-08 19:29:06 +08:00
  • c8194a04c7 feat(vault): add password exposure check and related UI enhancements shuaiplus 2026-03-08 19:23:24 +08:00
  • 219f569969 feat(vault): add password exposure check and related UI enhancements shuaiplus 2026-03-08 19:23:24 +08:00
  • a372b99fc9 feat: add invite code handling from URL for registration flow shuaiplus 2026-03-08 17:15:37 +08:00
  • f556782c86 feat: add invite code handling from URL for registration flow shuaiplus 2026-03-08 17:15:37 +08:00
  • 68583821fe feat: enhance mobile layout and accessibility across components shuaiplus 2026-03-08 17:07:21 +08:00
  • ed678a070e feat: enhance mobile layout and accessibility across components shuaiplus 2026-03-08 17:07:21 +08:00
  • 0e1152a0b9 feat(vault): add sorting functionality with persistent storage shuaiplus 2026-03-08 14:21:48 +08:00
  • 5fee320eee feat(vault): add sorting functionality with persistent storage shuaiplus 2026-03-08 14:21:48 +08:00
  • eeb477b84c feat: Implement admin backup export and import functionality shuaiplus 2026-03-08 13:36:51 +08:00
  • 01f01e5903 feat: Implement admin backup export and import functionality shuaiplus 2026-03-08 13:36:51 +08:00
  • 206b0be566 feat: add TOTP codes page and related components for displaying verification codes shuaiplus 2026-03-08 02:31:36 +08:00
  • 5c2c6cfb6c feat: add TOTP codes page and related components for displaying verification codes shuaiplus 2026-03-08 02:31:36 +08:00
  • eec27f3a40 chore: remove obsolete KV ID from wrangler.kv.toml shuaiplus 2026-03-08 01:07:25 +08:00
  • ec57897a5f chore: remove obsolete KV ID from wrangler.kv.toml shuaiplus 2026-03-08 01:07:25 +08:00
  • d828f145db docs: update deployment instructions in README and README_EN to reflect new Workers URL shuaiplus 2026-03-07 06:42:12 +08:00
  • 3f7af954c7 docs: update deployment instructions in README and README_EN to reflect new Workers URL shuaiplus 2026-03-07 06:42:12 +08:00
  • e7d2c85de9 chore: remove obsolete workflows and update sync process in sync-upstream.yml shuaiplus 2026-03-07 06:36:41 +08:00
  • 1b242b8404 chore: remove obsolete workflows and update sync process in sync-upstream.yml shuaiplus 2026-03-07 06:36:41 +08:00
  • 49c71039a4 docs: update README and README_EN with clearer instructions for repository setup and synchronization shuaiplus 2026-03-07 04:01:48 +08:00
  • 4cec39cfe2 docs: update README and README_EN with clearer instructions for repository setup and synchronization shuaiplus 2026-03-07 04:01:48 +08:00
  • ca194da822 feat: add workflow to import KV ID from NodeWarden2 and update README for deployment instructions shuaiplus 2026-03-07 03:47:21 +08:00
  • e931307c8f feat: add workflow to import KV ID from NodeWarden2 and update README for deployment instructions shuaiplus 2026-03-07 03:47:21 +08:00
  • 23c78b3408 feat: update workflows and README for KV and R2 mode switching shuaiplus 2026-03-07 02:33:29 +08:00
  • 0fcdc61843 feat: update workflows and README for KV and R2 mode switching shuaiplus 2026-03-07 02:33:29 +08:00
  • 1aa29dda11 docs: update README and README_EN with clearer deployment instructions and buttons shuaiplus 2026-03-06 03:20:19 +08:00
  • be572746a3 docs: update README and README_EN with clearer deployment instructions and buttons shuaiplus 2026-03-06 03:20:19 +08:00
  • bf066fc68b docs: update README with clearer deployment instructions and badges shuaiplus 2026-03-06 03:15:41 +08:00
  • 40a3105b82 docs: update README with clearer deployment instructions and badges shuaiplus 2026-03-06 03:15:41 +08:00
  • 03b793b14a feat: refactor kv sync logic to use regex for R2 block replacement shuaiplus 2026-03-06 03:08:38 +08:00
  • 5f386c80c5 feat: refactor kv sync logic to use regex for R2 block replacement shuaiplus 2026-03-06 03:08:38 +08:00
  • 54466160af feat: update sync workflow and README for KV storage support shuaiplus 2026-03-06 03:06:34 +08:00
  • 257928a317 feat: update sync workflow and README for KV storage support shuaiplus 2026-03-06 03:06:34 +08:00
  • fdf266111b feat: update README files to improve clarity on R2 vs KV storage options shuaiplus 2026-03-06 01:07:24 +08:00