JuliusPC

Results 18 issues of JuliusPC

Da Fußnoten im Zitat nicht unterstützt werden (du schriebst, das sei ein konzeptionelles Problem), würde ich vorschlage, die Fußnoten im Zitat durch eine hochgestellte Zahl zu ersetzen, also beispielsweise `[^1]`...

In einigen Einträgen werden Bilder über `http://` eingebunden, obwohl sie auch über https erreichbar wären. Vielleicht ist es ja mit verhältnismäßig wenig Aufwand feststellbar (z.B. prüfen, ob verschlüsselte Verbindung möglich...

It seems that it is not possibile to disable leaking the online status. This is a necessary feature for privacy aware people.

fix type issues: object instead of array, http_build_query expects string as second parameter **List of common tasks a pull request require complete** - [x] Changelog entry is added or the...

The current OIDC integration has three major flaws: 1. It uses the Implicit Flow instead of the Code Flow. The Implicit Flow should be considered deprecated (and will be in...

improvement
dependencies

## What is missing or needs to be updated? The sections about [OAuth 2](https://cheatsheetseries.owasp.org/cheatsheets/Authentication_Cheat_Sheet.html#oauth) and [OpenID Connect](https://cheatsheetseries.owasp.org/cheatsheets/Authentication_Cheat_Sheet.html#openid) contain unclear definitions about OAuth 2 and OpenID Connect: 1. Plain OAuth 2...

ACK_OBTAINED
UPDATE_CS

Since the `action`-attribute’s value [must be a valid non-empty URL](https://www.w3.org/TR/html5/forms.html#attr-fs-formaction), the code below is invalid: ~~~html Test ~~~ The resulting error message isn’t very helpful: > Error: Bad value for...

enhancement
better-error-warning-message