Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix namespace problems for external storage backends | Robin Appelman | 2012-10-11 | 8 | -70/+65 |
| | |||||
* | implement getId for the external storage providers | Robin Appelman | 2012-10-11 | 7 | -1/+37 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2012-10-11 | 63 | -595/+650 |
|\ | |||||
| * | fix storage test case | Robin Appelman | 2012-10-11 | 1 | -3/+0 |
| | | |||||
| * | supress some warning in cloudfiles library | Robin Appelman | 2012-10-11 | 1 | -2/+2 |
| | | |||||
| * | remove ctime tests for filestorage, ctime will be removed from the storage ↵ | Robin Appelman | 2012-10-11 | 1 | -8/+1 |
| | | | | | | | | api in the future | ||||
| * | normalize paths for dir and statcache in smb stream wrapper | Robin Appelman | 2012-10-11 | 1 | -0/+12 |
| | | |||||
| * | fix filetype for smb storage backend | Robin Appelman | 2012-10-11 | 1 | -1/+1 |
| | | |||||
| * | fix webdav storage backend when trying to open a non existing file for reading | Robin Appelman | 2012-10-11 | 2 | -3/+6 |
| | | |||||
| * | skip the files_external test cases the correct way | Robin Appelman | 2012-10-11 | 8 | -134/+125 |
| | | |||||
| * | some test cases for fopen of storage backends | Robin Appelman | 2012-10-11 | 1 | -0/+20 |
| | | |||||
| * | code style | Robin Appelman | 2012-10-11 | 1 | -149/+149 |
| | | |||||
| * | Merge pull request #28 from benliles/bugfix-swift | icewind1991 | 2012-10-11 | 1 | -11/+27 |
| |\ | | | | | | | Various bug fixes for swift | ||||
| | * | Various bug fixes for swift | Benjamin Liles | 2012-10-11 | 1 | -11/+27 |
| | | | |||||
| * | | add *.ai files to the mimetypes list | Björn Schießle | 2012-10-11 | 1 | -0/+1 |
| |/ | |||||
| * | generate correct link for shared files and shared directories | Björn Schießle | 2012-10-11 | 1 | -2/+7 |
| | | |||||
| * | fixed offset calculation (bug #1961) | Björn Schießle | 2012-10-11 | 1 | -1/+1 |
| | | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-11 | 33 | -208/+271 |
| | | |||||
| * | move autotest to phpunit | Thomas Mueller | 2012-10-10 | 1 | -1/+2 |
| | | |||||
| * | Add logging when stripping apps from autoload include path | Bart Visscher | 2012-10-10 | 1 | -2/+5 |
| | | |||||
| * | Remove unused search code | Bart Visscher | 2012-10-10 | 3 | -69/+0 |
| | | |||||
| * | No need to use array_search | Bart Visscher | 2012-10-10 | 1 | -1/+1 |
| | | |||||
| * | Use __DIR__ instead of __FILE__ to get SERVERROOT | Bart Visscher | 2012-10-10 | 1 | -1/+1 |
| | | |||||
| * | Correct indentation | Lukas Reschke | 2012-10-10 | 1 | -3/+5 |
| | | |||||
| * | Send a HSTS HTTP header to enforce SSL | Lukas Reschke | 2012-10-10 | 1 | -0/+1 |
| | | |||||
| * | Disallow users to delete their own accounts | Lukas Reschke | 2012-10-10 | 1 | -1/+6 |
| | | |||||
| * | don't show the share action in the file view for publically shared files. | Björn Schießle | 2012-10-10 | 3 | -1/+11 |
| | | |||||
| * | marks as 5.0 pre alpha | Frank Karlitschek | 2012-10-10 | 1 | -2/+2 |
| | | |||||
| * | only check if #dropdown hasClass drop-versions if a drop down is open. ↵ | Björn Schießle | 2012-10-10 | 1 | -2/+2 |
| | | | | | | | | Otherwise it will never open the history drop-down | ||||
| * | fix missing dir creation for file versions (OC_Filesystemview::mkdir doesn't ↵ | Björn Schießle | 2012-10-10 | 2 | -4/+4 |
| | | | | | | | | work here because it doesn't create directories recursively) | ||||
* | | drop Filesystem::getInternalPath and Filesystem::getStorage in favor of ↵ | Robin Appelman | 2012-10-10 | 5 | -138/+71 |
| | | | | | | | | Filesystem::resolvePath | ||||
* | | fix cache scanner test case | Robin Appelman | 2012-10-10 | 1 | -2/+1 |
| | | |||||
* | | few more test cases for scanning folders | Robin Appelman | 2012-10-10 | 1 | -0/+7 |
| | | |||||
* | | don't use depricated OC_Filesystem | Robin Appelman | 2012-10-10 | 32 | -207/+209 |
| | | |||||
* | | make sure we can do our tests again | Robin Appelman | 2012-10-10 | 3 | -4/+4 |
| | | |||||
* | | add depricated OC_Filessystem for compatibility | Robin Appelman | 2012-10-10 | 1 | -19/+460 |
| | | |||||
* | | fix namespaces in filesystem and filesystemview | Robin Appelman | 2012-10-10 | 3 | -194/+225 |
| | | |||||
* | | move some code around | Robin Appelman | 2012-10-10 | 3 | -743/+835 |
| | | |||||
* | | remove old filecache | Robin Appelman | 2012-10-10 | 5 | -826/+2 |
| | | |||||
* | | Merge branch 'master' into filesystem | Robin Appelman | 2012-10-10 | 1 | -0/+2 |
|\| | |||||
| * | make sure the share backend test case can find the correct interface | Robin Appelman | 2012-10-10 | 1 | -0/+2 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-10-10 | 125 | -827/+1185 |
|\| | |||||
| * | Merge branch 'phpunit' | Robin Appelman | 2012-10-10 | 110 | -34663/+122 |
| |\ | |||||
| | * | test data for archive tests | Robin Appelman | 2012-10-08 | 2 | -0/+0 |
| | | | |||||
| * | | Merge pull request #25 from visit1985/uploadfilesize | Thomas Müller | 2012-10-10 | 1 | -2/+6 |
| |\ \ | | | | | | | | | fixed max possible upload size for files app in admin screen | ||||
| | * | | fixed max possible upload size for files app in admin screen | Michael Göhler | 2012-10-07 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | used get_cfg_var() to get the real limit from php.ini instead of .ht_access dont know why we used PHP_INT_MAX here... | ||||
| * | | | Merge pull request #24 from owncloud/js_variable_interpolation | Thomas Müller | 2012-10-10 | 1 | -3/+19 |
| |\ \ \ | | | | | | | | | | | A suggestion for simple, yet efficient variable interpolation in js translations | ||||
| | * | | | Suggestion for simple, yet efficient variable interpolation in js translations. | Thomas Tanghus | 2012-10-05 | 1 | -3/+19 |
| | | | | | |||||
| * | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-10 | 37 | -122/+160 |
| | | | | | |||||
| * | | | | Manually change appconfig value for share policy so tests work correctly | Michael Gapczynski | 2012-10-09 | 1 | -0/+3 |
| | | | | |