photoprism/internal/entity/query
2025-03-30 22:28:12 +10:00
..
testdata/directory Backend: Move customize, pwa, ttl, query, classify and nsfw packages 2024-07-02 07:36:52 +02:00
account.go Backend: Move customize, pwa, ttl, query, classify and nsfw packages 2024-07-02 07:36:52 +02:00
account_test.go Backend: Move customize, pwa, ttl, query, classify and nsfw packages 2024-07-02 07:36:52 +02:00
account_uploads.go albrechtf 05dc86d1 Fix gorm relations; make most SQL more generic 2024-09-18 20:07:37 +10:00
account_uploads_test.go Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00
albums.go albrechtf 05dc86d1 Fix gorm relations; make most SQL more generic 2024-09-18 20:07:37 +10:00
albums_test.go Backend: Move customize, pwa, ttl, query, classify and nsfw packages 2024-07-02 07:36:52 +02:00
categories.go Remove all compiler errors related to Gorm2 2024-09-17 23:38:17 +10:00
categories_test.go Backend: Move customize, pwa, ttl, query, classify and nsfw packages 2024-07-02 07:36:52 +02:00
clients.go postgresql lower values and like 2025-03-02 14:10:51 +10:00
clients_test.go postgresql lower values and like 2025-03-02 14:10:51 +10:00
counts.go albrechtf 05dc86d1 Fix gorm relations; make most SQL more generic 2024-09-18 20:07:37 +10:00
counts_test.go Backend: Move customize, pwa, ttl, query, classify and nsfw packages 2024-07-02 07:36:52 +02:00
covers.go Merge remote-tracking branch 'keif888/gorm2' into PostgreSQL 2025-03-29 22:26:51 +10:00
covers_test.go UX: Update counters and covers in the background #4323 2025-03-28 23:20:28 +01:00
duplicates.go Config: Improve the naming of file and directory variables 2024-09-13 12:30:21 +02:00
duplicates_test.go Index: Set labels based on matching keywords in title or subject #4602 2024-11-01 12:15:39 +01:00
errors.go Backend: Move customize, pwa, ttl, query, classify and nsfw packages 2024-07-02 07:36:52 +02:00
errors_test.go API: Add additional fields to label and subject edit forms #383 #3168 2025-01-17 02:55:07 +01:00
faces.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-03-27 20:52:16 +10:00
faces_test.go Faces: Improve performance when manual tagging (#4691) 2025-03-27 01:40:31 +01:00
file_selection.go Add PostgreSQL to SelectedFiles 2025-02-26 22:50:51 +10:00
file_selection_test.go Tests: Refactor unit tests after uid change #4560 2024-10-21 13:16:06 +02:00
file_shares.go Backend: Move customize, pwa, ttl, query, classify and nsfw packages 2024-07-02 07:36:52 +02:00
file_shares_test.go Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00
file_sync_download.go Fix SetDownloadFileID 2025-02-26 22:55:50 +10:00
file_sync_download_test.go Index: Set labels based on matching keywords in title or subject #4602 2024-11-01 12:15:39 +01:00
file_syncs.go Backend: Move customize, pwa, ttl, query, classify and nsfw packages 2024-07-02 07:36:52 +02:00
file_syncs_test.go Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00
files.go Fix SetPhotoPrimary 2025-02-26 23:04:15 +10:00
files_hashes.go 1st attempt at finding bool's as 0 or 1 2024-09-17 23:53:25 +10:00
files_hashes_test.go Backend: Move customize, pwa, ttl, query, classify and nsfw packages 2024-07-02 07:36:52 +02:00
files_test.go Merge remote-tracking branch 'keif888/gorm2' into PostgreSQL 2025-03-07 12:59:30 +10:00
folders.go Merge remote-tracking branch 'keif888/gorm2' into PostgreSQL 2025-03-07 12:59:30 +10:00
folders_test.go Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00
label.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-01-31 23:08:27 +10:00
label_test.go API: Add additional fields to label and subject edit forms #383 #3168 2025-01-17 02:55:07 +01:00
markers.go Remove type Map as GORM2 throws unsupported data when using it 2024-09-18 22:36:44 +10:00
markers_test.go Backend: Rename /internal/tensorflow to /internal/ai 2024-07-02 08:08:14 +02:00
moments.go Fix MomentsLabels 2025-02-26 23:22:29 +10:00
moments_test.go Run "make fmt-go" 2025-03-30 00:00:28 +10:00
photo.go Fix FixPrimaries 2025-02-26 23:32:00 +10:00
photo_map.go Backend: Move customize, pwa, ttl, query, classify and nsfw packages 2024-07-02 07:36:52 +02:00
photo_map_test.go Backend: Move customize, pwa, ttl, query, classify and nsfw packages 2024-07-02 07:36:52 +02:00
photo_selection.go Add PostgreSQL to SelectedPhotos 2025-02-26 23:27:40 +10:00
photo_selection_test.go Tests: Refactor unit tests after uid change #4560 2024-10-21 13:16:06 +02:00
photo_test.go Index: Set labels based on matching keywords in title or subject #4602 2024-11-01 12:15:39 +01:00
places.go Backend: Move customize, pwa, ttl, query, classify and nsfw packages 2024-07-02 07:36:52 +02:00
places_test.go Index: Set labels based on matching keywords in title or subject #4602 2024-11-01 12:15:39 +01:00
purge.go 1st attempt at finding bool's as 0 or 1 2024-09-17 23:53:25 +10:00
purge_test.go Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00
query.go Run "make fmt-go" 2025-03-30 00:00:28 +10:00
query_test.go Switch to named DSNs for testing 2025-03-30 22:28:12 +10:00
sessions.go Query: Fix session id length check in sessions.go #4490 2024-08-29 10:44:32 +02:00
sessions_test.go Query: Fix session id length check in sessions.go #4490 2024-08-29 10:44:32 +02:00
subjects.go Fix AfterDelete where cause error, and ensure that logic is still safe. 2025-03-06 23:36:16 +10:00
subjects_test.go Backend: Move customize, pwa, ttl, query, classify and nsfw packages 2024-07-02 07:36:52 +02:00
users.go Merge remote-tracking branch 'keif888/gorm2' into PostgreSQL 2025-03-27 22:56:59 +10:00
users_test.go Fix PostgreSQL error about bool/integer and case insensitivity 2025-03-02 21:57:58 +10:00