summaryrefslogtreecommitdiffstats
path: root/lib/private/files/cache/storage.php
Commit message (Collapse)AuthorAgeFilesLines
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+0
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
|
* Explicitly cast number to integerRobin McCorkell2015-09-161-1/+1
|
* Use integer for availability instead of boolRobin McCorkell2015-09-151-3/+5
|
* Store storage availability in databaseRobin McCorkell2015-07-201-10/+38
| | | | | | | | 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.
* improve phpdoc of cache classesRobin Appelman2015-05-051-6/+20
|
* Fix the exception messagesJoas Schilling2015-04-021-1/+1
|
* Update license headersJenkins for ownCloud2015-03-261-4/+22
|
* Throw a RuntimeException in the cache aswellJoas Schilling2015-03-111-1/+2
|
* Better save then sorryJoas Schilling2015-03-091-0/+2
|
* insertIfNotExists() for storage insertionJoas Schilling2015-03-091-3/+9
|
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+20
|
* Retrieve storage numeric id earlier when still availableVincent Petry2014-10-131-1/+1
| | | | | The numeric id is only available before the storage entry is deleted, so get it at that time.
* Added repair step for legacy storagesVincent Petry2014-08-201-9/+16
|
* call self::getNumericStorageId() to get the numeric IDBjoern Schiessle2014-06-101-1/+1
|
* No need to create a storage within removeThomas Müller2014-06-061-10/+22
|
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-0/+19
|\ | | | | | | | | Conflicts: lib/private/appconfig.php
| * Also clean up the filecache table when deleting a storage entryRobin Appelman2014-02-031-0/+6
| |
| * Also remove the user's home storage from the storage table when deleting a userRobin Appelman2014-01-211-0/+13
| |
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+6
|/
* use the new home storage backend when no existing local storage backend ↵Robin Appelman2013-10-291-1/+14
| | | | exists for the user's home
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+60
Conflicts: lib/private/vcategories.php