Vlastimil Zíma
Vlastimil Zíma
When OpenID requests are created for provider which has several OpenID versions in its XRDS document, the most prior one is not used but instead they are iterated. I believe...
In version 5.0, when performing `complete_authentication`, the `publicKey` is extracted only from request, which makes usage difficult. The request is send to the client (browser), but it doesn't need the...
GCM should catch exceptions coming from `requests` and reraise an exception derived from `GCMException`, probably `GCMConnectionException`. It would facilitate usage of GCM. I was a bit surprised when the exceptions...
Object permissions are quite easily integrated, but since they are stored separately from `auth` permissions those permissions are displayed nowhere else in the administration interface. They're especially missing in the...
Same problem as in https://code.djangoproject.com/ticket/11665. Though I hope it will be fixed soon in here :)
I setup a Discourse server on Yunohost and I'd like only a Yunohost (LDAP) users to login. I would like to set Discourse to "invite only" mode to disable public...
The migration check requires all previous migrations to be applied to a database. It's somewhat clumsy in case when used as a static check. I suggest to add an option...
**Describe the bug** Lately I noticed that in the heirloom tool, Scruffy levels are not correctly checked from the save data. **To Reproduce** Steps to reproduce the behavior: 1. Go...
## What's the problem this feature will solve? `--override` option is nice for changes, but currently it only replaces the config file option. But multiple options are list-like and it...
Google convention specifies docstring sections to be formatted as ``` Returns: The return value. True for success, False otherwise. ``` but pydocstyle doesn't report an error if section is formatted...