Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haierkeys/fast-note-sync-service
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.9.2
Choose a base ref
...
head repository: haierkeys/fast-note-sync-service
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.9.3
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 24, 2026

  1. 修复"分享中"计数不准确的问题

    - ShareGenerate 增加幂等检查:创建分享前先撤销已有 active 分享,
      避免重命名后多条 active 记录导致计数偏高
    - 笔记删除时自动撤销关联的 active 分享,防止计数残留
    - ListShares 过滤已删除笔记(action=delete),避免其 notePath
      出现在分享列表中
    - ListByUID/CountByUID 增加 status=1 过滤,只返回有效分享记录
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    chenxiccc and claude committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    771b2ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #173 from chenxiccc/master

    修复"分享中"计数不准确的问题
    haierkeys authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    fd8216f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88ea765 View commit details
    Browse the repository at this point in the history
Loading