summaryrefslogtreecommitdiffstats
path: root/redfish-core/lib/account_service.hpp
Commit message (Expand)AuthorAgeFilesLines
* Update AccountService PrivilegeGunnar Mills2020-02-101-2/+1
* Add VirtualMedia schema to RedfishPrzemyslaw Czarnowski2020-01-271-5/+8
* bmcweb: Handle ConfigureSelf privilegeJoseph Reynolds2019-12-061-2/+36
* TLS method configurationZbigniew Kurzynski2019-11-121-2/+10
* account_service: Added NoAccess role to Redfishjayaprakash Mutyala2019-11-121-0/+8
* Remove priv-callback support from bmcwebRichard Marian Thomaiyar2019-11-091-8/+0
* Revert "account_service: Added NoAccess role to Redfish"James Feist2019-11-081-8/+0
* account_service: Added NoAccess role to Redfishjayaprakash Mutyala2019-11-081-0/+8
* account_service:redfish user creation err handlinganil kumar appana2019-11-071-9/+9
* Auth methods configurationZbigniew Kurzynski2019-11-071-8/+101
* account_service: redfish user Patch error handlingjayaprakash Mutyala2019-11-051-21/+88
* Revert "Auth methods configuration"James Feist2019-11-041-101/+8
* Auth methods configurationKowalski, Kamil2019-10-311-8/+101
* Modernize: use emplace instead of push_backEd Tanous2019-10-291-2/+2
* Renamed User role name to ReadOnlyAppaRao Puli2019-10-221-2/+2
* Fix a bunch of warningsEd Tanous2019-10-101-15/+15
* Redfish: Add PATCH operation support for RemoteRoleMappingRatan Gupta2019-09-241-3/+189
* Fix: Only return error info in invalid URI caseAyushi Smriti2019-09-231-8/+9
* Read AllGroups property from user managerAyushi Smriti2019-09-231-31/+59
* Revert "Redfish: Add PATCH operation support for RemoteRoleMapping"Ed Tanous2019-07-171-252/+4
* Redfish: Add PATCH operation support for RemoteRoleMappingNagaraju Goruganti2019-07-171-4/+252
* Redfish: Populate the RemoteRoleMapping prop under AccountService schemaNagaraju Goruganti2019-07-171-150/+192
* Redfish: Add support to upload/replace/view LDAP CertificateMarri Devender Rao2019-07-031-4/+8
* Redfish: Implement PATCH operation for ActiveDirectory property in AccountSer...Ratan Gupta2019-06-241-11/+30
* Redfish: Populate the ActiveDirectory property in AccountService schemaRatan Gupta2019-06-241-134/+180
* Remove AllowableValues for read-only LDAP valuesEd Tanous2019-06-131-4/+0
* Redfish: Move checkDbusPathExist function to dbus utilityRatan Gupta2019-05-231-18/+1
* Redfish(Account): Support the patch for individual properties for LDAPRatan Gupta2019-05-231-0/+477
* Redfish: Populate the LDAP property in AccountService schemaRatan Gupta2019-05-231-1/+181
* bmcweb: /s/boost::beast::string_view/std::string_view/gAdriana Kobylak2019-05-021-2/+2
* Fix AllowableValues failProp errorGunnar Mills2019-04-021-1/+1
* Allow multiple registrationsTanous2019-04-011-0/+1
* Changing maxPasswordLength to 20AppaRao Puli2019-03-271-1/+1
* Redfish(AccountService): Send the correct error message for the read only pro...Ratan Gupta2019-03-121-1/+17
* Redfish: Send the success message in PATCH requestRatan Gupta2019-03-121-0/+2
* Redfish: Add the PATCH support for user locked property.Ratan Gupta2019-03-111-45/+100
* bmcweb: move variant usage to std namespaceEd Tanous2019-02-091-24/+15
* Redfish:Get and Set AccountService root propertiesAppaRao Puli2018-12-291-16/+119
* bmcweb: Move boost::optional to std::optionalEd Tanous2018-12-101-9/+9
* Redfish AccountService service modificationsAppaRao Puli2018-12-101-129/+220
* Remove custom version of getPtrEd Tanous2018-12-101-4/+4
* bmcweb: Redfish away from json cacheEd Tanous2018-11-261-40/+39
* Improve the Redfish error reporting interfaceJason M. Bills2018-10-221-49/+24
* Implement a new way of unpacking json to structsEd Tanous2018-10-221-180/+55
* Implement AccountService POSTEd Tanous2018-10-081-0/+191
* Implement AccountService DELETE methodEd Tanous2018-10-081-0/+34
* Unhardcode Enabled and Locked from AccountServiceEd Tanous2018-10-081-1/+41
* Implement AccountService PATCH methodEd Tanous2018-10-081-0/+128
* Move AccountService to node structureEd Tanous2018-10-081-1/+163
* Move to clang-format-6.0Ed Tanous2018-09-051-32/+37
OpenPOWER on IntegriCloud