photoprism/internal/query
2021-08-30 13:40:14 +02:00
..
testdata/directory Add simple file browser to Library #260 2020-05-24 22:16:06 +02:00
account_search.go Fix and improve photo viewer #309 #370 2020-07-01 09:49:03 +02:00
account_search_test.go Tests: Adapt tests to fixture changes 2021-07-22 13:53:28 +02:00
account_uploads.go Videos: Enforce transcoding to MPEG-4 AVC #603 2020-12-12 17:20:31 +01:00
account_uploads_test.go Backend: Query package refactoring 2020-05-08 15:41:01 +02:00
albums.go Calendar: Automatically toggle visibility of months #1456 2021-08-29 19:54:50 +02:00
albums_test.go Calendar: Automatically toggle visibility of months #1456 2021-08-29 19:54:50 +02:00
categories.go Backend: Query package refactoring 2020-05-08 15:41:01 +02:00
categories_test.go Backend: Add tests to internal/query 2020-05-13 10:16:12 +02:00
counts.go Add favorite places 2020-06-08 18:32:51 +02:00
counts_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
duplicates.go Index: Improve save / update functions, remove orphans 2021-02-06 16:30:30 +01:00
duplicates_test.go Backup: Improve command flags and usage docs #1190 #1193 2021-04-19 13:48:46 +02:00
errors.go Backend: Improve log messages 2020-07-14 18:00:32 +02:00
errors_test.go Tests: Add tests for internal/query 2021-03-03 11:49:32 +01:00
faces.go People: Improve face matching performance and accuracy #22 2021-08-29 13:26:05 +02:00
faces_test.go People: Add unit tests #22 2021-08-30 13:40:14 +02:00
file_shares.go Backend: Query package refactoring 2020-05-08 15:41:01 +02:00
file_shares_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
file_sync_download.go Backend: Query package refactoring 2020-05-08 15:41:01 +02:00
file_sync_download_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
file_syncs.go Backend: Query package refactoring 2020-05-08 15:41:01 +02:00
file_syncs_test.go Tests: Update fixtures 2021-07-22 15:05:23 +02:00
files.go People: Add API endpoint for removing marker subject associations #22 2021-08-21 16:36:00 +02:00
files_test.go Tests: Adapt tests to updated fixtures 2021-08-16 17:15:06 +02:00
folders.go Backend: Remove log from FolderCoverByUID #1011 2021-02-07 20:30:50 +01:00
folders_test.go Tests: Add tests for internal/api 2021-03-10 11:30:26 +01:00
geo.go People: Default to AND search for subject names #22 #882 2021-08-30 11:56:34 +02:00
geo_result.go Initial commit for folders and moments #154 #260 #331 2020-05-23 20:58:58 +02:00
geo_result_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
geo_test.go People: Improve search query parser #22 #882 2021-08-30 11:26:57 +02:00
label.go Improve link sharing dialog and api #18 2020-06-22 15:16:26 +02:00
label_result.go Initial commit for folders and moments #154 #260 #331 2020-05-23 20:58:58 +02:00
label_test.go Tests: Adapt tests to updated fixtures 2021-08-16 17:15:06 +02:00
labels.go API: Apply limit and sort order when searching for IDs #890 2021-01-20 12:08:48 +01:00
labels_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
like.go People: Improve search query parser #22 #882 2021-08-30 11:26:57 +02:00
like_test.go People: Improve search query parser #22 #882 2021-08-30 11:26:57 +02:00
markers.go People: Improve face matching performance and accuracy #22 2021-08-29 13:26:05 +02:00
markers_test.go People: Add unit tests #22 2021-08-30 13:40:14 +02:00
moments.go Calendar: Automatically toggle visibility of months #1456 2021-08-29 19:54:50 +02:00
moments_test.go Tests: Add tests for internal/query 2021-03-03 11:49:32 +01:00
photo.go Purge: Fix and simplify database queries #599 #1010 2021-02-08 14:09:58 +01:00
photo_map.go Indexer: Merge identical photos (stack files) #576 2020-12-04 19:51:51 +01:00
photo_map_test.go Indexer: Merge identical photos (stack files) #576 2020-12-04 19:51:51 +01:00
photo_results.go People: Show number of faces in edit dialog #22 2021-05-26 09:51:00 +02:00
photo_results_test.go Tests: Add tests for internal/query 2021-03-03 11:49:32 +01:00
photo_search.go People: Default to AND search for subject names #22 #882 2021-08-30 11:56:34 +02:00
photo_search_test.go People: Add keywords, subjects, and albums search filters #22 #882 2021-08-29 16:16:49 +02:00
photo_test.go Tests: Add tests for internal/query 2021-03-03 11:49:32 +01:00
purge.go Purge: Fix and simplify database queries #599 #1010 2021-02-08 14:09:58 +01:00
purge_test.go Index: Improve save / update functions, remove orphans 2021-02-06 16:30:30 +01:00
query.go People: Add keywords, subjects, and albums search filters #22 #882 2021-08-29 16:16:49 +02:00
query_test.go People: Add keywords, subjects, and albums search filters #22 #882 2021-08-29 16:16:49 +02:00
selection.go Add photos from other albums (clone) 2020-06-14 11:39:53 +02:00
selection_test.go Feature/246 (#345) 2020-06-01 09:45:24 +02:00
subjects.go People: Default to AND search for subject names #22 #882 2021-08-30 11:56:34 +02:00
subjects_test.go People: Default to AND search for subject names #22 #882 2021-08-30 11:56:34 +02:00
users.go Auth: Remove DeleteUserByName() #98 2021-08-20 00:13:49 +02:00
users_test.go Auth: Remove DeleteUserByName() #98 2021-08-20 00:13:49 +02:00