Commit Graph

1526 Commits (92b825c71b3a35e306d12ae99fc68b81303f74bf)

Author SHA1 Message Date
Morris Jobke 7c1b9aedd5 Setup a docker container that holds a webdav instance to test files_external 12 years ago
Bernhard Posselt 6779bf113d add isAdmin and isInGroup methods for the group manager 12 years ago
Bernhard Posselt 0f535e3866 fix tests 12 years ago
Bernhard Posselt 0939c3147e use two tests instead of one 12 years ago
Bernhard Posselt 236632702c add a isLoggedIn method to the usersession and deprecate the isLoggedIn method on the api 12 years ago
Joas Schilling 26100a6dfb Move timezone logic out of server.php 12 years ago
Vincent Petry 5007289422 Sort results to make sure assert work on consistent order 12 years ago
Lukas Reschke d5b26e682c Use array key instead of value 12 years ago
Morris Jobke 04aaa72810 Show user backend in user management 12 years ago
Thomas Müller 79dfff2b4a adding unit tests for PlatformRepository::normalizeVersion() 12 years ago
Lukas Reschke 26b0a89874 Add test for user without backend 12 years ago
Thomas Müller dcb88e395b rework api of DependencyAnalyzer 12 years ago
Vincent Petry 15ecb28d50 Make $userId mandatory for searchByTags 12 years ago
Vincent Petry 25dde7e93b Added searchByTags to view, storage and cache 12 years ago
Thomas Müller f1d1714113 fix unit tests 12 years ago
Thomas Müller 6566dc83e7 single dependencies will not be represented as an array + fix unit tests 12 years ago
Joas Schilling e3dfddb48a Add test for getSpecialParameterList() 12 years ago
Joas Schilling affeea8c72 Use a fixed timestamp so we dont switch days/years with the getTimestampAgo 12 years ago
Joas Schilling cbad5c998b Correctly fallback to english, if the plural case is not translated 12 years ago
Vincent Petry 745d8706b9 Add user parameter to tag manager 12 years ago
Thomas Müller 5a03e0a5cf adding dependency to owncloud version - with fallback to requiremin and requiremax 12 years ago
Thomas Müller ee46548f57 adding dependencies for supported platforms 12 years ago
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
Lukas Reschke 9ea205dc3d Check if open_basedir is set 12 years ago
Vincent Petry 5101bc54fa Add login/logout to TestCase base class 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
Lukas Reschke 5dc6406b70 Add filter for 'backend' to user REST route 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