Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure memcached extension is there before attempting to create an instance. | Andreas Fischer | 2013-12-09 | 1 | -4/+3 |
| | |||||
* | Only run memcached tests if server is available. | Andreas Fischer | 2013-12-09 | 1 | -0/+7 |
| | |||||
* | Merge pull request #6150 from owncloud/backgroundjob-log-exception | blizzz | 2013-12-06 | 4 | -38/+105 |
|\ | | | | | Remove background jobs that are giving errors | ||||
| * | add test case for removing background jobs that are throwing exceptions | Robin Appelman | 2013-12-05 | 2 | -3/+59 |
| | | |||||
| * | Dont use exceptions for the backgroundjob test cases | Robin Appelman | 2013-12-04 | 2 | -35/+46 |
| | | |||||
* | | get rid of failing test that don't cause additional downloads | Robin Appelman | 2013-12-06 | 2 | -25/+25 |
| | | |||||
* | | extend test case for etag preservation | Robin Appelman | 2013-12-06 | 1 | -2/+2 |
| | | |||||
* | | reuse etags when doing a background scan | Robin Appelman | 2013-12-05 | 1 | -0/+79 |
| | | |||||
* | | Added unit test for the test() method | Vincent Petry | 2013-12-03 | 1 | -0/+7 |
|/ | | | | This is to make sure that method isn't broken | ||||
* | Merge pull request #6052 from owncloud/datetime-doctrine | Thomas Müller | 2013-12-01 | 1 | -38/+0 |
|\ | | | | | Get rid of date strings for DB. Completely use Doctrine and DateTime. | ||||
| * | Timestamp test is no longer necessary as we rely on Doctrine and DateTime. | Andreas Fischer | 2013-11-26 | 1 | -38/+0 |
| | | |||||
* | | Fixed FTP and SMB to use rmdir() when deleting folders | Vincent Petry | 2013-11-29 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | Some storages need to use different calls for deleting files or folders, usually unlink() and rmdir(). Fixes #4532 (SMB dir deletion) Fixes #5941 (FTP dir deletion) Note that the extra is_dir() should be fast because it's read from the stat cache. | ||||
* | | Redetect mime type whenever extension is renamed | Vincent Petry | 2013-11-27 | 1 | -0/+8 |
| | | |||||
* | | Merge pull request #6058 from owncloud/ldap2avatar | blizzz | 2013-11-26 | 2 | -0/+96 |
|\ \ | | | | | | | Set Avatar for LDAP users automatically (if a picture is available) | ||||
| * | | Enable user backends to provide avatar images | Arthur Schiwon | 2013-11-22 | 2 | -0/+96 |
| | | | |||||
* | | | Merge pull request #6060 from owncloud/fix-6050-oc6 | Björn Schießle | 2013-11-26 | 1 | -3/+8 |
|\ \ \ | | | | | | | | | fixing getRawPathInfo() once more | ||||
| * | | | fixes #6050 | Thomas Müller | 2013-11-26 | 1 | -3/+8 |
| | |/ | |/| | |||||
* | | | Merge pull request #6008 from owncloud/extstorage-smb-webdav-renamefix | Vincent Petry | 2013-11-26 | 1 | -1/+9 |
|\ \ \ | | | | | | | | | Fixed SMB rename function to overwrite target file | ||||
| * | | | Improved unit test for "overwrite on move" | Vincent Petry | 2013-11-25 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | Now using a different content to make sure the file was overwritten. | ||||
| * | | | Added unit test for "overwrite file on rename/move" | Vincent Petry | 2013-11-25 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | Also fixed "rename" unit test that was ready the result out of the wrong file. | ||||
* | | | | Updated unit tests for SMB | Vincent Petry | 2013-11-26 | 1 | -1/+2 |
| |/ / |/| | | | | | | | | | | | - coverage for touch return value - fixed directory provider to exclude unsupported cases | ||||
* | | | in case uri and script name don't match we better throw an exception | Thomas Müller | 2013-11-25 | 1 | -0/+22 |
| | | | |||||
* | | | handle duplicate slashes in case of reverse proxy configuration | Thomas Müller | 2013-11-25 | 1 | -0/+20 |
|/ / | |||||
* / | adding simple unit test to test scriptName() under overwrite condition | Thomas Mueller | 2013-11-24 | 1 | -0/+26 |
|/ | |||||
* | Merge pull request #5040 from owncloud/public_api_avatar_master | blizzz | 2013-11-22 | 1 | -0/+15 |
|\ | | | | | Add public API for \OC\Avatar | ||||
| * | Round out Avatar Public API | Arthur Schiwon | 2013-11-21 | 1 | -0/+15 |
| | | |||||
* | | Quota storage wrapper is now used for all users in sharing mode | Vincent Petry | 2013-11-21 | 1 | -0/+49 |
| | | | | | | | | | | | | | | | | | | When accessing a shared folder, the folder's owner appears as mountpoint but wasn't wrapped by a quota storage wrapper. This fix makes sure that all home storages are wrapped by a quota storage wrapper, if applicable, to make sure quotas are respected when uploading into shared folders. | ||||
* | | Fixed SMB file deletion success detection | Vincent Petry | 2013-11-19 | 1 | -2/+14 |
| | | | | | | | | | | | | | | Since unlink() smb4php doesn't return true on deletion success, we need to check whether the file was deleted to confirm success. Fixes #5866 | ||||
* | | Merge pull request #5927 from owncloud/quota-excludeextstorage | Morris Jobke | 2013-11-18 | 1 | -0/+5 |
|\ \ | | | | | | | External storage space is now not counted in total space | ||||
| * | | External storage space is now not counted in total space | Vincent Petry | 2013-11-18 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | Added argument to getFileInfo() to disable adding the size of mountpoints to a directory's size. Fixes #5924 | ||||
* | | | Root size for home storage is now size of "files" subdir | Vincent Petry | 2013-11-18 | 1 | -0/+26 |
|/ / | | | | | | | Fixes #4593 | ||||
* | | Merge pull request #5813 from owncloud/fix-4736-master | Thomas Müller | 2013-11-15 | 1 | -2/+2 |
|\ \ | | | | | | | Don't set a default value when there isn't a default specified | ||||
| * | | fix DB schema test - no default value | Morris Jobke | 2013-11-12 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #5862 from owncloud/files-singledotdirs | Thomas Müller | 2013-11-14 | 1 | -1/+56 |
|\ \ | | | | | | | Files singledotdirs | ||||
| * | | Added missing test with leading backslash | Vincent Petry | 2013-11-14 | 1 | -0/+2 |
| | | | |||||
| * | | Fixed normalizePath() to strip out single dot dirs | Vincent Petry | 2013-11-14 | 1 | -1/+54 |
| | | | | | | | | | | | | Now removing "/./" and trailing "/." from the paths when normalizing. | ||||
* | | | make use of data providers | Thomas Müller | 2013-11-14 | 1 | -111/+80 |
| | | | |||||
* | | | Fix type in unit test | tomneedham | 2013-11-14 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into oc_api_tests | tomneedham | 2013-11-14 | 4 | -16/+227 |
|\| | | |||||
| * | | Now using HomeStorage for legacy home storage ids | Vincent Petry | 2013-11-12 | 2 | -2/+91 |
| | | | | | | | | | | | | | | | Legacy home storage ids with the format "local://path/to/datadir/user1" are now also wrapped by the HomeStorage. | ||||
| * | | Do not use -1 as the size for the root folder of the home storage | Robin Appelman | 2013-11-12 | 2 | -14/+136 |
| | | | |||||
* | | | Add tests for OC_API::mergeResponses() | tomneedham | 2013-11-14 | 1 | -0/+159 |
|/ / | |||||
* | | Merge pull request #5707 from owncloud/fixwrongfilesizeintests | Morris Jobke | 2013-11-11 | 1 | -0/+3 |
|\ \ | |/ |/| | Fixed filesize issue in watchr test | ||||
| * | Fixed filesize issue in watchr test | Vincent Petry | 2013-11-05 | 1 | -0/+3 |
| | | | | | | | | | | | | | | Added clearstatcache to make sure we get the correct file size after re-writing into the same file. This failed on openSUSE 12.3 x86_64 | ||||
* | | Merge pull request #5673 from owncloud/oc6-windows-server-mssql-master | Thomas Müller | 2013-11-05 | 1 | -1/+2 |
|\ \ | |/ |/| | Oc6 windows server mssql master | ||||
| * | adding test for binary file to test \OC_Helper::streamCopy() | Thomas Mueller | 2013-11-04 | 1 | -0/+1 |
| | | |||||
| * | WIN: fixing unit test for testStreamCopy() | Thomas Mueller | 2013-11-02 | 1 | -1/+1 |
| | | |||||
* | | Add tests for OCP\Share::unshareAll(). | Andreas Fischer | 2013-11-03 | 1 | -10/+33 |
|/ | |||||
* | Merge pull request #5652 from owncloud/front-port-5647-master | Thomas Müller | 2013-11-01 | 1 | -15/+26 |
|\ | | | | | [WIP] extend unit test to directories starting or ending in whitespace | ||||
| * | extend unit test to directories starting or ending in whitespace | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -15/+26 |
| | |