5d5e828980
Merge pull request 'fix: remove unused isPlaying state variable in VideoPlayer' (#38) from fix/video-player-typescript-error into dev
tanyar092026-02-11 12:28:31 -05:00
fae8afaf84
fix: remove unused isPlaying state variable in VideoPlayer
Tanya2026-02-11 12:26:35 -05:00
2aac3befd4
Merge pull request 'feature/video-player-play-button' (#37) from feature/video-player-play-button into dev
tanyar092026-02-11 12:18:35 -05:00
4d8158ab94
feat: add Play button overlay for videos in search results
Tanya2026-02-11 12:12:34 -05:00
7d415c56fe
Merge pull request 'feat: enhance tag addition functionality in PhotoTagDialog' (#36) from tags-tsx-updates into dev
tanyar092026-02-10 13:55:40 -05:00
8992c07c8e
feat: enhance tag addition functionality in PhotoTagDialog
tanyar092026-02-10 18:54:26 +00:00
c5c3059409
Merge pull request 'fix/auto-match-stricter-filtering' (#35) from fix/auto-match-stricter-filtering into dev
tanyar092026-02-10 13:29:26 -05:00
cc74599959
refactor: simplify developer mode to use environment variable
Tanya2026-02-10 13:26:13 -05:00
6b6b1449b2
Modified files: backend/config.py - Added MIN_AUTO_MATCH_FACE_SIZE_RATIO = 0.005 backend/services/face_service.py - Multiple changes: Added load_face_encoding() function (supports float32 and float64) Added _calculate_face_size_ratio() function Updated find_similar_faces() to filter small faces Updated find_auto_match_matches() to exclude small reference faces Fixed reference face quality calculation (use actual quality, not hardcoded 0.5) Fixed duplicate detection (exclude faces from same photo) Updated confidence threshold from 40% to 50% Updated confidence calibration (moderate version) backend/api/faces.py - Updated default tolerance to 0.5 for auto-match endpoints backend/schemas/faces.py - Updated default tolerance to 0.5 admin-frontend/src/pages/AutoMatch.tsx - Updated default tolerance to 0.5 admin-frontend/src/api/faces.ts - Added tolerance parameter support
Tanya2026-02-06 14:16:11 -05:00
863b6188b4
Merge pull request 'feature/extend-people-search-and-fix-port-binding' (#34) from feature/extend-people-search-and-fix-port-binding into dev
tanyar092026-02-05 12:51:36 -05:00
b0c9ad8d5d
feat: enhance tag management in Tags page
tanyar092026-02-05 17:27:41 +00:00
09ee8712aa
feat: extend people search to first/middle/last/maiden names and fix port binding issue
tanyar092026-02-05 16:57:47 +00:00
041d3728a1
Merge pull request 'feat: Enhance logging and error handling for job streaming and photo uploads' (#29) from feature/log-management-and-updates into dev
tanyar092026-02-04 14:32:14 -05:00
7a981b069a
feat: Enhance logging and error handling for job streaming and photo uploads
tanyar092026-02-04 19:30:05 +00:00
4adf4f607c
Merge pull request '- Add radio buttons to choose between 'Scan from Local' and 'Scan from Network'' (#17) from feature/scan-folder-local-network-modes into dev
tanyar092026-01-30 14:07:35 -05:00
46dffc6ade
- Add radio buttons to choose between 'Scan from Local' and 'Scan from Network' - Local mode: Use File System Access API (Chrome/Edge/Safari) or webkitdirectory (Firefox) to read folders from browser - Local mode: Browser reads files and uploads them via HTTP (no server-side filesystem access needed) - Network mode: Type network paths or use Browse Network button for server-side scanning - Add 'Start Scanning' button for local mode (separate from folder selection) - Update API client to handle FormData uploads correctly (remove Content-Type header) - Update Help page documentation with new scan mode options - Add progress tracking for local file uploads"
tanyar092026-01-30 19:06:57 +00:00
7cfee99350
Merge pull request 'feat: Add exifread library for enhanced EXIF date extraction' (#16) from fix/exif-date-extraction-improvements into dev
tanyar092026-01-30 12:20:37 -05:00
42101ea7e7
feat: Add exifread library for enhanced EXIF date extraction
tanyar092026-01-30 17:19:52 +00:00
92c7712973
Merge pull request 'refactor: Enhance EXIF date extraction in photo_service' (#15) from fix/exif-date-extraction into dev
tanyar092026-01-30 11:32:38 -05:00
d89238facf
refactor: Enhance EXIF date extraction in photo_service
tanyar092026-01-30 16:31:48 +00:00
41bed0b680
Merge pull request 'feat: Implement directory browsing functionality' (#14) from feature/server-side-folder-browser into dev
tanyar092026-01-30 11:10:45 -05:00
920fe97c09
Merge pull request 'feature/postgresql-remote-connection-docs' (#13) from feature/postgresql-remote-connection-docs into dev
tanyar092026-01-29 14:54:26 -05:00
6688a654d3
chore: Clean up documentation and update various files
tanyar092026-01-29 19:52:48 +00:00
fe9dbc77e5
Merge pull request 'docs: add from-scratch deploy script and env templates' (#12) from chore/deploy-script-from-scratch into dev
tanyar092026-01-28 14:40:07 -05:00
bfc07fcde5
Merge pull request 'fix: cast date filters in viewer search' (#11) from fix/viewer-search-date-filter into dev
tanyar092026-01-28 13:17:39 -05:00
1d35f4ab5a
fix: cast date filters in viewer search
tanyar092026-01-28 18:15:51 +00:00
1eeecbf275
Merge pull request 'feat: Update video thumbnail handling in viewer frontend' (#10) from fix/viewer-video-thumbnails into dev
tanyar092026-01-28 12:56:59 -05:00
830c7bcaa6
feat: Update video thumbnail handling in viewer frontend
tanyar092026-01-28 17:55:58 +00:00
2f640b7b8d
Merge pull request 'feat: Enhance photo and video handling in admin frontend' (#9) from fix/video-range-streaming into dev
tanyar092026-01-28 12:47:25 -05:00
70923e0ecf
feat: Enhance photo and video handling in admin frontend
tanyar092026-01-28 17:45:45 +00:00
5b8e22d9d1
Merge pull request 'fix: support HTTPS proxy by using relative API paths' (#8) from fix/https-proxy-api-routing into dev
tanyar092026-01-23 14:04:32 -05:00
70cfd63ca1
fix: support HTTPS proxy by using relative API paths
tanyar092026-01-23 18:59:46 +00:00
49ae9728f3
Merge pull request 'chore: Improve CI workflow with retry logic for package installation' (#6) from fix/ci-apt-retry-logic into dev
tanyar092026-01-22 13:50:49 -05:00
6dc5407e84
Merge pull request 'feat: Enhance photo handling in admin frontend' (#7) from fix/image-urls-and-tag-display into dev
tanyar092026-01-22 13:44:23 -05:00
6adc1f4a5c
Merge pull request 'feat: Add photo management API endpoints for fetching, favoriting, reporting, and tagging photos' (#5) from fix/photos-paths into dev
tanyar092026-01-21 14:49:48 -05:00
dd8dd0808e
feat: Add photo management API endpoints for fetching, favoriting, reporting, and tagging photos
Tanya2026-01-21 14:33:59 -05:00
f879e660a4
Merge pull request 'fix: prevent server crashes during photo processing' (#4) from fix/database-connection-crash-prevention into dev
tanyar092026-01-21 12:58:07 -05:00
f9fafcbb1a
fix: prevent server crashes during photo processing
Tanya2026-01-21 11:52:07 -05:00
7d2cd78a9a
Merge pull request 'update linting rules to ignore non-critical style issues' (#3) from ci/ignore-linting-errors into dev
tanyar092026-01-19 15:30:04 -05:00