| .. |
|
legacy
|
Backend: Update copyright notices
|
2025-01-09 10:28:17 +01:00 |
|
migrate
|
Logs: Add package pkg/log/status to provide generic outcome constants
|
2025-10-21 14:42:05 +02:00 |
|
query
|
Albums: Improve performance when setting/refreshing cover images #5253
|
2025-10-10 17:51:55 +02:00 |
|
schema
|
Database: Update entity/schema/mariadb.sql
|
2025-10-10 09:47:01 +02:00 |
|
search
|
Logs: Add package pkg/log/status to provide generic outcome constants
|
2025-10-21 14:42:05 +02:00 |
|
sortby
|
Search: Add "reverse" query param to sort results in reverse order #683
|
2025-07-14 18:08:05 +02: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
|
Docs: Improve code comments in internal/entity/album*.go
|
2025-10-02 15:59:38 +02:00 |
|
album_cache.go
|
Docs: Improve code comments in internal/entity/album*.go
|
2025-10-02 15:59:38 +02:00 |
|
album_cache_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
album_fixtures.go
|
Tests: Adapt fixtures to have valid slugs
|
2025-08-19 19:44:23 +02: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
|
Test: Use PascalCase names for all Go subtests in /pkg
|
2025-10-02 15:03:47 +02:00 |
|
album_user.go
|
Logs: Add package pkg/log/status to provide generic outcome constants
|
2025-10-21 14:42:05 +02:00 |
|
album_yaml.go
|
Config: Add fs.ExtYml file extension const for transitioning to ".yaml"
|
2025-09-13 02:09:22 +02:00 |
|
album_yaml_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
auth_client.go
|
Logs: Add package pkg/log/status to provide generic outcome constants
|
2025-10-21 14:42:05 +02: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
|
Cluster: Add AppName, AppVersion and Theme request/response fields #98
|
2025-10-19 12:44:21 +02: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
|
Auth: Refactor cluster configuration and provisioning API endpoints #98
|
2025-09-24 08:28:38 +02:00 |
|
auth_client_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
auth_session.go
|
Auth: Extend user accounts with custom scope setting
|
2025-10-22 19:58:56 +02:00 |
|
auth_session_cache.go
|
Logs: Add package pkg/log/status to provide generic outcome constants
|
2025-10-21 14:42:05 +02:00 |
|
auth_session_cache_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +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
|
Logs: Add package pkg/log/status to provide generic outcome constants
|
2025-10-21 14:42:05 +02:00 |
|
auth_session_delete_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
auth_session_fixtures.go
|
Tests: Add unit tests #4973
|
2025-05-02 18:39:40 +02: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_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
|
Auth: Refactor cluster configuration and provisioning API endpoints #98
|
2025-09-24 08:28:38 +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
|
Auth: Extend user accounts with custom scope setting
|
2025-10-22 19:58:56 +02:00 |
|
auth_tokens.go
|
Docs: Improve code comments in internal/entity/auth*.go
|
2025-10-02 16:15:18 +02:00 |
|
auth_tokens_test.go
|
Tests: Add unit tests
|
2023-08-09 15:56:16 +02:00 |
|
auth_user.go
|
Auth: Extend user accounts with custom scope setting
|
2025-10-22 19:58:56 +02:00 |
|
auth_user_add.go
|
OIDC: Improve CLI commands and add AuthIssuer to users and sessions #782
|
2024-07-09 11:01:59 +02:00 |
|
auth_user_cli.go
|
Auth: Extend user accounts with custom scope setting
|
2025-10-22 19:58:56 +02:00 |
|
auth_user_default.go
|
Logs: Add package pkg/log/status to provide generic outcome constants
|
2025-10-21 14:42:05 +02:00 |
|
auth_user_details.go
|
Docs: Improve code comments in internal/entity/auth*.go
|
2025-10-02 16:15:18 +02:00 |
|
auth_user_details_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
auth_user_fixtures.go
|
Tests: Add unit tests #4973
|
2025-05-02 18:39:40 +02: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
|
Auth: Improve legacy user search command and add tests #98
|
2022-10-14 02:48:23 +02:00 |
|
auth_user_legacy_test.go
|
Auth: Improve legacy user search command and add tests #98
|
2022-10-14 02:48:23 +02: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
|
Docs: Improve code comments in internal/entity/auth*.go
|
2025-10-02 16:15:18 +02:00 |
|
auth_user_settings_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
auth_user_share.go
|
Logs: Add package pkg/log/status to provide generic outcome constants
|
2025-10-21 14:42:05 +02: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
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
auth_user_test.go
|
Auth: Extend user accounts with custom scope setting
|
2025-10-22 19:58:56 +02:00 |
|
camera.go
|
Metadata: Improve camera type detection based on make and model #4581
|
2024-10-17 23:27:57 +02:00 |
|
camera_cache.go
|
Index: Improve save / update functions, remove orphans
|
2021-02-06 16:30:30 +01:00 |
|
camera_fixtures.go
|
Search: Change time_format to RFC3339 and add "edited" filter #4300
|
2024-05-27 09:16:21 +02: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
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02: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
|
Docs: Update code comments in internal/entity/category.go and details.go
|
2025-10-02 16:19:57 +02: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
|
Docs: Improve code comments in internal/entity/country.go and cell.go
|
2025-10-02 16:19:24 +02:00 |
|
cell_fixtures.go
|
Tests: Refactor unit tests after uid change #4560
|
2024-10-21 13:16:06 +02: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
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
country.go
|
Docs: Improve code comments in internal/entity/country.go and cell.go
|
2025-10-02 16:19:24 +02:00 |
|
country_cache.go
|
Index: Improve save / update functions, remove orphans
|
2021-02-06 16:30:30 +01:00 |
|
country_fixtures.go
|
Backend: Refactor test fixtures
|
2020-05-11 14:49:53 +02:00 |
|
country_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02: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
|
Tests: Change SQLite Memory DSN to ":memory:?cache=shared"
|
2023-02-14 21:47:31 +01:00 |
|
db_conn_test.go
|
Auth: Open album share links in the regular user interface #98 #782
|
2022-10-02 11:38:30 +02:00 |
|
deprecated.go
|
Routing: Prefix frontend UI routes with /library #840 #2466
|
2022-10-15 21:54:11 +02:00 |
|
details.go
|
Entity: Add missing json and yaml struct field tags; update swagger.json
|
2025-10-14 21:18:34 +02:00 |
|
details_fixtures.go
|
Entity: Use Db() instead of UnscopedDb() in details_fixtures.go
|
2025-05-05 11:17:11 +02: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
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
duplicate.go
|
Auth: Session and ACL enhancements #98 #1746
|
2022-09-28 09:01:17 +02: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
|
Docs: Improve code comments in internal/entity/entity*.go
|
2025-10-02 16:05:56 +02:00 |
|
entity_count.go
|
Index: Improve handling of archived photos, skip when possible #2257
|
2022-04-16 12:39:47 +02:00 |
|
entity_count_test.go
|
Download: Add Disabled, Originals, MediaRaw & MediaSidecar Flags #2234
|
2022-04-15 09:42:07 +02:00 |
|
entity_counts.go
|
Docs: Improve code comments in internal/entity/entity*.go
|
2025-10-02 16:05:56 +02:00 |
|
entity_counts_test.go
|
AI: Improve the generation, sorting, and filtering of labels #5232
|
2025-10-02 13:08:52 +02: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
|
API: Rename /batch/photos endpoint to /batch/photos/edit #271
|
2025-05-04 14:09:23 +02:00 |
|
entity_init.go
|
Docs: Improve code comments in internal/entity/entity*.go
|
2025-10-02 16:05:56 +02:00 |
|
entity_save.go
|
Docs: Improve code comments in internal/entity/entity*.go
|
2025-10-02 16:05:56 +02:00 |
|
entity_save_test.go
|
Search: Change time_format to RFC3339 and add "edited" filter #4300
|
2024-05-27 09:16:21 +02:00 |
|
entity_tables.go
|
Backend: Move migrate package to /internal/entity/migrate
|
2024-07-02 06:40:03 +02:00 |
|
entity_test.go
|
Backend: Remove temporary SQLite files before running unit tests
|
2025-09-29 11:49:10 +02: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
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
entity_update.go
|
Entity: Return the error if an update statement has failed #4504 #4505
|
2024-09-12 13:19:34 +02:00 |
|
entity_update_test.go
|
Search: Change time_format to RFC3339 and add "edited" filter #4300
|
2024-05-27 09:16:21 +02:00 |
|
entity_values.go
|
Docs: Improve code comments in internal/entity/entity*.go
|
2025-10-02 16:05:56 +02:00 |
|
entity_values_test.go
|
CLI: Add "photoprism vision reset" command to reset metadata #5233
|
2025-09-29 18:59:52 +02:00 |
|
error.go
|
Logs: Allow restart of logging after database provider reset #47 #4831
|
2025-04-09 16:31:06 +02:00 |
|
face.go
|
AI: Improve conflict resolution when merging face clusters #5167
|
2025-10-07 18:58:21 +02: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
|
Faces: Migrate & normalize face.Children from Embeddings to Clusters
|
2025-10-05 18:11:18 +02: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
|
Docs: Improve code comments in internal/entity/file*.go
|
2025-10-02 15:55:44 +02:00 |
|
file_fixtures.go
|
CLI: Add "photoprism vision reset" command to reset metadata #5233
|
2025-09-29 18:59:52 +02: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
|
Library: Add support for indexing PDF documents #4600
|
2025-03-12 04:26:04 +01: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
|
Entity: Add missing json and yaml struct field tags; update swagger.json
|
2025-10-14 21:18:34 +02:00 |
|
file_share_fixtures.go
|
Routing: Prefix frontend UI routes with /library #840 #2466
|
2022-10-15 21:54:11 +02: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
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
file_sync.go
|
Entity: Add missing json and yaml struct field tags; update swagger.json
|
2025-10-14 21:18:34 +02:00 |
|
file_sync_fixtures.go
|
Routing: Prefix frontend UI routes with /library #840 #2466
|
2022-10-15 21:54:11 +02: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
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
file_test.go
|
Pkg: Move /service/http/... to /http/... and add package /http/dns
|
2025-10-19 21:08:48 +02:00 |
|
fixtures.go
|
API: Rename /batch/photos endpoint to /batch/photos/edit #271
|
2025-05-04 14:09:23 +02:00 |
|
folder.go
|
Entity: Add missing json and yaml struct field tags; update swagger.json
|
2025-10-14 21:18:34 +02:00 |
|
folder_fixtures.go
|
People: Improve face clustering and indexing #22
|
2021-08-19 21:12:38 +02:00 |
|
folder_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
keyword.go
|
Entity: Add missing json and yaml struct field tags; update swagger.json
|
2025-10-14 21:18:34 +02:00 |
|
keyword_fixtures.go
|
Tests: Add fixtures
|
2022-03-30 18:21:14 +02: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
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
label.go
|
AI: Include NSFW flag & score when generating labels with Ollama #5232
|
2025-10-05 04:23:36 +02:00 |
|
label_cache.go
|
Docs: Improve code comments in internal/entity/label*.go and keyword.go
|
2025-10-02 16:03:02 +02:00 |
|
label_cache_test.go
|
Index: Improve generation, caching and logging of labels #5011 #5123
|
2025-07-22 22:09:00 +02:00 |
|
label_fixtures.go
|
Tests: Adapt fixtures to have valid slugs
|
2025-08-19 19:44:23 +02:00 |
|
label_fixtures_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
label_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
lens.go
|
Entities: Improve Stringer interface implementations for logging #4490
|
2024-08-29 10:35:18 +02:00 |
|
lens_cache.go
|
Index: Improve save / update functions, remove orphans
|
2021-02-06 16:30:30 +01:00 |
|
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
|
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
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
link.go
|
Logs: Replace status string literals with generic constants
|
2025-10-21 15:08:10 +02: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
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
marker.go
|
Faces: Change search to return all face markers, regardless of src #5167
|
2025-10-07 20:01:43 +02: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
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02: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
|
Backend: Move migrate package to /internal/entity/migrate
|
2024-07-02 06:40:03 +02:00 |
|
passcode.go
|
Docs: Improve code comments in internal/entity/passcode.go
|
2025-10-02 16:27:22 +02: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
|
API: Refactor data URL encoding and decoding in pkg/media #127 #1090
|
2025-04-09 10:58:48 +02: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
|
Entities: Improve Stringer interface implementations for logging #4490
|
2024-08-29 10:35:18 +02: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
|
API: Update swagger.json
|
2025-10-10 09:45:52 +02:00 |
|
photo_album.go
|
Docs: Improve code comments in internal/entity/photo*.go
|
2025-10-02 15:52:05 +02:00 |
|
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
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
photo_album_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02: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 unit tests
|
2025-07-22 13:01:22 +02:00 |
|
photo_datetime.go
|
Docs: Improve code comments in internal/entity/photo*.go
|
2025-10-02 15:52:05 +02: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
|
Docs: Improve code comments in internal/entity/photo*.go
|
2025-10-02 15:52:05 +02: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
|
CLI: Add "photoprism vision reset" command to reset metadata #5233
|
2025-09-29 18:59:52 +02: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
|
Docs: Improve code comments in internal/entity/photo*.go
|
2025-10-02 15:52:05 +02:00 |
|
photo_keyword_fixtures.go
|
Correct KeywordID's with extra Zero
|
2024-10-27 11:13:03 +01:00 |
|
photo_keyword_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
photo_label.go
|
AI: Include NSFW flag & score when generating labels with Ollama #5232
|
2025-10-05 04:23:36 +02:00 |
|
photo_label_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
photo_location.go
|
Docs: Improve code comments in internal/entity/photo*.go
|
2025-10-02 15:52:05 +02:00 |
|
photo_location_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
photo_merge.go
|
Docs: Improve code comments in internal/entity/photo*.go
|
2025-10-02 15:52:05 +02:00 |
|
photo_merge_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
photo_optimize.go
|
AI: Add IndexedAt time to indicate when a photo was fully indexed #5167
|
2025-10-07 13:57:01 +02: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
|
Docs: Improve code comments in internal/entity/photo*.go
|
2025-10-02 15:52:05 +02:00 |
|
photo_quality_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02: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
|
CLI: Add "photoprism vision reset" command to reset metadata #5233
|
2025-09-29 18:59:52 +02:00 |
|
photo_test.go
|
AI: Add IndexedAt time to indicate when a photo was fully indexed #5167
|
2025-10-07 13:57:01 +02:00 |
|
photo_title.go
|
Docs: Improve code comments in internal/entity/photo*.go
|
2025-10-02 15:52:05 +02:00 |
|
photo_title_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
photo_user.go
|
Logs: Add package pkg/log/status to provide generic outcome constants
|
2025-10-21 14:42:05 +02: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
|
Config: Add fs.ExtYml file extension const for transitioning to ".yaml"
|
2025-09-13 02:09:22 +02:00 |
|
photo_yaml_test.go
|
Tests: Add unit tests #4294
|
2024-05-28 12:48:24 +02:00 |
|
photos.go
|
API: Add /batch/photos endpoint to get metadata of selected photos #271
|
2025-05-03 12:43:01 +02:00 |
|
photos_test.go
|
API: Add /batch/photos endpoint to get metadata of selected photos #271
|
2025-05-03 12:43:01 +02:00 |
|
place.go
|
Backend: Rename /internal/remote package to /internal/service
|
2024-07-02 08:00:27 +02:00 |
|
place_fixtures.go
|
Tests: Refactor unit tests after uid change #4560
|
2024-10-21 13:16:06 +02: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
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02:00 |
|
reaction.go
|
CLI: Add "photoprism vision reset" command to reset metadata #5233
|
2025-09-29 18:59:52 +02: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
|
CLI: Add "photoprism vision reset" command to reset metadata #5233
|
2025-09-29 18:59:52 +02:00 |
|
service_fixtures.go
|
Search: Change time_format to RFC3339 and add "edited" filter #4300
|
2024-05-27 09:16:21 +02:00 |
|
service_test.go
|
Test: Use PascalCase names for all Go subtests in /internal
|
2025-10-02 14:50:02 +02: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
|
Security: Use individual preview tokens for each user account #98
|
2022-10-13 22:11:02 +02: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
|
API: Update Thumb/ThumbSrc for subjects and labels #4151
|
2025-10-03 23:17:07 +02:00 |
|
subject_fixtures.go
|
API: Update Thumb/ThumbSrc for subjects and labels #4151
|
2025-10-03 23:17:07 +02: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
|
People: Show real name instead of uid in logs #1438 #2182
|
2022-04-04 14:21:43 +02:00 |
|
subject_person.go
|
People: Show real name instead of uid in logs #1438 #2182
|
2022-04-04 14:21:43 +02:00 |
|
subject_person_test.go
|
People: Improve face thumbnails on overview page #22
|
2021-09-17 18:51:24 +02:00 |
|
subject_test.go
|
API: Update Thumb/ThumbSrc for subjects and labels #4151
|
2025-10-03 23:17:07 +02: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 |