photoprism/internal/entity
2024-01-31 14:16:13 +01:00
..
legacy Docs: Update year in backend and frontend package file headers 2024-01-05 16:38:36 +01:00
schema Entities: Update schema/mariadb.mmd 2024-01-12 12:02:38 +01: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 Backend: Change alias name for map[string]interface{} from Value to Map 2024-01-20 15:01:40 +01:00
album_cache.go
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 Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01: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 Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
album_user.go
album_yaml.go Config: Show error if originals and storage path seem identical #1642 2024-01-21 14:22:16 +01:00
album_yaml_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
auth_client.go OAuth2: Remove client soft delete and fix client add command #213 #3943 2024-01-29 21:08:01 +01: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: Add "access_token" authentication provider type #782 #808 #3943 2024-01-19 14:41:08 +01:00
auth_client_fixtures.go OAuth2: Remove client soft delete and fix client add command #213 #3943 2024-01-29 21:08:01 +01:00
auth_client_fixtures_test.go Tests: Add unit tests #3943 2023-12-21 16:00:28 +01:00
auth_client_test.go Tests: Add unit tests 2024-01-31 14:16:13 +01:00
auth_key.go 2FA: Add two-factor authentication key model and tests #782 #808 #3943 2024-01-19 13:45:30 +01:00
auth_key_test.go 2FA: Add two-factor authentication key model and tests #782 #808 #3943 2024-01-19 13:45:30 +01:00
auth_session.go OAuth2: Remove client soft delete and fix client add command #213 #3943 2024-01-29 21:08:01 +01:00
auth_session_cache.go OAuth2: Refactor "client add" and "client mod" CLI commands #808 #3943 2024-01-29 13:54:50 +01:00
auth_session_cache_test.go Tests: Add unit tests #3943 2024-01-16 16:10:57 +01:00
auth_session_client.go 2FA: Rename "Auth Secret" to "App Password" for more clarity #782 #808 2024-01-19 18:10:01 +01:00
auth_session_client_test.go OAuth2: Refactor "client add" and "client mod" CLI commands #808 #3943 2024-01-29 13:54:50 +01:00
auth_session_data.go
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_fixtures.go OAuth2: Refactor "client add" and "client mod" CLI commands #808 #3943 2024-01-29 13:54:50 +01: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 WebDAV: Re-enable authentication with account password #782 #808 2024-01-29 14:48:15 +01:00
auth_session_login_test.go OAuth2: Refactor "client add" and "client mod" CLI commands #808 #3943 2024-01-29 13:54:50 +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 OAuth2: Remove client soft delete and fix client add command #213 #3943 2024-01-29 21:08:01 +01:00
auth_tokens.go OAuth2: Add Client Credentials Authentication #213 #782 #808 #3730 #3943 2023-12-12 18:42:50 +01:00
auth_tokens_test.go Tests: Add unit tests 2023-08-09 15:56:16 +02:00
auth_user.go Backend: Change alias name for map[string]interface{} from Value to Map 2024-01-20 15:01:40 +01:00
auth_user_add.go CLI: Improve length check in "photoprism passwd" command #3482 2023-06-19 17:24:02 +02:00
auth_user_cli.go Auth: Ensure clipboard is cleared on logout and privilege change #3512 2023-07-14 09:14:57 +02:00
auth_user_default.go Auth: Add client_uid and client_name to auth_sessions table #808 #3943 2024-01-18 16:53:05 +01:00
auth_user_details.go User Details: Increase size of bio field, add about to UI #98 2023-03-10 10:21:46 +01:00
auth_user_details_test.go Tests: Add unit tests 2023-08-09 15:56:16 +02:00
auth_user_fixtures.go Auth: Add client_uid and client_name to auth_sessions table #808 #3943 2024-01-18 16:53:05 +01:00
auth_user_fixtures_test.go Auth: Add client_uid and client_name to auth_sessions table #808 #3943 2024-01-18 16:53:05 +01:00
auth_user_legacy.go
auth_user_legacy_test.go
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 Settings: Move download settings to general tab #449 2023-03-11 15:34:59 +01:00
auth_user_settings_test.go Tests: Add unit tests 2023-08-11 14:48:28 +02:00
auth_user_share.go Backend: Change alias name for map[string]interface{} from Value to Map 2024-01-20 15:01:40 +01:00
auth_user_share_fixtures.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_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 Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
auth_user_test.go Auth: Add client_uid and client_name to auth_sessions table #808 #3943 2024-01-18 16:53:05 +01:00
camera.go Cards View: Improve camera and lens information #2040 #3077 #3816 2023-10-13 11:35:43 +02:00
camera_cache.go
camera_fixtures.go Cards View: Improve camera and lens information #2040 #3077 #3816 2023-10-13 11:35:43 +02:00
camera_fixtures_test.go
camera_makes.go Metadata: Add additional camera make and model mappings #3802 2023-10-10 16:52:00 +02:00
camera_models.go Adds Galaxy S10 to cameraModels (#3828) 2023-10-17 13:28:44 +02:00
camera_test.go Cards View: Improve camera and lens information #2040 #3077 #3816 2023-10-13 11:35:43 +02:00
category.go
category_fixtures.go
category_test.go
cell.go Video: Add transcoding libs and improve error handling #3466 2023-07-15 15:17:41 +02:00
cell_fixtures.go
cell_fixtures_test.go
cell_test.go
country.go
country_cache.go
country_fixtures.go
country_test.go
db.go
db_conn.go Tests: Change SQLite Memory DSN to ":memory:?cache=shared" 2023-02-14 21:47:31 +01:00
db_conn_test.go
deprecated.go
details.go
details_fixtures.go OAuth2: Improve authentication logs and commands #213 #3730 #3943 2024-01-29 17:32:53 +01:00
details_fixtures_test.go
details_test.go
duplicate.go
duplicate_test.go
entity.go Docs: Update year in backend and frontend package file headers 2024-01-05 16:38:36 +01:00
entity_const.go Search: Include RAW files in results by default #2040 2023-10-06 02:22:48 +02:00
entity_count.go
entity_count_test.go
entity_counts.go Index: Refactor optimization worker logs and queries #3124 #3742 2023-10-15 11:02:15 +02:00
entity_counts_test.go
entity_fixtures.go Config: Always initialize fixtures, even when skipping migrations #3215 2023-02-21 04:44:08 +01:00
entity_init.go
entity_save.go
entity_save_test.go
entity_tables.go 2FA: Add two-factor authentication key model and tests #782 #808 #3943 2024-01-19 13:45:30 +01:00
entity_test.go
entity_time.go OAuth2: Refactor "client add" and "client mod" CLI commands #808 #3943 2024-01-29 13:54:50 +01:00
entity_time_test.go Metadata: Use UTC offset if actual time zone is unknown #3780 2023-10-21 00:11:11 +02:00
entity_update.go Video: Add transcoding libs and improve error handling #3466 2023-07-15 15:17:41 +02:00
entity_update_test.go
entity_values.go Backend: Change alias name for map[string]interface{} from Value to Map 2024-01-20 15:01:40 +01:00
entity_values_test.go Backend: Change alias name for map[string]interface{} from Value to Map 2024-01-20 15:01:40 +01:00
error.go
face.go Backend: Change alias name for map[string]interface{} from Value to Map 2024-01-20 15:01:40 +01:00
face_fixtures.go
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 Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
faces.go
faces_test.go
file.go Videos: Cache embedded media to allow streaming and transcoding #3764 2023-09-24 17:13:06 +02:00
file_fixtures.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01: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 Edit: Change image orientation through the user interface #464 2023-03-20 16:18:27 +01:00
file_json_test.go
file_metadata.go Videos: Refactor File.UpdateVideoInfos() method #926 #3588 #3559 2023-08-18 09:12:38 +02:00
file_share.go
file_share_fixtures.go
file_share_fixtures_test.go
file_share_test.go
file_sync.go
file_sync_fixtures.go
file_sync_fixtures_test.go
file_sync_test.go
file_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
fixtures.go OAuth2: Add Client Credentials Authentication #213 #782 #808 #3730 #3943 2023-12-12 18:42:50 +01:00
folder.go
folder_fixtures.go
folder_test.go
keyword.go
keyword_fixtures.go
keyword_fixtures_test.go
keyword_test.go
label.go
label_fixtures.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01: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
lens.go Cards View: Improve camera and lens information #2040 #3077 #3816 2023-10-13 11:35:43 +02:00
lens_cache.go
lens_fixtures.go Cards View: Improve camera and lens information #2040 #3077 #3816 2023-10-13 11:35:43 +02:00
lens_fixtures_test.go
lens_models.go Cards View: Improve camera and lens information #2040 #3077 #3816 2023-10-13 11:35:43 +02:00
lens_test.go Cards View: Improve camera and lens information #2040 #3077 #3816 2023-10-13 11:35:43 +02:00
link.go OAuth2: Add Client Credentials Authentication #213 #782 #808 #3730 #3943 2023-12-12 18:42:50 +01: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 Tests: Add unit tests #3943 2024-01-16 16:10:57 +01:00
marker.go Backend: Change alias name for map[string]interface{} from Value to Map 2024-01-20 15:01:40 +01:00
marker_fixtures.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
marker_fixtures_test.go
marker_json.go
marker_json_test.go
marker_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
markers.go
markers_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
mysql8_test.go Config: Always initialize fixtures, even when skipping migrations #3215 2023-02-21 04:44:08 +01:00
password.go Auth: Reduce bcrypt cost for faster login on small devices #3718 2023-09-12 09:36:23 +02:00
password_fixtures.go OAuth2: Add Client Credentials Authentication #213 #782 #808 #3730 #3943 2023-12-12 18:42:50 +01:00
password_fixtures_test.go
password_test.go Auth: Reduce bcrypt cost for faster login on small devices #3718 2023-09-12 09:36:23 +02:00
photo.go Metadata: Use UTC offset if actual time zone is unknown #3780 2023-10-21 00:11:11 +02:00
photo_album.go
photo_album_fixtures.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01: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 Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
photo_datetime.go
photo_datetime_test.go Metadata: Use UTC offset if actual time zone is unknown #3780 2023-10-21 00:11:11 +02:00
photo_estimate.go Fix Duration Compare in photos estimate 2023-03-03 16:21:21 +01:00
photo_estimate_test.go Fix Duration Compare in photos estimate 2023-03-03 16:21:21 +01:00
photo_fixtures.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01: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_keyword.go
photo_keyword_fixtures.go
photo_keyword_test.go
photo_label.go Video: Add transcoding libs and improve error handling #3466 2023-07-15 15:17:41 +02:00
photo_label_test.go
photo_location.go Metadata: Use UTC offset if actual time zone is unknown #3780 2023-10-21 00:11:11 +02:00
photo_location_test.go Metadata: Use UTC offset if actual time zone is unknown #3780 2023-10-21 00:11:11 +02:00
photo_merge.go
photo_merge_test.go
photo_optimize.go
photo_optimize_test.go
photo_quality.go
photo_quality_test.go
photo_test.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
photo_title.go
photo_title_test.go
photo_user.go
photo_yaml.go Config: Show error if originals and storage path seem identical #1642 2024-01-21 14:22:16 +01:00
photo_yaml_test.go
place.go Albums: Improve database error handling #3320 2023-04-02 10:27:57 +02:00
place_fixtures.go
place_fixtures_test.go
place_test.go
reaction.go Backend: Change alias name for map[string]interface{} from Value to Map 2024-01-20 15:01:40 +01:00
reaction_fixtures.go
reaction_test.go
service.go Backend: Change alias name for map[string]interface{} from Value to Map 2024-01-20 15:01:40 +01:00
service_fixtures.go
service_test.go
src.go Auth: Refactor user management API and CLI commands #98 2023-03-08 23:30:39 +01:00
string.go
string_keyvalue.go
string_map.go
string_map_test.go
string_test.go
subject.go Backend: Change alias name for map[string]interface{} from Value to Map 2024-01-20 15:01:40 +01:00
subject_fixtures.go Auth: Add CLI command to create access tokens for apps #782 #808 #3943 2024-01-05 16:31:07 +01:00
subject_fixtures_test.go
subject_names.go
subject_person.go
subject_person_test.go
subject_test.go Tests: Add unit tests 2023-09-15 16:26:16 +02:00
subjects.go
subjects_test.go