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-12 20:42:58 +02:00
2025-09-15 21:27:55 +02:00
2025-09-10 20:26:35 +02:00
2025-09-11 22:29:48 +02:00
2025-09-10 20:26:35 +02:00
2025-09-10 22:13:28 +02:00
2025-09-09 21:08:59 +02:00