Commit Graph

923 Commits (c7324f7e44d1d1bd5c39a9b967dff76b274b9048)

Author SHA1 Message Date
Vincent Petry d6ce45fe61 Correctly read the full stream in file_get_contents 13 years ago
Thomas Müller 83b4bcfdbf idn_to_ascii is only used if available 13 years ago
Bjoern Schiessle bc0292c16d always return an array 13 years ago
Vincent Petry 1e39719926 Added unit tests for external cache folder 13 years ago
Thomas Müller fb7f3008d3 idn have to be converted before being used 13 years ago
Robin Appelman fffe330bbc Fix parameter order for Storage\Local::hash 13 years ago
Vincent Petry 66bc0f0848 Still return quota value when free space is unknown 13 years ago
Thomas Müller 6bbbf8536f introduce reopen() method to be used for unit test execution only - right after a unit test has been executed the session will be reopened 13 years ago
Vincent Petry 145db370d1 Correctly round bytes when converted from human readable format 13 years ago
Thomas Müller cd038604d3 unit tests for specific image type output added 13 years ago
Thomas Müller fe05c0c81b move session reset to endTest() - necessary because we need a valid session in the next unit tests setUp() call 13 years ago
Vincent Petry 3c46dcd7dd Added .ocdata file to check for data folder validity 13 years ago
Thomas Müller fc697c7298 adding StartSessionListener which initializes the session before each test case execution 13 years ago
Robin Appelman a8eb7a5092 Allow setting the config dir to use as enviroment variable for phpunit 13 years ago
Bart Visscher d798169037 Cleanup the fileproxy proxies on test bootstrap 13 years ago
Vincent Petry 010eef95c0 Fixed total space display when data size exceeds quota 13 years ago
Robin Appelman 8ab7d18a6a Move the router classes to a namespace and expose it with a public interface 13 years ago
Vincent Petry 48d63a6278 Return unencrypted_size of folder when queried 13 years ago
Thomas Tanghus ada8d4e0c9 Fix unit tests 13 years ago
Vincent Petry c7e204bd36 Added unit tests for serverHost and other related functions 13 years ago
Robin Appelman bb8a7a2230 Remove assert since the root size of the home storage is no longer calculated 13 years ago
Jörn Friedrich Dreyer 2ba6cd4e2b initialize etags of temporary storage 13 years ago
Jörn Friedrich Dreyer 131c12ad8d use assertInternalType for typechecking 13 years ago
Jörn Friedrich Dreyer 39f2f564a9 use assertSame and assertNotSame for etag checks 13 years ago
Thomas Müller 230e5e3788 let's name the column 'select' because this is a keyword on all platforms 13 years ago
Thomas Müller 459b5086d5 adding test for migrations on columns using keywords 13 years ago
Robin Appelman bc49c6be04 Manually triger the filecache update hooks before any other hook 13 years ago
Bjoern Schiessle cf7ef0d356 fix sharing unit tests 13 years ago
Robin Appelman 2293563488 Remove unit tests which causes the filesystem tests to fail 13 years ago
Bjoern Schiessle 1ae6e9ec21 add unit test for \OC\URLGenerator::getAbsoluteURL to verify #6935 13 years ago
Vincent Petry b2b35cd335 Fixed ext storage webdav path encoding 13 years ago
Robin Appelman eea1abae20 add unit tests for watcher policies 13 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 13 years ago
Vincent Petry bd71a1b7b6 Added file name check in webdav connector 13 years ago
Vincent Petry 797e0a614c Added extra checks for invalid file chars in newfile.php and newfolder.php 13 years ago
tomneedham 589a7b220b Fix poor spelling 13 years ago
Robin Appelman 2166683e3b Allow setting the frequency of which the file watcher checks for updates 13 years ago
Robin Appelman b6f44e9a1d Add caching to OC\Preferences 13 years ago
tomneedham 049e03c2b9 Finish basic testing of user export 13 years ago
Robin Appelman b35f679483 Fix test cases for group manager 13 years ago
Robin Appelman 3b1df29318 sort expected result in tests 13 years ago
Robin Appelman d6576c640c Add unit tests for JobList 13 years ago
Bart Visscher addd0fba38 number as number 13 years ago
Robin Appelman a6399f9cef Add the background job list to the public server container 13 years ago
Arthur Schiwon 72f134cfce intendation 13 years ago
Arthur Schiwon 32afdcbefe Inject logger 13 years ago
Arthur Schiwon 9a39cd3b38 test for share dialoge sorter 13 years ago
Robin Appelman 4cdf83e6d2 Remove the Test_AppConfig_Object tests as they no longer make sense with caching 13 years ago
Robin Appelman 3afdcd85e7 Add unit test for quote wrapper size root 13 years ago
Bjoern Schiessle 36838b2837 add test for password remove method 13 years ago