Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+0 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+2 |
| | |||||
* | Explicitly cast number to integer | Robin McCorkell | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | Use integer for availability instead of bool | Robin McCorkell | 2015-09-15 | 1 | -3/+5 |
| | |||||
* | Store storage availability in database | Robin McCorkell | 2015-07-20 | 1 | -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 classes | Robin Appelman | 2015-05-05 | 1 | -6/+20 |
| | |||||
* | Fix the exception messages | Joas Schilling | 2015-04-02 | 1 | -1/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+22 |
| | |||||
* | Throw a RuntimeException in the cache aswell | Joas Schilling | 2015-03-11 | 1 | -1/+2 |
| | |||||
* | Better save then sorry | Joas Schilling | 2015-03-09 | 1 | -0/+2 |
| | |||||
* | insertIfNotExists() for storage insertion | Joas Schilling | 2015-03-09 | 1 | -3/+9 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -20/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+20 |
| | |||||
* | Retrieve storage numeric id earlier when still available | Vincent Petry | 2014-10-13 | 1 | -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 storages | Vincent Petry | 2014-08-20 | 1 | -9/+16 |
| | |||||
* | call self::getNumericStorageId() to get the numeric ID | Bjoern Schiessle | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | No need to create a storage within remove | Thomas Müller | 2014-06-06 | 1 | -10/+22 |
| | |||||
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 1 | -0/+19 |
|\ | | | | | | | | | Conflicts: lib/private/appconfig.php | ||||
| * | Also clean up the filecache table when deleting a storage entry | Robin Appelman | 2014-02-03 | 1 | -0/+6 |
| | | |||||
| * | Also remove the user's home storage from the storage table when deleting a user | Robin Appelman | 2014-01-21 | 1 | -0/+13 |
| | | |||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+6 |
|/ | |||||
* | use the new home storage backend when no existing local storage backend ↵ | Robin Appelman | 2013-10-29 | 1 | -1/+14 |
| | | | | exists for the user's home | ||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+60 |
Conflicts: lib/private/vcategories.php |