<feed xmlns='http://www.w3.org/2005/Atom'>
<title>phosphor-webui/app/configuration/styles, branch master</title>
<subtitle>OpenBMC Phosphor WebUI sources</subtitle>
<id>https://git.raptorcs.com/git/phosphor-webui/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/phosphor-webui/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/'/>
<updated>2019-11-26T16:35:41+00:00</updated>
<entry>
<title>Fix truncated button icons on Safari</title>
<updated>2019-11-26T16:35:41+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2019-11-15T19:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=27915d2f48df3cd885f4606e90012bea8496be0c'/>
<id>urn:sha1:27915d2f48df3cd885f4606e90012bea8496be0c</id>
<content type='text'>
Removing margin offset to fix issue with button icons being
visually truncated on Safari. Removing additional redundant
code around same icon/buttons.

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: Ie1ef89023a043a70a0126a21be57febb9afae19a
</content>
</entry>
<entry>
<title>Create firmware-card component</title>
<updated>2019-11-14T15:04:27+00:00</updated>
<author>
<name>Yoshie Muranaka</name>
<email>yoshiemuranaka@gmail.com</email>
</author>
<published>2019-10-24T14:02:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=1ab0f7c1d59e3ccae14d92ba865ec52c53772ca2'/>
<id>urn:sha1:1ab0f7c1d59e3ccae14d92ba865ec52c53772ca2</id>
<content type='text'>
Create reusable firmware card component that will be
used in the updated firmware page:
https://ibm.invisionapp.com/share/4XNZ0JAMJ7B#/screens/319212821_4-8-D-1_Home

Signed-off-by: Yoshie Muranaka &lt;yoshiemuranaka@gmail.com&gt;
Change-Id: I86e526c59ac5c2e2c011aed0ce4bc3d82db63b5e
</content>
</entry>
<entry>
<title>Update users navigation section</title>
<updated>2019-09-26T20:04:56+00:00</updated>
<author>
<name>miramurali23</name>
<email>miramurali23@gmail.com</email>
</author>
<published>2019-06-17T18:07:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=afc8a799627b71bba716e207cee8185852a6d390'/>
<id>urn:sha1:afc8a799627b71bba716e207cee8185852a6d390</id>
<content type='text'>
- Changed the section name to be access-control
- Moved LDAP Settings and Certificate Management to access-control navigation
- Changed Manage User Account subsection name to Local User Management

Resolves: openbmc/phosphor-webui#619

Signed-off-by: Mira Murali &lt;miramurali23@gmail.com&gt;
Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
Change-Id: I0d94c80c295b997d94c04330fd87f4fc4d229bf8
</content>
</entry>
<entry>
<title>LDAP configuration and user groups</title>
<updated>2019-09-26T20:04:56+00:00</updated>
<author>
<name>beccabroek</name>
<email>beccabroek@gmail.com</email>
</author>
<published>2018-11-07T18:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=5e258e43070b46b9d1ec5ec01e02b9f707cbf7b8'/>
<id>urn:sha1:5e258e43070b46b9d1ec5ec01e02b9f707cbf7b8</id>
<content type='text'>
Adds LDAP page and ability to add and change configuration settings.
Adds ability to add, remove and edit user groups for LDAP.

Resolves openbmc/phosphor-webui#38
Resolves openbmc/phosphor-webui#39

Tested: Loaded on to a witherspoon and able to add initial LDAP config
        as well us update the configuration and role groups. Appropriate messages displayed
        to user when required fields are missing or in the incorrect format.

Change-Id: If8a21f3f9d9334415ead73472e90b2a0823bf9ea
Signed-off-by: beccabroek &lt;beccabroek@gmail.com&gt;
Signed-off-by: Dixsie Wolmers &lt;dixsiew@gmail.com&gt;
Signed-off-by: Derick Montague &lt;derick.montague@ibm.com&gt;
</content>
</entry>
<entry>
<title>Move Virtual Media files and route</title>
<updated>2019-09-24T14:16:14+00:00</updated>
<author>
<name>Gunnar Mills</name>
<email>gmills@us.ibm.com</email>
</author>
<published>2019-09-19T19:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=418db63c77aad03fe3401c7acd9f9792fab96a68'/>
<id>urn:sha1:418db63c77aad03fe3401c7acd9f9792fab96a68</id>
<content type='text'>
"Virtual media" was already part of the "Server control" submenu but
the files were at app/configuration and the route was /configuration.

Marta Mazur did a similar file and route move here as part of
supporting multiple Virtual Media endpoints:
https://gerrit.openbmc-project.xyz/c/openbmc/phosphor-webui/+/25218

Tested: Built and loaded on a Witherspoon. The VM route is now:
        #/server-control/virtual-media. Was able to use the VM
        panel.
Change-Id: Iec46a8ece7ddfbc356bc1e71875def70c4418027
Signed-off-by: Gunnar Mills &lt;gmills@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Certificate management alert icons implementation and alignment</title>
<updated>2019-09-19T18:56:09+00:00</updated>
<author>
<name>Dixsie Wolmers</name>
<email>dixsiew@gmail.com</email>
</author>
<published>2019-09-09T19:42:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=1a2bd74d8fa38f0848eca12759e03d162c09d236'/>
<id>urn:sha1:1a2bd74d8fa38f0848eca12759e03d162c09d236</id>
<content type='text'>
- Replaces background image icons with icon directive
- Sizes and aligns icons in certificate table

TODO:
- Remove critical icon background image in separate commit

Signed-off-by: Dixsie Wolmers &lt;dixsiew@gmail.com&gt;
Change-Id: I2e10bc3f3432331b6dd9354dbcd0e32480894ece
</content>
</entry>
<entry>
<title>Update SNMP page layout</title>
<updated>2019-09-11T02:55:13+00:00</updated>
<author>
<name>Dixsie Wolmers</name>
<email>dixsiew@gmail.com</email>
</author>
<published>2019-09-07T14:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=383591afc2c5c327f1a7628056cc33e4b52f4a23'/>
<id>urn:sha1:383591afc2c5c327f1a7628056cc33e4b52f4a23</id>
<content type='text'>
This change applies global styles to improve
page layout consistency and removes unnecessary
custom styling.

- Adds page, section, form field and actions styles
- Removes unused styles

Tested:
- Passes DAP

Signed-off-by: Dixsie Wolmers &lt;dixsiew@gmail.com&gt;
Change-Id: I96bb4732fdf160b2cc9eff0ad3ed9309ab1b9ea4
</content>
</entry>
<entry>
<title>Fix IE11 SNMP edit bug</title>
<updated>2019-09-11T02:55:13+00:00</updated>
<author>
<name>Dixsie Wolmers</name>
<email>dixsiew@gmail.com</email>
</author>
<published>2019-09-06T15:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=57ed98ee456703d0567661a49348033ca0c29ab2'/>
<id>urn:sha1:57ed98ee456703d0567661a49348033ca0c29ab2</id>
<content type='text'>
- Removes edit button from form
- Removes focus-within (not compatible with IE11 and Edge)
  and pointer-event

Tested:
- Input fields are editable and can be saved
- DAP violations and page layout consistency will be addressed
  in separate commit

Signed-off-by: Dixsie Wolmers &lt;dixsiew@gmail.com&gt;
Change-Id: I2ccd06802137c2969fec686abc5b5f8e785725b6
</content>
</entry>
<entry>
<title>Fix missing expiring/expired icons and warnning messages in certificate table</title>
<updated>2019-09-10T14:52:46+00:00</updated>
<author>
<name>miramurali23</name>
<email>miramurali23@gmail.com</email>
</author>
<published>2019-08-15T20:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=219738d2a11dc89f0f259fe99626802c18e6d3a8'/>
<id>urn:sha1:219738d2a11dc89f0f259fe99626802c18e6d3a8</id>
<content type='text'>
- Confirmed with backend developer that we should be checking certificate expiration date with bmc date/time set
- Converted both certificate expiration date and bmc date/time to EPOCH time to fix the bug

Tested: Go to Date and Time settings and change BMC time to be after or 30 days before a certificate expiration date.
Then either a warning or expiration icon and message will be displayed next to the date and message on top of the table.
To remove the expiration or warning date, upload a certificate that has an expiration date greater than 30 days after bmc time
set. The icon and warning message should now disappear.

Signed-off-by: Mira Murali  &lt;miramurali23@gmail.com&gt;
Change-Id: I9389fe3cce5a555945adf9c56180897a6be047bf
</content>
</entry>
<entry>
<title>Create csr modal</title>
<updated>2019-08-22T14:53:06+00:00</updated>
<author>
<name>miramurali23</name>
<email>miramurali23@gmail.com</email>
</author>
<published>2019-06-10T20:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=5e8785d3605b2f927d6024f3d72ebfcc98d0ae0e'/>
<id>urn:sha1:5e8785d3605b2f927d6024f3d72ebfcc98d0ae0e</id>
<content type='text'>
The CSR Modal allows users to generate a CSR code. Once the user
types in the necessary information to generate the CSR code, that modal
will then render the code and the user will be able to either copy the
code or download the code in a txt file.

Tested: loaded onto Witherspoon and able to view on certificate
management page.  Click on generate csr and type in necessary
(or any additional info), then click on generate CSR.  The CSR
code is then visible and is able to be copied or downloaded. In
error state in which CSR code is unable to generate, the modal
closes and an error toast message appears. FYI: Sometimes you
have to reboot system in order for csr to successfully generate.y

Signed-off-by: Mira Murali  &lt;miramurali23@gmail.com&gt;
Change-Id: I3cca09c494357496166164b5ee8ff99250ef981d
</content>
</entry>
</feed>
