1. b01bf29 Revert "bmcweb: Fix a bunch of warnings" by Ed Tanous · 6 years ago
  2. 6ea007a bmcweb: Fix a bunch of warnings by Ed Tanous · 6 years ago
  3. af713a6 bmcweb: Add JSON response to /logout by Anthony Wilson · 6 years ago
  4. c68604b Refine KVM websock proxy by Jae Hyun Yoo · 6 years ago
  5. 9f898f8 REST: Increase timeout for image upload by Lei YU · 6 years ago
  6. 39e7750 bmcweb: /s/boost::string_view/std::string_view/g by Ed Tanous · 6 years ago
  7. f1eebf0 Fix some static analysis bugs by Ed Tanous · 6 years ago
  8. 457207f bmcweb: update TLS cipher suites to mozilla modern by Ed Tanous · 6 years ago
  9. 3eb2f35 Implement KVM websocket proxy in bmcweb by Ed Tanous · 6 years ago
  10. abf2add bmcweb: move variant usage to std namespace by Ed Tanous · 6 years ago
  11. ceac6f7 Delete socket adapters by Ed Tanous · 6 years ago
  12. fe7e97d REST: GET: Use convertDBusToJSON by Matt Spinler · 6 years ago
  13. 715748a Support any message type in /subscribe callbacks by Matt Spinler · 6 years ago
  14. f39420c REST: sd_bus_message->JSON: fix multiple entries by Matt Spinler · 6 years ago
  15. da21df7 Revert "bmcweb: update SSL cipher suites to OWASP compatB" by Ed Tanous · 6 years ago
  16. 62d2e8b REST: Return a 405 on bad DELETE paths by Matt Spinler · 6 years ago
  17. c900850 REST: Refactor software image upload by Matt Spinler · 6 years ago
  18. 66cdfb4 Update content security policy by Ed Tanous · 6 years ago
  19. 54fd221 bmcweb: update SSL cipher suites to OWASP compatB by Ed Tanous · 6 years ago
  20. 39a4e39 REST: If necessary, combine method response data by Matt Spinler · 6 years ago
  21. 89c1970 REST: Add method return support for variants by Matt Spinler · 6 years ago
  22. 75c6c67 REST: Add method return support for structs by Matt Spinler · 6 years ago
  23. 6df8f99 REST: Add method return support for arrays/dicts by Matt Spinler · 6 years ago
  24. a2f0263 REST: Add missing pointer dereference by Matt Spinler · 6 years ago
  25. d22a713 REST: Add method return support for basic types by Matt Spinler · 6 years ago
  26. 16caaee REST: Add framework for returning method response by Matt Spinler · 6 years ago
  27. 318bd89 REST: Return on error in findActionOnInterface by Matt Spinler · 6 years ago
  28. 127ea54 REST: Add missing return statement by Matt Spinler · 6 years ago
  29. b7a08d0 redfish: oem: add stepwise configuration GET by James Feist · 6 years ago
  30. 4ae611d REST: Add missing return statement to dbusArgSplit by Matt Spinler · 6 years ago
  31. 8f62635 bmcweb: Remove deprecatd ASIO interfaces by Ed Tanous · 6 years ago
  32. c0eb9bd REST: Use status 400 for method arg problems by Matt Spinler · 6 years ago
  33. 673eda6 filesystem.hpp fix bad sed by James Feist · 6 years ago
  34. 81bfd11 Fix disconnection problem for HTML5 SOL by Cheng C Yang · 6 years ago
  35. a870486 bmcweb: remove boost::asio::local::stream_protocol::endpoint hack by Vernon Mauery · 6 years ago
  36. f615040 Move filesystem from experimental namespace by James Feist · 6 years ago
  37. ad18f07 bmcweb: Fix issues with /dump endpoint by Ed Tanous · 6 years ago
  38. 4d72dcc REST: Fixed issues with rest POST method by AppaRao Puli · 6 years ago
  39. 7e51389 bmcweb: Fix content type for javascript files by Ed Tanous · 6 years ago
  40. 6b5e77d bmcweb: support next= url for forwarding login by Ed Tanous · 6 years ago
  41. 02db306 bmcweb: Add X-Content-Type-Options header by Ed Tanous · 6 years ago
  42. da7f41e bmcweb Add DELETE to allowed XSS methods by Ed Tanous · 6 years ago
  43. de81881 REST: Add DELETE support by Matt Spinler · 6 years ago
  44. fbc19ea REST: For PUT, return errors in JSON by Matt Spinler · 6 years ago
  45. c4e8d21d6 REST: Add JSON error when no D-Bus handlers found by Matt Spinler · 6 years ago
  46. 6db0624 REST: For /action/<method>, return errors in JSON by Matt Spinler · 6 years ago
  47. d6091dd REST: For list, return the error in JSON by Matt Spinler · 6 years ago
  48. dc2f9f1 REST: For GET, return errors in JSON by Matt Spinler · 6 years ago
  49. 2ae6009 REST: For enumerate, return the error in JSON by Matt Spinler · 6 years ago
  50. 2df1e7d REST: For enumerate, try GetAll as last resort by Matt Spinler · 6 years ago
  51. 3ae4ba7 REST: For enumerate, use GetObject for target path by Matt Spinler · 6 years ago
  52. 750ceae bmcweb: Clean up security headers by Ed Tanous · 6 years ago
  53. 1b6b96c Remove custom version of getPtr by Ed Tanous · 6 years ago
  54. 63c7908 Revert "Update Content-Security-Policy" by Ed Tanous · 6 years ago
  55. 3112a14 bmcweb: Fix header includes to be more specific by Ed Tanous · 6 years ago
  56. 99ad599 Update Content-Security-Policy by Joseph Reynolds · 6 years ago
  57. f839dfe bmcweb:Properly implement the / operator in dbus by Ed Tanous · 6 years ago
  58. 049a051 Fix an issue with non-root objectmapper entries by Ed Tanous · 6 years ago
  59. 0a63b1c Fixup mapbox variant references by William A. Kennington III · 6 years ago
  60. 5b4aa86 Add PID Get To Redfish by James Feist · 6 years ago
  61. 8b15645 Fix an implementation comment by Ed Tanous · 6 years ago
  62. f254ba7 Avoid some copies in some loops by Ed Tanous · 6 years ago
  63. a840879 Implement AccountService PATCH method by Ed Tanous · 6 years ago
  64. b9b2e0b Move AccountService to node structure by Ed Tanous · 6 years ago
  65. e3cb5a3 Clean up rest-dbus interface by Ed Tanous · 6 years ago
  66. 683f727 Implement JsonSchema endpoint by Ed Tanous · 6 years ago
  67. 2daf672 Implement /console0 websocket by Ed Tanous · 6 years ago
  68. 1abe55e Move to clang-format-6.0 by Ed Tanous · 6 years ago
  69. a38b0b2 Resolve issue with duplicated static files by Ed Tanous · 6 years ago
  70. 9b243a4 Make dbus monitor compatible with phosphor-rest by Ed Tanous · 6 years ago
  71. b39db714 Add json to the known content types by Ed Tanous · 6 years ago
  72. b79d4ee Make dbus-rest produce bool type instead of int by Ed Tanous · 6 years ago
  73. eb1eb78 Update whitelist by Ed Tanous · 6 years ago
  74. d76323e Last round of variable renames by Ed Tanous · 6 years ago
  75. 75db20e minor cleanups to dbus-rest by Ed Tanous · 6 years ago
  76. fd828ba Implement XSS override by Ed Tanous · 6 years ago
  77. 8ceb2ec Clang-format cleanup by Ed Tanous · 6 years ago
  78. a434f2b Fix merge conflict by Ed Tanous · 6 years ago
  79. 1b0044b Move websocket implementation to boost beast by Ed Tanous · 6 years ago
  80. 55c7b7a Move over to upstream c++ style by Ed Tanous · 7 years ago
  81. 1752c96 Remove CImg from tree by Ed Tanous · 6 years ago
  82. e1ae533 Refactor session storage by Ed Tanous · 6 years ago
  83. 4b1b868 Make SessionStore a proper singleton by Borawski.Lukasz · 7 years ago
  84. 0334670 Create separate pam config for webserver instead of using dropbear's by Jennifer Lee · 7 years ago
  85. d4bb9bb Implement actions interface by Ed Tanous · 7 years ago
  86. d425c6f Pull in nlohmann json as a dependency rather than checking in. by Ed Tanous · 7 years ago
  87. 1e43987 Implement feature selection in bmcweb by Ed Tanous · 7 years ago
  88. 8233d42 Move bmcweb to mozilla compatibility ciphers by Ed Tanous · 7 years ago
  89. c3ee522 Make bmcweb image upload compatible with upstream. by Ed Tanous · 7 years ago
  90. a4e18f2 Fix issue with dbus interfaces and compatibility by Ed Tanous · 7 years ago
  91. 9bd21fc Fix issue with basic auth and the bmcweb by Ed Tanous · 7 years ago
  92. e0d918b Boost beast by Ed Tanous · 7 years ago
  93. daf36e2 Move thermal interfaces to new schema by Ed Tanous · 7 years ago
  94. aa2e59c Move bmcweb over to sdbusplus by Ed Tanous · 7 years ago
  95. 15aab54 Fix an issue with directory permissions by Ed Tanous · 7 years ago
  96. 1ea9f06 Make middleware try other auth types on auth failure by Ed Tanous · 7 years ago
  97. bae064e Change order of authorization types by Ed Tanous · 7 years ago
  98. 257f579 Implement pretty printing json to HTML by Ed Tanous · 7 years ago
  99. 6453001 Clean up async dbus endpoint by Ed Tanous · 7 years ago
  100. 6c23301 Minor fixes to make redfish pass compliance tests by Ed Tanous · 7 years ago