m-thielen

Results 6 issues of m-thielen

[Disclaimer: I'm pretty new to Rust, I sincerely hope this all makes sense :-)] I'm using openidconnect-rs in a project where the OpenID Connect scope is configurable; it is read...

This PR adds a readonly mode to display items in its current state while preventing accidental edits. The changes are quite a lot due to the fact that Android's EditText...

I added an optional argument to PageDownWidget named `upload_dir`. If it is set, `IMAGE_UPLOAD_PATH` and `IMAGE_UPLOAD_UNIQUE` are ignored and the provided path is used instead. Like `IMAGE_UPLOAD_PATH`, `upload_dir` is inserted...

Thanks for django-webdav-storage. This pull request adds a dedicated WEBDAV_BASIC_AUTH configuration setting. I did not like having to add a password to the URL, since this might be written to...

The examples in the docs about validation in mappers are not correct - at least, exceptions are raised when calling e.g. `put_invalid` in the way that is is shown in...

Code 130 is returned for various kinds of errors, e.g. _path not found_ and _path already exists_. The code in OCXMLServerErrorsParser.m already contains a TODO statement for that.