summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/user_details_refresh.json
Commit message (Collapse)AuthorAgeFilesLines
* Reflect API change of SSH store in Web UIPetr Vobornik2012-09-061-8/+4
| | | | | | | | Format of ipasshpubkey in users and hosts changed from BYTES to STR. Web UI no longer gets the value as base64 encoded string in a object. Label was changed to reflect that the key don't have to be plain base64 encoded blob. https://fedorahosted.org/freeipa/ticket/2989
* UI support for ssh keysPetr Voborník2012-02-151-0/+13
| | | | | | | | To user and host details pages was added ipasshpubkey attribute. New widget for ssh public keys was created. https://fedorahosted.org/freeipa/ticket/2340
* Load user data and policies in a single batch.Endi Sukma Dewata2012-01-101-0/+303
The user details facet has been modified to load the user data, password policy and Kerberos ticket policy in a single batch command. Ticket #703