summaryrefslogtreecommitdiff
path: root/redfish-core/lib/account_service.hpp
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-03Redfish: Add support to upload/replace/view LDAP CertificateMarri Devender Rao1-4/+8
2019-06-24Redfish: Implement PATCH operation for ActiveDirectory property in AccountSer...Ratan Gupta1-11/+30
2019-06-24Redfish: Populate the ActiveDirectory property in AccountService schemaRatan Gupta1-134/+180
2019-06-14Remove AllowableValues for read-only LDAP valuesEd Tanous1-4/+0
2019-05-24Redfish: Move checkDbusPathExist function to dbus utilityRatan Gupta1-18/+1
2019-05-24Redfish(Account): Support the patch for individual properties for LDAPRatan Gupta1-0/+477
2019-05-24Redfish: Populate the LDAP property in AccountService schemaRatan Gupta1-1/+181
2019-05-02bmcweb: /s/boost::beast::string_view/std::string_view/gAdriana Kobylak1-2/+2
2019-04-02Fix AllowableValues failProp errorGunnar Mills1-1/+1
2019-04-01Allow multiple registrationsTanous1-0/+1
2019-03-27Changing maxPasswordLength to 20AppaRao Puli1-1/+1
2019-03-13Redfish(AccountService): Send the correct error message for the read only pro...Ratan Gupta1-1/+17
2019-03-12Redfish: Send the success message in PATCH requestRatan Gupta1-0/+2
2019-03-11Redfish: Add the PATCH support for user locked property.Ratan Gupta1-45/+100
2019-02-09bmcweb: move variant usage to std namespaceEd Tanous1-24/+15
2018-12-29Redfish:Get and Set AccountService root propertiesAppaRao Puli1-16/+119
2018-12-11bmcweb: Move boost::optional to std::optionalEd Tanous1-9/+9
2018-12-11Redfish AccountService service modificationsAppaRao Puli1-129/+220
2018-12-10Remove custom version of getPtrEd Tanous1-4/+4
2018-11-26bmcweb: Redfish away from json cacheEd Tanous1-40/+39
2018-10-23Improve the Redfish error reporting interfaceJason M. Bills1-49/+24