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
960a06f189
feat: Initialize ObsiGate application with core frontend and backend components.
2026-03-27 14:37:23 -04:00
..
auth
feat: Implement core Python FastAPI backend for user authentication, vault management, and file operations.
2026-03-27 10:11:43 -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
history.py
feat: Initialize ObsiGate application with core frontend and backend components.
2026-03-27 14:37:23 -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: Initialize ObsiGate application with core frontend and backend components.
2026-03-27 14:37:23 -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: Implement core Python FastAPI backend for user authentication, vault management, and file operations.
2026-03-27 10:11:43 -04:00
watcher.py
feat: extend file watcher to support all indexable file types beyond markdown
2026-03-24 16:38:35 -04:00