summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-01-18REST: Add method return support for basic typesMatt Spinler1-0/+144
2019-01-18REST: Add framework for returning method responseMatt Spinler1-17/+92
2019-01-15REST: Return on error in findActionOnInterfaceMatt Spinler1-102/+95
2019-01-15REST: Add missing return statementMatt Spinler1-0/+2
2019-01-15redfish: oem: add stepwise configuration GETJames Feist1-2/+2
2019-01-12REST: Add missing return statement to dbusArgSplitMatt Spinler1-0/+2
2019-01-12bmcweb: Remove deprecatd ASIO interfacesEd Tanous1-1/+1
2019-01-10REST: Use status 400 for method arg problemsMatt Spinler1-4/+9
2019-01-10filesystem.hpp fix bad sedJames Feist1-2/+2
2019-01-10Fix disconnection problem for HTML5 SOLCheng C Yang1-1/+1
2019-01-09bmcweb: remove boost::asio::local::stream_protocol::endpoint hackVernon Mauery1-17/+0
2019-01-08Move filesystem from experimental namespaceJames Feist3-7/+23
2019-01-04bmcweb: Fix issues with /dump endpointEd Tanous1-4/+7
2018-12-27REST: Fixed issues with rest POST methodAppaRao Puli1-4/+1
2018-12-22bmcweb: Fix content type for javascript filesEd Tanous1-1/+1
2018-12-19bmcweb: support next= url for forwarding loginEd Tanous2-1/+27
2018-12-19bmcweb: Add X-Content-Type-Options headerEd Tanous1-0/+1
2018-12-19bmcweb Add DELETE to allowed XSS methodsEd Tanous1-1/+2
2018-12-14REST: Add DELETE supportMatt Spinler1-2/+52
2018-12-14REST: For PUT, return errors in JSONMatt Spinler1-34/+47
2018-12-14REST: Add JSON error when no D-Bus handlers foundMatt Spinler1-1/+4
2018-12-14REST: For /action/<method>, return errors in JSONMatt Spinler1-14/+26
2018-12-14REST: For list, return the error in JSONMatt Spinler1-1/+2
2018-12-14REST: For GET, return errors in JSONMatt Spinler1-6/+18
2018-12-14REST: For enumerate, return the error in JSONMatt Spinler1-0/+18
2018-12-14REST: For enumerate, try GetAll as last resortMatt Spinler1-1/+74
2018-12-14REST: For enumerate, use GetObject for target pathMatt Spinler1-55/+123
2018-12-11bmcweb: Clean up security headersEd Tanous1-34/+23
2018-12-10Remove custom version of getPtrEd Tanous1-13/+0
2018-12-07Revert "Update Content-Security-Policy"Ed Tanous1-3/+2
2018-12-04bmcweb: Fix header includes to be more specificEd Tanous1-1/+1
2018-12-04Update Content-Security-PolicyJoseph Reynolds1-2/+3
2018-11-20bmcweb:Properly implement the / operator in dbusEd Tanous1-8/+13
2018-11-03Fix an issue with non-root objectmapper entriesEd Tanous1-117/+155
2018-10-19Fixup mapbox variant referencesWilliam A. Kennington III3-13/+11
2018-10-16Add PID Get To RedfishJames Feist2-21/+109
2018-10-16Fix an implementation commentEd Tanous1-1/+1
2018-10-12Avoid some copies in some loopsEd Tanous1-2/+2
2018-10-08Implement AccountService PATCH methodEd Tanous1-8/+28
2018-10-08Move AccountService to node structureEd Tanous2-123/+2
2018-09-19Clean up rest-dbus interfaceEd Tanous2-282/+426
2018-09-17Implement JsonSchema endpointEd Tanous1-0/+1
2018-09-05Implement /console0 websocketEd Tanous1-0/+157
2018-09-05Move to clang-format-6.0Ed Tanous18-4216/+5209
2018-08-29Resolve issue with duplicated static filesEd Tanous1-6/+18
2018-08-24Make dbus monitor compatible with phosphor-restEd Tanous1-36/+153
2018-08-24Add json to the known content typesEd Tanous1-0/+1
2018-08-21Make dbus-rest produce bool type instead of intEd Tanous1-7/+0
2018-08-15Update whitelistEd Tanous1-1/+3
2018-08-15Last round of variable renamesEd Tanous2-88/+84