Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -27/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | adding ctor to Local and revert call to it within Temporary | Thomas Müller | 2013-02-09 | 1 | -0/+1 |
| | |||||
* | Remove unneeded __destruct call in OC\Files\Storage\Temporary | Bart Visscher | 2013-02-09 | 1 | -1/+0 |
| | |||||
* | initial version of a local storage implementation which will use unique ↵ | Thomas Mueller | 2013-02-06 | 1 | -0/+1 |
| | | | | | | slugified filename on the local filesystem. This implementation will only be enabled on windows based system to solve the issues around UTF-8 file names with php on windows. | ||||
* | spell check | Thomas Mueller | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | pass the argument to the ctor | Thomas Mueller | 2013-02-05 | 1 | -1/+1 |
| | | | | | Conflicts: lib/files/storage/temporary.php | ||||
* | fix namespace error in temporary storage backend | Robin Appelman | 2012-09-22 | 1 | -1/+1 |
| | |||||
* | put filestorages in a namespace | Robin Appelman | 2012-09-07 | 1 | -0/+26 |