Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6681 from owncloud/userreport | blizzz | 2014-01-08 | 1 | -0/+72 |
|\ | | | | | add command line option to get user number statistics | ||||
| * | add tests for user counting | Arthur Schiwon | 2014-01-08 | 1 | -0/+72 |
| | | |||||
* | | Prevent deleting storage root | Vincent Petry | 2014-01-08 | 1 | -0/+42 |
| | | | | | | | | | | | | | | | | Storage mount points are not deletable, so make sure that the unlink operation and its hooks aren't run in such cases. Note that some storages might recursively delete their contents when calling unlink on their root. This fix prevents that as well. | ||||
* | | Merge pull request #6673 from ↵ | Vincent Petry | 2014-01-08 | 1 | -6/+12 |
|\ \ | | | | | | | | | | | | | owncloud/master-quota-insufficientstorageforfilesfix Now also preventing to override "files" dir size with -1 | ||||
| * | | Now also preventing to override "files" dir size with -1 | Vincent Petry | 2014-01-07 | 1 | -6/+12 |
| | | | | | | | | | | | | Fixes #6526 | ||||
* | | | Merge pull request #6565 from owncloud/enable-ldap-unit-tests-master-2 | Thomas Müller | 2014-01-07 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | enable ldap tests | ||||
| * | | enable ldap tests | Thomas Müller | 2013-12-24 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #6290 from owncloud/files-androidcontentdisposition | Thomas Müller | 2014-01-07 | 1 | -0/+50 |
|\ \ \ | |_|/ |/| | | Files androidcontentdisposition | ||||
| * | | Added isUserAgent() method to request | Vincent Petry | 2013-12-19 | 1 | -0/+50 |
| | | | | | | | | | | | | | | | | | | - added isUserAgent() method to OC_Request which makes it possible to test it - OC_Response::setContentDisposition now uses OC_Request::isUserAgent() | ||||
* | | | Make OC_Avatar unit tests independent of currently loggedin user | Robin Appelman | 2014-01-02 | 1 | -5/+13 |
| | | | |||||
* | | | Merge pull request #6513 from owncloud/user-no-change-displayname | icewind1991 | 2014-01-02 | 1 | -1/+4 |
|\ \ \ | | | | | | | | | Re-add the config options to remove the ability for users to change their displayname | ||||
| * | | | Pass config object in testGetHomeNotSupported | Robin Appelman | 2013-12-20 | 1 | -1/+4 |
| | | | | |||||
* | | | | Merge pull request #6520 from owncloud/tests-testcleanuplistener | Thomas Müller | 2013-12-24 | 2 | -0/+146 |
|\ \ \ \ | | | | | | | | | | | Added test cleanup listener to detect untidy tests | ||||
| * | | | | Added test cleanup listener to detect untidy tests | Vincent Petry | 2013-12-19 | 2 | -0/+146 |
| |/ / / | | | | | | | | | | | | | | | | | After each test suite, detects whether there are stray datafiles, hooks or proxies, then show a warning and clear them. | ||||
* | | | | Merge pull request #6449 from owncloud/core-appsorderfix | Thomas Müller | 2013-12-24 | 2 | -1/+14 |
|\ \ \ \ | |_|_|/ |/| | | | Fixed apps loading order | ||||
| * | | | Fixed apps loading order | Vincent Petry | 2013-12-20 | 2 | -1/+14 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | On SQLite the app order can be arbitrary and cause strange bugs. On MySQL, the app order seems to be always alphabetical. This fix enforces alphabetical order to make sure that all environments behave the same and to reduce bugs related to app loading order. Fixes #6442 | ||||
* / / | Remove all uses of numRows(). | Andreas Fischer | 2013-12-21 | 3 | -14/+13 |
|/ / | |||||
* | | Add unit tests for decimal type usage | Oliver Gasser | 2013-12-18 | 3 | -2/+33 |
| | | |||||
* | | Increment number of columns by one | Oliver Gasser | 2013-12-18 | 1 | -1/+1 |
| | | |||||
* | | Typo fixed | Oliver Gasser | 2013-12-17 | 1 | -1/+1 |
| | | |||||
* | | Add decimal(precision,scale) column to unit tests | Oliver Gasser | 2013-12-17 | 2 | -0/+9 |
| | | |||||
* | | Merge pull request #6345 from owncloud/mysql-set-names-utf8-tests | Thomas Müller | 2013-12-17 | 1 | -0/+27 |
|\ \ | | | | | | | DB tests: Test whether we can insert and read UTF8 data. | ||||
| * | | add missing quotes + field declarations | Thomas Müller | 2013-12-17 | 1 | -1/+16 |
| | | | |||||
| * | | Use old school query style that actually works. | Andreas Fischer | 2013-12-12 | 1 | -9/+8 |
| | | | |||||
| * | | DB tests: Test whether we can insert and read UTF8 data. | Andreas Fischer | 2013-12-12 | 1 | -0/+13 |
| | | | |||||
* | | | adjust test | Arthur Schiwon | 2013-12-13 | 1 | -2/+13 |
| | | | |||||
* | | | remove unneeded ; in comment | Robin Appelman | 2013-12-12 | 1 | -1/+1 |
| | | | |||||
* | | | Add test for having utf8 filenames in the cache | Robin Appelman | 2013-12-12 | 1 | -1/+31 |
|/ / | |||||
* | | Merge pull request #6244 from owncloud/memcached-connectivity-tests | Thomas Müller | 2013-12-10 | 1 | -3/+9 |
|\ \ | |/ |/| | Only run memcached tests if server is available. | ||||
| * | 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 |
| | | |||||
* | | fix wrong test data in l10n | Morris Jobke | 2013-12-07 | 3 | -3/+3 |
|/ | |||||
* | 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. |