You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- versions.py: revert path was updating backlinks but not media_references,
leaving the deletion guard out of sync with actual references
- database.py: rebuild_all_media_refs guard now uses PRAGMA user_version so
the one-time backfill runs on wikis that already had media rows
- media.py: list_media replaces per-item JOIN with a single grouped query
- media.py: path traversal guard uses Path.is_relative_to instead of a
string suffix check
- MediaPickerModal / Admin: strip []() from filename before embedding into
generated markdown
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments