Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Resolve SIDs in Web UI | Alexander Bokovoy | 2013-05-06 | 4 | -6/+79 | |
| | | | | | | | | | | | | | | | | | Introduce new command, 'trust-resolve', to aid resolving SIDs to names in the Web UI. The command uses new SSSD interface, nss_idmap, to resolve actual SIDs. SSSD caches resolved data so that future requests to resolve same SIDs are returned from a memory cache. Web UI code is using Dojo/Deferred to deliver result of SID resolution out of band. Once resolved names are available, they replace SID values. Since Web UI only shows ~20 records per page, up to 20 SIDs are resolved at the same time. They all sent within the single request to the server. https://fedorahosted.org/freeipa/ticket/3302 | |||||
* | Enable standalone facets in menu.add_item | Petr Vobornik | 2013-05-06 | 1 | -14/+14 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Fix crash on host deleletion | Petr Vobornik | 2013-05-06 | 1 | -1/+1 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Fix crash on ssh key add | Petr Vobornik | 2013-05-06 | 1 | -7/+7 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Fix WebUI crash when server installed as CA-less | Petr Vobornik | 2013-05-06 | 1 | -0/+2 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Fix trustconfig specification | Petr Vobornik | 2013-05-06 | 4 | -4/+118 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Navigation: handle invalid routes | Petr Vobornik | 2013-05-06 | 2 | -11/+69 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Builder: Singleton_registry: return null when construction spec not available | Petr Vobornik | 2013-05-06 | 2 | -6/+6 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Fix: make association facets in selfservice readonly | Petr Vobornik | 2013-05-06 | 1 | -7/+7 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Builder: fix join of pre_ops and post_ops arrays | Petr Vobornik | 2013-05-06 | 4 | -5/+107 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Do not offer already added members in association dialogs when different casing | Petr Vobornik | 2013-05-06 | 1 | -2/+12 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Switch customization and registration phase | Petr Vobornik | 2013-05-06 | 1 | -1/+1 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Remove entities.js, facets.js | Petr Vobornik | 2013-05-06 | 2 | -104/+0 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Replace ./facets with reg.facet | Petr Vobornik | 2013-05-06 | 6 | -45/+39 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Fix rule table add/delete button enablement | Petr Vobornik | 2013-05-06 | 1 | -0/+1 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Add widget updated event | Petr Vobornik | 2013-05-06 | 7 | -1/+23 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Removal of IPA.metadata usages | Petr Vobornik | 2013-05-06 | 7 | -23/+31 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Move spec creations of sudorule, hbacrule, netgroup and selinuxusermap ↵ | Petr Vobornik | 2013-05-06 | 4 | -58/+99 | |
| | | | | | | details facet from their factories https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Don't automatically refresh facet after action success | Petr Vobornik | 2013-05-06 | 2 | -4/+2 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Remove cert menu item when disabled | Petr Vobornik | 2013-05-06 | 1 | -2/+8 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Replace IPA.metadata.objects... with declarative definitions | Petr Vobornik | 2013-05-06 | 6 | -14/+14 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Convert definitions of entities to spec objects | Petr Vobornik | 2013-05-06 | 22 | -1634/+1751 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Entity build: test for enabled in post_op | Petr Vobornik | 2013-05-06 | 1 | -0/+5 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Builder: handle expected errors in post_ops | Petr Vobornik | 2013-05-06 | 1 | -5/+5 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Entity: allow definition of facet_groups in entity specs | Petr Vobornik | 2013-05-06 | 1 | -6/+9 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Entity registry and builder which allow definition by spec | Petr Vobornik | 2013-05-06 | 2 | -15/+75 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Fix trustconfig after rebase | Petr Vobornik | 2013-05-06 | 2 | -9/+33 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Fix hbactest after rebase | Petr Vobornik | 2013-05-06 | 1 | -1/+1 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Builder: allow registration without factory or ctor | Petr Vobornik | 2013-05-06 | 1 | -4/+0 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Use builder for entity dialogs | Petr Vobornik | 2013-05-06 | 1 | -34/+34 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Builders: allow pre_ops and post_ops in build overrides | Petr Vobornik | 2013-05-06 | 1 | -3/+26 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Replace IPA.get_command_arg calls in specs with provider strings | Petr Vobornik | 2013-05-06 | 1 | -5/+5 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Replace IPA.get_command_option calls in specs with provider strings | Petr Vobornik | 2013-05-06 | 7 | -13/+11 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Replace IPA.get_entity_param calls in specs with provider strings | Petr Vobornik | 2013-05-06 | 4 | -25/+24 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Allow metadata provider format for field metadata declaration | Petr Vobornik | 2013-05-06 | 1 | -1/+5 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Make summary conditions declarative | Petr Vobornik | 2013-05-06 | 7 | -16/+22 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Make facet and entity policies declarative | Petr Vobornik | 2013-05-06 | 12 | -54/+93 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Fix incorrect type -> $type conversion | Petr Vobornik | 2013-05-06 | 1 | -2/+2 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Replace usage of action factories with types | Petr Vobornik | 2013-05-06 | 12 | -61/+61 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Builder and registry for actions | Petr Vobornik | 2013-05-06 | 12 | -44/+157 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Change widget.build_child interface to the builder's | Petr Vobornik | 2013-05-06 | 1 | -13/+8 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Builder and registry for validators | Petr Vobornik | 2013-05-06 | 6 | -20/+43 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Replace formatter creation with definition in specs | Petr Vobornik | 2013-05-06 | 9 | -16/+18 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Builder: return null if no spec supplied - fix | Petr Vobornik | 2013-05-06 | 1 | -4/+4 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Registry and builder for formatters | Petr Vobornik | 2013-05-06 | 2 | -3/+14 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Replace build logic in widget and field builder by new builder | Petr Vobornik | 2013-05-06 | 26 | -354/+314 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Builder: allow string spec as spec property instead of type | Petr Vobornik | 2013-05-06 | 1 | -2/+40 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Replace IPA.widget_factories and IPA_field_factories with registry | Petr Vobornik | 2013-05-06 | 14 | -145/+306 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Builder: global builder and registry | Petr Vobornik | 2013-05-06 | 3 | -5/+162 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | |||||
* | Builder: create Construct_registry by default in builder | Petr Vobornik | 2013-05-06 | 1 | -1/+3 | |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 |