Mike Selander
Mike Selander
Fixes #255. Adds a network-level and site level (if non-multisite) setting to require two-factor authentication on a per-role or global level. If 2fa forcing is on and a user matches...
As the save methods are currently architected, errors are not returned and are therefore unusable outside of the normal save method. It would be useful to have a way of...
If available as an option, the U2F keys table shows underneath the settings screen, even if a user hasn't selected this option yet which makes the interface more confusing. My...
This addition disallows developers from using functions, while keeping the ability to `use` namespaces and constants. Special thanks to @jrfnl for building this ruleset for us and making this so...
In line with https://github.com/humanmade/Engineering/pull/143, I propose that we add a rule dis-allowing the use of `use function`. As noted by Joe in https://github.com/humanmade/Engineering/pull/143#issuecomment-560330827, this will break linting for several current...
As a follow-up to #163, we should limit the test fixtures loaded to the specific test for the given fixture.
We currently have no tests for the stylelint rules and we should add them to make sure that we're running the rules correctly and have greater confidence in changes. I...
Currently, we have a `max-nesting` rule that is very strict at only allowing 2 levels of nesting with `scss`, with the exception of `blockless-at-rules`. I think it might be beneficial...
I'm using the app as a more convenient way to download test images and it'd be really convenient and handy to be able to simply download an image from the...
It'd be really convenient to have the ability to key to the next and previous items and to be able to close out of the screen using the escape key.