Commit Graph

1053 Commits (dbc854d8b8cb0a187859fae174a41de5b296595c)

Author SHA1 Message Date
Thomas Müller 999f6216dc - fix dropTable() and introduce tableExists() 11 years ago
Vincent Petry 1d9129eac3 Sharing overview fixes and unit tests 11 years ago
Andreas Fischer 129d8099b9 Typo: getFileSizeViaDOM -> getFileSizeViaCOM 11 years ago
Andreas Fischer ea246d058e Use "file size" instead of "filesize", then also apply camel case. 11 years ago
Andreas Fischer 0417e52134 Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable. 11 years ago
Andreas Fischer 2c36a4b07a Add helper method for turning int|float into base-10 unsigned integer string. 11 years ago
Andreas Fischer 82e17155bf Rename: LargeFileHelper -> LargeFileHelperGetFilesize 11 years ago
Andreas Fischer 68cc0ba2e1 Unit Tests for LargeFileHelper. 11 years ago
Robin Appelman 8c5521fdfc Add $storage->instanceOfStorage to handle instanceof for storage wrappers 11 years ago
Robin Appelman 1302602173 fix illegal usage of unlink in test case 11 years ago
Robin Appelman 03ba497a8c add recursive copy to local storage backend 11 years ago
Robin Appelman 38c1da0976 fix recursive rename for local storage backend 11 years ago
Robin Appelman c99e254178 aditional test cases for copy and rename 11 years ago
Thomas Müller a2e4bc8d33 # This is a combination of 2 commits. 11 years ago
Bernhard Posselt d5e48a4806 fix assertions 11 years ago
Thomas Müller ed8e0f0a92 updating unit test expectations 11 years ago
Bernhard Posselt 5e9ea2b365 fix 8757, get rid of service locator antipattern 11 years ago
Vincent Petry d43a7c5f6e Added requiremin/requiremax fields for apps 11 years ago
Arthur Schiwon 2e85d5a852 increase scrutinizer happyiness by removing minor/informational issues 11 years ago
Arthur Schiwon 86880acee9 clean up here is superflous, will already be removed by user session 11 years ago
Arthur Schiwon 60274d1729 test hooks also on login 11 years ago
Arthur Schiwon bf1f5f2af3 also test whether hooks work 11 years ago
Arthur Schiwon c46fada6b3 unit tests for loginWithCookie() 11 years ago
Bjoern Schiessle 12338e0ef0 allow admin to disable sharing for specific groups of users 11 years ago
Joas Schilling d621a6fe5e Clean the database after the test 11 years ago
Joas Schilling 66f94273c6 Add a lot of users for testing 11 years ago
Joas Schilling 457a4aa425 Add test case for getValueForUsers() 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Vincent Petry 9d38e3602b Namespacing for FileList, FileActions and trashbin app 11 years ago
Bernhard Posselt 9e36c33104 use fetch method instead of fetchRow because fetchRow is only an owncloud internal alias that exists purely for compability 11 years ago
Lukas Reschke b0381cfe12 Add tests for other types that PHP might cast 11 years ago
Robin McCorkell 875a8acedf Fix Scrutinizer errors about missing user backend 11 years ago
Vincent Petry bab8c1f8e5 Fixed getAbsolutePath case when path is "0" 11 years ago
Bernhard Posselt a152e320f6 make it possible to omit parameters and use the default parameters from the controller method 11 years ago
Thomas Müller 93dbb39e77 adding unit test for message interpolation 11 years ago
Bernhard Posselt 63f2f16b85 use new controllermethodreflector for corsmiddleware 11 years ago
Bernhard Posselt 1d45239c65 adjust license headers to new mail address 11 years ago
Bernhard Posselt cb666c18d6 rename formatter to responder, formatResponse to buildResponse 11 years ago
Bernhard Posselt d8da79cab0 add test for not failing when adding more comments after type parameters, do not limit x-www-form-urlencoded to POST 11 years ago
Bernhard Posselt 80648da431 implement most of the basic stuff that was suggested in #8290 11 years ago
Lukas Reschke fd5b2d11d6 Rename issubdirectory to isSubDirectory 11 years ago
Bernhard Posselt 9a4d204b55 add cors middleware 11 years ago
Vincent Petry 0c8ae6eb66 Added ext storage app in autotest unit test run 11 years ago
Joas Schilling ced2a4fcf2 Remove unneccessary statement from test 11 years ago
Joas Schilling 39bf700790 Update tests to test for create and update aswell 11 years ago
Arthur Schiwon 837a02184b the group manager calls exists check less often, adjust test accordingly 11 years ago
Arthur Schiwon 45e42c25de Group Database backend must not gather user details itself but ask user 11 years ago
Robin Appelman 4109521cce remove outdated test 11 years ago
Andreas Fischer 916b265cd5 Normalise testcleanuplistener.php indentation and end of file. 11 years ago
Andreas Fischer f45080e811 Use PHPUnit's expectOutputString() instead of performing output buffering. 11 years ago