Christoph Wurst
|
dfb4d426c2
|
Add two factor auth to core
|
2016-05-23 11:21:10 +02:00 |
Thomas Müller
|
71fa0a75bf
|
Allow declaration of background jobs in info.xml
|
2016-05-03 08:58:12 +02:00 |
Thomas Müller
|
54f45f95f5
|
Adding repair steps for install and uninstall - fixes #24306
|
2016-05-02 08:52:06 +02:00 |
Thomas Müller
|
2ee7d2485c
|
Introduce background repair steps
|
2016-04-26 11:56:56 +02:00 |
Thomas Müller
|
d0030aad6c
|
Remove deprecated HTTPHelper from InfoParser
|
2016-04-22 08:38:41 +02:00 |
Joas Schilling
|
d904a09a04
|
The constant is now deprecated
|
2015-10-14 15:29:38 +02:00 |
Joas Schilling
|
eb1c437941
|
Check for methods as good as possible
|
2015-07-17 12:34:56 +02:00 |
Joas Schilling
|
2783a78070
|
Allow checking for functions
|
2015-07-17 12:34:56 +02:00 |
Joas Schilling
|
f228a3dc28
|
Add support for deprecated constants
|
2015-07-17 12:34:56 +02:00 |
Joas Schilling
|
d2fc1b2302
|
Correctly handle use statements
|
2015-07-17 12:34:56 +02:00 |
Morris Jobke
|
493844eda4
|
add positive tests for operator in code checker
|
2015-05-05 13:09:12 +02:00 |
Thomas Müller
|
aae098c24a
|
Check usage of != and == - refs #16054
|
2015-05-05 12:59:33 +02:00 |
Thomas Müller
|
d74662df7d
|
implement php code checker to detect usage of not allowed private APIs - including console command to check local code to be used by developers
|
2015-02-10 11:51:24 +01:00 |
Thomas Müller
|
f1d1714113
|
fix unit tests
|
2014-12-11 16:22:30 +01:00 |
Thomas Müller
|
5a03e0a5cf
|
adding dependency to owncloud version - with fallback to requiremin and requiremax
|
2014-12-11 12:02:12 +01:00 |
Thomas Müller
|
ee46548f57
|
adding dependencies for supported platforms
|
2014-12-11 12:02:12 +01:00 |
Thomas Müller
|
770f987659
|
adding supported libraries - including min and max version
|
2014-12-11 12:02:11 +01:00 |
Thomas Müller
|
b55ac514ac
|
no nested xml tags on dependencies
|
2014-12-04 11:40:33 +01:00 |
Thomas Müller
|
086ec3de15
|
adding command dependency
|
2014-12-04 11:40:33 +01:00 |
Thomas Müller
|
c80ec91f28
|
switch to different parsing implementation to get xml attributes properly handled
|
2014-12-04 11:40:33 +01:00 |
Thomas Müller
|
ba52c996cf
|
adding supported databases
|
2014-12-04 11:40:33 +01:00 |
Thomas Müller
|
b469e9f6fb
|
introduce dependency analyzer to take care of app dependencies
some more unit tests on xml info parser
|
2014-12-04 11:40:33 +01:00 |
Thomas Müller
|
f74d568bda
|
adding new dependency for php version in apps info.xml
|
2014-12-04 11:40:33 +01:00 |
Thomas Müller
|
5ce34fbaf6
|
handle invalid xml file
|
2014-11-25 11:53:28 +01:00 |
Thomas Müller
|
d4f107d4dd
|
simplify xml parser code
|
2014-11-25 11:53:28 +01:00 |
Thomas Müller
|
c503ecd544
|
Introduce app info xml parser including basic unit test - necessary for #10777
|
2014-11-25 11:53:28 +01:00 |