[PATCH] 500 Renamed TPS groups.
by Endi Sukma Dewata
The TPS groups have been renamed for clarity and consistency:
- TUS Administrators -> Administrators
- TUS Agents -> TPS Agents
- TUS Officers -> TPS Officers
- TUS Operators -> TPS Operators
Ticket #963
--
Endi S. Dewata
10 years, 9 months
[PATCH] 170-172 formatting and improvements to security domain python api
by Ade Lee
Added security domain functionality to python API
Currently the security domain python API just extracts the security
domain name from the json returned by the server. This patch allows
it to extract and use all the information in the response.
This info is needed to determine the state of the security domain for
the IPA vault case.
Also I started using pycharm (and its awesome - I think we all should use it for python work)
and it identified a bunch of formatting etc. issues. Those are fixed for system.py and key.py.
Please review,
Ade
10 years, 9 months
[PATCH] 486 Fixed new group page in TPS UI.
by Endi Sukma Dewata
Previously the TPS UI generates an error when adding a new group
because it's trying to fetch the members of the new group which
has not been added yet. The code has been changed to detect this
particular case and avoid fetching the data.
--
Endi S. Dewata
10 years, 9 months
[PATCH] 482 Replace filter in UGSubsystem.listGroups().
by Endi Sukma Dewata
The UGSubsystem.listGroups() has been modified to generate an
LDAP filter from a keyword. The filter itself cannot contain
wildcards. The wildcard will be added in listGroups(). In the
future the filter will be made configurable to allow searching
different attributes.
Ticket #920
--
Endi S. Dewata
10 years, 9 months
[PATCH] 483 Fixed message format for PKIException.
by Endi Sukma Dewata
Previously PKIException was not displayed properly in browser
because it doesn't have a writer for HTML. Now the exception mapper
will compute the message format properly, and will default to XML.
The exception mapper itself has been moved into a server package
due to class dependency. The REST application classes have been
updated accordingly.
Ticket #554
--
Endi S. Dewata
10 years, 9 months