summaryrefslogtreecommitdiff
path: root/redfish-core/lib/account_service.hpp
AgeCommit message (Expand)AuthorFilesLines
2021-06-09Remove the Node classEd Tanous1-1/+0
2021-06-09Change ManagerAccount privileges to match registryEd Tanous1-16/+14
2021-06-08Remove Node class from Account ServiceEd Tanous1-1228/+1092
2021-06-03Remove Redfish Node classJohn Edward Broadbent1-0/+1
2021-04-08Using AsyncResp everywherezhanghch051-72/+76
2021-02-19Fix nlohmann::json::dump callsEd Tanous1-1/+3
2021-02-19Start using sdbusplus::message::filename()Ed Tanous1-13/+9
2020-12-18Fix .clang-tidyEd Tanous1-6/+6
2020-12-15Add meson options for all authentication methods.Alan Kuo1-0/+31
2020-11-03Fix a possible null pointer dereferenceManojkiran Eda1-1/+1
2020-10-23Turn on ALL perf checksEd Tanous1-20/+20
2020-10-15Lots of performance improvementsEd Tanous1-75/+75
2020-10-09Write the clang-tidy file OpenBMC needsEd Tanous1-29/+26
2020-10-05Implement bugprone-branch-clone complianceEd Tanous1-7/+5
2020-09-29Fix naming conventionsEd Tanous1-3/+3
2020-08-17Enable unused variable warnings and resolveEd Tanous1-10/+16
2020-08-17Enable clang warningsEd Tanous1-38/+35
2020-08-17Remove middlewaresEd Tanous1-14/+12
2020-07-10Spelling: 's/Occured/Occurred/g'Gunnar Mills1-7/+8
2020-06-12ManagerAccount: Implement AccountTypesGunnar Mills1-7/+8
2020-06-11clang-format: update to latest from docs repoGunnar Mills1-0/+1
2020-05-20update to ManagerAccount.v1_3_0Joseph Reynolds1-6/+6
2020-05-20Implement Redfish PasswordChangeRequiredJoseph Reynolds1-1/+17
2020-05-14sdbusplus: replace message::variant with std::variantPatrick Williams1-2/+2
2020-04-22Redfish: Support NoAccess user creationjayaprakash Mutyala1-2/+17
2020-03-05Update ManagerAccountCollection PrivilegeGunnar Mills1-7/+24
2020-02-22Validator Warning: Remove AccountProviderTypeGunnar Mills1-12/+4
2020-02-19Account Service: Remove odata.contextGunnar Mills1-9/+1
2020-02-10Update AccountService PrivilegeGunnar Mills1-2/+1
2020-01-27Add VirtualMedia schema to RedfishPrzemyslaw Czarnowski1-5/+8
2019-12-06bmcweb: Handle ConfigureSelf privilegeJoseph Reynolds1-2/+36
2019-11-12TLS method configurationZbigniew Kurzynski1-2/+10
2019-11-12account_service: Added NoAccess role to Redfishjayaprakash Mutyala1-0/+8
2019-11-09Remove priv-callback support from bmcwebRichard Marian Thomaiyar1-8/+0
2019-11-08Revert "account_service: Added NoAccess role to Redfish"James Feist1-8/+0
2019-11-08account_service: Added NoAccess role to Redfishjayaprakash Mutyala1-0/+8
2019-11-07account_service:redfish user creation err handlinganil kumar appana1-9/+9
2019-11-07Auth methods configurationZbigniew Kurzynski1-8/+101
2019-11-05account_service: redfish user Patch error handlingjayaprakash Mutyala1-21/+88
2019-11-05Revert "Auth methods configuration"James Feist1-101/+8
2019-10-31Auth methods configurationKowalski, Kamil1-8/+101
2019-10-29Modernize: use emplace instead of push_backEd Tanous1-2/+2
2019-10-22Renamed User role name to ReadOnlyAppaRao Puli1-2/+2
2019-10-11Fix a bunch of warningsEd Tanous1-15/+15
2019-09-24Redfish: Add PATCH operation support for RemoteRoleMappingRatan Gupta1-3/+189
2019-09-23Fix: Only return error info in invalid URI caseAyushi Smriti1-8/+9
2019-09-23Read AllGroups property from user managerAyushi Smriti1-31/+59
2019-07-18Revert "Redfish: Add PATCH operation support for RemoteRoleMapping"Ed Tanous1-252/+4
2019-07-18Redfish: Add PATCH operation support for RemoteRoleMappingNagaraju Goruganti1-4/+252
2019-07-18Redfish: Populate the RemoteRoleMapping prop under AccountService schemaNagaraju Goruganti1-150/+192