summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Remove CImg from treeEd Tanous1-60168/+0
2018-07-27Reimplement UUID based on systemd UUIDEd Tanous2-10/+33
2018-07-27Make doGet implementations optionalEd Tanous1-1/+4
2018-07-27Implement debug logging for responsesEd Tanous1-6/+11
2018-07-27Make Ethernet/VLAN Interfaces handle "404 Not Found" properlyKowalski, Kamil1-6/+134
2018-07-27Avoid an extra move when returning 404Ed Tanous1-1/+1
2018-07-26Refactor session storageEd Tanous2-59/+72
2018-07-25Make SessionStore a proper singletonBorawski.Lukasz13-87/+115
2018-07-25Implement VlanNetworkInterface and VlanNetworkInterfaceCollection SchemaKowalski, Kamil1-126/+23
2018-07-24Remove some critical debug printsEd Tanous1-2/+2
2018-07-21Move Sensors path to sensorsJames Feist2-6/+6
2018-07-17Prevent ssl key generation when disabledAndrew Geissler1-1/+3
2018-06-30Update sensors to reflect changes after switching to sdbusplusLewanczyk, Dawid4-16/+37
2018-06-29Fix for empty string in IPv4 PATCH.Kowalski, Kamil1-2/+6
2018-06-29Update Redfish Schema to 2018.1Jason M. Bills107-9613/+20428
2018-06-29Introduce ComputerSystem schemaLewanczyk, Dawid9-598/+1581
2018-06-29Fixed the Software Inventory schema Object Mapper callsJennifer Lee1-128/+145
2018-06-29Create separate pam config for webserver instead of using dropbear'sJennifer Lee3-2/+8
2018-06-29Implement VlanNetworkInterface Schema DELETE and PATCH methodsKowalski, Kamil1-71/+478
2018-06-29Implement actions interfaceEd Tanous3-210/+806
2018-06-29Pull in nlohmann json as a dependency rather than checking in.Ed Tanous5-14795/+38
2018-06-29Implement feature selection in bmcwebEd Tanous12-261/+346
2018-06-29Implemented PATCH for EthernetInterface IPv4Addresses arrayKowalski, Kamil1-65/+600
2018-06-29Implemented PATCH for EthernetInterface VLAN and HostName fieldsKowalski, Kamil4-155/+475
2018-06-29Move bmcweb to mozilla compatibility ciphersEd Tanous1-1/+1
2018-06-29Make bmcweb image upload compatible with upstream.Ed Tanous3-41/+107
2018-06-29Added UpdateService to RedfishJennifer Lee2-3/+295
2018-06-29Fix issue with dbus interfaces and compatibilityEd Tanous1-32/+53
2018-06-29Fix issue with basic auth and the bmcwebEd Tanous3-24/+51
2018-06-29Boost beastEd Tanous52-6357/+946
2018-06-29Added JSON utilities to allow easy exception-less usage of nlohmann JSON.Kowalski, Kamil3-0/+747
2018-06-29Move thermal interfaces to new schemaEd Tanous4-126/+114
2018-06-29Move bmcweb over to sdbusplusEd Tanous13-244/+306
2018-06-14Spelling fixes in redfish-coreGunnar Mills3-12/+12
2018-06-13Fix headerGunnar Mills1-1/+1
2018-06-13Spelling fixesGunnar Mills1-5/+5
2018-05-24Add MAINTAINERS fileAndrew Jeffery1-0/+47
2018-05-18Introduce Thermal schemaLewanczyk, Dawid5-1/+491
2018-04-25Remove hunter and submodulesEd tanous14-1009/+96
2018-04-22Introduce Redfish Error messages definitionsKowalski, Kamil8-14/+2905
2018-04-22Added VLAN Object to EthernetInterface schemaKowalski, Kamil1-1/+15
2018-04-22Enabling Ethernet Interfaces, and Ethernet Interfaces Collection SchemasRapkiewicz, Pawel7-1/+509
2018-04-22Fix an issue with directory permissionsEd Tanous1-0/+2
2018-04-22Make middleware try other auth types on auth failureEd Tanous1-14/+20
2018-04-22Change order of authorization typesEd Tanous1-20/+20
2018-04-22Fix seg fault on shutdownEd Tanous1-22/+20
2018-04-22Implement pretty printing json to HTMLEd Tanous5-40/+493
2018-04-22Clean up async dbus endpointEd Tanous1-134/+190
2018-04-22Remove multithreaded code, and make crow use a single threadEd Tanous3-160/+72
2018-04-22Disable logging when in release modeEd Tanous3-11/+10