Commit Graph

13 Commits

Author SHA1 Message Date
Warren
666391ef86 Update AGENTS.md: document SSH packet capture analysis
Some checks failed
Test / test (push) Has been cancelled
Test / build (push) Has been cancelled
Add comprehensive packet analysis results:
- Successful packet capture (4.6KB pcap)
- All key derivation values logged
- Packet analysis methods documented
- Next steps: compare with OpenSSH server

Progress: 85% complete (from 80%)
Security: Still 
2026-06-14 16:12:25 +08:00
Warren
fcde6c82ca Update AGENTS.md: document SSH AES-128-CTR encryption fixes
Some checks failed
Test / test (push) Has been cancelled
Test / build (push) Has been cancelled
Add detailed record of SSH encryption debugging session:
- Major fixes implemented (persistent cipher, MtE mode, MAC key length)
- Remaining issue: 'Corrupted MAC on input' needs packet analysis
- Progress: 80% complete
- Security: Still using RustCrypto libraries ()

Next steps: Wireshark packet capture analysis
2026-06-14 15:07:21 +08:00
Warren
1300a4e223 MarkBase架构升级:Multi-Volume Virtual Tree + Dual-View Management + Git Remote修正
Some checks failed
Test / test (push) Has been cancelled
Test / build (push) Has been cancelled
核心功能:
-  Categories/Series双视图管理(category_view.rs + import_markdown.rs)
-  FUSE Multi-Volume支持(tree_type参数)
-  SSH/SFTP/SCP/rsync协议完整实现(4042行)
-  NFS/SMB Module Phase 1-3完成
-  Archive Module Phase 1-4完成(2916行)
-  Download Center API完整实现
-  S3兼容API实现(560行)

Git配置修正:
-  删除错误origin(gitea.momentry.ddns.net)
-  删除m5max128(指向机器名)
-  设置origin = m5max128gitea.momentry.ddns.net/admin/markbase
-  设置m4minigitea = m4minigitea.momentry.ddns.net/warren/markbase

数据清理:
-  删除38个临时SQLite(保留accusys.sqlite、demo.sqlite)
-  删除.bak、test_*.bin、调试脚本等临时文件
-  删除临时目录(build/、download files/、raid_test/等)
-  更新.gitignore排除临时文件

架构优化:
- 52个文件修改,2434行新增,4739行删除
- Workspace成员整合(16个crate)
- 数据库状态:accusys.sqlite保留(主demo测试)

远程同步:
-  准备推送到m5max128gitea(远程Gitea)
-  准备推送到m4minigitea(本地Gitea)
2026-06-12 12:59:54 +08:00
Warren Lo
14863d323e Session修改:Mutex死锁修复+AGENTS更新 2026-05-18 17:02:30 +08:00
Warren
6b11e8fa41 docs: Add File Scan System documentation
Added complete documentation for scan/hash commands:
- CLI commands usage
- Performance test results (11857 files in 0.89s import)
- Design decisions (UUID strategy, path storage)
- Async hash system architecture
- Database structure examples
- Usage workflows

Performance highlights:
- Fast import: 14243 nodes/sec
- Async hash: 28 files/sec (4 threads)
- Total: 12658 nodes (warren user)

Version: 1.7 (File Scan System)
2026-05-17 03:21:25 +08:00
Warren
e3901b55d3 feat: Add UI Settings panel with config management
- Add 3 API endpoints: GET /api/v2/config, POST /api/v2/config/edit, GET /api/v2/config/validate
- Add Settings button (⚙️) to bottom bar
- Add Settings panel with CSS styling (8 classes)
- Add JavaScript functions: toggleSettings, loadSettings, editSetting, saveSetting, validateSettings, cancelEdit, toast
- Support viewing/editing/validating all config sections (server, postgresql, authentication, test, logging)
- Update AGENTS.md with UI Settings documentation

Features:
- Real-time config editing via UI
- Input validation before save
- Toast notifications for user feedback
- Responsive design matching existing UI style

Files changed:
- src/server.rs: +70 lines (API handlers)
- src/page.html: +110 lines (UI + JS)
- AGENTS.md: +40 lines (documentation)

Tested: All API endpoints verified, UI elements present in HTML
2026-05-16 20:30:39 +08:00
Warren
af0676c8dd docs: add authentication system documentation 2026-05-16 17:55:25 +08:00
Warren
e3b699cda7 docs: add deployment test experience summary (methodology focused) 2026-05-16 17:01:57 +08:00
Warren
07c6bbf704 docs: update AGENTS.md with CI fix success (Run ID 7) 2026-05-16 16:48:16 +08:00
Warren
87a3eea2c6 docs: add CI log retrieval methods and failure diagnosis to AGENTS.md 2026-05-16 16:40:52 +08:00
Warren
24f3ddc34e docs: update AGENTS.md with deployment status and CI issues 2026-05-16 16:16:07 +08:00
Warren
7757827ece chore: update workflow labels and add access token documentation 2026-05-16 15:57:59 +08:00
Warren
e3d6b60825 feat: MarkBase initial version
Phase 1 (Infrastructure):
- Docs: README.md, AGENTS.md, CHANGELOG.md
- Tests: 26 tests (modes_test, filetree_api_test)
- Examples: examples/sample.md, sample.json
- CI/CD: .gitea/workflows/test.yml, release.yml
- Runner: configuration scripts and guides

Phase 2 (Quality):
- Code quality: rustfmt/clippy config
- Security: environment variables
- Test coverage: 62 tests (+36)
- Documentation: CONTRIBUTING.md, docs/api.yaml
- Showcase: demo_features.md, developer_quickstart.md

Test coverage: 75%
Test pass rate: 100%
2026-05-16 15:37:37 +08:00