photoprism/internal/query
Michael Mayer c74fcbf282 People: Show real name instead of uid in logs #1438 #2182
Since caching all subject data proved too complex in the time available,
this implementation uses a simple key/value lookup table to cache
subject names and perform backward searches by uid.
2022-04-04 14:21:43 +02:00
..
testdata/directory
account.go
account_test.go
account_uploads.go
account_uploads_test.go
albums.go
albums_test.go Search: Improve album, albums, lens, and camera filters #1994 #2079 2022-03-24 18:30:59 +01:00
categories.go
categories_test.go
counts.go Performance: Refactor database schema and UI components #995 #1438 #1811 2022-03-30 20:36:25 +02:00
counts_test.go
covers.go Revert "People: Add subject cache and show real name in logs #1438 #2182" 2022-04-04 08:54:03 +02:00
covers_test.go
duplicates.go
duplicates_test.go
errors.go UX: Add button to clear error log history in Library > Errors #1683 2022-04-03 12:37:43 +02:00
errors_test.go
faces.go People: Show real name instead of uid in logs #1438 #2182 2022-04-04 14:21:43 +02:00
faces_test.go Revert "People: Add subject cache and show real name in logs #1438 #2182" 2022-04-04 08:54:03 +02:00
file_selection.go WebDAV: Fix upload of complete albums #1376 2022-02-27 17:32:54 +01:00
file_shares.go
file_shares_test.go
file_sync_download.go
file_sync_download_test.go
file_syncs.go
file_syncs_test.go
files.go Revert "People: Add subject cache and show real name in logs #1438 #2182" 2022-04-04 08:54:03 +02:00
files_hashes.go
files_hashes_test.go
files_test.go
folders.go
folders_test.go
label.go
label_test.go
markers.go Revert "People: Add subject cache and show real name in logs #1438 #2182" 2022-04-04 08:54:03 +02:00
markers_test.go
moments.go Albums: Shorten title and slug to avoid "data too long" error #2181 2022-03-24 21:46:25 +01:00
moments_test.go Search: Restore commented out test assertions #1994 2022-03-28 12:14:05 +02:00
photo.go Revert "People: Add subject cache and show real name in logs #1438 #2182" 2022-04-04 08:54:03 +02:00
photo_map.go
photo_map_test.go
photo_selection.go WebDAV: Fix upload of complete albums #1376 2022-02-27 17:32:54 +01:00
photo_selection_test.go WebDAV: Fix upload of complete albums #1376 2022-02-27 17:32:54 +01:00
photo_test.go
places.go
places_test.go
purge.go
purge_test.go
query.go WebDAV: Fix upload of complete albums #1376 2022-02-27 17:32:54 +01:00
query_test.go Search: Refactor photo search, fix test data and unit tests #1994 2022-03-29 00:21:50 +02:00
subjects.go Revert "People: Add subject cache and show real name in logs #1438 #2182" 2022-04-04 08:54:03 +02:00
subjects_test.go
users.go
users_test.go