1. 090ab8e Generate metadata at runtime by Ed Tanous · 7 months ago
  2. e518ef3 Remove sessions on user password update by Ravi Teja · 8 months ago
  3. 5ec2284 Fix mounting in proxy mode in virtual media by Boleslaw Ogonczyk Makowski · 8 months ago
  4. 4349881 Check size by Ed Tanous · 8 months ago
  5. 576db69 Last fix for inversion by Ed Tanous · 8 months ago
  6. a101504 Remove reserve by Ed Tanous · 8 months ago
  7. 3eaecac Fix merge conflict in session by Ed Tanous · 8 months ago
  8. 80ba22f std::remove to std::filesystem::remove by Ed Tanous · 8 months ago
  9. 0790081 Check return codes by Ed Tanous · 8 months ago
  10. 17c4724 Move logging args by Ed Tanous · 9 months ago
  11. 8b901d7 obmc_console: Fix some missing headers by Gunnar Mills · 8 months ago
  12. 102a4cd Manage Request with shared_ptr by Jonathan Doman · 9 months ago
  13. 25b54db Bring consistency to config options by Ed Tanous · 8 months ago
  14. ccb0556 Fix bad merge conflict by Ed Tanous · 8 months ago
  15. e4b3275 Break out lambdas into real methods by Ed Tanous · 11 months ago
  16. 36c0f2a Consolidate Vm implementations by Ed Tanous · 11 months ago
  17. 95c6307 Break out formatters by Ed Tanous · 9 months ago
  18. 499b5b4 Add static webpack etag support by Ed Tanous · 9 months ago
  19. 3bfa3b2 Move to process v2 by Ed Tanous · 11 months ago
  20. 9f217c2 Make cookie auth check all headers by Ed Tanous · 8 months ago
  21. 788fe74 Remove XSS prevention code by Ed Tanous · 8 months ago
  22. c056aa7 Implement a Content-Security-Policy TODO by Ed Tanous · 9 months ago
  23. 5b90429 Add missing headers by Ed Tanous · 9 months ago
  24. 56d0bb0 Remove ibm locks feature by Sunitha Harish · 9 months ago
  25. 8db8374 Clean up BMCWEB_ENABLE_SSL by Ed Tanous · 9 months ago
  26. 6dbe9be Remove OpenSSL warnings ignore by Ed Tanous · 9 months ago
  27. 8e8245d Fix nullptr failures for image upload by Ed Tanous · 9 months ago
  28. 4c521c3 Fix file removal by Ed Tanous · 9 months ago
  29. 44106f3 Fix buffer_copy by Ed Tanous · 9 months ago
  30. 4a7fbef Fix large copies with url_view and segments_view by Ed Tanous · 9 months ago
  31. d9e89df Simplify router by Ed Tanous · 9 months ago
  32. 3cd7072 Move run and redfish to compile units by Ed Tanous · 9 months ago
  33. 8cb2c02 Fix moves/forward by Ed Tanous · 9 months ago
  34. 296579b Call dump() less by Ed Tanous · 10 months ago
  35. 9de65b3 Fix redundant inline operators by Ed Tanous · 9 months ago
  36. 4da0490 Use no-switch-default on clang by Ed Tanous · 9 months ago
  37. c160ae7 Remove old uses of cout/cerr by Ed Tanous · 9 months ago
  38. d0eb0e7 Remove unused variable by Ed Tanous · 9 months ago
  39. f79ce6a Enable bugprone clang check by Ed Tanous · 9 months ago
  40. 47f2934 Fix redundant init issues by Ed Tanous · 9 months ago
  41. a10321e Fix content-security-policy disable by Ed Tanous · 9 months ago
  42. e10f017 Revert "Refactor after login" by Ed Tanous · 9 months ago
  43. 425e81c Clean up management console rest to use readJson by Ed Tanous · 10 months ago
  44. cd40b06 Refactor after login by Ed Tanous · 1 year, 5 months ago
  45. 41b25aa Fix coredump on async method during validatePrivilege by Myung Bae · 10 months ago
  46. 18f8f60 Remove some boost includes by Ed Tanous · 1 year, 5 months ago
  47. f347756 DBus REST: Fix array and dict handling by Mikhail Zhvakin · 1 year, 5 months ago
  48. 8ece0e4 Fix spelling mistakes by Ed Tanous · 12 months ago
  49. 4fa45df Unit test Connection by Ed Tanous · 1 year, 4 months ago
  50. 27b0cf9 Move to file_body in boost by Ed Tanous · 1 year, 5 months ago
  51. 522377d Refactor populateUserInfo by Jonathan Doman · 1 year, 4 months ago
  52. 26eee3a multipart-parser: eliminate temporary to emplace_back by Patrick Williams · 1 year, 2 months ago
  53. 5a39f77 clang-format: copy latest and re-format by Patrick Williams · 1 year, 2 months ago
  54. 04b0e33 multipart-parser: use emplace_back by Patrick Williams · 1 year, 2 months ago
  55. 5ebb9d3 Remove extra variables in websockets by Ed Tanous · 1 year, 10 months ago
  56. 6fd2955 Update to boost 1.83.0 by Ed Tanous · 1 year, 3 months ago
  57. 11e8f60 Clean up vm CredentialPipe by Ed Tanous · 1 year, 4 months ago
  58. e1bf8bb Fixes bmcweb crashed when mounting virtual media by Troy Lee · 1 year, 4 months ago
  59. 0a4776c Remove phosphor-rest workarounds by Ed Tanous · 1 year, 5 months ago
  60. 8e73b90 kvm_websocket: Fix crash on dangling reference by Xinnan Xie · 1 year, 4 months ago
  61. 80f79a4 Fix typo `DBusInteracesMap` -> `DBusInterfacesMap` by Michael Shen · 1 year, 4 months ago
  62. a716aa7 Move http client to URL by Ed Tanous · 1 year, 5 months ago
  63. 3544d2a Use ranges by Ed Tanous · 1 year, 5 months ago
  64. 5ab4785 Fix duplicate entries in session userGroups by Jonathan Doman · 1 year, 4 months ago
  65. 2deee1b Change unauthorized message if no UI is installed by Ed Tanous · 1 year, 10 months ago
  66. 9bdc8b5 Add missing comma in Permissions-Policy by Joseph Reynolds · 1 year, 4 months ago
  67. e01d0c3 Fix bugprone-unchecked-optional-access findings by Ed Tanous · 1 year, 6 months ago
  68. 59ba638 Revert "Cache user role in session object" by Gunnar Mills · 1 year, 5 months ago
  69. 46228e0 Refactor login/logout by Ed Tanous · 1 year, 5 months ago
  70. 32c99a2 sdbusplus: use shorter type aliases by Patrick Williams · 1 year, 5 months ago
  71. 8ed41c3 Cache user role in session object by Ed Tanous · 3 years, 8 months ago
  72. d3dfb6e Add missing nullptr checks by Ed Tanous · 1 year, 5 months ago
  73. 62598e3 Replace logging with std::format by Ed Tanous · 1 year, 5 months ago
  74. e1452be AsyncResolve cleanups and error handling by Ed Tanous · 3 years, 3 months ago
  75. 2c6ffdb Use openssl random number generator by Ed Tanous · 1 year, 6 months ago
  76. 9eef578 Fix clang-tidy error for ibm/locks by Ravi Teja · 1 year, 7 months ago
  77. 24d67ff Remove IBM console events from Redfish by Ed Tanous · 4 years, 3 months ago
  78. d8139c6 Update to owasp headers by Ed Tanous · 1 year, 7 months ago
  79. fca2cbe HTTP/2 support by Ed Tanous · 4 years ago
  80. 8b24275 Rename all error_code instances to ec by Ed Tanous · 1 year, 6 months ago
  81. d85418e error_messages: remove source_location indirect by Patrick Williams · 1 year, 6 months ago
  82. 1d9502b Add headers Referrer-Policy and Permissions-Policy by Joseph Reynolds · 1 year, 8 months ago
  83. e96d7fb Change cipher suite variable by Ed Tanous · 1 year, 7 months ago
  84. 12dfca5 Upgrade to mozilla intermediate 5.7 by Ed Tanous · 1 year, 7 months ago
  85. 5eb468d Refactor getManagedObjects method by George Liu · 1 year, 6 months ago
  86. c3b3ad0 Set cookieAuth variable for cookie by Ed Tanous · 1 year, 7 months ago
  87. 7e9c08e Revert "Fix websocket csrf checking" by Ed Tanous · 1 year, 7 months ago
  88. a115d87 Add missing pragma once by Ed Tanous · 1 year, 7 months ago
  89. 994fd86 Fix hack on Set-Cookie by Ed Tanous · 1 year, 7 months ago
  90. 08bbe11 Break up router into separate files by Ed Tanous · 1 year, 9 months ago
  91. c51a58e Remove urlEncode by Ed Tanous · 1 year, 9 months ago
  92. f9c794f Remove unused const-cast by Ed Tanous · 1 year, 7 months ago
  93. 7b8270c Remove extra character by Ed Tanous · 1 year, 7 months ago
  94. 052bcbf Add support for multiple consoles by Ninad Palsule · 1 year, 7 months ago
  95. 61e349a Break out serializer into its own cpp file by Ed Tanous · 1 year, 7 months ago
  96. 6fde95f Server-sent-event fixes by Ed Tanous · 1 year, 7 months ago
  97. 099793f Simplify obmc console buffers by Ed Tanous · 1 year, 7 months ago
  98. f948d81 Introduce ConsoleHandler class under obmc_console by Ninad Palsule · 1 year, 7 months ago
  99. f8ca6d7 Allow async resolver to be optional by Ed Tanous · 2 years, 6 months ago
  100. 1d86960 Add maybe_unused to possibly unused argument by Ed Tanous · 2 years ago