aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/storage/temporary.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-27/+0
| | | | | Conflicts: lib/private/vcategories.php
* adding ctor to Local and revert call to it within TemporaryThomas Müller2013-02-091-0/+1
|
* Remove unneeded __destruct call in OC\Files\Storage\TemporaryBart Visscher2013-02-091-1/+0
|
* initial version of a local storage implementation which will use unique ↵Thomas Mueller2013-02-061-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 checkThomas Mueller2013-02-051-1/+1
|
* pass the argument to the ctorThomas Mueller2013-02-051-1/+1
| | | | | Conflicts: lib/files/storage/temporary.php
* fix namespace error in temporary storage backendRobin Appelman2012-09-221-1/+1
|
* put filestorages in a namespaceRobin Appelman2012-09-071-0/+26