summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/wrapper/availability.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-461/+0
|
* allow availability recheck for external storagesRobin Appelman2016-03-031-5/+12
|
* remove unused Storage->getLocalFolderRobin Appelman2016-02-051-11/+0
|
* Happy new year!Thomas Müller2016-01-121-2/+3
|
* Do not check storage availability for getOwnerVincent Petry2015-12-091-1/+0
| | | | | Because the owner is always known thanks to the file cache and other places, we don't need the remote storage to be actually available.
* The root of a storage always existsRobin Appelman2015-10-291-0/+3
|
* Store storage availability in databaseRobin McCorkell2015-07-201-0/+462
Storage status is saved in the database. Failed storages are rechecked every 10 minutes, while working storages are rechecked every request. Using the files_external app will recheck all external storages when the settings page is viewed, or whenever an external storage is saved.