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
ObsiGate
/
backend
History
Bruno Charest
9e42fb072b
feat: add hidden files configuration with per-vault settings for includeHidden and hiddenWhitelist, supporting environment variables and UI controls for selective indexing of dot-prefixed files and folders
2026-03-25 09:54:34 -04:00
..
auth
feat: Introduce core backend application with authentication API and a new popout HTML page.
2026-03-24 09:51:38 -04:00
__init__.py
first commit
2026-03-21 09:52:44 -04:00
attachment_indexer.py
feat: add hidden files configuration with per-vault settings for includeHidden and hiddenWhitelist, supporting environment variables and UI controls for selective indexing of dot-prefixed files and folders
2026-03-25 09:54:34 -04:00
create_admin.py
feat: Introduce a comprehensive authentication system, including user management, JWT handling, and initial frontend components with Docker support.
2026-03-23 15:44:37 -04:00
image_processor.py
Improve image path regex to handle spaces, parentheses, and emojis in standard markdown image links with greedy matching and path trimming
2026-03-23 11:08:26 -04:00
indexer.py
feat: add hidden files configuration with per-vault settings for includeHidden and hiddenWhitelist, supporting environment variables and UI controls for selective indexing of dot-prefixed files and folders
2026-03-25 09:54:34 -04:00
main.py
feat: add hidden files configuration with per-vault settings for includeHidden and hiddenWhitelist, supporting environment variables and UI controls for selective indexing of dot-prefixed files and folders
2026-03-25 09:54:34 -04:00
requirements.txt
feat: Update Dockerfile to include
libc6-dev
and version 1.4.0, and add
backend/requirements.txt
for dependencies.
2026-03-23 16:04:00 -04:00
search.py
Add advanced search engine with inverted index, thread pool execution, configuration API, and comprehensive diagnostics
2026-03-23 13:21:20 -04:00
vault_settings.py
feat: add hidden files configuration with per-vault settings for includeHidden and hiddenWhitelist, supporting environment variables and UI controls for selective indexing of dot-prefixed files and folders
2026-03-25 09:54:34 -04:00
watcher.py
feat: extend file watcher to support all indexable file types beyond markdown
2026-03-24 16:38:35 -04:00