Files
antifuchs 5129bdbb3b Make cbz file paths into path OpenAPI arguments
FastAPI, in Query arguments, interprets characters like `+`, `;` and `'` in special ways (see https://github.com/fastapi/fastapi/issues/720), which causes issues with the requests that some clients such as Panels send: Receiving these bare characters results in request errors.

So in order to prevent that special handling, move the `path` argument into the URL path: That eliminates the special-handling of those characters, resulting in far more requests from affected clients succeeding.
2025-12-15 15:34:36 -05:00
..
2025-09-09 21:15:59 +02:00
2025-09-09 11:22:58 +02:00
2025-09-09 20:59:29 +02:00
2025-09-04 21:12:06 +02:00
2025-09-04 21:12:06 +02:00