Commit Graph

1580 Commits (f4dc9e6bf3bf1db1712fde818b5df64516763ce6)

Author SHA1 Message Date
Joas Schilling ccc1001138 Add tests for absolute paths on windows 11 years ago
Joas Schilling 806284f06c Refactor tests to use a dataProvider method 11 years ago
Joas Schilling 6625d5c88f Correctly restore previous root mount point after testing 11 years ago
Joas Schilling 289a27778e Correctly refresh the apps list after removing the mock 11 years ago
Joas Schilling 53318c4bb5 Fix Files\Storage\Home::testRoot() 11 years ago
Joas Schilling 39ae569c5c Correctly close handle of directory when listing certificates 11 years ago
Joas Schilling a3a064fe96 Skip some more tests on Windows which just can not work at all 11 years ago
Lukas Reschke cd5925036a Check if app is enabled for user 11 years ago
Morris Jobke 952abdc51a Drop form_factor that is appended to JS, CSS and template filenames 11 years ago
Adam Williamson e0ae87051f storage test: use new file for testTouchCreateFile() 11 years ago
Robin Appelman 43eb375ace Add \OC\App\Manager to handle enabling/disabling apps 11 years ago
Joas Schilling a9c2e5a08e Windows does not support CHMOD, therefor we can not test not writable folders 11 years ago
Robin Appelman d26a427f92 Also propagate etag changes when the watcher finds a changed file 11 years ago
Joas Schilling f2282e4251 Test LargeFileHelperGetFileSize also with ascii only characters 11 years ago
Joas Schilling 216ef617db Do not use uniqid in Group and User tests as it is not unique on windows 11 years ago
Joas Schilling 62047f86f5 Testcase base class 11 years ago
Lukas Reschke 24ca2d858f Add OCP\Security\IHasher 11 years ago
Robin Appelman 1eefc21329 Remove confusingly names \OC\User\Manager::delete and fix the automatic cache cleanup instead 11 years ago
Bernhard Posselt 91a23bfa9c fix typo in content type 11 years ago
Thomas Müller f776bcd4a0 remove unnecessary require calls - the ownCloud class loader is supposed to take care of this 11 years ago
Thomas Müller 2f19de11e4 adding console command to generate javascript translation files based on existing php translation files 11 years ago
Bernhard Posselt 0696099bad add dataresponse 11 years ago
Adam Williamson 0e3f2055d2 use Composer autoloader not OC for non-Composer 3rdparty (#9643) 11 years ago
Lukas Reschke 233c49f4b9 Make supported DBs configurable within config.php 11 years ago
Thomas Müller d0ce600eec On Windows platform we have no stable etag generation - yet 11 years ago
Robin Appelman 283c10f010 Generate stable etags for local files 11 years ago
Robin Appelman 16cfca6a5f Better reuse of cache data for getFolderContents 11 years ago
Robin Appelman 83c74b80ad Add \OC\TempManager to handle creating and cleaning temporary files 11 years ago
Thomas Müller 5aab98c4bf disable database migration unit tests for MSSQL 11 years ago
Thomas Müller 02c5933af8 introduce SessionMiddleWare to control session handling via an annotation 11 years ago
Robin Appelman 0dcb832039 Fix tags unit test 11 years ago
Thomas Müller 69db442c49 fixing expected values for formatDate() unit tests 11 years ago
Vincent Petry 51976b2729 Add proper setup and teardown 11 years ago
Lukas Reschke 4ce3c25c5c Add "$_SERVER['REQUEST_URI']" to fix the unit tests 11 years ago
Lukas Reschke 8f8abdbaee Add unit tests for convertToRelativePath 11 years ago
Thomas Müller a359fe7e6a adding unit tests for en_GB and en-GB - just to verify 11 years ago
Thomas Müller c8e8945efb implement localizations based on punic 11 years ago
Arthur Schiwon 7ff7a49f3d adjust group manager tests 11 years ago
Bjoern Schiessle 239bff5766 strip whitespace from the beginning and end of the display name to avoid empty display names 11 years ago
Lukas Reschke 1b3feb710d Use `rawurlencode` since this seems to be expected by cURL 11 years ago
Bernhard Reiter 226d7233e1 In Tags::rename($from, $to), check if there already is a tag named $to. 11 years ago
Bernhard Reiter 7e9baafc53 Add option to include tags for shared items. 11 years ago
Bernhard Reiter 5471189fe6 Implement Tag and TagMapper classes. 11 years ago
Bernhard Reiter 3e5d725502 Test addMultiple() with $sync=true. 11 years ago
Bernhard Reiter a67803fb5d Test Tags::getFavorites(). 11 years ago
Robin Appelman 7dd4314fea Add unit test 11 years ago
Jörn Friedrich Dreyer 27bb968ffa make some storage tests explain what went wrong 11 years ago
Clark Tomlinson 6de8531ace fixing windows max depth test 11 years ago
Lukas Reschke 68cf6681e5 Add flock to config 11 years ago
Clark Tomlinson 2b209d27d0 Adding test helper to test private methods 11 years ago