This website requires JavaScript.
Explore
Help
Sign In
Projets
/
ObsiGate
Watch
1
Star
0
Fork
0
You've already forked ObsiGate
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
178
Commits
1
Branch
0
Tags
Commit Graph
5 Commits
Author
SHA1
Message
Date
Bruno Charest
6fc43e2485
fix: ruff lint errors + bandit false positives + pip-audit non-blocking
Some checks failed
CI / lint (push)
Failing after 11s
Details
CI / test (push)
Has been skipped
Details
CI / build (push)
Has been skipped
Details
CI / security (push)
Successful in 7s
Details
2026-05-28 12:41:31 -04:00
Bruno Charest
2b69c49ed1
refactor: remove hidden files indexing configuration and convert to UI-only display preference, eliminating includeHidden and hiddenWhitelist from vault config and indexing logic while adding hideHiddenFiles client-side filtering
2026-03-26 19:53:40 -04:00
Bruno Charest
ac962bd416
feat: add per-vault reindexing with selective reload based on modified vaults, simplify hidden files whitelist logic to include all sub-hidden files when parent is whitelisted, and auto-uncheck includeHidden when adding whitelist items
2026-03-26 15:08:01 -04:00
Bruno Charest
80e2a7fc53
feat: fix hidden files whitelist logic to require ALL hidden path components be whitelisted, add vault config to single file indexing, and improve reindex button feedback with save phase indication
2026-03-26 14:14:04 -04:00
bruno
fe3ffe5860
refactor: extract should_include_path to utils module to resolve circular import between indexer and attachment_indexer
2026-03-26 09:10:09 -04:00