1. 613dabe Remove nlohmann brace initialization by Ed Tanous · 2 years, 7 months ago
  2. d1bde9e used sdbusplus::unpackPropertiesNoThrow part 8 by Krzysztof Grobelny · 2 years, 5 months ago
  3. d8a5d5d Update content of ResourceNotFound/ResourceAlreadyExists message by Jiaqing Zhao · 2 years, 6 months ago
  4. 4c7d4d3 Add Link header handling to AccountService by Ed Tanous · 2 years, 7 months ago
  5. 59d494e sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 6 months ago
  6. 02cad96 Fix const correctness issues by Ed Tanous · 2 years, 7 months ago
  7. 1ef4c34 Move AccountService to separate methods by Ed Tanous · 2 years, 9 months ago
  8. 3ba0007 Expose AsyncResp shared_ptr when handling response by Carson Labrado · 2 years, 8 months ago
  9. 002d39b Try to fix the lambda formatting issue by Ed Tanous · 2 years, 8 months ago
  10. a43ea82 meson option: make the insecure-disable-auth macro more accurate by Nan Zhou · 2 years, 8 months ago
  11. 1476687 Remove brace initialization of json objects by Ed Tanous · 2 years, 11 months ago
  12. 031514f Fix bmcweb crash problem when no-auth by JunLin Chen · 3 years, 2 months ago
  13. 0145a22 Update odata.type version of /redfish/v1/AccountService/ by Anjaliintel-21 · 2 years, 10 months ago
  14. 45ca1b8 Add setUpRedfishRoute to all nodes in redfish by Ed Tanous · 2 years, 10 months ago
  15. e7b1b62 Fix missing success code in Account PATCH by Ed Tanous · 2 years, 10 months ago
  16. b9d36b4 Consitently use dbus::utility types by Ed Tanous · 3 years ago
  17. 55f79e6 Enable readability checks by Ed Tanous · 3 years ago
  18. 15ed678 json_utils: Add support jsonRead Patch/Action by Willy Tu · 3 years, 2 months ago
  19. e662eae Enable readability-implicit-bool-conversion checks by Ed Tanous · 3 years ago
  20. 0e46c8a account_service: Remove unused DbusInterfaceType by Jason M. Bills · 3 years ago
  21. e05aec5 Add readability-redundant-* checks by Ed Tanous · 3 years ago
  22. 9eb808c Enable readability-avoid-const-params-in-decls by Ed Tanous · 3 years ago
  23. ef73ad0 Allow setting MinPasswordLength in AccountService by Paul Fertser · 3 years ago
  24. dcf2ebc Enable readability-redundant-control-flow checks by Ed Tanous · 3 years ago
  25. 26f6976 Enable readability-container-size-empty tests by Ed Tanous · 3 years ago
  26. 711ac7a Consistently use ManagedObjectType by Ed Tanous · 3 years, 1 month ago
  27. 1ec43ee Fix AccountService patch privileges by Gunnar Mills · 3 years, 1 month ago
  28. 1e1e598 Using sdbusplus::asio::getProperty by Jonathan Doman · 3 years, 8 months ago
  29. 168e20c Move to common variant by Ed Tanous · 3 years, 2 months ago
  30. b477fd4 Enable encoding/decoding object paths of User Name by P Dheeraj Srujan Kumar · 3 years, 1 month ago
  31. f5e29f3 Fix bmcweb crash problem when no-auth by JunLin Chen · 3 years, 2 months ago
  32. 0fda0f1 Update clang-format by George Liu · 3 years, 2 months ago
  33. e9cc517 Redfish: Repair the wrong change made by non-admin by Ed Tanous · 3 years, 3 months ago
  34. d8e3c29 Fix service validator on OEM account service by Ed Tanous · 3 years, 4 months ago
  35. 1106333 Fix use after move in account service by Ed Tanous · 3 years, 4 months ago
  36. f5ffd80 Fix AccountService PATCH regression/merge conflict by Ed Tanous · 3 years, 6 months ago
  37. 4f48d5f Make code compile with clang-13 by Ed Tanous · 3 years, 7 months ago
  38. ed39821 Automate PrivilegeRegistry to code by Ed Tanous · 3 years, 8 months ago
  39. 7204878 Modify entityPrivileges for certificate service by Abhishek Patel · 3 years, 8 months ago
  40. b282a43 Remove the Node class by Ed Tanous · 3 years, 8 months ago
  41. cef1ddf Change ManagerAccount privileges to match registry by Ed Tanous · 3 years, 8 months ago
  42. 6c51eab Remove Node class from Account Service by Ed Tanous · 3 years, 8 months ago
  43. 7e860f1 Remove Redfish Node class by John Edward Broadbent · 3 years, 10 months ago
  44. 8d1b46d Using AsyncResp everywhere by zhanghch05 · 3 years, 10 months ago
  45. 71f52d9 Fix nlohmann::json::dump calls by Ed Tanous · 4 years ago
  46. 2dfd18e Start using sdbusplus::message::filename() by Ed Tanous · 4 years, 1 month ago
  47. 81ce609 Fix .clang-tidy by Ed Tanous · 4 years, 1 month ago
  48. f16f626 Add meson options for all authentication methods. by Alan Kuo · 4 years, 2 months ago
  49. 055806b Fix a possible null pointer dereference by Manojkiran Eda · 4 years, 3 months ago
  50. f23b729 Turn on ALL perf checks by Ed Tanous · 4 years, 4 months ago
  51. b5a7693 Lots of performance improvements by Ed Tanous · 4 years, 4 months ago
  52. 3174e4d Write the clang-tidy file OpenBMC needs by Ed Tanous · 4 years, 4 months ago
  53. d4d2579 Implement bugprone-branch-clone compliance by Ed Tanous · 4 years, 4 months ago
  54. 2c70f80 Fix naming conventions by Ed Tanous · 4 years, 4 months ago
  55. cb13a39 Enable unused variable warnings and resolve by Ed Tanous · 4 years, 6 months ago
  56. 23a21a1 Enable clang warnings by Ed Tanous · 4 years, 6 months ago
  57. 52cc112 Remove middlewares by Ed Tanous · 4 years, 6 months ago
  58. c61704a Spelling: 's/Occured/Occurred/g' by Gunnar Mills · 4 years, 7 months ago
  59. 8114bd4 ManagerAccount: Implement AccountTypes by Gunnar Mills · 4 years, 8 months ago
  60. 1214b7e clang-format: update to latest from docs repo by Gunnar Mills · 4 years, 8 months ago
  61. c3c03fd update to ManagerAccount.v1_3_0 by Joseph Reynolds · 4 years, 8 months ago
  62. 3bf4e63 Implement Redfish PasswordChangeRequired by Joseph Reynolds · 5 years ago
  63. 19bd78d sdbusplus: replace message::variant with std::variant by Patrick Williams · 4 years, 9 months ago
  64. 9620060 Redfish: Support NoAccess user creation by jayaprakash Mutyala · 4 years, 10 months ago
  65. f365910 Update ManagerAccountCollection Privilege by Gunnar Mills · 5 years ago
  66. ba9dd4a Validator Warning: Remove AccountProviderType by Gunnar Mills · 5 years ago
  67. 9440096 Account Service: Remove odata.context by Gunnar Mills · 5 years ago
  68. 3c5a376 Update AccountService Privilege by Gunnar Mills · 5 years ago
  69. 107077d Add VirtualMedia schema to Redfish by Przemyslaw Czarnowski · 6 years ago
  70. 900f949 bmcweb: Handle ConfigureSelf privilege by Joseph Reynolds · 5 years ago
  71. 501f1e5 TLS method configuration by Zbigniew Kurzynski · 5 years ago
  72. e9e6d24 account_service: Added NoAccess role to Redfish by jayaprakash Mutyala · 6 years ago
  73. cb3e11f Remove priv-callback support from bmcweb by Richard Marian Thomaiyar · 5 years ago
  74. 4380545 Revert "account_service: Added NoAccess role to Redfish" by James Feist · 5 years ago
  75. 27c10d2 account_service: Added NoAccess role to Redfish by jayaprakash Mutyala · 6 years ago
  76. 0d4197e account_service:redfish user creation err handling by anil kumar appana · 6 years ago
  77. 7815863 Auth methods configuration by Zbigniew Kurzynski · 5 years ago
  78. 66b5ca7 account_service: redfish user Patch error handling by jayaprakash Mutyala · 5 years ago
  79. eecd51a Revert "Auth methods configuration" by James Feist · 5 years ago
  80. 0ff64dc Auth methods configuration by Kowalski, Kamil · 6 years ago
  81. 0f0353b Modernize: use emplace instead of push_back by Ed Tanous · 5 years ago
  82. c80fee5 Renamed User role name to ReadOnly by AppaRao Puli · 5 years ago
  83. 271584a Fix a bunch of warnings by Ed Tanous · 6 years ago
  84. 0678524 Redfish: Add PATCH operation support for RemoteRoleMapping by Ratan Gupta · 6 years ago
  85. 4e68c45 Fix: Only return error info in invalid URI case by Ayushi Smriti · 5 years ago
  86. 599c71d Read AllGroups property from user manager by Ayushi Smriti · 5 years ago
  87. d4b5443 Revert "Redfish: Add PATCH operation support for RemoteRoleMapping" by Ed Tanous · 6 years ago
  88. 2a21b9d Redfish: Add PATCH operation support for RemoteRoleMapping by Nagaraju Goruganti · 6 years ago
  89. 54fc587 Redfish: Populate the RemoteRoleMapping prop under AccountService schema by Nagaraju Goruganti · 6 years ago
  90. 37cce91 Redfish: Add support to upload/replace/view LDAP Certificate by Marri Devender Rao · 6 years ago
  91. eb2bbe5 Redfish: Implement PATCH operation for ActiveDirectory property in AccountService by Ratan Gupta · 6 years ago
  92. ab828d7 Redfish: Populate the ActiveDirectory property in AccountService schema by Ratan Gupta · 6 years ago
  93. cee58b2 Remove AllowableValues for read-only LDAP values by Ed Tanous · 6 years ago
  94. 22c3371 Redfish: Move checkDbusPathExist function to dbus utility by Ratan Gupta · 6 years ago
  95. 8a07d28 Redfish(Account): Support the patch for individual properties for LDAP by Ratan Gupta · 6 years ago
  96. 6973a58 Redfish: Populate the LDAP property in AccountService schema by Ratan Gupta · 6 years ago
  97. ae29b8c bmcweb: /s/boost::beast::string_view/std::string_view/g by Adriana Kobylak · 6 years ago
  98. 4d64ce3 Fix AllowableValues failProp error by Gunnar Mills · 6 years ago
  99. f00032d Allow multiple registrations by Tanous · 6 years ago
  100. 343ff2e Changing maxPasswordLength to 20 by AppaRao Puli · 6 years ago