nextcloud/apps
Robin McCorkell a6a69ef1df Introduce UserGlobalStoragesService
UserGlobalStoragesService reads the global storage configuration,
cherry-picking storages applicable to a user. Writing storages through
this service is forbidden, on punishment of throwing an exception.
Storage IDs may also be config hashes when retrieved from this service,
as it is unable to update the storages with real IDs.

As UserGlobalStoragesService and UserStoragesService share a bit of code
relating to users, that has been split into UserTrait. UserTrait also
allows for the user set to be overridden, rather than using the user
from IUserSession.

Config\ConfigAdapter has been reworked to use UserStoragesService and
UserGlobalStoragesService instead of
OC_Mount_Config::getAbsoluteMountPoints(), further reducing dependance
on that horrible static class.
2015-08-19 10:05:11 +01:00
..
encryption Remove unnecessary DB prefixes from existing query builder usages 2015-08-10 16:21:41 +02:00
files Merge pull request #18076 from owncloud/fix-thumbnail-api-master 2015-08-19 09:59:14 +02:00
files_external Introduce UserGlobalStoragesService 2015-08-19 10:05:11 +01:00
files_sharing Merge pull request #14401 from owncloud/ux-s2s-ldap 2015-08-19 08:31:27 +02:00
files_trashbin Merge pull request #18065 from owncloud/new-trashbin-retention 2015-08-12 13:13:45 +02:00
files_versions Use DI 2015-08-10 10:45:16 +02:00
provisioning_api Check for userSession->getUser() === null 2015-08-11 15:37:06 +02:00
user_ldap Merge pull request #14401 from owncloud/ux-s2s-ldap 2015-08-19 08:31:27 +02:00
user_webdavauth Merge pull request #17316 from owncloud/master-delete-ocsid-from-db-if-none-specified 2015-07-02 12:37:31 +02:00