summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/settings/accountsettings.h
Commit message (Collapse)AuthorAge
* And another missing exportChristian Mollekopf2018-05-03
|
* Fixed initial account login.Christian Mollekopf2018-01-24
| | | | | | | | | Because we ended up trying to load the resources before they even existed (directly after the account was created), we ended up creating a second set of unconfigured resources. Storing the password by modifying the resource was an artifact of the past anyways, and a login function results in a cleaner system and fixes the problem at hand.
* Fully tested the account settingsChristian Mollekopf2017-08-23
| | | | | * Fixed account and davresource loading. * Use resource type instead of capabilities for loading of the resource.
* Moved cpp code into src directoryChristian Mollekopf2017-04-05