Matěj Týč
Matěj Týč
The addon lost the ability to pick files from supplied archives based on kickstart specifications. This PR allows this, which allows the addon to - handle archives with e.g. multiple...
Description: Port of https://github.com/OpenSCAP/oscap-anaconda-addon/pull/232 to the rawhide branch, check that PR for more info.
The send_ready already performs what the removed call could aim to accomplish. Sending those two messages in a quick succession can lead to crashes of Anaconda.
Main problem with this PR: - It is not easily possible to expand description of a profile that you would like to see. The displayed text is set in `org_fedora_oscap/gui/spokes/oscap.py:626`,...
The TUI interface is one of the two interactive interfaces an Anaconda addon may implement.
The [content location detection code](https://github.com/OpenSCAP/oscap-anaconda-addon/blob/rhel7-branch/org_fedora_oscap/common.py#L55) may not work according to expectations on some platforms, and #79 makes workarounds quite tedious. As the content location is known at build-time of the...
I have set up a SP according to docs/example, and I have issue with logout. Basically, I get a traceback caused by discrepancy between [logout call](https://github.com/timheap/flask-saml2/blob/master/flask_saml2/sp/views.py#L72) and [corresponding function definition](https://github.com/timheap/flask-saml2/blob/master/flask_saml2/sp/views.py#L74)....
If `relay_state` isn't part of the outgoing request, it won't come back as a response. In that case, the code wouldn't work. I have renamed the `relay_state` to its semantic...
The app misses some of the basic documentation, please consider at least adding it to the README, or try to come up with an answer, so I can propose a...