photoprism/internal/query
Michael Mayer ad3da85ecb UX: Add Delete All button to archive page toolbar #272
Signed-off-by: Michael Mayer <michael@photoprism.app>
2023-07-23 17:57:48 +02:00
..
testdata/directory Add simple file browser to Library #260 2020-05-24 22:16:06 +02:00
account.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
account_test.go People: Add faces API endpoint & JS model #22 2021-09-18 15:32:39 +02:00
account_uploads.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
account_uploads_test.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
albums.go Albums: Replace tabs with spaces in SQL query #3481 2023-06-15 17:01:34 +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 Albums: Improve parameter validation for database queries #3320 2023-04-01 14:25:05 +02:00
counts_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
covers.go Albums: Improve parameter validation for database queries #3320 2023-04-01 14:25:05 +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 Faces: Skip ambiguous embeddings when matching #1497 #3124 2023-02-21 04:49:06 +01:00
faces_test.go Faces: Skip ambiguous embeddings when matching #1497 #3124 2023-02-21 04:49:06 +01:00
file_selection.go Download as Zip: Include hidden files e.g. in review or broken 2023-02-22 23:14:43 +01:00
file_selection_test.go WebDAV: Update file selection test #2293 2022-05-17 01:10:47 +02:00
file_shares.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
file_shares_test.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02: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 Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
file_syncs_test.go Tests: Update fixtures 2021-07-22 15:05:23 +02:00
files.go Videos: Index and display durations of less than one second #3224 2023-02-22 16:33:33 +01:00
files_hashes.go Auth: Extend account settings with user details and avatar upload #98 2022-10-17 19:07:38 +02:00
files_hashes_test.go People: Remove orphan face crop thumbnails #22 2021-09-21 08:56:35 +02:00
files_test.go Library: Hide private files in "Originals" if user has no permission #98 2023-02-20 18:50:28 +01:00
folders.go Library: Hide private files in "Originals" if user has no permission #98 2023-02-20 18:50:28 +01:00
folders_test.go Tests: Add tests for internal/api 2021-03-10 11:30:26 +01:00
label.go Index: Add experimental EPS and SVG vector graphics support #1177 #2207 2023-02-11 20:18:04 +01: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 Moments: Update holidays and pets #3081 2023-06-13 12:55:06 +02:00
moments_test.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
photo.go UX: Add Delete All button to archive page toolbar #272 2023-07-23 17:57:48 +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 Albums: Ignore labels with zero probability when adding all labels #2821 2022-10-31 09:58:50 +01: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 UX: Add Delete All button to archive page toolbar #272 2023-07-23 17:57:48 +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 Links: Change https://photoprism.app/ to https://www.photoprism.app/ 2023-02-08 09:07:42 +01: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: Refactor sessions API and model #98 2023-03-09 18:45:04 +01:00
sessions_test.go Sessions: Add max age and timeout config options #98 #782 2022-10-03 22:59:29 +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 Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
users_test.go Auth: Refactor user management API and CLI commands #98 2023-03-08 23:30:39 +01:00