aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/storage
Commit message (Expand)AuthorAgeFilesLines
* merge master into storage-wrapperRobin Appelman2013-06-071-12/+6
|\
| * Remove user name addition to paths in deleteAllMichael Gapczynski2013-05-201-12/+6
* | manage creating and wrapping storages in it's own classRobin Appelman2013-06-071-3/+24
* | Add mechanism to allow apps to wraper storage classesRobin Appelman2013-05-081-0/+17
* | Add wrapper storage backendRobin Appelman2013-05-081-0/+420
|/
* Code styleRobin Appelman2013-04-261-206/+231
* Cache: seperate handing of numeric storage id's to it's own classRobin Appelman2013-04-262-1/+14
* Merge pull request #2747 from owncloud/cache-contructed-cache-objectsJörn Friedrich Dreyer2013-04-101-4/+20
|\
| * Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\CommonBart Visscher2013-04-051-4/+20
* | Fix touch for creating new filesRobin Appelman2013-04-101-1/+1
* | fixes #2792 - only touch if writableThomas Mueller2013-04-081-0/+3
|/
* Some improvements for the Storage phpdocRobin Appelman2013-03-231-0/+9
* Add phpdoc documentation to the Storage interfaceRobin Appelman2013-03-211-14/+255
* Return unknown freespace if the free_space call failedRobin Appelman2013-03-141-1/+5
* fixing various filesystem/storage unit tests on windowsThomas Mueller2013-03-121-3/+6
* Merge pull request #1031 from owncloud/external_storage_ui_feedbackMichael Gapczynski2013-02-271-0/+7
|\
| * Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-251-4/+4
| |\
| * \ Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-193-47/+65
| |\ \
| * | | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-111-0/+8
* | | | Storage: don't throw warnings when a stat failsRobin Appelman2013-02-261-2/+10
* | | | Code styleRobin Appelman2013-02-261-81/+106
| |_|/ |/| |
* | | Merge pull request #1856 from owncloud/fix_error_handling_stream_copyFrank Karlitschek2013-02-251-2/+2
|\ \ \
| * | | return both, count and result if the operation succeeded or failed. Maybe in ...Björn Schießle2013-02-221-2/+2
| | |/ | |/|
* / | Whitespace fixesBart Visscher2013-02-221-2/+2
|/ /
* | Merge pull request #1731 from owncloud/unknown-freespaceFrank Karlitschek2013-02-191-0/+9
|\ \
| * | Give storage backends the option to define having no known free spaceRobin Appelman2013-02-161-0/+9
* | | fix error in recursive searchThomas Mueller2013-02-151-3/+3
|/ /
* | Style-fix: Breakup long linesBart Visscher2013-02-143-3/+8
* | Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-143-33/+33
* | Fix indentation styleBart Visscher2013-02-141-1/+1
* | Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-5/+5
* | Merge pull request #1618 from owncloud/mapped-storage-unit-testing-linux-masterv5.0.0alpha1Lukas Reschke2013-02-122-2/+7
|\ \ | |/ |/|
| * fixing mappedlocal storage to work on non-windows as wellThomas Mueller2013-02-111-0/+3
| * Merge branch 'master' into mapped-storage-unit-testing-linux-masterThomas Mueller2013-02-111-0/+23
| |\
| * | make MappedLocal available and testable within Linux as wellThomas Müller2013-02-092-2/+4
* | | Merge pull request #1573 from owncloud/fixing-ctor-local-storage-masterBernhard Posselt2013-02-112-0/+3
|\ \ \ | |_|/ |/| |
| * | adding ctor to Local and revert call to it within TemporaryThomas Müller2013-02-092-0/+3
| |/
* | Merge pull request #1030 from hkjolhede/masterLukas Reschke2013-02-101-0/+23
|\ \ | |/ |/|
| * Merge branch 'master' of https://github.com/hkjolhede/owncloud_coreHenrik Kjölhede2013-02-091-2/+1
| * Merge branch 'master' of https://github.com/owncloud/coreHenrik Kjölhede2013-02-091-0/+24
* | 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 slugi...Thomas Mueller2013-02-063-0/+341
* spell checkThomas Mueller2013-02-051-1/+1
* pass the argument to the ctorThomas Mueller2013-02-051-1/+1
* fixing namespaceThomas Mueller2013-02-041-2/+2
* merge master into filesystemRobin Appelman2013-01-221-1/+1
* Don't use more entropy for etagsMichael Gapczynski2013-01-111-1/+1
* merge master into filesystemRobin Appelman2013-01-071-2/+41
* Cache: optional path argument for getCache/Scanner/etcRobin Appelman2013-01-012-11/+12
* Cache: allow storage backends to overwrite WatcherRobin Appelman2013-01-012-0/+12