rfink

Results 14 issues of rfink

The sub-emitter socket never fires the 'connect' event, a simple switch to sub corrects the issue. Have not tried with other events.

Any exceptions thrown inside LdapBundle/Provider/AuthenticationProvider::authenticate method have the $token as a parameter, therefore it becomes part of the stack trace. This means usernames, passwords, etc are exposed as the exception...

Would be nice to have an option to ignore modules from devDependencies, since for most projects, these won't be used in production.

enhancement

Would love to have a method to remove either a given model or remove by index. I would happy to submit a pull request, if you would like.

Allow custom JSON replacer function to be passed in via options, which will allow us to sanitize sensitive data from the logs (passwords, cc info, etc), helpful if objects passed...