photoprism/internal/entity
2025-04-02 22:11:16 +10:00
..
dbtest Alter test to handle different ways of using SQLite. 2025-03-31 22:32:06 +10:00
legacy Run "make fmt-go" 2025-03-30 00:00:28 +10:00
migrate Switch to named DSNs for testing 2025-03-30 22:28:12 +10:00
query Switch to named DSNs for testing 2025-03-30 22:28:12 +10:00
schema Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-03-27 20:52:16 +10:00
search Merge remote-tracking branch 'keif888/gorm2' into PostgreSQL 2025-04-01 21:45:45 +10:00
sortby Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-03-27 20:52:16 +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 Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-03-27 20:52:16 +10:00
album_cache.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-03-04 21:57:02 +10:00
album_cache_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
album_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
album_fixtures_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
album_test.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-03-27 20:52:16 +10:00
album_user.go Add type:bytes; tag to all varbinary columns in structs 2024-09-20 14:25:07 +10:00
album_yaml.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-03-28 22:04:17 +10:00
album_yaml_test.go Tests: Add unit tests #4294 2024-05-28 12:48:24 +02:00
auth_client.go Add type:bytes; tag to all varbinary columns in structs 2024-09-20 14:25:07 +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 Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00
auth_client_fixtures.go Backend: Move unix package to /pkg/time/unix 2024-07-03 09:31:27 +02:00
auth_client_fixtures_test.go Tests: Add unit tests #3943 2023-12-21 16:00:28 +01:00
auth_client_test.go add log.info messages when database errors are expected 2025-03-06 20:25:43 +10:00
auth_session.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-02-06 20:41:06 +10:00
auth_session_cache.go Remove all compiler errors related to Gorm2 2024-09-17 23:38:17 +10:00
auth_session_cache_test.go Auth: Extend session lifetime if 2FA is enabled #808 #3943 #4114 2024-04-12 13:30:30 +02: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 Auth: Open album share links in the regular user interface #98 #782 2022-10-02 11:38:30 +02: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 Remove all compiler errors related to Gorm2 2024-09-17 23:38:17 +10:00
auth_session_delete_test.go Backend: Move unix package to /pkg/time/unix 2024-07-03 09:31:27 +02:00
auth_session_fixtures.go Change to Millisecond as Mariadb is not nano second aware 2025-03-28 23:32:13 +10:00
auth_session_fixtures_test.go Auth: Use hashed auth tokens for enhanced security #3943 #808 #782 2024-01-06 17:35:19 +01:00
auth_session_login.go Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00
auth_session_login_test.go Tests: Add unit tests 2024-07-17 16:38:34 +02: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 add log.info messages when database errors are expected 2025-03-06 20:25:43 +10:00
auth_tokens.go Account: Add auth-related error messages to pkg/authn #808 #4114 2024-03-29 12:16:26 +01:00
auth_tokens_test.go Tests: Add unit tests 2023-08-09 15:56:16 +02:00
auth_user.go gorm.DeletedAt{} changes 2025-03-27 22:40:26 +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 'photoprism/develop' into gorm2 2025-02-06 20:41:06 +10:00
auth_user_default.go Remove error if legacy table doesn't exist 2025-03-06 16:29:14 +10:00
auth_user_details.go Apply gorm type generics 2025-02-18 22:47:47 +10:00
auth_user_details_test.go Fix reset of sequence for auth_users 2025-02-27 22:37:29 +10:00
auth_user_fixtures.go Run "make fmt-go" 2025-03-30 00:00:28 +10:00
auth_user_fixtures_test.go API: Implement OIDC redirect endpoint #782 2024-07-01 16:50:53 +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 Improve testing for legacy users 2025-03-27 22:48:58 +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 'photoprism/develop' into gorm2 2025-03-27 20:52:16 +10:00
auth_user_settings_test.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-03-27 20:52:16 +10:00
auth_user_share.go Add type:bytes; tag to all varbinary columns in structs 2024-09-20 14:25:07 +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: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
auth_user_share_test.go Add creation of required records to enable tests to work with foreign keys. 2024-09-29 00:05:40 +10:00
auth_user_test.go Merge remote-tracking branch 'keif888/gorm2' into PostgreSQL 2025-03-07 12:59:30 +10:00
camera.go Run "make fmt-go" 2025-03-30 00:00:28 +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 Backend: Format go imports 2020-11-21 18:08:41 +01:00
camera_makes.go Scans: Detect Reflecta DigitDia 7000 as film scanner #4581 2025-01-21 00:26:52 +01:00
camera_models.go Scans: Detect Reflecta DigitDia 7000 as film scanner #4581 2025-01-21 00:26:52 +01:00
camera_test.go Run "make fmt-go" 2025-03-30 00:00:28 +10:00
camera_types.go Scans: Detect Reflecta DigitDia 7000 as film scanner #4581 2025-01-21 00:26:52 +01:00
camera_types_test.go Scans: Detect Reflecta DigitDia 7000 as film scanner #4581 2025-01-21 00:26:52 +01:00
category.go albrechtf 20dad85a Replace GORM with GORMv2 2024-09-18 17:22:23 +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 Remove sql error by checking before creating for Cell 2025-03-06 19:31:07 +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 People: Improve face clustering and indexing #22 2021-08-19 21:12:38 +02:00
cell_test.go Tests: Add unit tests 2024-05-10 18:18:25 +02:00
country.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2024-10-19 19:36:50 +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 Countries: Rename "USA" to "United States" for consistency 2024-10-10 16:21:06 +02:00
db.go Remove all compiler errors related to Gorm2 2024-09-17 23:38:17 +10:00
db_conn.go Update connections for postgresql to use pgxpool 2025-03-01 17:38:55 +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 Prevent pk violation error if the record already exists for Details 2025-03-06 17:20:36 +10:00
details_fixtures.go Backend: Move report package to /pkg/txt/report 2024-07-03 09:29:15 +02:00
details_fixtures_test.go Backend: Format go imports 2020-11-21 18:08:41 +01:00
details_test.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-01-31 23:08:27 +10:00
duplicate.go Run "make fmt-go" 2025-03-30 00:00:28 +10:00
duplicate_test.go Index: Set labels based on matching keywords in title or subject #4602 2024-11-01 12:15:39 +01:00
entity.go Backend: Update copyright notices 2025-01-09 10:28:17 +01:00
entity_const.go Albums: Prevent the same albums from being created twice #4849 2025-03-19 12:00:30 +01:00
entity_count.go Run "make fmt-go" 2025-03-30 00:00:28 +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 Merge remote-tracking branch 'keif888/gorm2' into PostgreSQL 2025-03-29 22:26:51 +10:00
entity_counts_test.go UX: Update counters and covers in the background #4323 2025-03-28 23:20:28 +01: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: Move migrate package to /internal/entity/migrate 2024-07-02 06:40:03 +02:00
entity_init.go Merge remote-tracking branch 'keif888/gorm2' into PostgreSQL 2025-04-02 22:11:16 +10:00
entity_save.go Add call to Create if there are constraint issues so Gorm will insert in correct order 2024-10-03 16:45:02 +10:00
entity_save_test.go add more logging of when to expect sql errors 2025-03-06 22:13:27 +10:00
entity_tables.go Run "make fmt-go" 2025-03-30 00:00:28 +10:00
entity_test.go Switch to named DSNs for testing 2025-03-30 22:28:12 +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 'photoprism/develop' into gorm2 2025-01-31 23:08:27 +10:00
entity_update.go Change update to use new ModelValues which can strip undesirable values from the Struct 2024-10-06 22:57:30 +10:00
entity_update_test.go Change update to use new ModelValues which can strip undesirable values from the Struct 2024-10-06 22:57:30 +10:00
entity_values.go Change update to use new ModelValues which can strip undesirable values from the Struct 2024-10-06 22:57:30 +10:00
entity_values_test.go Fix incorrect Nil expectation 2024-10-06 23:07:38 +10:00
error.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-02-06 20:41:06 +10:00
face.go Fix marker_invalid not using FALSE 2025-02-28 15:27:30 +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 Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
face_test.go Index: Set labels based on matching keywords in title or subject #4602 2024-11-01 12:15:39 +01: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 Merge remote-tracking branch 'keif888/gorm2' into PostgreSQL 2025-03-27 22:56:59 +10:00
file_fixtures.go Run "make fmt-go" 2025-03-30 00:00:28 +10:00
file_fixtures_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
file_json.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-03-27 20:52:16 +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 Add type:bytes; tag to all varbinary columns in structs 2024-09-20 14:25:07 +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 Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
file_share_test.go Fix incorrect id in test 2025-03-06 19:41:53 +10:00
file_sync.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-03-27 20:52:16 +10:00
file_sync_fixtures.go Handle nullable FileID for filesync 2024-09-29 00:01:35 +10:00
file_sync_fixtures_test.go Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00
file_sync_test.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2024-11-23 15:46:07 +10:00
file_test.go Merge remote-tracking branch 'keif888/gorm2' into PostgreSQL 2025-03-27 22:56:59 +10:00
fixtures.go Revert to use of Create on Test Fixture data creation 2024-09-25 20:43:58 +10:00
folder.go remove duplicate key error messages from indexing 2025-03-05 21:55:00 +10:00
folder_fixtures.go Enable SoftDelete on Folder 2024-09-25 12:19:59 +10:00
folder_test.go remove duplicate key error messages from indexing 2025-03-05 21:55:00 +10:00
get_caller.go Add ability to detect inconsitencies in Photo 2024-10-06 22:59:22 +10:00
keyword.go Improve error message, tests, and fix bug found 2024-10-02 15:37:21 +10: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 Backend: Format go imports 2020-11-21 18:08:41 +01:00
keyword_test.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2024-11-23 15:46:07 +10:00
label.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-02-06 20:41:06 +10:00
label_cache.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-01-31 23:08:27 +10:00
label_cache_test.go Labels: Refactor label entity and cache in label.go and label_cache.go 2025-01-17 05:36:25 +01:00
label_fixtures.go Enable SoftDelete on Label 2024-09-25 14:56:18 +10:00
label_fixtures_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
label_test.go Run "make fmt-go" 2025-03-30 00:00:28 +10:00
lens.go Run "make fmt-go" 2025-03-30 00:00:28 +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 Backend: Format go imports 2020-11-21 18:08:41 +01: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 Run "make fmt-go" 2025-03-30 00:00:28 +10:00
link.go Add type:bytes; tag to all varbinary columns in structs 2024-09-20 14:25:07 +10:00
link_fixtures.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
link_test.go Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00
marker.go Cleanup some gorm attributes 2025-02-21 18:23:10 +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 People: Refactor faces worker and related entities #22 2021-08-16 00:29:36 +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 fix marker_test to check for correct/nil errors, and add Create so where clause error is not generated 2025-03-06 22:30:58 +10:00
markers.go Backend: Rename /internal/tensorflow to /internal/ai 2024-07-02 08:08:14 +02:00
markers_test.go Backend: Rename /internal/tensorflow to /internal/ai 2024-07-02 08:08:14 +02:00
mysql8_test.go Remove all compiler errors related to Gorm2 2024-09-17 23:38:17 +10:00
passcode.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-03-27 20:52:16 +10:00
passcode_fixtures.go Tests: Add unit tests 2024-07-17 16:38:34 +02:00
passcode_fixtures_test.go Tests: Add unit tests #808 #3943 2024-03-27 17:01:17 +01:00
passcode_json.go Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00
passcode_json_test.go Tests: Add unit tests #808 #3943 2024-03-27 17:01:17 +01:00
passcode_test.go Account: Add auth-related error messages to pkg/authn #808 #4114 2024-03-29 12:16:26 +01: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 fixtures 2024-07-16 17:28:19 +02:00
password_fixtures_test.go Run "make fmt" 2021-08-28 13:55:37 +02:00
password_test.go Index: Set labels based on matching keywords in title or subject #4602 2024-11-01 12:15:39 +01:00
photo.go Merge remote-tracking branch 'keif888/gorm2' into PostgreSQL 2025-03-29 22:26:51 +10:00
photo_album.go Add type:bytes; tag to all varbinary columns in structs 2024-09-20 14:25:07 +10:00
photo_album_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
photo_album_fixtures_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
photo_album_test.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2024-11-23 15:46:07 +10:00
photo_caption.go Metadata: Add backward compatibility for Description field #4603 2025-01-20 19:20:12 +01:00
photo_caption_test.go add more logging of when to expect sql errors 2025-03-06 22:13:27 +10:00
photo_datetime.go Metadata: Accept switch back to local time if current zone is UTC #2876 2022-11-15 17:54:16 +01:00
photo_datetime_test.go Search: Change time_format to RFC3339 and add "edited" filter #4300 2024-05-27 09:16:21 +02:00
photo_estimate.go Remove Debug() gorm statements 2025-02-28 18:30:52 +10:00
photo_estimate_test.go Metadata: Set labels based on matching keywords in the caption #4603 2025-01-17 06:24:29 +01:00
photo_fixtures.go gorm.DeletedAt{} changes 2025-03-27 22:40:26 +10:00
photo_fixtures_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01: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 albrechtf 20dad85a Replace GORM with GORMv2 2024-09-18 17:22:23 +10:00
photo_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
photo_keyword_test.go Entities: Refactor FirstOrCreate 2020-05-26 11:00:39 +02:00
photo_label.go Apply gorm type generics 2025-02-18 22:47:47 +10:00
photo_label_test.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-01-31 23:08:27 +10:00
photo_location.go Metadata: Use "github.com/ugjka/go-tz/v2" instead of custom fork 2025-03-27 16:34:47 +01:00
photo_location_test.go Places: Use float64 for all coordinates to avoid rounding errors #3953 2024-09-15 13:52:31 +02:00
photo_merge.go Run "make fmt-go" 2025-03-30 00:00:28 +10:00
photo_merge_test.go Index: Set labels based on matching keywords in title or subject #4602 2024-11-01 12:15:39 +01:00
photo_optimize.go Metadata: Don't generate picture titles based on labels only 2025-01-05 13:33:54 +01:00
photo_optimize_test.go Metadata: Add --force flag to optimize command #1736 2021-11-18 03:47:25 +01:00
photo_quality.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-03-27 20:52:16 +10:00
photo_quality_test.go Merge remote-tracking branch 'keif888/gorm2' into PostgreSQL 2025-03-07 12:59:30 +10:00
photo_test.go add more logging of when to expect sql errors 2025-03-06 22:13:27 +10:00
photo_title.go Metadata: Add backward compatibility for Description field #4603 2025-01-20 19:20:12 +01:00
photo_title_test.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-03-28 22:04:17 +10:00
photo_user.go Add type:bytes; tag to all varbinary columns in structs 2024-09-20 14:25:07 +10:00
photo_yaml.go Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00
photo_yaml_test.go Tests: Add unit tests #4294 2024-05-28 12:48:24 +02:00
photos.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-03-28 22:04:17 +10:00
photos_test.go Run "make fmt-go" 2025-03-30 00:00:28 +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 Backend: Format go imports 2020-11-21 18:08:41 +01:00
place_test.go Auth: Session and ACL enhancements #98 #1746 2022-09-28 09:01:17 +02:00
reaction.go Add type:bytes; tag to all varbinary columns in structs 2024-09-20 14:25:07 +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 Auth: Rename database tables and delete temporary tables #98 #782 2022-10-02 22:09:02 +02:00
service.go Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-01-31 23:08:27 +10:00
service_fixtures.go Enable SoftDelete on Service 2024-09-25 18:07:59 +10:00
service_test.go Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00
src.go Metadata: Set labels based on matching keywords in the caption #4603 2025-01-17 06:24:29 +01:00
string.go People: Show real name instead of uid in logs #1438 #2182 2022-04-04 14:21:43 +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 Merge remote-tracking branch 'photoprism/develop' into gorm2 2025-03-27 20:52:16 +10:00
subject_fixtures.go Enable SoftDelete on Subject 2024-09-25 18:13:02 +10:00
subject_fixtures_test.go People: Add overview page with search and context menu #22 2021-09-17 14:26:12 +02:00
subject_names.go People: Show real name instead of uid in logs #1438 #2182 2022-04-04 14:21:43 +02:00
subject_person.go Run "make fmt-go" 2025-03-30 00:00:28 +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 Fix test to work on MariaDB 2024-09-29 00:09:30 +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