photoprism/internal/query
Michael Mayer f5a8c5a45d Auth: Session and ACL enhancements #98 #1746
Signed-off-by: Michael Mayer <michael@photoprism.app>
2022-09-28 09:01:17 +02:00
..
testdata/directory Add simple file browser to Library #260 2020-05-24 22:16:06 +02:00
account.go Auth: Session and ACL enhancements #98 #1746 2022-09-28 09:01:17 +02:00
account_test.go People: Add faces API endpoint & JS model #22 2021-09-18 15:32:39 +02:00
account_uploads.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
account_uploads_test.go Backend: Query package refactoring 2020-05-08 15:41:01 +02:00
albums.go Performance: Don't save all albums when the background worker runs #2705 2022-09-14 22:00:20 +02:00
albums_test.go Albums: Ignore private pictures only if feature is enabled #2570 2022-08-31 17:42:57 +02:00
categories.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
categories_test.go Backend: Add tests to internal/query 2020-05-13 10:16:12 +02:00
counts.go Library: Display RAW previews and num of actual files in Originals #2273 2022-04-21 22:17:26 +02:00
counts_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
covers.go People: Add link to related issue for subject covers 2022-08-31 17:51:36 +02:00
covers_test.go Covers: Rename "preview images" to "cover thumbs" for consistency #383 2021-10-01 16:44:50 +02:00
duplicates.go Index: Improve save / update functions, remove orphans 2021-02-06 16:30:30 +01:00
duplicates_test.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +02:00
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 Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +02:00
faces.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
faces_test.go People: Improve face matching, audit command, and logging #2182 2022-04-13 01:59:32 +02:00
file_selection.go Images: Add AV1 Image File Format (AVIF) support #2706 2022-09-15 00:43:08 +02:00
file_selection_test.go WebDAV: Update file selection test #2293 2022-05-17 01:10:47 +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 Backups: Rename album backups to exports and improve command help #1887 2022-01-05 11:40:44 +01:00
file_sync_download_test.go Backups: Rename album backups to exports and improve command help #1887 2022-01-05 11:40:44 +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 Library: Display RAW previews and num of actual files in Originals #2273 2022-04-21 22:17:26 +02:00
files_hashes.go People: Remove orphan face crop thumbnails #22 2021-09-21 08:56:35 +02:00
files_hashes_test.go People: Remove orphan face crop thumbnails #22 2021-09-21 08:56:35 +02:00
files_test.go Tests: Add to dos to run tests on mariadb 2022-05-03 15:05:45 +02:00
folders.go Performance: Don't save all albums when the background worker runs #2705 2022-09-14 22:00:20 +02:00
folders_test.go Tests: Add tests for internal/api 2021-03-10 11:30:26 +01:00
label.go Covers: Rename "preview images" to "cover thumbs" for consistency #383 2021-10-01 16:44:50 +02:00
label_test.go Tests: Adapt tests to updated fixtures 2021-08-16 17:15:06 +02:00
markers.go People: Improve face matching, audit command, and logging #2182 2022-04-13 01:59:32 +02:00
markers_test.go People: Add embeddings blacklist to reduce false positives #22 2021-09-30 13:44:23 +02:00
moments.go Albums: Ignore private pictures only if feature is enabled #2570 2022-08-31 17:42:57 +02:00
moments_test.go Albums: Ignore private pictures only if feature is enabled #2570 2022-08-31 17:42:57 +02:00
photo.go Index: Improve log messages #2257 2022-04-16 13:50:35 +02: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_selection.go WebDAV: Upload of videos, RAWs, moments, months, and states #2293 2022-05-16 23:59:28 +02:00
photo_selection_test.go WebDAV: Upload of videos, RAWs, moments, months, and states #2293 2022-05-16 23:59:28 +02:00
photo_test.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +02:00
places.go Places: Remove unique label index and purge unused location infos #1664 2021-11-20 19:14:00 +01:00
places_test.go Places: Remove unique label index and purge unused location infos #1664 2021-11-20 19:14:00 +01:00
purge.go Cleanup: Remove cached JSON files and further improve logs #2521 2022-07-22 19:18:42 +02:00
purge_test.go Index: Purge orphan file entries #1559 2021-09-30 15:50:10 +02:00
query.go Backend: Run "make fmt" with Go v1.19 2022-08-10 16:09:21 +02:00
query_test.go Search: Refactor photo search, fix test data and unit tests #1994 2022-03-29 00:21:50 +02:00
sessions.go Auth: Session and ACL enhancements #98 #1746 2022-09-28 09:01:17 +02:00
subjects.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
subjects_test.go Index: Replace changed file hashes and remove orphan markers 2021-09-24 13:13:59 +02:00
users.go Auth: Remove DeleteUserByName() #98 2021-08-20 00:13:49 +02:00
users_test.go Auth: Session and ACL enhancements #98 #1746 2022-09-28 09:01:17 +02:00