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
413524c3bf
feat: introduce initial ObsiGate Single Page Application with Python backend for vault browsing and search.
2026-03-26 21:02:58 -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
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
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
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
main.py
feat: introduce initial ObsiGate Single Page Application with Python backend for vault browsing and search.
2026-03-26 21:02:58 -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
utils.py
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
vault_settings.py
feat: introduce initial ObsiGate Single Page Application with Python backend for vault browsing and search.
2026-03-26 21:02:58 -04:00
watcher.py
feat: extend file watcher to support all indexable file types beyond markdown
2026-03-24 16:38:35 -04:00