nextcloud/lib/private/appframework
Robin McCorkell da4127d23b Introduce CredentialsManager for storage of credentials in DB
CredentialsManager performs a simple role, of storing and retrieving
encrypted credentials from the database. Credentials are stored by user
ID (which may be null) and credentials identifier. Credentials
themselves may be of any type that can be JSON encoded.

The rationale behind this is to avoid further (mis)use of
oc_preferences, which was being used for all manner of data not related
to user preferences.
2016-01-18 11:10:41 +01:00
..
core Happy new year! 2016-01-12 15:02:18 +01:00
db Introduce IDBConnection::setValues() 2016-01-18 11:10:41 +01:00
dependencyinjection Introduce CredentialsManager for storage of credentials in DB 2016-01-18 11:10:41 +01:00
http Happy new year! 2016-01-12 15:02:18 +01:00
middleware Happy new year! 2016-01-12 15:02:18 +01:00
routing Happy new year! 2016-01-12 15:02:18 +01:00
utility Happy new year! 2016-01-12 15:02:18 +01:00
app.php Happy new year! 2016-01-12 15:02:18 +01:00
http.php Happy new year! 2016-01-12 15:02:18 +01:00