From f51e402a4854cc3cc3a55becb9dcb64a78c132ff Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Fri, 5 Dec 2025 23:32:09 +0100 Subject: [PATCH] docs: update release-checklist The 1.10.4 release taught us a few new things. They are documented now. Signed-off-by: Philip Molares --- docs/content/dev/release_checklist.md | 28 ++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/docs/content/dev/release_checklist.md b/docs/content/dev/release_checklist.md index 52e915a2..f129619f 100644 --- a/docs/content/dev/release_checklist.md +++ b/docs/content/dev/release_checklist.md @@ -110,7 +110,7 @@ and put this into your config: "password": "hd1db", "database": "hd1db", "host": "localhost", - "port": "5432", + "port": "3306", "dialect": "mariadb" }, ``` @@ -145,6 +145,26 @@ Click in them an try to play around with them. Don't just check they exist and s - [ ] Testing each option if it works +``` +--- +title: yaml metadata testing +description: This is a test description +tags: features, cool, updated +robots: noindex, nofollow +lang: en-US +dir: rtl +breaks: false +type: slide +slideOptions: + transition: fade + theme: white +opengraph: + title: Special title for OpenGraph protocol + image: https://dummyimage.com/600x600/000/fff + image:type: image/png +--- +``` + ### GDPR features - [ ] Delete account works @@ -195,11 +215,13 @@ Click in them an try to play around with them. Don't just check they exist and s "scope": "openid profile user", "userProfileUsernameAttr": "preferred_username", "userProfileEmailAttr": "email", - "userProfileDisplayNameAttr": "name" + "userProfileDisplayNameAttr": "name", + "pkce": true } ``` - [ ] GitHub -- [ ] Rate-limiting for basic user/password +- [ ] Rate-limiting for basic user/password (try to login with e.g. test@example.com and invalid password about 10 to 15 times in a row -> you should receive a message "Too many requests" at some point) + ## Release: