| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | newcustomimage_modal.js | 6 The .data('recipe') value on the outer element determines which 18 var newCustomImgBtn = $("#create-new-custom-image-btn"); 19 var imgCustomModal = $("#new-custom-image-modal"); 20 var invalidNameHelp = $("#invalid-name-help"); 21 var invalidRecipeHelp = $("#invalid-recipe-help"); 24 …e names cannot contain spaces or capital letters. The only allowed special character is dash (-)."; 28 …recipe file was not found. Cancel this action, build any target (like 'quilt-native') to force all… 38 imgCustomModal.on("click", "[name='select-image']", function(e) { 41 $(this).removeClass("has-error"); 44 var recipeId = $(e.target).attr('data-recipe'); [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
| H A D | newcustomimage_modal.html | 15 <div class="modal fade" id="new-custom-image-modal" aria-hidden="false"> 16 <div class="modal-dialog"> 17 <div class="modal-content"> 18 <div class="modal-header"> 19 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> 23 <div class="modal-body"> 24 <!-- 28 --> 29 <div data-role="image-selector" style="display:none;"> 31 <span class="help-block text-danger" id="invalid-recipe-help" style="display:none"></span> [all …]
|
| H A D | basebuildpage.html | 14 $("#delete-build-confirm").click(function(){ 16 $(this).find('[data-role="submit-state"]').hide(); 17 $(this).find('[data-role="loading-state"]').show(); 21 $('#delete-build-modal button[data-dismiss="modal"]').hide(); 26 headers: { 'X-CSRFToken' : $.cookie('csrftoken')}, 27 success: function (data) { 28 if (data.error !== "ok") { 29 console.warn(data.error); 31 libtoaster.setNotification("build-deleted", 32 $("#deleted-build-message").html()); [all …]
|
| H A D | mrb_section.html | 12 …<span class="glyphicon glyphicon-question-sign get-help heading-help" data-original-title="Builds … 16 <div class="page-header"> 21 <div id="latest-builds"> 23 …data-latest-build-result="{{build.id}}" class="alert build-result {% if build.outcome == build.SUC… 24 <!-- project title --> 26 <div class="row project-name"> 27 <div class="col-md-12"> 29 <a class="alert-link text-uppercase" href="{% project_url build.project %}"> 37 <div class="row" data-role="build-status-container"> 38 <div class="col-md-12"> [all …]
|
| H A D | projects-toastertable.html | 3 {% block title %} All projects - Toaster {% endblock %} 8 <div class="col-md-12"> 10 <div class="page-header"> 11 <h1 data-role="page-title"></h1> 20 var titleElt = $("[data-role='page-title']"); 22 tableElt.on("table-done", function (e, total, tableParams) {
|
| H A D | toastertable-filter.html | 1 <!-- filter modal --> 2 <div id="filter-modal-{{table_name}}" class="modal fade" tabindex="-1" role="dialog" aria-hidden="f… 3 <div class="modal-dialog"> 4 <div class="modal-content"> 5 <div class="modal-header"> 6 <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button> 7 <h3 id="filter-modal-title-{{table_name}}"> </h3> 9 <div class="modal-body"> 10 <form id="filter-modal-form-{{table_name}}" style="margin-bottom: 0px"> 12 <span id="filter-actions-{{table_name}}"></span> [all …]
|
| H A D | builds-toastertable.html | 5 <link rel="stylesheet" href="{% static 'css/jquery-ui.min.css' %}" type='text/css'> 6 <link rel="stylesheet" href="{% static 'css/jquery-ui.structure.min.css' %}" type='text/css'> 7 <link rel="stylesheet" href="{% static 'css/jquery-ui.theme.min.css' %}" type='text/css'> 8 <script src="{% static 'js/jquery-ui.min.js' %}"> 12 {% block title %} All builds - Toaster {% endblock %} 17 <div class="col-md-12"> 22 <div class="page-header"> 23 <h1 class="top-air" data-role="page-title"></h1> 34 var titleElt = $("[data-role='page-title']"); 36 tableElt.on("table-done", function (e, total, tableParams) {
|
| H A D | projectbuilds-toastertable.html | 6 <link rel="stylesheet" href="{% static 'css/jquery-ui.min.css' %}" type='text/css'> 7 <link rel="stylesheet" href="{% static 'css/jquery-ui.structure.min.css' %}" type='text/css'> 8 <link rel="stylesheet" href="{% static 'css/jquery-ui.theme.min.css' %}" type='text/css'> 9 <script src="{% static 'js/jquery-ui.min.js' %}"> 13 {% block title %} {{title}} - {{project.name}} - Toaster {% endblock %} 20 <div class="col-md-12"> 25 <h2 class="top-air" data-role="page-title"></h2> 37 var titleElt = $("[data-role='page-title']"); 39 tableElt.on("table-done", function (e, total, tableParams) { 60 $("#topbar-builds-tab").addClass("active")
|
| H A D | customrecipe.html | 44 <!-- Delete recipe modal --> 45 <div id="delete-recipe-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myMod… 46 <div class="modal-dialog"> 47 <div class="modal-content"> 48 <div class="modal-body"> 52 <div class="modal-footer"> 53 <button type="button" class="btn btn-primary" id="delete-custom-recipe-confirmed"> 54 <span data-role="submit-state">Delete custom image</span> 55 <span data-role="loading-state" style="display:none"> 56 <span class="fa-pulse"> [all …]
|
| /openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
| H A D | test_ldap_sub_menu.robot | 3 Documentation Test OpenBMC GUI "LDAP" sub-menu of "Security and access". 16 ${xpath_enable_ldap_checkbox} //*[@data-test-id='ldap-checkbox-ldapAuthenticationEnabled'] 17 ${xpath_secure_ldap_checkbox} //*[@data-test-id='ldap-checkbox-secureLdapEnabled'] 18 ${xpath_service_radio_button} //*[@data-test-id="ldap-radio-activeDirectoryEnabled"] 19 ${xpath_add_role_group_button} //button[contains(text(),'Add role group')] 20 ${xpath_ldap_url} //*[@data-test-id='ldap-input-serverUri'] 21 ${xpath_ldap_bind_dn} //*[@data-test-id='ldap-input-bindDn'] 22 ${xpath_ldap_password} //*[@id='bind-password'] 23 ${xpath_ldap_base_dn} //*[@data-test-id='ldap-input-baseDn'] 24 ${xpath_ldap_save_settings} //*[@data-test-id='ldap-button-saveSettings'] [all …]
|
| /openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
| H A D | test_redfishtool_local_user.robot | 23 ... redfishtool raw -r ${OPENBMC_HOST}:${HTTPS_PORT} -u ${OPENBMC_USERNAME} -p ${OPENBMC_PASSWORD}… 43 Redfishtool Update User Role "UserT100" "Administrator" 114 Verify Error While Creating User With Invalid Role 115 [Documentation] Verify error while creating a user with invalid role using Redfishtool. 164 …... redfishtool raw -r ${OPENBMC_HOST}:${HTTPS_PORT} -u ${login_user} -p ${login_pasword} -S Alwa… 176 # roleId The role of user (e.g. "Administrator", "Operator", etc.). 182 …... redfishtool raw -r ${OPENBMC_HOST}:${HTTPS_PORT} -u ${login_user} -p ${login_pasword} -S Alwa… 183 ${data}= Set Variable 186 …Redfishtool Post ${data} /redfish/v1/AccountService/Accounts ${root_cmd_args} ${expected_error} 188 …Redfishtool Post ${data} /redfish/v1/AccountService/Accounts ${user_cmd_args} ${expected_error} [all …]
|
| /openbmc/docs/designs/ |
| H A D | redfish-authorization.md | 22 operation-to-privilege mapping. 26 `ConfigureManager`, etc). A service may define custom OEM roles (read-only). A 27 service may even allow custom client-defined roles to be created, modified, and 30 The operation-to-privilege mapping is defined for every resource type and 33 authenticated Redfish role are sufficient to complete the operation in the 35 official registry collection as a base operation-to-privilege mapping. It also 49 and properties of `Mappings` are all read-only. 53 1. <https://redfish.dmtf.org/schemas/DSP0266_1.15.1.html#privilege-model> 54 2. <https://redfish.dmtf.org/schemas/DSP0266_1.15.1.html#redfish-service-operation-to-privilege-map… 58 ### Phosphor-user-manager [all …]
|
| /openbmc/phosphor-webui/app/access-control/directives/ |
| H A D | role-table.html | 1 <div class="role-table"> 2 <button class="btn btn-tertiary accordion-trigger" 3 ng-click="roleTableCtrl.onClick()" 4 ng-class="{'accordion-trigger--expanded' : !roleTableCtrl.isCollapsed}"> 5 <icon file="icon-chevron-right.svg" aria-hidden="true"></icon> 6 <span ng-if="roleTableCtrl.isCollapsed">View privilege role descriptions</span> 7 <span ng-if="!roleTableCtrl.isCollapsed">Hide privilege role descriptions</span> 9 <div uib-collapse="roleTableCtrl.isCollapsed"> 10 <bmc-table data="roleTableCtrl.tableData" 13 </bmc-table>
|
| /openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/ |
| H A D | ModalGenerateCsr.vue | 3 <b-modal 4 id="generate-csr" 6 v-model="isVisible" 8 no-stacking 14 <b-form id="generate-csr-form" novalidate> 15 <b-container fluid> 16 <b-row> 17 <b-col lg="9"> 18 <b-row> 19 <b-col lg="6"> [all …]
|
| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | Kconfig | 11 Enables the MUSB USB dual-role controller in host mode. 19 Enables the MUSB USB dual-role controller in gadget mode. 26 Say y here to enable support for the dual role high 53 ---help--- 63 All data is copied between memory and FIFO by the CPU.
|
| /openbmc/phosphor-webui/app/access-control/controllers/ |
| H A D | user-controller.html | 2 <div class="page local-users"> 4 <div class="column small-12"> 5 <h1 class="page-title">Local user management</h1> 9 <div class="column small-12 medium-10"> 10 <div class="local-users__actions"> 11 <button ng-disabled="accountSettings === null" 12 ng-click="onClickAccountSettingsPolicy()" 13 class="btn btn-tertiary"> 14 <icon file="icon-config.svg"></icon> 17 <button ng-disabled="userRoles === null || localUsers.length >= 15" [all …]
|
| /openbmc/phosphor-webui/app/common/directives/ |
| H A D | app-header.html | 2 <!-- HEADER --> 3 <div class="header__info-section"> 5 <div class="header__actions" uib-dropdown> 6 <button id="user-actions" type="button" uib-dropdown-toggle> 7 <icon class="icon-user" file="icon-avatar.svg"></icon> 10 <ul class="dropdown-menu" uib-dropdown-menu role="menu" aria-labelledby="user-actions"> 11 <li role="menuitem"><a href="#/profile-settings" class="btn">Profile settings</a></li> 12 … <li role="menuitem"><button ng-click="logout()" type="button" class="btn">Log out</button></li> 16 <div class="header__functions-section"> 24 <div class="inline header__server-name"> [all …]
|
| /openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/ |
| H A D | ModalAddRoleGroup.vue | 2 <b-modal 3 id="modal-role-group" 5 v-model="isModalVisible" 10 <b-container> 11 <b-row> 12 <b-col sm="8"> 13 <b-form id="role-group" @submit.prevent="handleSubmit"> 14 <!-- Edit role group --> 15 <template v-if="roleGroup !== null"> 16 <dl class="mb-4"> [all …]
|
| H A D | Ldap.vue | 2 <b-container fluid="xl"> 3 <page-title :description="$t('pageLdap.pageDescription')" /> 4 <page-section :section-title="$t('pageLdap.settings')"> 5 <b-form novalidate @submit.prevent="handleSubmit"> 6 <b-row> 7 <b-col> 8 <b-form-group 9 class="mb-3" 13 <b-form-checkbox 14 v-model="form.ldapAuthenticationEnabled" [all …]
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
| H A D | SerialInterface.v1_3_0.json | 4 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5 …"copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.or… 12 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 28 "description": "The available OEM-specific actions for this resource.", 29 …"longDescription": "This property shall contain the available OEM-specific actions for this resour… 93 "5": "Five bits of data following the start bit.", 94 "6": "Six bits of data following the start bit.", 95 "7": "Seven bits of data following the start bit.", 96 "8": "Eight bits of data following the start bit." 107 "Hardware": "Out-of-band flow control imposed.", [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_builddashboard_page.py | 5 # Copyright (C) 2013-2016 Intel Corporation 7 # SPDX-License-Identifier: GPL-2.0-only 51 # used to determine whether the left-hand panel should be displayed 98 # non-image recipes related to a build, for testing the new custom 149 # another non-image recipe (to test filtering of image recipes and 165 self.wait_until_visible('#global-nav') 173 return self.find_all('#errors div.alert-danger') 182 it with a data-log-message-id attribute 194 log_message_pk = element.get_attribute('data-log-message-id') 253 selector = '[data-role="edit-custom-image-trigger"]' [all …]
|
| /openbmc/webui-vue/src/store/modules/Authentication/ |
| H A D | AuthenticanStore.js | 2 import Cookies from 'js-cookie'; 11 xsrfCookie: Cookies.get('XSRF-TOKEN'), 20 // We might have gotten XSRF-TOKEN (and HttpOnly SESSION cookie) by Mutual TLS authentication, 34 state.xsrfCookie = Cookies.get('XSRF-TOKEN'); 35 // Preserve session data across page reloads and browser restarts 51 Cookies.remove('XSRF-TOKEN'); 71 .then(({ headers, data }) => { 74 token: headers['x-auth-token'], 76 setSessionPrivilege(commit, data); 77 return isPasswordExpired(data); [all …]
|
| /openbmc/webui-vue/src/locales/ |
| H A D | en-US.json | 90 …ssible from the logged in account. Contact your system administrator to check your privilege role." 107 "titleRefresh": "Refresh application data" 211 "label": "24-hour time", 265 "additionalDataUri": "Download additional data", 299 "description": "These functions do not perform a secure delete of any sensitive data.", 305 …ver settings, this option resets BMC settings, including: all BMC account data, all changed passwo… 409 "dataWidthBits": "Data width", 468 "description": "Securely clear sensitive data on the system", 470 …"description": "Due to sensitivity of the data that will be cleared, verification through physical… 477 … "clearAllHeperText": "Clear all the sensitive data that is controlled by the platform firmware", [all …]
|
| /openbmc/openbmc-test-automation/redfish/account_service/ |
| H A D | test_ldap_configuration.robot | 153 Update LDAP Configuration with LDAP User Role And Group ${LDAP_TYPE} 168 Update LDAP Configuration with LDAP User Role And Group ${LDAP_TYPE} 192 Update LDAP Configuration with LDAP User Role And Group ${LDAP_TYPE} 322 Verify LDAP Login With Invalid Data 323 [Documentation] Verify that LDAP login with Invalid LDAP data and 407 [Setup] Update LDAP Configuration with LDAP User Role And Group 410 Update LDAP Configuration with LDAP User Role And Group ${LDAP_TYPE} 444 [Template] Update LDAP User Role And Host Poweroff 462 [Template] Update LDAP User Role And Host Poweron 480 [Template] Update LDAP User Role And Configure IP Address [all …]
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | schema.py | 1 # -*- coding: utf-8 -*- 5 # Copyright (c) 2015-2019 Red Hat Inc. 10 # Marc-André Lureau <marcandre.lureau@redhat.com> 13 # See the COPYING file in the top-level directory. 15 # pylint: disable=too-many-lines 53 ) -> None: 56 def _cgen(self) -> str: 59 def gen_if(self) -> str: 62 def gen_endif(self) -> str: 65 def docgen(self) -> str: [all …]
|