]> source.dussan.org Git - nextcloud-server.git/commit
Initial commit of the bruteforcesettings app
authorRoeland Jago Douma <roeland@famdouma.nl>
Mon, 14 Nov 2016 12:59:52 +0000 (13:59 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Sun, 2 Apr 2017 19:08:53 +0000 (21:08 +0200)
commit6a40dce138cc91a1a2b3dc51572ddb2babf70301
tree5357de9576d66fd169e45ab3e97ac510d2e8e151
parentf31dafe4a8656ddaf5d28d741cc2c62a1c6d5153
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>
17 files changed:
.drone.yml
.gitignore
apps/bruteforcesettings/appinfo/info.xml [new file with mode: 0644]
apps/bruteforcesettings/appinfo/routes.php [new file with mode: 0644]
apps/bruteforcesettings/js/IPWhitelist.js [new file with mode: 0644]
apps/bruteforcesettings/js/IPWhitelistCollection.js [new file with mode: 0644]
apps/bruteforcesettings/js/IPWhitelistModel.js [new file with mode: 0644]
apps/bruteforcesettings/js/IPWhitelistView.js [new file with mode: 0644]
apps/bruteforcesettings/lib/Controller/IPWhitelistController.php [new file with mode: 0644]
apps/bruteforcesettings/lib/Settings/IPWhitelist.php [new file with mode: 0644]
apps/bruteforcesettings/templates/ipwhitelist.php [new file with mode: 0644]
apps/bruteforcesettings/tests/Controller/IPWhitelistControllerTest.php [new file with mode: 0644]
apps/bruteforcesettings/tests/Settings/IPWhitelistTest.php [new file with mode: 0644]
apps/bruteforcesettings/tests/js/IPWhitelistSpec.js [new file with mode: 0644]
build/integration/features/provisioning-v1.feature
tests/karma.config.js
tests/phpunit-autotest.xml