diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-14 13:59:52 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-04-02 21:08:53 +0200 |
commit | 6a40dce138cc91a1a2b3dc51572ddb2babf70301 (patch) | |
tree | 5357de9576d66fd169e45ab3e97ac510d2e8e151 /.gitignore | |
parent | f31dafe4a8656ddaf5d28d741cc2c62a1c6d5153 (diff) | |
download | nextcloud-server-6a40dce138cc91a1a2b3dc51572ddb2babf70301.tar.gz nextcloud-server-6a40dce138cc91a1a2b3dc51572ddb2babf70301.zip |
Initial commit of the bruteforcesettings app
This adds the bruteforce settings app that allows to configure (for now)
subnets that are to be ignored when doing brute force analysis. This can
for example be the LAN since we trust people from there.
* Add app
* Add php tests
* Add js tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d8669fed074..1e0f53a3c07 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,7 @@ /apps/files_external/3rdparty/irodsphp/prods/tutorials /apps/files_external/3rdparty/irodsphp/prods/test* /apps/files_external/tests/config.*.php - +!/apps/bruteforcesettings # ignore themes except the example and the README |