summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/idviews.py
Commit message (Expand)AuthorAgeFilesLines
* idviews: Handle Default Trust View properly in the frameworkTomas Babej2014-09-221-0/+28
* idviews: Make description optional for the ID View objectTomas Babej2014-09-221-1/+1
* idviews: Fix casing of ID Views to be consistentTomas Babej2014-09-221-35/+35
* idviews: Add ipaOriginalUidTomas Babej2014-09-221-2/+29
* idviews: Resolve anchors to object names in idview-showTomas Babej2014-09-171-115/+132
* idviews: Raise NotFound errors if object to override could not be foundTomas Babej2014-09-171-0/+11
* idviews: Change format of IPA anchor to include domainTomas Babej2014-09-171-2/+14
* idviews: Alter idoverride methods to work with splitted objectsTomas Babej2014-09-171-40/+28
* idviews: Split the idoverride commands into iduseroverride and idgroupoverrideTomas Babej2014-09-171-10/+66
* idviews: Split the idoverride object into iduseroverride and idgroupoverrideTomas Babej2014-09-171-54/+103
* idviews: Support specifying object names instead of raw anchors onlyTomas Babej2014-09-171-0/+117
* idviews: Extend idview-show command to display assigned idoverrides and hostsTomas Babej2014-09-171-40/+129
* idviews: Add ipa idview-apply and idview-unapply commandsTomas Babej2014-09-171-3/+176
* idvies: Add managed permissions for idview and idoverride objectsTomas Babej2014-09-171-0/+23
* idviews: Create basic idview plugin structureTomas Babej2014-09-171-0/+191