Pārlūkot izejas kodu

OIDC changelog + minor whitespace
+fix minor whitespace from https://github.com/FreshRSS/FreshRSS/pull/6730

Alexandre Alapetite 1 gadu atpakaļ
vecāks
revīzija
8ca70040b9
3 mainītis faili ar 4 papildinājumiem un 3 dzēšanām
  1. 3 1
      CHANGELOG.md
  2. 1 1
      Docker/FreshRSS.Apache.conf
  3. 0 1
      docs/en/admins/16_OpenID-Connect.md

+ 3 - 1
CHANGELOG.md

@@ -5,6 +5,8 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases).
 
 ## 2024-XX-XX FreshRSS 1.24.3-dev
 
+* Security
+	* OpenID Connect better definition of session parameters [#6730](https://github.com/FreshRSS/FreshRSS/pull/6730)
 * Misc.
 	* Use charset for JSON requests from the UI [#6710](https://github.com/FreshRSS/FreshRSS/pull/6710)
 	* Use `.html` extension for the local cache of full content pages instead of `.spc` [#6724](https://github.com/FreshRSS/FreshRSS/pull/6724)
@@ -65,7 +67,7 @@ See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases).
 * Misc.
 	* Pass PHPStan [Level 9](https://phpstan.org/user-guide/rule-levels) [#6544](https://github.com/FreshRSS/FreshRSS/pull/6544)
 	* Migrate to ESLint 9 [#6685](https://github.com/FreshRSS/FreshRSS/pull/6685)
-	* Minor update of PHPCS whitespace / formatting rules whitespace PHPCS rules [#6666](https://github.com/FreshRSS/FreshRSS/pull/6666)
+	* Minor update of PHPCS whitespace / formatting rules [#6666](https://github.com/FreshRSS/FreshRSS/pull/6666)
 	* Markdownlint no-trailing-spaces [#6668](https://github.com/FreshRSS/FreshRSS/pull/6668)
 	* Removed sharing with Blogotext [#6225](https://github.com/FreshRSS/FreshRSS/pull/6225)
 	* Code improvements [#6043](https://github.com/FreshRSS/FreshRSS/pull/6043)

+ 1 - 1
Docker/FreshRSS.Apache.conf

@@ -57,7 +57,7 @@ CustomLog "|/var/www/FreshRSS/cli/sensitive-log.sh" combined_proxy
 		OIDCXForwardedHeaders ${OIDC_X_FORWARDED_HEADERS}
 	</IfDefine>
 
-    # Can be overridden e.g. in /var/www/FreshRSS/p/i/.htaccess
+	# Can be overridden e.g. in /var/www/FreshRSS/p/i/.htaccess
 	OIDCRefreshAccessTokenBeforeExpiry 30
 </IfDefine>
 

+ 0 - 1
docs/en/admins/16_OpenID-Connect.md

@@ -48,4 +48,3 @@ After install, the method can be changed in *Administration > Authentication*. N
 See specific instructions for:
 
 * Authentik : [here](16_OpenID-Connect-Authentik.md) or [here](https://goauthentik.io/integrations/services/freshrss/)
-