summaryrefslogtreecommitdiff
path: root/redfish-core/lib/account_service.hpp
AgeCommit message (Expand)AuthorFilesLines
2023-10-24clang-format: copy latest and re-formatPatrick Williams1-117/+117
2023-10-03Add trace when unknown user errorGunnar Mills1-0/+1
2023-09-01Don't return failed password in Redfish error responseJason M. Bills1-3/+3
2023-08-24Fix typo `DBusInteracesMap` -> `DBusInterfacesMap`Michael Shen1-4/+5
2023-08-21Use rangesEd Tanous1-6/+6
2023-08-16Update event_service and account_service URIEd Tanous1-6/+6
2023-08-14Reduce some Error log severitiesCarson Labrado1-2/+2
2023-08-07Fix bugprone-unchecked-optional-access findingsEd Tanous1-10/+13
2023-07-20Replace logging with std::formatEd Tanous1-66/+65
2023-06-28Rename all error_code instances to ecEd Tanous1-3/+3
2023-06-28Make error codes take by referenceEd Tanous1-1/+1
2023-06-28Refactor setProperty methodGeorge Liu1-131/+110
2023-06-24sdbusplus: use shorter type aliasesPatrick Williams1-6/+5
2023-06-20Refactor getManagedObjects methodGeorge Liu1-12/+12
2023-06-13Make propertyValueTypeError more typesafeEd Tanous1-5/+3
2023-06-13Make propertyValueNotInList typesafeEd Tanous1-5/+5
2023-06-07Add AccountTypes in POST Accounts serviceNinad Palsule1-10/+61
2023-06-07PATCH userGroups Information ("AccountTypes")Abhishek Patel1-16/+142
2023-05-25Handle AccountService D-bus errorsRavi Teja1-8/+57
2023-05-20Added new pre-defined usergroup called hostconsoleNinad Palsule1-7/+38
2023-05-18Move long lambda in separate functionNinad Palsule1-46/+64
2023-05-12fix more push vs emplace callsPatrick Williams1-2/+2
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-18/+12
2023-03-08account_service: Don't call HEAD handler in GET handlerJiaqing Zhao1-7/+25
2023-02-24Take boost error_code by referenceEd Tanous1-27/+28
2023-02-08Fix OemAccountService schemaEd Tanous1-1/+1
2023-01-28Fix handleAccounttDelete spellingGunnar Mills1-4/+4
2023-01-27Remove unused variablesEd Tanous1-3/+0
2023-01-19Add the GetObject method to dbus_utilityGeorge Liu1-7/+8
2023-01-18Fix a boatload of #includesEd Tanous1-8/+8
2023-01-04Problem with RemoteRoleMapping JSONJorge Cisneros1-9/+2
2022-12-28Fix some use-after-move issuesEd Tanous1-79/+77
2022-12-08Generate Redfish enums from schemasEd Tanous1-2/+5
2022-11-17Remove support for priv-noaccess roleAsmitha Karunanithi1-24/+1
2022-09-27Retrieve userGroups Information ("AccountTypes")Abhishek Patel1-2/+72
2022-09-12Remove nlohmann brace initializationEd Tanous1-5/+14
2022-09-09used sdbusplus::unpackPropertiesNoThrow part 8Krzysztof Grobelny1-32/+38
2022-09-06Update content of ResourceNotFound/ResourceAlreadyExists messageJiaqing Zhao1-17/+9
2022-08-01Add Link header handling to AccountServiceEd Tanous1-7/+55
2022-07-25sdbusplus: use shorter type aliasesPatrick Williams1-3/+2
2022-07-12Fix const correctness issuesEd Tanous1-1/+1
2022-06-27Move AccountService to separate methodsEd Tanous1-655/+636
2022-06-15Expose AsyncResp shared_ptr when handling responseCarson Labrado1-7/+7
2022-06-01Try to fix the lambda formatting issueEd Tanous1-811/+767
2022-05-31meson option: make the insecure-disable-auth macro more accurateNan Zhou1-6/+6
2022-05-13Remove brace initialization of json objectsEd Tanous1-70/+75
2022-05-04Fix bmcweb crash problem when no-authJunLin Chen1-1/+38
2022-04-13Update odata.type version of /redfish/v1/AccountService/Anjaliintel-211-1/+1
2022-04-06Add setUpRedfishRoute to all nodes in redfishEd Tanous1-22/+53
2022-04-05Fix missing success code in Account PATCHEd Tanous1-0/+4