photoprism/internal/form
2026-01-06 11:28:51 +01:00
..
album.go API: Add additional fields to label and subject edit forms #383 #3168 2025-01-17 02:55:07 +01:00
album_test.go API: Add additional fields to label and subject edit forms #383 #3168 2025-01-17 02:55:07 +01:00
change_password.go Add change password form to settings 2020-06-29 21:14:34 +02:00
client.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
client_test.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
connect.go API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +02:00
connect_test.go API: Improve logs and add /api/v1/connect endpoint for auth callbacks 2022-07-19 16:58:43 +02:00
face.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
face_test.go API: Add additional fields to label and subject edit forms #383 #3168 2025-01-17 02:55:07 +01:00
feedback.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +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 CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
file_test.go Files: Update new file form test #464 2023-03-20 16:41:23 +01:00
folder.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
folder_test.go API: Add additional fields to label and subject edit forms #383 #3168 2025-01-17 02:55:07 +01:00
form.go Backend: Update copyright notices 2025-01-09 10:28:17 +01:00
form_report.go Search: Update automatically generated filter overview #3321 2023-04-02 11:33:13 +02:00
form_report_test.go Tests: Add unit tests 2023-06-28 16:12:11 +02:00
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 Security: Add http rate limiter and auto tls mode #98 2022-10-11 22:44:11 +02:00
json_test.go Tests: Add unit tests 2023-06-28 16:12:11 +02:00
label.go Videos: Refactor codec, content and file type specifications #4770 2025-02-05 00:30:45 +01:00
label_test.go API: Add additional fields to label and subject edit forms #383 #3168 2025-01-17 02:55:07 +01:00
link.go Sharing: Refactor link entity and database columns #367 #18 2020-06-28 14:52:26 +02:00
login.go API: Implement creation and revocation of app passwords #808 #4114 2024-04-07 16:44:30 +02:00
login_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
marker.go Faces: Add POST REST endpoint to manually create new file markers #1548 2023-07-27 19:13:00 +02:00
marker_test.go API: Add additional fields to label and subject edit forms #383 #3168 2025-01-17 02:55:07 +01:00
oauth_create_token.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
oauth_create_token_test.go Tests: Add unit tests #782 2024-07-02 12:54:56 +02: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 Tests: Add unit tests 2024-05-07 16:22:25 +02:00
passcode.go Account: Refactor access token API and request forms #808 #4114 2024-04-05 14:46:11 +02:00
passcode_test.go Account: Refactor access token API and request forms #808 #4114 2024-04-05 14:46:11 +02:00
photo.go Metadata: Add backward compatibility for Description field #4603 2025-01-20 19:20:12 +01:00
photo_test.go API: Add additional fields to label and subject edit forms #383 #3168 2025-01-17 02:55:07 +01:00
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_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_photos.go Search: Improve search filter description 2026-01-06 11:28:51 +01:00
search_photos_geo.go Search: Improve search filter description 2026-01-06 11:28:51 +01: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 UX: Refactor toolbar inputs and buttons with a three-dot menu #4830 2025-03-12 20:12:39 +01:00
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: Ignore public album filter if "Private" feat is disabled #2570 2022-08-01 15:57:19 +02:00
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 Tests: Add unit tests 2023-06-28 16:12:11 +02:00
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 CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
serialize_test.go Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
service.go Backend: Rename /internal/remote package to /internal/service 2024-07-02 08:00:27 +02: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 Test: Use PascalCase names for all Go subtests in /internal 2025-10-02 14:50:02 +02:00
service_upload.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
subject.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
subject_test.go API: Add additional fields to label and subject edit forms #383 #3168 2025-01-17 02:55:07 +01:00
upload_options.go CI: Apply Go linter recommendations to "internal/form" package #5330 2025-11-22 12:09:21 +01:00
user.go Auth: Extend user accounts with custom scope setting 2025-10-22 19:58:56 +02:00
user_details.go Auth: Improve account management page and config options #98 2022-10-19 05:09:09 +02:00
user_test.go Auth: Extend user accounts with custom scope setting 2025-10-22 19:58:56 +02:00