Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: add sudoorder field to sudo rule page | Petr Vobornik | 2014-06-12 | 1 | -0/+5 |
| | | | | | | | part of https://fedorahosted.org/freeipa/ticket/2348 Reviewed-By: Nathaniel McCallum <npmccallum@redhat.com> | ||||
* | webui: control sudo rule deny command tables by category switch | Petr Vobornik | 2014-06-12 | 1 | -33/+35 |
| | | | | | | | | | `memberdenycmd_sudocmd` and `memberdenycmd_sudocmdgroup` tables are now enabled/disabled based on `cmdcategory` as well. https://fedorahosted.org/freeipa/ticket/4361 Reviewed-By: Nathaniel McCallum <npmccallum@redhat.com> | ||||
* | webui: remove select action | Petr Vobornik | 2014-06-10 | 1 | -1/+1 |
| | | | | Reviewed-By: Endi Sukma Dewata <edewata@redhat.com> | ||||
* | webui: remove unused collapsible feature from section | Petr Vobornik | 2014-06-10 | 1 | -5/+5 |
| | | | | Reviewed-By: Endi Sukma Dewata <edewata@redhat.com> | ||||
* | webui: replace IPA.command usage with rpc.command | Petr Vobornik | 2014-03-27 | 1 | -5/+6 |
| | | | | | | | Replace all IPA.command, IPA.batch_command and IPA.concurrent_command usages by equivalents from rpc module. Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com> | ||||
* | Replace icons with the ones from Font Awesome | Petr Vobornik | 2014-01-21 | 1 | -4/+4 |
| | | | | https://fedorahosted.org/freeipa/ticket/3904 | ||||
* | Do not open dialog in a container | Petr Vobornik | 2014-01-21 | 1 | -4/+4 |
| | | | | https://fedorahosted.org/freeipa/ticket/3904 | ||||
* | Use Fluid layout be default | Petr Vobornik | 2014-01-21 | 1 | -1/+1 |
| | | | | https://fedorahosted.org/freeipa/ticket/3904 | ||||
* | Web UI source code annotation | Petr Vobornik | 2013-10-16 | 1 | -0/+1 |
| | | | | Part of ongoing Web UI documentation effort. Source code is annotated in a way that it can be processed by documentation generator. | ||||
* | Do not display success message on failure in web UI | Ana Krivokapic | 2013-05-17 | 1 | -5/+9 |
| | | | | https://fedorahosted.org/freeipa/ticket/3591 | ||||
* | Move spec creations of sudorule, hbacrule, netgroup and selinuxusermap ↵ | Petr Vobornik | 2013-05-06 | 1 | -21/+30 |
| | | | | | | details facet from their factories https://fedorahosted.org/freeipa/ticket/3235 | ||||
* | Convert definitions of entities to spec objects | Petr Vobornik | 2013-05-06 | 1 | -80/+91 |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | ||||
* | Replace IPA.get_command_option calls in specs with provider strings | Petr Vobornik | 2013-05-06 | 1 | -1/+1 |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | ||||
* | Make summary conditions declarative | 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 | 1 | -6/+6 |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | ||||
* | Replace formatter creation with definition in specs | Petr Vobornik | 2013-05-06 | 1 | -1/+1 |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | ||||
* | Replace build logic in widget and field builder by new builder | Petr Vobornik | 2013-05-06 | 1 | -34/+34 |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | ||||
* | Rename factory to $factory in spec objects | Petr Vobornik | 2013-05-06 | 1 | -14/+14 |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | ||||
* | Replace remaining IPA.messages with text.get calls | Petr Vobornik | 2013-05-06 | 1 | -3/+3 |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | ||||
* | Use text.get in IPA.notify_success | Petr Vobornik | 2013-05-06 | 1 | -2/+2 |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | ||||
* | Replace IPA.messages with @i18n definition for remove_title specs | Petr Vobornik | 2013-05-06 | 1 | -11/+11 |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | ||||
* | Replace IPA.messages with @i18n definition for add_title specs | Petr Vobornik | 2013-05-06 | 1 | -11/+11 |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | ||||
* | Replace IPA.messages with @i18n definition for label specs | Petr Vobornik | 2013-05-06 | 1 | -25/+25 |
| | | | | | | | Replaced by execution of ls | grep .js | xargs sed -i -r "s/label: IPA.messages\.((.\w+)+)/label: '@i18n:\1'/" https://fedorahosted.org/freeipa/ticket/3235 | ||||
* | Replace IPA.messages with @i18n definition in spec objects | Petr Vobornik | 2013-05-06 | 1 | -4/+4 |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | ||||
* | Use text.get for transforming values supplied by spec | Petr Vobornik | 2013-05-06 | 1 | -2/+2 |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | ||||
* | get_primary_key function usages removed | Petr Vobornik | 2013-05-06 | 1 | -1/+1 |
| | | | | https://fedorahosted.org/freeipa/ticket/3236 | ||||
* | Remove IPA.nav usage, obsolete entity.get_primary_key | Petr Vobornik | 2013-05-06 | 1 | -2/+2 |
| | | | | https://fedorahosted.org/freeipa/ticket/3236 | ||||
* | Change Web UI sources to simple AMD modules | Petr Vobornik | 2013-01-18 | 1 | -3/+5 |
| | | | | | | | Web UI sources were wrapped by AMD definition. Listed dependencies were changed accordingly. https://fedorahosted.org/freeipa/ticket/112 | ||||
* | Move of core Web UI files to AMD directory | Petr Vobornik | 2013-01-18 | 1 | -0/+930 |
SSIA https://fedorahosted.org/freeipa/ticket/112 |