Joas Schilling
|
3566dcf246
|
PR #17046 deprecated OCP\Util::mb_(sub)str_replace()
|
2015-07-17 12:34:56 +02:00 |
Joas Schilling
|
8a64abf4e4
|
Only decorate the type when it was matched
|
2015-07-17 12:34:56 +02:00 |
Joas Schilling
|
a0c6f2e5e0
|
Use the decorator pattern
|
2015-07-17 12:34:56 +02:00 |
Joas Schilling
|
bba87a2a3b
|
Restructor the code into different classes instead of extending
|
2015-07-17 12:34:56 +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
|
483c886291
|
Add deprecation version to the list
|
2015-07-17 12:34:56 +02:00 |
Joas Schilling
|
d2fc1b2302
|
Correctly handle use statements
|
2015-07-17 12:34:56 +02:00 |
Joas Schilling
|
4e95031ec4
|
Allow app:check-code to check for deprecated methods
|
2015-07-17 12:34:55 +02:00 |
Morris Jobke
|
838ddc72c1
|
Merge pull request #17348 from owncloud/fix-lower-than
Correct lower than wording
|
2015-07-03 14:42:08 +02:00 |
Morris Jobke
|
208985dc1c
|
fix wording
|
2015-07-03 12:54:49 +02:00 |
Lukas Reschke
|
8335c7a4e9
|
Correct wording
If a max version of 8.0.1 has been specified the message should indicate that 8.0.1 is also supported.
|
2015-07-02 16:37:39 +02:00 |
Lukas Reschke
|
b21d4a55f2
|
Add missing type annotations
|
2015-07-02 16:36:40 +02:00 |
Morris Jobke
|
081264cb93
|
[app code check] add OC_Search_Provider and _Result
Thanks to @libasys for noticing this.
|
2015-07-02 16:20:20 +02:00 |
Morris Jobke
|
f63915d0c8
|
update license headers and authors
|
2015-06-25 14:13:49 +02:00 |
Scrutinizer Auto-Fixer
|
fdbc21fc6c
|
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
2015-05-19 11:23:06 +00:00 |
Lukas Reschke
|
9a159372cb
|
Merge pull request #16067 from owncloud/verbosity-in-app-code-check
Add verbosity option to app:check-code
|
2015-05-06 11:21:23 +02:00 |
Morris Jobke
|
56b1c93a79
|
Add verbosity option to app:check-code
* by default only lists files with errors
* option -v lists all files even if there are no errors
|
2015-05-05 13:57:23 +02:00 |
Thomas Müller
|
aae098c24a
|
Check usage of != and == - refs #16054
|
2015-05-05 12:59:33 +02:00 |
Thomas Müller
|
b1bb6a3d36
|
Ignore test folders when checking the code for compliance
|
2015-04-23 16:59:26 +02:00 |
Lukas Reschke
|
0816cf9142
|
Add experimental applications switch
Allows administrators to disable or enabled experimental applications as well as show the trust level.
|
2015-04-03 13:21:24 +02:00 |
Joas Schilling
|
696c750cfe
|
Fix docs and line breaks
|
2015-04-02 08:28:42 +02:00 |
Joas Schilling
|
d01cfde982
|
Correctly purge the cache when an app is disabled via cli
|
2015-04-01 15:43:38 +02:00 |
Thomas Müller
|
a8b756154a
|
Merge pull request #14495 from owncloud/update-mailmap-01
Updating .mailmap
|
2015-03-26 17:17:18 +01:00 |
Joas Schilling
|
db763027bb
|
Correctly only send the errors of the current file to the event
|
2015-03-26 15:33:31 +01:00 |
Jenkins for ownCloud
|
b585d87d9d
|
Update license headers
|
2015-03-26 11:44:36 +01:00 |
Thomas Müller
|
1c6857d92c
|
Merge pull request #14529 from owncloud/intuitive-version-check
Make version check work on the lowest common version denominator
|
2015-02-27 02:16:23 -08:00 |
Bernhard Posselt
|
876e8bcb55
|
add phpdoc
|
2015-02-26 11:49:51 +01:00 |
Bernhard Posselt
|
2987d4aec8
|
make version check work on the lowest common version denominator
|
2015-02-26 11:42:08 +01:00 |
Morris Jobke
|
06aef4e8b1
|
Revert "Updating license headers"
This reverts commit 6a1a4880f0 .
|
2015-02-26 11:37:37 +01:00 |
Vincent Petry
|
4290e1990e
|
Merge pull request #13829 from owncloud/appmanager-list
Better caching for enabled apps
|
2015-02-23 16:03:32 +01:00 |
Jenkins for ownCloud
|
6a1a4880f0
|
Updating license headers
|
2015-02-23 12:13:59 +01:00 |
Robin Appelman
|
04628cf368
|
better name for getAppsEnabledForUser
|
2015-02-17 15:05:29 +01:00 |
Robin Appelman
|
5c68c81d00
|
Update cache when enabling/disabling apps
|
2015-02-17 15:05:25 +01:00 |
Robin Appelman
|
2b58e8489f
|
Add getInstalledApps and getAppsForUser to the app manager
|
2015-02-16 15:15:35 +01:00 |
Thomas Müller
|
9ecb36e81f
|
integrate code checker in the installer
|
2015-02-11 23:37:51 +01: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 |
Morris Jobke
|
d70160c607
|
enabled disabled files app in repair step
|
2015-02-03 14:03:43 +01:00 |
Morris Jobke
|
a7eedf0149
|
Disallow disabling of files app
|
2015-02-03 00:39:01 +01:00 |
Thomas Müller
|
82b271855c
|
add libs which have no version number
|
2015-02-02 10:49:46 +01:00 |
Joas Schilling
|
4b3a3dc0bb
|
Check new and old ways of required oC version for app compatibility
|
2015-01-14 13:02:02 +01:00 |
Andreas Fischer
|
8c509c3437
|
HHVM: Call libxml_use_internal_errors() instead of surpressing errors.
In contrast to the previous solution, this also works on HHVM.
|
2014-12-17 17:00:10 +01:00 |
Thomas Müller
|
e58b9d3eb7
|
fixing owncloud version
|
2014-12-15 12:23:56 +01:00 |
Thomas Müller
|
dcb88e395b
|
rework api of DependencyAnalyzer
|
2014-12-12 12:34:53 +01:00 |
Thomas Müller
|
6566dc83e7
|
single dependencies will not be represented as an array + fix unit tests
|
2014-12-11 15:37:45 +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
|
08f1db4451
|
adding dependencies for command line tools
|
2014-12-11 12:02:11 +01:00 |