Commit Graph

29 Commits (1447f182d2912cddf039ae2281d1cfbf2fec2b87)

Author SHA1 Message Date
Carl Schwan 60c2875670 refactor: Cleanup some unit tests 5 days ago
Côme Chilliet 12edd2b23a
fix: Deduplicate code by using DependencyAnalyzer in the AppManager 2 months ago
Côme Chilliet 1f5e232314
chore: Move info parsing related method from OC_App to InfoParser 3 months ago
Robin Appelman aa15f9d16d
chore: run rector 3 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 3 months ago
Joas Schilling 720ab52e07
test: Fix tests/lib/App* 5 months ago
Christoph Wurst 49dd79eabb
refactor: Add void return type to PHPUnit test methods 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Andy Scherzinger 1f7e2ba599
chore: Add SPDX header 1 year ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Carl Schwan 49334e4d9c
Fix many tests and warnings 3 years ago
Morris Jobke 234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 5 years ago
Valdnet 8e3de41b4b l10n: Add "The" before "Following" 5 years ago
Christoph Wurst 1584c9ae9c
Add visibility to all methods and position of static keyword 6 years ago
Christoph Wurst 44577e4345
Remove trailing and in between spaces 6 years ago
Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 2ee65f177e
Use the shorter phpunit syntax for mocked return values 6 years ago
Roeland Jago Douma 3a7cf40aaa
Mode to modern phpunit 6 years ago
Roeland Jago Douma c007ca624f
Make phpunit8 compatible 6 years ago
Morris Jobke 43e498844e
Use ::class in test mocks 8 years ago
Lukas Reschke 5fd428413b
Adjust previous fallbacks 9 years ago
Lukas Reschke 8acb54aa0b
Add update support 9 years ago
Thomas Müller 03ec052b4e
App dependencies are now analysed on app enable as well - not only on app install. 9 years ago
Thomas Müller ef842ef20a
Ensure $commands being an array - fixes #26073 9 years ago
Morris Jobke 7836a8d8c7
use short array syntax 9 years ago
Joas Schilling 0fcc39cd8e
Translate the server version for nextcloud 9 years ago
Morris Jobke 62e6de5df3
fix unit tests 9 years ago
Joas Schilling 94ad54ec9b Move tests/ to PSR-4 (#24731) 10 years ago
Bernhard Posselt 4c1b55be92 allow app developers to specify the minimum int size 10 years ago
Thomas Müller 8f6a257f1b Use proper base class 10 years ago
Morris Jobke 208985dc1c fix wording 10 years ago
Lukas Reschke 8335c7a4e9 Correct wording 10 years ago
Lukas Reschke b21d4a55f2 Add missing type annotations 10 years ago
Bernhard Posselt 2987d4aec8 make version check work on the lowest common version denominator 11 years ago
Thomas Müller dcb88e395b rework api of DependencyAnalyzer 11 years ago
Thomas Müller 6566dc83e7 single dependencies will not be represented as an array + fix unit tests 11 years ago
Thomas Müller 5a03e0a5cf adding dependency to owncloud version - with fallback to requiremin and requiremax 11 years ago
Thomas Müller ee46548f57 adding dependencies for supported platforms 11 years ago
Thomas Müller 770f987659 adding supported libraries - including min and max version 11 years ago
Thomas Müller 08f1db4451 adding dependencies for command line tools 11 years ago
Thomas Müller b55ac514ac no nested xml tags on dependencies 11 years ago
Thomas Müller b028a6afac adjust dependency analyzer to use attributes properly 11 years ago
Thomas Müller ba52c996cf adding supported databases 11 years ago
Thomas Müller b469e9f6fb introduce dependency analyzer to take care of app dependencies 11 years ago