nextcloud/apps/files_external
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
..
3rdparty update icewind/smb to 1.0.4 2015-08-17 16:31:29 +02:00
ajax update license headers and authors 2015-06-25 14:13:49 +02:00
appinfo Introduce BackendService for managing external storage backends 2015-08-19 10:05:11 +01:00
controller Introduce BackendService for managing external storage backends 2015-08-19 10:05:11 +01:00
css Added ext storage mount options GUI 2015-03-26 11:21:03 +01:00
img fix and compress files_external icon 2014-12-11 15:33:31 +01:00
js Fix files_external l10n 2015-05-30 14:00:52 +02:00
l10n [tx-robot] updated from transifex 2015-07-28 01:55:00 -04:00
lib Introduce UserGlobalStoragesService 2015-08-19 10:05:11 +01:00
service Introduce UserGlobalStoragesService 2015-08-19 10:05:11 +01:00
templates Introduce BackendService for managing external storage backends 2015-08-19 10:05:11 +01:00
tests Introduce BackendService for managing external storage backends 2015-08-19 10:05:11 +01:00
list.php update license headers and authors 2015-06-25 14:13:49 +02:00
personal.php Introduce BackendService for managing external storage backends 2015-08-19 10:05:11 +01:00
settings.php Introduce BackendService for managing external storage backends 2015-08-19 10:05:11 +01:00