photoprism/internal/entity
2026-05-21 10:04:24 +10:00
..
dbtest Tests: correct Driver 2026-05-21 10:04:24 +10:00
legacy Run go fix ./... and keep mechanical modernization updates. 2026-02-21 21:29:34 +10:00
migrate Dsn: utilise environment for default port numbers for testing 2026-05-20 23:51:26 +10:00
query Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn. 2026-05-18 12:27:13 +10:00
schema Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-02-21 10:33:23 +10:00
search Search: apply postgres required changes 2026-05-19 11:21:26 +10:00
sortby make fmt-go applied 2026-05-18 12:29:56 +10:00
testdata/album Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
album.go Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn. 2026-05-18 12:27:13 +10:00
album_cache.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-04 16:51:54 +10:00
album_cache_test.go Tests: refactor to ensure tests are asserting or requiring, don't use _ in names, and unused setting 2026-02-09 17:54:53 +10:00
album_fixtures.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-08-20 20:18:44 +10:00
album_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
album_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-10 13:32:02 +10:00
album_user.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-22 10:18:43 +10:00
album_user_test.go Tests: add more coverage of sql 2025-09-27 22:26:05 +10:00
album_yaml.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-04 16:14:27 +10:00
album_yaml_test.go Backend: move internal/functions to pkg 2025-10-12 20:42:27 +10:00
auth_client.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-02-21 10:33:23 +10:00
auth_client_add.go OAuth2: Remove client soft delete and fix client add command #213 #3943 2024-01-29 21:08:01 +01:00
auth_client_add_test.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
auth_client_data.go Backend: Clean up error handling and unit tests in internal/ packages 2026-02-09 12:00:33 +01:00
auth_client_fixtures.go Cluster: Rename the "app" node role to "instance" 2026-02-23 22:54:10 +10:00
auth_client_fixtures_test.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
auth_client_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-02-11 18:05:34 +10:00
auth_session.go OIDC: add auth_id handling for GORMv2 2026-03-02 18:24:52 +10:00
auth_session_cache.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-22 10:18:43 +10:00
auth_session_cache_test.go Tests: refactor to ensure tests are asserting or requiring, don't use _ in names, and unused setting 2026-02-09 17:54:53 +10:00
auth_session_client.go Account: Generate app password from the UI #808 #4114 2024-04-08 10:44:43 +02:00
auth_session_client_test.go Backend: Move unix package to /pkg/time/unix 2024-07-03 09:31:27 +02:00
auth_session_data.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
auth_session_data_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
auth_session_delete.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-22 10:18:43 +10:00
auth_session_delete_test.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
auth_session_fixtures.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-04 16:14:27 +10:00
auth_session_fixtures_test.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
auth_session_jwt.go Cluster: Improve usage of canonical terms in code/docs based on glossary 2026-02-23 16:16:29 +01:00
auth_session_jwt_test.go Lint: Resolve gosec findings and add embedding dist benchmark 2026-03-03 17:17:49 +01:00
auth_session_login.go Logs: Add package pkg/log/status to provide generic outcome constants 2025-10-21 14:42:05 +02:00
auth_session_login_test.go Lint: Resolve gosec findings and add embedding dist benchmark 2026-03-03 17:17:49 +01:00
auth_session_report.go Auth: Refactor user management API and CLI commands #98 2023-03-08 23:30:39 +01:00
auth_session_report_test.go Tests: Add unit tests 2023-08-09 15:56:16 +02:00
auth_session_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-04 16:14:27 +10:00
auth_tokens.go Security: Add gosec fixes with shared URL and fs validation helpers 2026-03-03 16:38:41 +01:00
auth_tokens_test.go Tests: Add unit tests 2023-08-09 15:56:16 +02:00
auth_user.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-10 13:32:02 +10:00
auth_user_add.go Change imports to gorm2 2024-09-17 14:52:51 +10:00
auth_user_cli.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-23 12:10:32 +10:00
auth_user_default.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-22 10:18:43 +10:00
auth_user_details.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-02-21 10:33:23 +10:00
auth_user_details_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-04 16:14:27 +10:00
auth_user_fixtures.go Code: make fmt-go 2025-05-15 15:42:27 +10:00
auth_user_fixtures_test.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
auth_user_legacy.go Wrap calls to the legacy user table with checks to ensure that it exists to prevent errors being thrown. 2025-03-06 16:57:12 +10:00
auth_user_legacy_test.go Backend: ensure that & is used for calls to Gorm 2025-10-01 20:04:10 +10:00
auth_user_report.go Auth: Refactor user management API and CLI commands #98 2023-03-08 23:30:39 +01:00
auth_user_report_test.go Tests: Add unit tests 2023-08-11 14:48:28 +02:00
auth_user_settings.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-02-21 10:33:23 +10:00
auth_user_settings_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-04 16:14:27 +10:00
auth_user_share.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-02-21 10:33:23 +10:00
auth_user_share_fixtures.go Search: Change time_format to RFC3339 and add "edited" filter #4300 2024-05-27 09:16:21 +02:00
auth_user_share_fixtures_test.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
auth_user_share_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-04 16:51:54 +10:00
auth_user_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-04 16:14:27 +10:00
camera.go Run go fix ./... and keep mechanical modernization updates. 2026-02-21 21:29:34 +10:00
camera_cache.go Index: Improve save / update functions, remove orphans 2021-02-06 16:30:30 +01:00
camera_fixtures.go Enable SoftDelete on Camera 2024-09-25 12:12:43 +10:00
camera_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
camera_makes.go Scans: Add scan detection for epson scanner #5703 2025-06-26 11:42:22 +02:00
camera_models.go Scans: Add scan detection for epson scanner #5703 2025-06-26 11:42:22 +02:00
camera_test.go Merge tag '251130-b3068414c' into PostgreSQL 2025-12-01 17:16:33 +10:00
camera_types.go Scans: Add scan detection for epson scanner #5703 2025-06-26 11:42:22 +02:00
camera_types_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
category.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-04 16:51:54 +10:00
category_fixtures.go Backend: Update label photo count and refactor entity fixtures 2020-05-10 19:43:49 +02:00
category_test.go Code clean-up (make fmt) 2019-12-21 17:24:29 +01:00
cell.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-10 13:32:02 +10:00
cell_fixtures.go improve fixture creation to remove errors if records already exist due to gorm2 (switch to save instead of create) 2025-03-06 16:55:37 +10:00
cell_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
cell_test.go Entity: Fix cell lookups 2026-03-07 11:48:20 +01:00
country.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-04 16:51:54 +10:00
country_cache.go Index: Improve save / update functions, remove orphans 2021-02-06 16:30:30 +01:00
country_fixtures.go albrechtf 05dc86d1 Fix gorm relations; make most SQL more generic 2024-09-18 20:07:37 +10:00
country_test.go UX: Add batch edit dialog and API endpoints #271 #5324 2025-11-19 11:20:34 +01:00
db.go Logs: Allow restart of logging after database provider reset #47 #4831 2025-04-09 16:31:06 +02:00
db_conn.go make fmt-go applied 2026-05-18 12:29:56 +10:00
db_conn_test.go Update VARCHAR to gorm generic 2024-10-01 21:40:10 +10:00
deprecated.go Remove all compiler errors related to Gorm2 2024-09-17 23:38:17 +10:00
details.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-02-21 10:33:23 +10:00
details_fixtures.go Merge tag '251130-b3068414c' into PostgreSQL 2025-12-01 17:16:33 +10:00
details_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
details_test.go Merge tag '251130-b3068414c' into PostgreSQL 2025-12-01 17:16:33 +10:00
duplicate.go Gorm: Fix missing & on Delete statements 2025-08-18 21:30:06 +10:00
duplicate_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
entity.go AI: Default to the 720x720 fit thumb for generating captions #3438 #5011 2025-07-16 14:58:44 +02:00
entity_const.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-10 13:32:02 +10:00
entity_count.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-02-21 10:33:23 +10:00
entity_count_test.go Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234 2022-04-15 09:42:07 +02:00
entity_counts.go Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn. 2026-05-18 12:27:13 +10:00
entity_counts_test.go Entity: Fix nil-DB race in async count/cover updates #5551 2026-05-03 10:49:28 +00:00
entity_errors.go API: Ensure slugs are not empty before saving/creating labels #4761 2025-02-04 03:35:01 +01:00
entity_fixtures.go Backend: ensure that & is used for calls to Gorm 2025-10-01 20:04:10 +10:00
entity_init.go Config: Centralize SQL driver identifiers in pkg/dsn #5588 2026-05-17 14:47:43 +00:00
entity_save.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-02-21 10:33:23 +10:00
entity_save_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-04 16:14:27 +10:00
entity_tables.go Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn. 2026-05-18 12:27:13 +10:00
entity_test.go Merge tag '251130-b3068414c' into PostgreSQL 2025-12-01 17:16:33 +10:00
entity_time.go Search: Change time_format to RFC3339 and add "edited" filter #4300 2024-05-27 09:16:21 +02:00
entity_time_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-04 16:51:54 +10:00
entity_update.go Run go fix ./... and keep mechanical modernization updates. 2026-02-21 21:29:34 +10:00
entity_update_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-04 16:14:27 +10:00
entity_values.go Run go fix ./... and keep mechanical modernization updates. 2026-02-21 21:29:34 +10:00
entity_values_test.go Tests: refactor to remove redefinition of float32 and float64 2026-02-09 16:37:52 +10:00
error.go Error: improve error subscription shutdown 2025-09-25 21:48:41 +10:00
error_test.go Error: improve error subscription shutdown 2025-09-25 21:48:41 +10:00
face.go Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn. 2026-05-18 12:27:13 +10:00
face_fixtures.go Search: Change time_format to RFC3339 and add "edited" filter #4300 2024-05-27 09:16:21 +02:00
face_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
face_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-30 19:23:36 +10:00
faces.go Backend: Rename /internal/tensorflow to /internal/ai 2024-07-02 08:08:14 +02:00
faces_test.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
file.go Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn. 2026-05-18 12:27:13 +10:00
file_fixtures.go GormV2: Fixes required by Gorm V2 2025-12-02 23:59:38 +10:00
file_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
file_json.go Run go fix ./... and keep mechanical modernization updates. 2026-02-21 21:29:34 +10:00
file_json_test.go People: Add SubjectNames() to file entity #22 2021-09-02 11:12:42 +02:00
file_metadata.go Videos: Refactor File.UpdateVideoInfos() method #926 #3588 #3559 2023-08-18 09:12:38 +02:00
file_share.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-02-21 10:33:23 +10:00
file_share_fixtures.go improve fixture creation to remove errors if records already exist due to gorm2 (switch to save instead of create) 2025-03-06 16:55:37 +10:00
file_share_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
file_share_test.go Merge tag '251130-b3068414c' into PostgreSQL 2025-12-01 17:16:33 +10:00
file_sync.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-02-21 10:33:23 +10:00
file_sync_fixtures.go Handle nullable FileID for filesync 2024-09-29 00:01:35 +10:00
file_sync_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
file_sync_test.go Merge tag '251130-b3068414c' into PostgreSQL 2025-12-01 17:16:33 +10:00
file_test.go Merge tag '251130-b3068414c' into PostgreSQL 2025-12-01 17:16:33 +10:00
fixtures.go Entity: Add reset of sequences/identity values for all tables with numeric ID 2025-12-03 16:27:28 +10:00
folder.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-10 13:32:02 +10:00
folder_album_slug.go Folders: Improve slug collision handling for Unicode paths #5366 2026-03-07 11:16:21 +01:00
folder_fixtures.go Enable SoftDelete on Folder 2024-09-25 12:19:59 +10:00
folder_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-10 13:32:02 +10:00
get_caller.go Run go fix ./... and keep mechanical modernization updates. 2026-02-21 21:29:34 +10:00
just_deleted.go yaml: handle DeletedAt and other yaml errors 2025-06-30 22:51:29 +10:00
keyword.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-02-21 10:33:23 +10:00
keyword_cache.go GormV2: Fixes required by Gorm V2 2025-12-02 23:59:38 +10:00
keyword_cache_test.go UX: Add batch edit dialog and API endpoints #271 #5324 2025-11-19 11:20:34 +01:00
keyword_fixtures.go improve fixture creation to remove errors if records already exist due to gorm2 (switch to save instead of create) 2025-03-06 16:55:37 +10:00
keyword_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
keyword_test.go Tests: refactor to ensure tests are asserting or requiring, don't use _ in names, and unused setting 2026-02-09 17:54:53 +10:00
label.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-10 13:32:02 +10:00
label_cache.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-10 13:32:02 +10:00
label_cache_test.go Entity: Fix label homophone lookups and photo-label caching #5227 #5238 2026-03-07 11:43:25 +01:00
label_fixtures.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-08-20 20:18:44 +10:00
label_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
label_search.go Labels: Reuse renamed label when re-added by previous name #5531 2026-05-04 21:13:57 +00:00
label_search_test.go Labels: Reuse renamed label when re-added by previous name #5531 2026-05-04 21:13:57 +00:00
label_slug.go Backend: Compact verbose comments in entity and photoprism workers 2026-05-15 17:50:08 +00:00
label_slug_test.go Labels: Reuse renamed label when re-added by previous name #5531 2026-05-04 21:13:57 +00:00
label_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-05-05 13:17:46 +10:00
lens.go Run go fix ./... and keep mechanical modernization updates. 2026-02-21 21:29:34 +10:00
lens_cache.go Index: Improve save / update functions, remove orphans 2021-02-06 16:30:30 +01:00
lens_fixtures.go improve fixture creation to remove errors if records already exist due to gorm2 (switch to save instead of create) 2025-03-06 16:55:37 +10:00
lens_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
lens_models.go Cards View: Improve camera and lens information #2040 #3077 #3816 2023-10-13 11:35:43 +02:00
lens_test.go Merge tag '251130-b3068414c' into PostgreSQL 2025-12-01 17:16:33 +10:00
link.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-10 13:32:02 +10:00
link_fixtures.go Security: Add gosec fixes with shared URL and fs validation helpers 2026-03-03 16:38:41 +01:00
link_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
marker.go Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn. 2026-05-18 12:27:13 +10:00
marker_fixtures.go Backend: Move crop package to /internal/thumb/crop 2024-07-02 07:45:16 +02:00
marker_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
marker_json.go People: Add face dist to marker API JSON #22 2021-09-23 14:03:35 +02:00
marker_json_test.go People: Add SubjectNames() to file entity #22 2021-09-02 11:12:42 +02:00
marker_test.go Config: Centralize SQL driver identifiers in pkg/dsn #5588 2026-05-17 14:47:43 +00:00
markers.go AI: Do not add portrait or people labels from face markers #5232 2025-10-05 04:37:20 +02:00
markers_test.go AI: Improve the generation, sorting, and filtering of labels #5232 2025-10-02 13:08:52 +02:00
mysql8_test.go Config: Centralize SQL driver identifiers in pkg/dsn #5588 2026-05-17 14:47:43 +00:00
passcode.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-02-21 10:33:23 +10:00
passcode_fixtures.go Tests: Add unit tests 2024-07-17 16:38:34 +02:00
passcode_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
passcode_json.go Security: Add gosec fixes with shared URL and fs validation helpers 2026-03-03 16:38:41 +01:00
passcode_json_test.go Tests: Add unit tests #808 #3943 2024-03-27 17:01:17 +01:00
passcode_test.go Auth: Refactor cluster configuration and provisioning API endpoints #98 2025-09-24 08:28:38 +02:00
password.go Add type:bytes; tag to all varbinary columns in structs 2024-09-20 14:25:07 +10:00
password_fixtures.go Tests: Add unit tests #4973 2025-05-02 18:39:40 +02:00
password_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
password_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
photo.go Run go fix ./... and keep mechanical modernization updates. 2026-02-21 21:29:34 +10:00
photo_album.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-04 16:51:54 +10:00
photo_album_fixtures.go GormV2: Fixes required by Gorm V2 2025-12-02 23:59:38 +10:00
photo_album_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
photo_album_test.go Merge tag '251130-b3068414c' into PostgreSQL 2025-12-01 17:16:33 +10:00
photo_caption.go Docs: Improve code comments in internal/entity/photo*.go 2025-10-02 15:52:05 +02:00
photo_caption_test.go Tests: add logging message where fk violations are expected 2025-10-01 20:04:38 +10:00
photo_datetime.go Merge tag '251130-b3068414c' into PostgreSQL 2025-12-01 17:16:33 +10:00
photo_datetime_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
photo_estimate.go Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn. 2026-05-18 12:27:13 +10:00
photo_estimate_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
photo_fixtures.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-12-03 00:03:59 +10:00
photo_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
photo_interface.go Albums: Remove photo from review when adding it to an album #4229 2024-05-09 16:00:53 +02:00
photo_keyword.go GormV2: Fixes required by Gorm V2 2025-12-02 23:59:38 +10:00
photo_keyword_fixtures.go Tests: address changes from merge, fixture updates, 2025-12-03 00:01:22 +10:00
photo_keyword_test.go UX: Add batch edit dialog and API endpoints #271 #5324 2025-11-19 11:20:34 +01:00
photo_label.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-10 13:32:02 +10:00
photo_label_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-10 13:32:02 +10:00
photo_location.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-02-11 18:05:34 +10:00
photo_location_test.go Places: Update entity/photo_location_test.go #5445 2026-02-10 17:36:47 +01:00
photo_merge.go Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn. 2026-05-18 12:27:13 +10:00
photo_merge_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-04 16:14:27 +10:00
photo_optimize.go UX: Add batch edit dialog and API endpoints #271 #5324 2025-11-19 11:20:34 +01:00
photo_optimize_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
photo_quality.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-10 13:32:02 +10:00
photo_quality_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-10 13:32:02 +10:00
photo_reset.go CLI: Add "photoprism vision reset" command to reset metadata #5233 2025-09-29 18:59:52 +02:00
photo_reset_test.go Tests: correct to int64 for db count and update number of fixtures 2025-10-01 15:48:18 +10:00
photo_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-05-18 11:07:50 +10:00
photo_title.go UX: Add batch edit dialog and API endpoints #271 #5324 2025-11-19 11:20:34 +01:00
photo_title_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-04 16:51:54 +10:00
photo_user.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-22 10:18:43 +10:00
photo_user_test.go Tests: add more coverage of sql 2025-09-27 22:26:05 +10:00
photo_vision.go AI: Add IndexedAt time to indicate when a photo was fully indexed #5167 2025-10-07 13:57:01 +02:00
photo_yaml.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-04 16:14:27 +10:00
photo_yaml_test.go Backend: move internal/functions to pkg 2025-10-12 20:42:27 +10:00
photos.go UX: Add batch edit dialog and API endpoints #271 #5324 2025-11-19 11:20:34 +01:00
photos_test.go refactor: move queries from entity. 2025-07-01 19:12:50 +10:00
place.go Update VARCHAR to gorm generic 2024-10-01 21:40:10 +10:00
place_fixtures.go improve fixture creation to remove errors if records already exist due to gorm2 (switch to save instead of create) 2025-03-06 16:55:37 +10:00
place_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
place_test.go UX: Add batch edit dialog and API endpoints #271 #5324 2025-11-19 11:20:34 +01:00
reaction.go Backend: reinstate Values alias for map[string]interface{} 2025-10-01 20:03:05 +10:00
reaction_fixtures.go Search: Change time_format to RFC3339 and add "edited" filter #4300 2024-05-27 09:16:21 +02:00
reaction_test.go Tests: add more coverage of sql 2025-09-27 22:26:05 +10:00
service.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-03-02 17:32:47 +10:00
service_fixtures.go Enable SoftDelete on Service 2024-09-25 18:07:59 +10:00
service_test.go Services: Add CIDR allowlist for discovery and WebDAV traffic #5461 2026-02-26 18:18:40 +01:00
src.go Faces: Change search to return all face markers, regardless of src #5167 2025-10-07 20:01:43 +02:00
src_test.go Faces: Change search to return all face markers, regardless of src #5167 2025-10-07 20:01:43 +02:00
string.go Docs: Improve code comments in internal/entity/src.go and string.go 2025-10-02 16:08:22 +02:00
string_keyvalue.go People: Show real name instead of uid in logs #1438 #2182 2022-04-04 14:21:43 +02:00
string_map.go Fix AfterDelete where cause error, and ensure that logic is still safe. 2025-03-06 23:36:16 +10:00
string_map_test.go Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00
string_test.go Codespell: Fix invalid inline comments and broken test assertions #4506 2025-03-27 16:57:56 +01:00
subject.go Add Dialects to dsn, and replace use of Driver with Dialect when checking the Gorm Dialector.Name(). Fix Merge issues with movement of consts to dsn. 2026-05-18 12:27:13 +10:00
subject_fixtures.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2025-10-04 16:51:54 +10:00
subject_fixtures_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
subject_names.go Gorm: Fix missing & on Model and Delete statements 2025-08-18 23:17:54 +10:00
subject_person.go Code: make fmt-go 2025-05-15 15:42:27 +10:00
subject_person_test.go People: Improve face thumbnails on overview page #22 2021-09-17 18:51:24 +02:00
subject_test.go Merge remote-tracking branch 'origin/develop' into PostgreSQL 2026-02-11 18:05:34 +10: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 Security: Use individual preview tokens for each user account #98 2022-10-13 22:11:02 +02:00