Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove user name addition to paths in deleteAll | Michael Gapczynski | 2013-05-20 | 1 | -12/+6 |
| | |||||
* | Code style | Robin Appelman | 2013-04-26 | 1 | -206/+231 |
| | |||||
* | Cache: seperate handing of numeric storage id's to it's own class | Robin Appelman | 2013-04-26 | 2 | -1/+14 |
| | |||||
* | Merge pull request #2747 from owncloud/cache-contructed-cache-objects | Jörn Friedrich Dreyer | 2013-04-10 | 1 | -4/+20 |
|\ | | | | | Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\Com... | ||||
| * | Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\Common | Bart Visscher | 2013-04-05 | 1 | -4/+20 |
| | | |||||
* | | Fix touch for creating new files | Robin Appelman | 2013-04-10 | 1 | -1/+1 |
| | | |||||
* | | fixes #2792 - only touch if writable | Thomas Mueller | 2013-04-08 | 1 | -0/+3 |
|/ | |||||
* | Some improvements for the Storage phpdoc | Robin Appelman | 2013-03-23 | 1 | -0/+9 |
| | |||||
* | Add phpdoc documentation to the Storage interface | Robin Appelman | 2013-03-21 | 1 | -14/+255 |
| | |||||
* | Return unknown freespace if the free_space call failed | Robin Appelman | 2013-03-14 | 1 | -1/+5 |
| | | | | Fixes #2312 | ||||
* | fixing various filesystem/storage unit tests on windows | Thomas Mueller | 2013-03-12 | 1 | -3/+6 |
| | | | | fixing copy operation on mapper | ||||
* | Merge pull request #1031 from owncloud/external_storage_ui_feedback | Michael Gapczynski | 2013-02-27 | 1 | -0/+7 |
|\ | | | | | External Storage UI Improvements | ||||
| * | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-25 | 1 | -4/+4 |
| |\ | |||||
| * \ | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-19 | 3 | -47/+65 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/settings.js apps/files_external/lib/smb.php apps/files_external/templates/settings.php lib/files/storage/common.php | ||||
| * | | | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-11 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/dropbox.js apps/files_external/js/google.js apps/files_external/js/settings.js apps/files_external/lib/amazons3.php apps/files_external/lib/dropbox.php apps/files_external/lib/google.php apps/files_external/lib/smb.php apps/files_external/lib/swift.php apps/files_external/lib/webdav.php lib/filestorage.php | ||||
* | | | | Storage: don't throw warnings when a stat fails | Robin Appelman | 2013-02-26 | 1 | -2/+10 |
| | | | | |||||
* | | | | Code style | Robin Appelman | 2013-02-26 | 1 | -81/+106 |
| |_|/ |/| | | |||||
* | | | Merge pull request #1856 from owncloud/fix_error_handling_stream_copy | Frank Karlitschek | 2013-02-25 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | don't use the number of written bytes as indicator if streamCopy() was successful | ||||
| * | | | return both, count and result if the operation succeeded or failed. Maybe in ↵ | Björn Schießle | 2013-02-22 | 1 | -2/+2 |
| | |/ | |/| | | | | | | | some cases it is useful to know how much bytes where copied | ||||
* / | | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #1731 from owncloud/unknown-freespace | Frank Karlitschek | 2013-02-19 | 1 | -0/+9 |
|\ \ | | | | | | | Give storage backends the option to define having no known free space | ||||
| * | | Give storage backends the option to define having no known free space | Robin Appelman | 2013-02-16 | 1 | -0/+9 |
| | | | | | | | | | | | | When this is the case only the configured max upload size is taking into account for uploading | ||||
* | | | fix error in recursive search | Thomas Mueller | 2013-02-15 | 1 | -3/+3 |
|/ / | |||||
* | | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 3 | -3/+8 |
| | | |||||
* | | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 3 | -33/+33 |
| | | |||||
* | | Fix indentation style | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| | | |||||
* | | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #1618 from owncloud/mapped-storage-unit-testing-linux-masterv5.0.0alpha1 | Lukas Reschke | 2013-02-12 | 2 | -2/+7 |
|\ \ | |/ |/| | Mapped storage unit testing linux master | ||||
| * | fixing mappedlocal storage to work on non-windows as well | Thomas Mueller | 2013-02-11 | 1 | -0/+3 |
| | | | | | | | | this allows us to run unit tests on linux - necessary to enable easy regression testing | ||||
| * | Merge branch 'master' into mapped-storage-unit-testing-linux-master | Thomas Mueller | 2013-02-11 | 1 | -0/+23 |
| |\ | |||||
| * | | make MappedLocal available and testable within Linux as well | Thomas Müller | 2013-02-09 | 2 | -2/+4 |
| | | | |||||
* | | | Merge pull request #1573 from owncloud/fixing-ctor-local-storage-master | Bernhard Posselt | 2013-02-11 | 2 | -0/+3 |
|\ \ \ | |_|/ |/| | | adding dtor to Local and revert call to it within Temporary | ||||
| * | | adding ctor to Local and revert call to it within Temporary | Thomas Müller | 2013-02-09 | 2 | -0/+3 |
| |/ | |||||
* | | Merge pull request #1030 from hkjolhede/master | Lukas Reschke | 2013-02-10 | 1 | -0/+23 |
|\ \ | |/ |/| | SFTP support in files_external app | ||||
| * | Merge branch 'master' of https://github.com/hkjolhede/owncloud_core | Henrik Kjölhede | 2013-02-09 | 1 | -2/+1 |
| | | |||||
| * | Merge branch 'master' of https://github.com/owncloud/core | Henrik Kjölhede | 2013-02-09 | 1 | -0/+24 |
| | | | | | | | | | | Conflicts: apps/files_external/appinfo/app.php | ||||
* | | 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 | 3 | -0/+341 |
| | | | | | | 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 | ||||
* | fixing namespace | Thomas Mueller | 2013-02-04 | 1 | -2/+2 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Don't use more entropy for etags | Michael Gapczynski | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2013-01-07 | 1 | -2/+41 |
| | |||||
* | Cache: optional path argument for getCache/Scanner/etc | Robin Appelman | 2013-01-01 | 2 | -11/+12 |
| | |||||
* | Cache: allow storage backends to overwrite Watcher | Robin Appelman | 2013-01-01 | 2 | -0/+12 |
| | |||||
* | Only folders have Create permission | Michael Gapczynski | 2012-12-26 | 1 | -1/+4 |
| | |||||
* | remove fileatime from common storage backend | Robin Appelman | 2012-11-24 | 1 | -4/+0 |
| | |||||
* | don't redefine inherited functions as abstract | Robin Appelman | 2012-11-22 | 1 | -13/+0 |
| | |||||
* | allow storage backends to implement custom permission management | Robin Appelman | 2012-11-15 | 2 | -5/+14 |
| |