Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix touch for creating new files | Robin Appelman | 2013-04-10 | 1 | -0/+6 |
| | |||||
* | used oc version 5.0.3 | Bernhard Posselt | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | added yet another test for the verion compare check due to mail | Bernhard Posselt | 2013-04-09 | 1 | -0/+8 |
| | |||||
* | StringProperty unittest | Thomas Tanghus | 2013-04-08 | 1 | -0/+19 |
| | |||||
* | Ensure instanceid contains a letter | Miquel Rodríguez Telep / Michael Rodríguez-Torrent | 2013-03-26 | 1 | -0/+5 |
| | | | | | | | | | instanceid is generated by uniqid() and then used as the session_name. Because session_name requires at least one letter and uniqid() does not guarantee to provide that, in the case that uniqid() generates a string of only digits, the user will be stuck in an infinite login loop because every request will generate a new PHP session. | ||||
* | Merge pull request #2568 from itheiss/master | Bernhard Posselt | 2013-03-26 | 1 | -1/+8 |
|\ | | | | | Implement setting custom domainname for getDefaultEmailAddress | ||||
| * | Move testcase to own test function | itheiss | 2013-03-26 | 1 | -1/+3 |
| | | | | | | Move testcase for getDefaultEmailAddress with mail_domain set in config.php to own test function. | ||||
| * | Extend test case for getDefaultEmailAddress() | itheiss | 2013-03-22 | 1 | -1/+6 |
| | | | | | | see #2499 | ||||
* | | Merge pull request #2454 from owncloud/fixing-file-mapper-ext-master | Bernhard Posselt | 2013-03-23 | 1 | -0/+52 |
|\ \ | |/ |/| | Fixing file mapper ext master | ||||
| * | Fixing author and copyright | Thomas Müller | 2013-03-20 | 1 | -2/+2 |
| | | |||||
| * | some more test cases & fix on file name generation with index | Thomas Mueller | 2013-03-19 | 1 | -0/+11 |
| | | |||||
| * | adding extension to slugified physical path | Thomas Mueller | 2013-03-19 | 1 | -0/+41 |
| | | |||||
* | | some basic unit test for loading classes | Thomas Mueller | 2013-03-19 | 1 | -0/+19 |
|/ | |||||
* | Merge pull request #2204 from owncloud/chache_updater_rename | Frank Karlitschek | 2013-03-17 | 1 | -2/+3 |
|\ | | | | | Cache: better rename hook for cache updater | ||||
| * | Cache: better rename hook for cache updater | Robin Appelman | 2013-03-08 | 1 | -2/+3 |
| | | |||||
* | | fixing various filesystem/storage unit tests on windows | Thomas Mueller | 2013-03-12 | 1 | -2/+1 |
| | | | | | | | | fixing copy operation on mapper | ||||
* | | skip archive tests for now | Thomas Mueller | 2013-03-12 | 2 | -0/+4 |
|/ | |||||
* | Change findById to findByStorageId in mount test | Michael Gapczynski | 2013-03-07 | 1 | -1/+1 |
| | |||||
* | Fix fetching source path of shared files | Michael Gapczynski | 2013-03-07 | 1 | -4/+4 |
| | |||||
* | adding test case for getDefaultEmailAddress() + fixing #1844 again | Thomas Mueller | 2013-03-04 | 1 | -0/+5 |
| | |||||
* | Check resharing setting | Michael Gapczynski | 2013-02-26 | 1 | -1/+4 |
| | |||||
* | Merge pull request #1903 from owncloud/fix_version_check | Bernhard Posselt | 2013-02-26 | 1 | -0/+8 |
|\ | | | | | return true once one owncloud version number is bigger at any position | ||||
| * | return true once one owncloud version number is bigger at any position | Bernhard Posselt | 2013-02-25 | 1 | -0/+8 |
| | | |||||
* | | Merge pull request #1706 from owncloud/master-sqlserver | Thomas Müller | 2013-02-25 | 1 | -3/+9 |
|\ \ | |/ |/| | Microsoft SQL-Server support for ownCloud! | ||||
| * | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-20 | 2 | -0/+32 |
| |\ | | | | | | | | | | | | | Conflicts: lib/files/cache/cache.php | ||||
| * \ | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-18 | 2 | -0/+58 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into master-sqlserver | Thomas Mueller | 2013-02-14 | 2 | -1/+40 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/db.php lib/files/cache/cache.php lib/files/cache/legacy.php lib/setup.php | ||||
| * | | | | final adoptions for mssql connectivity | Thomas Mueller | 2013-02-14 | 1 | -3/+9 |
| | | | | | |||||
* | | | | | more tests to fail the version check | Bernhard Posselt | 2013-02-25 | 1 | -1/+15 |
| | | | | | |||||
* | | | | | created unittests and factored out version test into seperate method | Bernhard Posselt | 2013-02-25 | 1 | -0/+52 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #1724 from owncloud/long-storage-id | Frank Karlitschek | 2013-02-18 | 2 | -0/+32 |
|\ \ \ \ | |_|_|/ |/| | | | Cache: hash long storage ids to ensure they fit in the database | ||||
| * | | | Cache: hash long storage ids to ensure they fit in the database | Robin Appelman | 2013-02-15 | 2 | -0/+32 |
| | |/ | |/| | |||||
* | | | new test cases added to search in sub folders | Thomas Mueller | 2013-02-15 | 1 | -0/+16 |
| | | | |||||
* | | | folder should be created :-( | Thomas Mueller | 2013-02-15 | 1 | -0/+2 |
| | | | |||||
* | | | adding a new test class for mapped local using a dot in the datadir - ↵ | Thomas Mueller | 2013-02-15 | 1 | -0/+40 |
|/ / | | | | | | | reflects the issue described in #1659 | ||||
* | | Merge pull request #1618 from owncloud/mapped-storage-unit-testing-linux-masterv5.0.0alpha1 | Lukas Reschke | 2013-02-12 | 1 | -0/+40 |
|\ \ | | | | | | | Mapped storage unit testing linux master | ||||
| * | | make MappedLocal available and testable within Linux as well | Thomas Müller | 2013-02-09 | 1 | -0/+40 |
| | | | |||||
* | | | Merge pull request #1616 from owncloud/cache_fixes_rebase | Thomas Müller | 2013-02-12 | 1 | -1/+0 |
|\ \ \ | |_|/ |/| | | Cache: reuse known folder sizes when doing a shallow scan - rebase | ||||
| * | | Cache: reuse known folder sizes when doing a shallow scan | Robin Appelman | 2013-02-11 | 1 | -1/+0 |
| |/ | |||||
* / | Update tests and apps to the new \OC\Files\Filesystem::init signature | Robin Appelman | 2013-02-11 | 2 | -2/+2 |
|/ | |||||
* | initial version of a local storage implementation which will use unique ↵ | Thomas Mueller | 2013-02-06 | 1 | -4/+13 |
| | | | | | | 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. | ||||
* | Merge pull request #1509 from owncloud/correct-public-contacts-tests | Lukas Reschke | 2013-02-06 | 1 | -4/+4 |
|\ | | | | | Correct lib/public/contacts.php tests | ||||
| * | Correct lib/public/contacts.php tests | Bart Visscher | 2013-02-06 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #1438 from owncloud/phpunit-tests-win32-master | Frank Karlitschek | 2013-02-06 | 1 | -0/+347 |
|\ \ | |/ |/| | PHPUnit support for Windows added | ||||
| * | PHPUnit support for Windows added | Thomas Mueller | 2013-02-04 | 1 | -0/+347 |
| | | |||||
* | | uncomment failing calls to \OC\Files\Filesystem::file_put_contents | Thomas Mueller | 2013-02-05 | 1 | -3/+3 |
| | | |||||
* | | add phpunit configuration for autotest withou the json listener because this ↵ | Thomas Mueller | 2013-02-05 | 1 | -0/+14 |
| | | | | | | | | pollutes the console | ||||
* | | disable error handler while running phpunit | Thomas Mueller | 2013-02-05 | 1 | -0/+3 |
| | | |||||
* | | reuse \OC_Helper::tmpFolder() | Thomas Mueller | 2013-02-04 | 1 | -4/+1 |
|/ | |||||
* | Cache: use greaterEquals in tests cases to prevent failures due to race ↵ | Robin Appelman | 2013-01-30 | 1 | -3/+3 |
| | | | | conditions |