aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/auth/builtin.php
Commit message (Collapse)AuthorAgeFilesLines
* Move Lib\Auth to PSR-4Joas Schilling2016-05-241-41/+0
|
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
|
* Compatibility shims for OC_Mount_ConfigRobin McCorkell2015-08-191-0/+41
The following functions have been removed: - addMountPoint() - removeMountPoint() - movePersonalMountPoint() registerBackend() has been rewritten as a shim around BackendService, allowing legacy code to interact with the new API seamlessly addMountPoint() was already disconnected from all production code, so this commit completes the job and removes the function itself, along with disconnecting and removing related functions. Unit tests have likewise been removed. getAbsoluteMountPoints(), getSystemMountPoints() and getPersonalMountPoints() have been rewritten to use the StoragesServices