|
|
98481b074a
|
feat: add error handling and toast type indicators to backend config save operation
|
2026-03-25 07:53:07 -04:00 |
|
|
|
1baad8eab9
|
feat: change config path from relative to absolute /app/data/config.json for Docker deployment
|
2026-03-25 07:47:11 -04:00 |
|
|
|
f22a2abae8
|
feat: add Progressive Web App (PWA) support with service worker registration, manifest, update notifications, and install prompts
|
2026-03-24 23:55:15 -04:00 |
|
|
|
611cd3ca02
|
feat: add theme synchronization to popout windows with localStorage and cross-window storage events
|
2026-03-24 22:00:59 -04:00 |
|
|
|
b1cee1a0ec
|
feat: fix find-in-page highlighting to handle multiple matches per text node and prevent DOM corruption
|
2026-03-24 21:38:30 -04:00 |
|
|
|
7ccad9c589
|
feat: add find-in-page functionality with keyboard shortcuts, regex support, and match navigation
|
2026-03-24 21:29:05 -04:00 |
|
|
|
94deb08e16
|
feat: change "Nouvelle fenêtre" button label to "pop-out" for consistency
|
2026-03-24 20:59:42 -04:00 |
|
|
|
da9b1f136f
|
feat: add TOC toggle button to file header with dynamic title and icon updates
|
2026-03-24 20:55:03 -04:00 |
|
|
|
e06ae556ba
|
feat: add right sidebar with table of contents, scroll spy, and reading progress tracking
|
2026-03-24 20:40:04 -04:00 |
|
|
|
dc2fdbe109
|
feat: replace basic frontmatter display with structured accent card UI featuring badges, tags, and boolean flags
|
2026-03-24 19:29:09 -04:00 |
|
|
|
d020264ba3
|
feat: extend file watcher to support all indexable file types beyond markdown
|
2026-03-24 16:38:35 -04:00 |
|
|
|
c5e395005f
|
feat: implement initial ObsiGate application with backend API, indexing, search, and basic frontend.
|
2026-03-24 12:56:00 -04:00 |
|
|
|
d6ae501f51
|
feat: Implement initial backend indexer for vaults, supporting file system scanning, markdown parsing, and in-memory metadata indexing.
|
2026-03-24 12:32:19 -04:00 |
|
|
|
d76ad89f09
|
feat: Introduce initial web frontend and backend services, and generalize directory configuration in docker-compose.
|
2026-03-24 12:24:43 -04:00 |
|
|
|
6b03709b30
|
feat: Enable ObsiGate authentication with an admin user and add a persistent data volume.
|
2026-03-24 11:24:36 -04:00 |
|
|
|
52475e54f2
|
feat: configure user for obsigate service in docker-compose
|
2026-03-24 11:19:07 -04:00 |
|
|
|
0b9405283e
|
feat: Implement backend file indexing for vaults and initial frontend application.
|
2026-03-24 10:52:53 -04:00 |
|
|
|
f963c37012
|
feat: Introduce a dedicated popout page for standalone file viewing, including content rendering and actions.
|
2026-03-24 10:17:41 -04:00 |
|
|
|
46e054f5dd
|
feat: Introduce core backend application with authentication API and a new popout HTML page.
|
2026-03-24 09:51:38 -04:00 |
|
|
|
5e300f9ada
|
feat: implement initial frontend SPA with advanced search, query parsing, and autocomplete suggestions.
|
2026-03-24 09:41:03 -04:00 |
|
|
|
1bfe2359d9
|
feat: Implement initial ObsiGate frontend SPA with comprehensive search, vault browsing, and file editing capabilities.
|
2026-03-23 22:56:56 -04:00 |
|
|
|
ee77daa6d7
|
feat: implement initial frontend application with comprehensive styling, theming, and core structure.
|
2026-03-23 21:42:45 -04:00 |
|
|
|
3b7c59c7be
|
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 |
|
|
|
b6ffb45ad7
|
feat: Introduce optional JWT and Argon2id authentication with user management and access control, updating documentation and backend dependencies.
|
2026-03-23 15:56:35 -04:00 |
|
|
|
190f47f134
|
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 |
|
|
|
757b72c549
|
Add real-time file synchronization with watchdog, SSE notifications, and dynamic vault management API
|
2026-03-23 14:16:45 -04:00 |
|
|
|
d8e5d0ef57
|
Add help modal navigation with table of contents, scroll spy, vault context indicator, and new window button for file viewing
|
2026-03-23 13:46:17 -04:00 |
|
|
|
b40fcae62f
|
Add advanced search engine with inverted index, thread pool execution, configuration API, and comprehensive diagnostics
|
2026-03-23 13:21:20 -04:00 |
|
|
|
af7d1c0d2e
|
Reduce logging verbosity by downgrading frontmatter and permission warnings to debug level
|
2026-03-23 12:18:04 -04:00 |
|
|
|
e171a0dc35
|
Add advanced TF-IDF search with autocomplete, query operators, facets, pagination, and accent normalization
|
2026-03-23 12:09:46 -04:00 |
|
|
|
ba6271b89b
|
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 |
|
|
|
175ac3dea8
|
Add comprehensive Obsidian image rendering with multi-strategy resolution, attachment indexing, and API endpoints for image serving with MIME type detection and rescan functionality
|
2026-03-23 10:00:48 -04:00 |
|
|
|
29bdc52cef
|
Add comprehensive error handling to raw file API endpoint with permission checks, binary file fallback, and detailed logging for read operations
|
2026-03-23 00:43:35 -04:00 |
|
|
|
db70d51c65
|
Add case-insensitive path validation for Windows/Docker compatibility, improve error handling in file API with binary file support and enhanced logging for path resolution and file read operations
|
2026-03-22 23:58:48 -04:00 |
|
|
|
1129d1bca5
|
Add multi-language syntax highlighting to source editor, improve copy button to copy raw file content, and add permission error handling to file API endpoint
|
2026-03-22 23:52:10 -04:00 |
|
|
|
6f694148db
|
Add desktop sidebar toggle with persistent state, search result highlighting, and improved filter icon positioning
|
2026-03-22 23:37:53 -04:00 |
|
|
|
8e1ae4be26
|
Optimize tree search with pre-built path index for O(1) vault lookup and eliminate filesystem traversal by indexing all directories and files during vault scan
|
2026-03-22 23:00:35 -04:00 |
|
|
|
0d60dd8acc
|
Replace collapsible sidebar panels with tab-based navigation for vaults and tags with debounced filtering and dynamic placeholder text
|
2026-03-22 22:42:35 -04:00 |
|
|
|
6a782750de
|
Add reload endpoint response model for per-vault indexing statistics
|
2026-03-22 22:08:42 -04:00 |
|
|
|
9cd0090117
|
Implement backend tree search API with frontend integration for real-time sidebar filtering with highlighted matches and vault-scoped results
|
2026-03-22 22:06:18 -04:00 |
|
|
|
29e6e1c052
|
Add PermissionError handling to vault indexer and implement recursive descendant expansion in sidebar tree filter with auto-expand for matching directories
|
2026-03-22 20:26:05 -04:00 |
|
|
|
d311a09527
|
Implement multi-stage Docker build with security hardening, add health check endpoint, optimize in-memory search with O(1) wikilink lookup, extract inline tags from markdown content, and enhance documentation with architecture diagrams and performance metrics
|
2026-03-22 19:03:34 -04:00 |
|
|
|
d9add8dcba
|
Add auto-expand vault functionality to sidebar filter with improved clear button visibility and restructured input layouts for both search and filter components
|
2026-03-22 13:24:06 -04:00 |
|
|
|
3a86450a73
|
Add case-sensitive toggle and clear buttons to search and sidebar filter inputs with visual active states and improved layout
|
2026-03-22 12:20:10 -04:00 |
|
|
|
bed8e93624
|
Add default tag filter for single-brace template syntax and update help menu icon from circle-help to book-open
|
2026-03-22 11:51:02 -04:00 |
|
|
|
0ff888280a
|
Add tag filtering system with configurable pattern-based filters and persistent localStorage settings
|
2026-03-22 11:29:26 -04:00 |
|
|
|
7a53e85e3d
|
Reduce header dropdown menu padding and spacing for more compact design with consistent border radius and fixed-width positioning
|
2026-03-22 10:47:10 -04:00 |
|
|
|
f34f5ad708
|
Fix sidebar dropdown positioning with fixed positioning to prevent overflow clipping and ensure proper menu display outside collapsed panels
|
2026-03-22 10:17:22 -04:00 |
|
|
|
5dc1907ace
|
Enhance breadcrumb navigation with path-selected highlighting, improved scroll positioning, and pulsing animation for focused tree items
|
2026-03-22 01:11:28 -04:00 |
|
|
|
565c3c8a27
|
Replace native select dropdowns with custom styled dropdowns featuring improved visual consistency, dark mode support, and enhanced accessibility with ARIA attributes
|
2026-03-22 00:56:55 -04:00 |
|