Sebastian Jeltsch
|
61eb0734a9
|
Update docs to astro6 and update JS dependencies.
|
2026-03-19 10:21:00 +01:00 |
|
Sebastian Jeltsch
|
530f4aba6d
|
Remap some auth error codes for user register, reset password, and verify email flows and fix OpenAPI docs. #211
|
2026-02-16 22:05:22 +01:00 |
|
Sebastian Jeltsch
|
ad5c65c537
|
Breaking change: remove support for getting files by index.
|
2025-10-07 21:51:01 +02:00 |
|
Sebastian Jeltsch
|
d94f491b81
|
Create a new unique filename for uploads {stem}_{rand#10}.{ext} in accordance with e.g. vite or PB. Use this as the primary way of accessing files. Having a filename extension may be useful for some consumers and having a unique name helps with content-caching strategies. #155
Also strip/hide uuid. Not really secret but we don't want folks to rely on it over the unique filename.
|
2025-09-26 14:19:18 +02:00 |
|
Sebastian Jeltsch
|
598f15cc06
|
Rename redirect_to query parameter to redirect_uri in accordance with RFC 6749.
Reference: https://datatracker.ietf.org/doc/html/rfc6749#appendix-A.6
|
2025-08-05 11:51:02 +02:00 |
|
Sebastian Jeltsch
|
39b392dc6e
|
Improve OpenAPI documentation.
|
2025-06-23 17:34:52 +02:00 |
|
Sebastian Jeltsch
|
1b651baeb9
|
Include OpenApi schema exports (w/o swagger UI) into default build and add auth OpenAPI to docs.
|
2025-06-22 16:25:59 +02:00 |
|