Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 5 | -627/+0 |
| | |||||
* | Only construct the storage when we start using it | Robin Appelman | 2016-04-19 | 3 | -16/+83 |
| | |||||
* | Fix related logic | Roeland Jago Douma | 2016-04-19 | 1 | -1/+1 |
| | |||||
* | Fix share mounting recursion | Vincent Petry | 2016-03-08 | 1 | -2/+7 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 3 | -3/+4 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | better exists check for insert mount cache | Robin Appelman | 2016-02-08 | 1 | -1/+1 |
| | |||||
* | filter invalid storages from the mount cache early | Robin Appelman | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | Use new constants | Joas Schilling | 2016-01-27 | 1 | -7/+8 |
| | |||||
* | add IUserMountCache->getMountsForFileId | Robin Appelman | 2016-01-27 | 1 | -0/+58 |
| | |||||
* | use insertifnotexists | Robin Appelman | 2016-01-20 | 1 | -23/+5 |
| | |||||
* | clear mount cache when removing applicables | Robin Appelman | 2016-01-20 | 1 | -0/+17 |
| | |||||
* | handle changed mount points | Robin Appelman | 2016-01-20 | 1 | -1/+23 |
| | |||||
* | clear mount cache when deleting user | Robin Appelman | 2016-01-20 | 2 | -0/+61 |
| | |||||
* | multiple minor fies | Robin Appelman | 2016-01-20 | 2 | -10/+23 |
| | |||||
* | log duplicates | Robin Appelman | 2016-01-20 | 1 | -2/+17 |
| | |||||
* | Filter uncached mounts | Robin Appelman | 2016-01-20 | 1 | -10/+15 |
| | |||||
* | cache mountpoints in the db | Robin Appelman | 2016-01-20 | 3 | -1/+301 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | handle invalid results from mount providers | Robin Appelman | 2015-06-29 | 1 | -1/+4 |
| | |||||
* | add unit test | Robin Appelman | 2015-06-29 | 1 | -2/+5 |
| | |||||
* | call mount providers that are registered after the filesystem is setup | Robin Appelman | 2015-06-02 | 1 | -1/+6 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+18 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -17/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+17 |
| | |||||
* | Add public api for mount configurations | Robin Appelman | 2014-12-04 | 1 | -0/+55 |