-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Joas Schilling <coding@schilljs.com>
- Loading branch information
1 parent
74a15dd
commit 4135ac5
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ bruteforce protected controller with the same API slower for a 24 hour period. | |
With this app, the admin can exempt an IP address or range from this | ||
protection which can be useful for testing purposes or when there are false | ||
positives due to a lot of users on one IP address.]]></description> | ||
<version>2.5.0</version> | ||
<version>2.6.0</version> | ||
<licence>agpl</licence> | ||
<author>Roeland Jago Douma</author> | ||
<namespace>BruteForceSettings</namespace> | ||
|
@@ -25,7 +25,7 @@ positives due to a lot of users on one IP address.]]></description> | |
<repository type="git">https://github.com/nextcloud/bruteforcesettings.git</repository> | ||
<screenshot>https://raw.githubusercontent.com/nextcloud/bruteforcesettings/master/screenshots/1.png</screenshot> | ||
<dependencies> | ||
<nextcloud min-version="21" max-version="25" /> | ||
<nextcloud min-version="26" max-version="26" /> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
nickvergessen
Author
Member
|
||
</dependencies> | ||
<settings> | ||
<admin>OCA\BruteForceSettings\Settings\IPWhitelist</admin> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 comment
on commit 4135ac5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but I think that "min-version" should stay at 21; 26 is so strict.
Perhaps is the cause to issue 407 : #407
Is this change breaking compatibility with NC25? Should min-version also really be 26?