Michael Mayer
059e6baedf
API: Improve logging in batch edit request handler #271
...
Signed-off-by: Michael Mayer <michael@photoprism.app >
2025-11-27 17:54:05 +01:00
Michael Mayer
6fabd096ee
Batch Edit: Add mutex.BatchEdit to prevent concurrent edits #271
...
Signed-off-by: Michael Mayer <michael@photoprism.app >
2025-11-23 09:38:34 +01:00
Michael Mayer
4eac10c9d1
API: Apply "golangci-lint" recommendations #5330
...
Signed-off-by: Michael Mayer <michael@photoprism.app >
2025-11-22 09:25:01 +01:00
Michael Mayer
ea6f98fc3e
Batch Edit: Disable API endpoint if feature is disabled #271
...
Signed-off-by: Michael Mayer <michael@photoprism.app >
2025-11-19 14:31:19 +01:00
Ömer Duran
1e00d1f52e
UX: Add batch edit dialog and API endpoints #271 #5324
...
Signed-off-by: Michael Mayer <michael@photoprism.app >
Co-authored-by: Michael Mayer <michael@photoprism.app >
Co-authored-by: graciousgrey <theresagresch@gmail.com >
2025-11-19 11:20:34 +01:00
Michael Mayer
31614697a2
API: Update Swagger docs of batch edit endpoint #271
...
Signed-off-by: Michael Mayer <michael@photoprism.app >
2025-07-10 11:16:23 +02:00
Michael Mayer
2229ee32fb
API: Add batch.PhotosResponse and update Swagger docs #271
...
Signed-off-by: Michael Mayer <michael@photoprism.app >
2025-07-10 11:08:17 +02:00
Michael Mayer
6bfbad40af
API: Add batch edit form validation error to gin.Context #271
...
Signed-off-by: Michael Mayer <michael@photoprism.app >
2025-07-10 09:06:11 +02:00
Michael Mayer
2481de49c4
API: Improve form and tests for POST /batch/photos/edit endpoint #271
...
Signed-off-by: Michael Mayer <michael@photoprism.app >
2025-07-08 10:40:45 +02:00
Michael Mayer
9a39adebae
API: Refactor /batch/photos/edit endpoint to return "models" #271
...
The "photos" array in the response has been renamed to "models". This
data is now always returned, so using the "return" flag in the request
is no longer necessary.
Signed-off-by: Michael Mayer <michael@photoprism.app >
2025-05-13 10:22:35 +02:00
Michael Mayer
c4ddc4a119
API: Remove unused Filter property from batch request forms #271
...
Signed-off-by: Michael Mayer <michael@photoprism.app >
2025-05-05 09:25:52 +02:00
Michael Mayer
dd6e17e97e
API: Rename /batch/photos endpoint to /batch/photos/edit #271
...
Signed-off-by: Michael Mayer <michael@photoprism.app >
2025-05-04 14:09:23 +02:00