Otto Kekäläinen

Results 116 issues of Otto Kekäläinen

JSV does not seem to support all keywords for any instance type. I tested some and grepped the sources for these keywords, and didn't find anything, so I guess they...

Feature Request

At Seravo.com security plugins are not recommended because they often introduce more problems than what they solve, but one nice thing with them is that they produce reports. We should...

enhancement

Many of the [eheystarkistus](https://wp-palvelu.fi/sivuston-siirto/#eheystarkistus) items could be automated and listed as a checklist with pass/fail status on a separate "site health" page. This would allow new customers to know if...

enhancement

..also draft a policy on what to show and to who regarding global status messages. They should maybe have some filters to allow custom branding.

enhancement

Some users would like to have a place where the SSH password is easy to view? Is this too risky, could we allow it? Or maybe go the other direction,...

enhancement

Requirements: - add UI so customer can configure email report interval weekly-monthly-quaterly - analyze access logs with milliseconds.js - generate pretty html report - include "Congratulations! Your site is now...

enhancement

The cruft file remover should scan for excess database dumps. If it finds any, it should list them and suggest to the user to delete them, as database dumps laying...

enhancement

Since the introduction of the speed test in https://github.com/Seravo/seravo-plugin/commit/6ed54ae507e2cf082ce6f52179a1247b38e74596 customers have hade a nice UI to test the speed of their site. There could also be something that would estimate...

enhancement

[PHPCS](https://github.com/squizlabs/PHP_CodeSniffer) has in their README.md: Link goes to https://squizlabs.github.io/PHP_CodeSniffer/analysis/squizlabs/PHP_CodeSniffer/ This seems like a nice and free addition for open source project quality analysis. Please check if it would be good...

enhancement
help wanted

Many plugins utilize the /wp-admin/admin-ajax.php to do API requests. Unfortunately [official WP documentation](http://codex.wordpress.org/AJAX_in_Plugins#Separate_Javascript_File) recommends this as the way to define the URL of the admin-ajax.php: ``` admin_url( 'admin-ajax.php' ) ```...