summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix namespace problems for external storage backendsRobin Appelman2012-10-118-70/+65
|
* implement getId for the external storage providersRobin Appelman2012-10-117-1/+37
|
* merge master into filesystemRobin Appelman2012-10-1163-595/+650
|\
| * fix storage test caseRobin Appelman2012-10-111-3/+0
| |
| * supress some warning in cloudfiles libraryRobin Appelman2012-10-111-2/+2
| |
| * remove ctime tests for filestorage, ctime will be removed from the storage ↵Robin Appelman2012-10-111-8/+1
| | | | | | | | api in the future
| * normalize paths for dir and statcache in smb stream wrapperRobin Appelman2012-10-111-0/+12
| |
| * fix filetype for smb storage backendRobin Appelman2012-10-111-1/+1
| |
| * fix webdav storage backend when trying to open a non existing file for readingRobin Appelman2012-10-112-3/+6
| |
| * skip the files_external test cases the correct wayRobin Appelman2012-10-118-134/+125
| |
| * some test cases for fopen of storage backendsRobin Appelman2012-10-111-0/+20
| |
| * code styleRobin Appelman2012-10-111-149/+149
| |
| * Merge pull request #28 from benliles/bugfix-swifticewind19912012-10-111-11/+27
| |\ | | | | | | Various bug fixes for swift
| | * Various bug fixes for swiftBenjamin Liles2012-10-111-11/+27
| | |
| * | add *.ai files to the mimetypes listBjörn Schießle2012-10-111-0/+1
| |/
| * generate correct link for shared files and shared directoriesBjörn Schießle2012-10-111-2/+7
| |
| * fixed offset calculation (bug #1961)Björn Schießle2012-10-111-1/+1
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2012-10-1133-208/+271
| |
| * move autotest to phpunitThomas Mueller2012-10-101-1/+2
| |
| * Add logging when stripping apps from autoload include pathBart Visscher2012-10-101-2/+5
| |
| * Remove unused search codeBart Visscher2012-10-103-69/+0
| |
| * No need to use array_searchBart Visscher2012-10-101-1/+1
| |
| * Use __DIR__ instead of __FILE__ to get SERVERROOTBart Visscher2012-10-101-1/+1
| |
| * Correct indentationLukas Reschke2012-10-101-3/+5
| |
| * Send a HSTS HTTP header to enforce SSLLukas Reschke2012-10-101-0/+1
| |
| * Disallow users to delete their own accountsLukas Reschke2012-10-101-1/+6
| |
| * don't show the share action in the file view for publically shared files.Björn Schießle2012-10-103-1/+11
| |
| * marks as 5.0 pre alphaFrank Karlitschek2012-10-101-2/+2
| |
| * only check if #dropdown hasClass drop-versions if a drop down is open. ↵Björn Schießle2012-10-101-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ßle2012-10-102-4/+4
| | | | | | | | work here because it doesn't create directories recursively)
* | drop Filesystem::getInternalPath and Filesystem::getStorage in favor of ↵Robin Appelman2012-10-105-138/+71
| | | | | | | | Filesystem::resolvePath
* | fix cache scanner test caseRobin Appelman2012-10-101-2/+1
| |
* | few more test cases for scanning foldersRobin Appelman2012-10-101-0/+7
| |
* | don't use depricated OC_FilesystemRobin Appelman2012-10-1032-207/+209
| |
* | make sure we can do our tests againRobin Appelman2012-10-103-4/+4
| |
* | add depricated OC_Filessystem for compatibilityRobin Appelman2012-10-101-19/+460
| |
* | fix namespaces in filesystem and filesystemviewRobin Appelman2012-10-103-194/+225
| |
* | move some code aroundRobin Appelman2012-10-103-743/+835
| |
* | remove old filecacheRobin Appelman2012-10-105-826/+2
| |
* | Merge branch 'master' into filesystemRobin Appelman2012-10-101-0/+2
|\|
| * make sure the share backend test case can find the correct interfaceRobin Appelman2012-10-101-0/+2
| |
* | merge master into filesystemRobin Appelman2012-10-10125-827/+1185
|\|
| * Merge branch 'phpunit'Robin Appelman2012-10-10110-34663/+122
| |\
| | * test data for archive testsRobin Appelman2012-10-082-0/+0
| | |
| * | Merge pull request #25 from visit1985/uploadfilesizeThomas Müller2012-10-101-2/+6
| |\ \ | | | | | | | | fixed max possible upload size for files app in admin screen
| | * | fixed max possible upload size for files app in admin screenMichael Göhler2012-10-071-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_interpolationThomas Müller2012-10-101-3/+19
| |\ \ \ | | | | | | | | | | A suggestion for simple, yet efficient variable interpolation in js translations
| | * | | Suggestion for simple, yet efficient variable interpolation in js translations.Thomas Tanghus2012-10-051-3/+19
| | | | |
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-1037-122/+160
| | | | |
| * | | | Manually change appconfig value for share policy so tests work correctlyMichael Gapczynski2012-10-091-0/+3
| | | | |