Skip to content
This repository was archived by the owner on Oct 31, 2018. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ php:

env:
global:
- CORE_BRANCH=master
- CORE_BRANCH=v10.0.8
- APP_NAME=security
matrix:
- DB=sqlite
Expand Down
6 changes: 3 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<info>
<id>security</id>
<name>Security</name>
<description>ownCloud Security app. It hardens ownCloud security with several new features including brute force protection, 404 detection and strong password enforcement.</description>
<description>ownCloud Security app. It hardens ownCloud security with several new features including brute force protection, 404 detection and strong password enforcement. This app will be deprecated and there will not be further version. You can use the Password Policy app and the Brute Force Protection app to achieve the same functionality.</description>
<summary>ownCloud security hardening app</summary>
<licence>AGPL</licence>
<author>Semih Serhat Karakaya</author>
<version>0.0.2</version>
<version>0.0.3</version>
<namespace>Security</namespace>
<dependencies>
<owncloud min-version="10.0.3" max-version="10.0" />
<owncloud min-version="10.0.3" max-version="10.0.8" />
</dependencies>
<types>
<prelogin/>
Expand Down
1 change: 1 addition & 0 deletions templates/settings-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
?>
<div id="security-brute-force-protection" class="section">
<h2 class="inlineblock"><?php p($l->t('Brute Force Protection')); ?></h2>
<h3 class="warning"><?php p($l->t('This app will be deprecated and there will not be further version. You can use the Password Policy app and the Brute Force Protection app to achieve the same functionality.')); ?></h3>
<span id="security-save-bfp-settings-message" class="msg"></span>
<div>
<label for="security-bfp-threshold-time"><?php p($l->t('Count failed login attempts over how many seconds?')) ?></label><br>
Expand Down