Commit Graph

22 Commits (addParameterTypingVersionsMapper)

Author SHA1 Message Date
Carl Schwan b0357663b9 perf(preview): Optimize migration and simplify DB layout 3 months ago
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators 3 months ago
Robin Appelman aa15f9d16d
chore: run rector 6 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 6 months ago
Robin Appelman 29e39c0a2e
chore: run rector on tests 7 months ago
Joas Schilling a425a1affc
test: Add a hint message on boolean comparison 7 months ago
Joas Schilling 5283e9a5e2
test: Cleanup tests/lib/Files/* 8 months ago
Côme Chilliet 22822d5e9b
fix: Fix other uses of removed Storage interface 1 year ago
Christoph Wurst 49dd79eabb
refactor: Add void return type to PHPUnit test methods 1 year ago
Andy Scherzinger 1f7e2ba599
chore: Add SPDX header 2 years ago
Robin Appelman 5aea3f4d76 make storage directory test be a bit less strict about mtimes 2 years ago
Josh Richards e7cbaf3ee3 Clean-up some remaining readdir calls with undesirable false evaluation potential 3 years ago
Robin Appelman d8961ed10f
fix using FSEEK_END with SeekableHttpStream to get file size 3 years ago
Robin Appelman 294b218895
ci 4 years ago
Daniel Kesselberg e60a829b42
explicitly close source stream on local storage 4 years ago
Robin Appelman 4e6d3d1880
Fix getDirectoryContent implementation for Jail wrapper 6 years ago
Christoph Wurst 1584c9ae9c
Add visibility to all methods and position of static keyword 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Robin Appelman 9b3cc72f7c
fix writeStream for jail wrapper 7 years ago
Vincent Petry 631af42b3a
Added storage tests for fopen with special chars 10 years ago
Joas Schilling 94ad54ec9b Move tests/ to PSR-4 (#24731) 10 years ago
Stefan Weil 02e226a6b3 tests: Fix typos (found by codespell) 10 years ago
Robin Appelman c3e4ced64a fix getNodeForPath for non existing part files 10 years ago
Robin Appelman fb76d7de69 remove unused Storage->getLocalFolder 10 years ago
Robin Appelman 38a2467a4f test for statcache after fopen 10 years ago
Jörn Friedrich Dreyer 17ef187681 add is* storage tests 10 years ago
Vincent Petry e15dd783ab Workaround for empty dir deletion for SFTP 11 years ago
Vincent Petry 120588dd7a Disable update check test when testing wrappers 11 years ago
Vincent Petry c4cb93e644 Added storage backend test for checkUpdate 11 years ago
Jan-Christoph Borchardt 4e93d9e3a2 remove logo-wide from tests 11 years ago
Robin Appelman 2213d6597c add tests for copyFromStorage with same storage 11 years ago
Thomas Müller 104d11ec4c Fixing encryption storage wrapper tests 11 years ago
Vincent Petry 5c9998179f Properly quote file names in listFiles query for GDrive 11 years ago
Lukas Reschke 53f67fc65d Revert "Properly quote file names in listFiles query for GDrive" 11 years ago
Vincent Petry 43588fe2f7 Properly quote file names in listFiles query for GDrive 11 years ago
Joas Schilling 76ebd3a050 Make apps/ extend the \Test\TestCase and fix overwritten methods 11 years ago
Adam Williamson e0ae87051f storage test: use new file for testTouchCreateFile() 11 years ago
Jörn Friedrich Dreyer 27bb968ffa make some storage tests explain what went wrong 11 years ago
Jörn Friedrich Dreyer 76c1095c25 add unit test for #8325 12 years ago
Robin Appelman 8c5521fdfc Add $storage->instanceOfStorage to handle instanceof for storage wrappers 12 years ago
Robin Appelman 03ba497a8c add recursive copy to local storage backend 12 years ago
Robin Appelman 38c1da0976 fix recursive rename for local storage backend 12 years ago
Robin Appelman c99e254178 aditional test cases for copy and rename 12 years ago
Vincent Petry d6ce45fe61 Correctly read the full stream in file_get_contents 12 years ago
Robin Appelman 76c63a5760 Fix uploading files containing a # in the path for webdav 12 years ago
Robin Appelman fffe330bbc Fix parameter order for Storage\Local::hash 12 years ago
Vincent Petry b2b35cd335 Fixed ext storage webdav path encoding 12 years ago
Vincent Petry 6cf9844e9c Added unit test for the test() method 12 years ago
Vincent Petry d69243ee51 Fixed FTP and SMB to use rmdir() when deleting folders 12 years ago
Vincent Petry 712b47757a Updated unit tests for SMB 12 years ago