Commit Graph

1492 Commits (770f9876595a3cebd4b911a237ec1e681bc506be)

Author SHA1 Message Date
Thomas Müller 770f987659 adding supported libraries - including min and max version 12 years ago
Thomas Müller 08f1db4451 adding dependencies for command line tools 12 years ago
Vincent Petry ebba54d490 Fix numeric storage id for cache wrapper 12 years ago
Thomas Müller d648b548eb skip testLongPath() 12 years ago
Joas Schilling 4d232e536e Deprecate Util::formatDate() 12 years ago
Victor Dubiniuk adab0ca98a Remove leftover 12 years ago
Victor Dubiniuk c9fd3c9d29 Inject config 12 years ago
Robin Appelman b66c0a1631 add unit tests for tableExists and dropTable 12 years ago
Joas Schilling 681caf882a Add sometests and copy tests from Util::formatDate to new class 12 years ago
Lukas Reschke 7a290a3d6b Make class compatible 12 years ago
Lukas Reschke 4c13918bd8 Expose backend type via REST API 12 years ago
Morris Jobke 9a7362dd0d drop unused isDebugMode and setDebugMode of OC_Config 12 years ago
Morris Jobke 0d4f0ab871 reduce OC_Preferences, OC_Config and \OCP\Config usage 12 years ago
Morris Jobke 2d5fc9c1a6 Workaround to fix the too early init dilemma 12 years ago
Morris Jobke af91ee97c9 introduce preCondition for setUserValue to provide atomic check-and-update 12 years ago
Morris Jobke f0b10324ca Refactoring of OC_Preferences to AllConfig 12 years ago
Morris Jobke a9e411e076 migrate \OC\AllConfig to \OCP\IConfig 12 years ago
Morris Jobke 50c2a819a0 Extract interaction with config.php into SystemConfig 12 years ago
Vincent Petry cae600722e Add getTagsForObjects in ITags 12 years ago
Victor Dubiniuk 81d5712419 Fix tests. Add two more test cases 12 years ago
Lukas Reschke c23957811d React on other statuscodes than 200 12 years ago
Lukas Reschke 8b3e389062 Add statuscodes 12 years ago
LEDfan 3d11e091d9 Mock interface 12 years ago
Lukas Reschke fe7d9a7ca0 Add REST route for user & group management 12 years ago
LEDfan c05ff09651 Use PHPUnit mocks 12 years ago
LEDfan 88ad095cc7 Add unit test for contactsmanager 12 years ago
Victor Dubiniuk 2a3f5ccae3 Test OC\Updater::check 12 years ago
Robin Appelman f4701d7721 Add public api for mount configurations 12 years ago
Lukas Reschke e1e8031798 Disable when no sendmail is available 12 years ago
Lukas Reschke d2e8358da2 Fix unit test 12 years ago
Robin Appelman 672495a1a3 make \OC\Files\Node\Node implement the FileInfo interface 12 years ago
Lukas Reschke 81541c56b6 Add test for IPv6 without port 12 years ago
Thomas Müller b55ac514ac no nested xml tags on dependencies 12 years ago
Thomas Müller 086ec3de15 adding command dependency 12 years ago
Thomas Müller b028a6afac adjust dependency analyzer to use attributes properly 12 years ago
Thomas Müller c80ec91f28 switch to different parsing implementation to get xml attributes properly handled 12 years ago
Thomas Müller ba52c996cf adding supported databases 12 years ago
Thomas Müller b469e9f6fb introduce dependency analyzer to take care of app dependencies 12 years ago
Thomas Müller f74d568bda adding new dependency for php version in apps info.xml 12 years ago
Morris Jobke bf1b62a34a PHP < 5.4 is not supported anymore - see #12606 12 years ago
Morris Jobke 2c5e4b3d3f Remove last traces of travis integration 12 years ago
Lukas Reschke 69f5f6649e Trim port from domain 12 years ago
Morris Jobke e014a18b4a drop files_external tests from autotest - they will be executed with autotest-external.sh which is coming 12 years ago
Joas Schilling ea4c25609d Replace uniqid calls with $this->getUniqueID so tests pass again on windows 12 years ago
Bjoern Schiessle bf2c9be066 concatenate queries with 'or' 12 years ago
Joas Schilling 9cfae2ed44 Skip lostcontroller sending email test on windows 12 years ago
Joas Schilling dfde04291e Move share interfaces to own files so they can be autoloaded 12 years ago
Robin Appelman 33b64868d7 Add storage and cache wrappers to apply a permissions mask to a storage 12 years ago
Robin Appelman abb6e89c5d Add storage and cache wrappers to jail a storage to a subfolder 12 years ago
Lukas Reschke 048139074d Add functions to modify cookies to response class 12 years ago