photoprism/internal/form
2026-06-26 14:12:59 +02:00
..
album.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
album_test.go
camera.go Metadata: Add Camera Make and Model updates via CLI & API #5663 #5656 2026-06-15 09:25:44 +00:00
camera_test.go Metadata: Add Camera Make and Model updates via CLI & API #5663 #5656 2026-06-15 09:25:44 +00:00
change_password.go
client.go Security: Add gosec fixes with shared URL and fs validation helpers 2026-03-03 16:38:41 +01:00
client_test.go Lint: Resolve gosec findings and add embedding dist benchmark 2026-03-03 17:17:49 +01:00
connect.go
connect_test.go Lint: Resolve gosec findings and add embedding dist benchmark 2026-03-03 17:17:49 +01:00
face.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
face_test.go
feedback.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
feedback_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
file.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
file_test.go
folder.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
folder_test.go
form.go Links: Use canonical trailing-slash form for website URLs 2026-06-24 17:20:30 +02:00
form_report.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
form_report_test.go
import_options.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
index_options.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
json.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
json_test.go
label.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
label_test.go
lens.go Metadata: Add Lens Make and Model updates via CLI & API #5644 #5656 2026-06-15 09:37:32 +02:00
lens_test.go Tests: Add unit tests for recent metadata, auth, and config changes #5697 2026-06-26 14:12:59 +02:00
link.go Security: Add gosec fixes with shared URL and fs validation helpers 2026-03-03 16:38:41 +01:00
login.go Security: Add gosec fixes with shared URL and fs validation helpers 2026-03-03 16:38:41 +01:00
login_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
marker.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
marker_test.go
oauth_create_token.go Security: Add gosec fixes with shared URL and fs validation helpers 2026-03-03 16:38:41 +01:00
oauth_create_token_test.go Lint: Resolve gosec findings and add embedding dist benchmark 2026-03-03 17:17:49 +01:00
oauth_revoke_token.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
oauth_revoke_token_test.go Lint: Resolve gosec findings and add embedding dist benchmark 2026-03-03 17:17:49 +01:00
passcode.go Security: Add gosec fixes with shared URL and fs validation helpers 2026-03-03 16:38:41 +01:00
passcode_test.go
photo.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
photo_test.go
search.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
search_albums.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
search_albums_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
search_cameras.go Metadata: Add Camera Make and Model updates via CLI & API #5663 #5656 2026-06-15 09:25:44 +00:00
search_faces.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
search_faces_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
search_folders.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
search_folders_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
search_labels.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
search_labels_test.go Backend: Improve Yes/No capabilities #5191 2025-10-10 13:15:15 +02:00
search_lenses.go Metadata: Add Lens Make and Model updates via CLI & API #5644 #5656 2026-06-15 09:37:32 +02:00
search_lenses_test.go Metadata: Add Lens Make and Model updates via CLI & API #5644 #5656 2026-06-15 09:37:32 +02:00
search_photos.go Search: Add NOT & AND operators to label filter #5535 2026-04-17 17:25:18 +02:00
search_photos_geo.go Tests: Stabilize sidebar-edit-003 and add HEIF JPEG fallback coverage #5554 #4966 #4965 #5509 2026-05-06 12:41:51 +02:00
search_photos_geo_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
search_photos_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
search_sessions.go Search: Add "reverse" query param to sort results in reverse order #683 2025-07-14 18:08:05 +02:00
search_sessions_test.go
search_subjects.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
search_subjects_test.go
search_users.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
search_users_test.go
selection.go API: Remove unused Filter property from batch request forms #271 2025-05-05 09:25:52 +02:00
selection_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
serialize.go Security: Add gosec fixes with shared URL and fs validation helpers 2026-03-03 16:38:41 +01:00
serialize_test.go Security: Add gosec fixes with shared URL and fs validation helpers 2026-03-03 16:38:41 +01:00
service.go Services: Add CIDR allowlist for discovery and WebDAV traffic #5461 2026-02-26 18:18:40 +01:00
service_search.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
service_search_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
service_test.go Tests: Make TestService_Discovery use a local WebDAV server 2026-06-24 15:31:31 +00:00
service_upload.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
subject.go Go: Apply go fix modernizations across backend packages 2026-02-20 03:54:33 +01:00
subject_test.go
upload_options.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
user.go OIDC: Surface account-collision reconcile hint and add --auth-issuer 2026-06-10 15:31:34 +00:00
user_details.go
user_test.go Auth: Extend user accounts with custom scope setting 2025-10-22 19:58:56 +02:00