owncloud-archive / security

:shield: hardens ownCloud security with brute force protection, 404 detection and strong password enforcement
GNU Affero General Public License v3.0
6 stars 8 forks source link

code does not follow the ownCloud coding style guide #30

Closed individual-it closed 6 years ago

individual-it commented 6 years ago

The ownCloud coding style guide is described here: https://doc.owncloud.org/server/10.0/developer_manual/general/codingguidelines.html#php and can easily checked with phpcs. Here the output of the current master branch: phpcs-output-security-app.txt

karakayasemi commented 6 years ago

There will be no further development of this repository. Introduced php-cs-fixer policies for brute-force protection app in here: owncloud/brute_force_protection#11