Skip to content

Commit

Permalink
1.29.1
Browse files Browse the repository at this point in the history
	Added End-User IP forwarding to OpenOTP for Per-Network policies
	Update dependencies
  • Loading branch information
ericjamesbye7 committed Sep 27, 2024
1 parent 2df4eab commit 73ee2cf
Show file tree
Hide file tree
Showing 9 changed files with 4,997 additions and 15,701 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ composer.phar
/playwright
/playwright-report
/test-results
$FolderiChanger.ico
desktop.ini
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ Y: Nextcloud version
Z: minor or patch

-----------------------------------------
1.30.0
Added End-User IP forwarding to OpenOTP for Per-Network policies
Update dependencies

1.29.1
Added End-User IP forwarding to OpenOTP for Per-Network policies
Update dependencies

1.28.2
Added End-User IP forwarding to OpenOTP for Per-Network policies
Update dependencies

1.29.0
Domain setting and 'Default' domain value sent to OpenOTP has been removed. It must be now configured by WebADM Client Policy

Expand Down
12 changes: 6 additions & 6 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It is enterprise-ready with strong support for:
* easy installation, update and configuration in RCDevs WebADM
* ... and much more.
</description>
<version>1.29.0</version>
<version>1.29.1</version>
<licence>agpl</licence>
<author>RCDevs</author>
<namespace>OpenOTPAuth</namespace>
Expand All @@ -46,6 +46,11 @@ It is enterprise-ready with strong support for:
<provider>OCA\OpenOTPAuth\Provider\TwoFactorRCDevsOpenOTPProvider</provider>
</two-factor-providers>

<settings>
<admin>OCA\OpenOTPAuth\Settings\Admin\AdminSettings</admin>
<admin-section>OCA\OpenOTPAuth\Settings\Admin\AdminSection</admin-section>
</settings>

<activity>
<settings>
<setting>OCA\OpenOTPAuth\Activity\Setting</setting>
Expand All @@ -54,9 +59,4 @@ It is enterprise-ready with strong support for:
<provider>OCA\OpenOTPAuth\Activity\Provider</provider>
</providers>
</activity>

<settings>
<admin>OCA\OpenOTPAuth\Settings\Admin\AdminSettings</admin>
<admin-section>OCA\OpenOTPAuth\Settings\Admin\AdminSection</admin-section>
</settings>
</info>
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
{
"name": "nextcloud/openotp_auth",
"description": "A two factor provider for WebAuthn devices for Nextcloud",
"type": "project",
"description": "A two factor provider for Nextcloud",
"license": "agplv3",
"authors": [
{
"name": "Christoph Wurst"
},
{
"name": "Michael Blumenstein"
"name": "RCDevs"
}
],
"require": {
Expand Down
Binary file removed img/u2f.png
Binary file not shown.
34 changes: 17 additions & 17 deletions img/u2f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/AuthService/OpenotpAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public function openOTPSimpleLogin($username, $domain, $password, $option, $cont
'anyPassword' => $password,
'client' => $this->client_id,
'apiKey' => $this->api_key,
// 'source' => $this->remote_addr,
'source' => $_SERVER['REMOTE_ADDR'],
// 'settings' => $this->user_settings,
'options' => $option,
'context' => $context,
Expand Down
Loading

0 comments on commit 73ee2cf

Please sign in to comment.