Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #16067 from owncloud/verbosity-in-app-code-check | Lukas Reschke | 2015-05-06 | 1 | -1/+1 | |
|\ | | | | | Add verbosity option to app:check-code | |||||
| * | Add verbosity option to app:check-code | Morris Jobke | 2015-05-05 | 1 | -1/+1 | |
| | | | | | | | | | | * by default only lists files with errors * option -v lists all files even if there are no errors | |||||
* | | Check usage of != and == - refs #16054 | Thomas Müller | 2015-05-05 | 2 | -0/+18 | |
|/ | ||||||
* | Ignore test folders when checking the code for compliance | Thomas Müller | 2015-04-23 | 1 | -1/+1 | |
| | ||||||
* | Add experimental applications switch | Lukas Reschke | 2015-04-03 | 1 | -1/+1 | |
| | | | | Allows administrators to disable or enabled experimental applications as well as show the trust level. | |||||
* | Fix docs and line breaks | Joas Schilling | 2015-04-02 | 1 | -1/+5 | |
| | ||||||
* | Correctly purge the cache when an app is disabled via cli | Joas Schilling | 2015-04-01 | 1 | -1/+17 | |
| | ||||||
* | Merge pull request #14495 from owncloud/update-mailmap-01 | Thomas Müller | 2015-03-26 | 7 | -31/+130 | |
|\ | | | | | Updating .mailmap | |||||
| * | Update license headers | Jenkins for ownCloud | 2015-03-26 | 7 | -31/+130 | |
| | | ||||||
* | | Correctly only send the errors of the current file to the event | Joas Schilling | 2015-03-26 | 1 | -2/+3 | |
|/ | ||||||
* | Merge pull request #14529 from owncloud/intuitive-version-check | Thomas Müller | 2015-02-27 | 1 | -6/+66 | |
|\ | | | | | Make version check work on the lowest common version denominator | |||||
| * | add phpdoc | Bernhard Posselt | 2015-02-26 | 1 | -0/+20 | |
| | | ||||||
| * | make version check work on the lowest common version denominator | Bernhard Posselt | 2015-02-26 | 1 | -6/+46 | |
| | | ||||||
* | | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 7 | -123/+37 | |
|/ | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | |||||
* | Merge pull request #13829 from owncloud/appmanager-list | Vincent Petry | 2015-02-23 | 1 | -18/+53 | |
|\ | | | | | Better caching for enabled apps | |||||
| * | better name for getAppsEnabledForUser | Robin Appelman | 2015-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | Update cache when enabling/disabling apps | Robin Appelman | 2015-02-17 | 1 | -1/+4 | |
| | | ||||||
| * | Add getInstalledApps and getAppsForUser to the app manager | Robin Appelman | 2015-02-16 | 1 | -17/+49 | |
| | | ||||||
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 7 | -37/+123 | |
| | | ||||||
* | | integrate code checker in the installer | Thomas Müller | 2015-02-11 | 2 | -4/+19 | |
| | | ||||||
* | | implement php code checker to detect usage of not allowed private APIs - ↵ | Thomas Müller | 2015-02-10 | 2 | -0/+226 | |
|/ | | | | including console command to check local code to be used by developers | |||||
* | enabled disabled files app in repair step | Morris Jobke | 2015-02-03 | 1 | -1/+1 | |
| | ||||||
* | Disallow disabling of files app | Morris Jobke | 2015-02-03 | 1 | -0/+4 | |
| | ||||||
* | add libs which have no version number | Thomas Müller | 2015-02-02 | 1 | -4/+1 | |
| | ||||||
* | Check new and old ways of required oC version for app compatibility | Joas Schilling | 2015-01-14 | 1 | -0/+2 | |
| | ||||||
* | HHVM: Call libxml_use_internal_errors() instead of surpressing errors. | Andreas Fischer | 2014-12-17 | 1 | -1/+2 | |
| | | | | In contrast to the previous solution, this also works on HHVM. | |||||
* | fixing owncloud version | Thomas Müller | 2014-12-15 | 1 | -1/+2 | |
| | ||||||
* | rework api of DependencyAnalyzer | Thomas Müller | 2014-12-12 | 1 | -76/+76 | |
| | ||||||
* | single dependencies will not be represented as an array + fix unit tests | Thomas Müller | 2014-12-11 | 1 | -6/+19 | |
| | ||||||
* | adding dependency to owncloud version - with fallback to requiremin and ↵ | Thomas Müller | 2014-12-11 | 2 | -0/+35 | |
| | | | | requiremax | |||||
* | adding dependencies for supported platforms | Thomas Müller | 2014-12-11 | 1 | -0/+21 | |
| | ||||||
* | adding supported libraries - including min and max version | Thomas Müller | 2014-12-11 | 3 | -7/+257 | |
| | ||||||
* | adding dependencies for command line tools | Thomas Müller | 2014-12-11 | 2 | -18/+83 | |
| | ||||||
* | no nested xml tags on dependencies | Thomas Müller | 2014-12-04 | 1 | -2/+2 | |
| | ||||||
* | fix an issue where the types tag holds an empty string | Thomas Müller | 2014-12-04 | 1 | -4/+8 | |
| | ||||||
* | adjust dependency analyzer to use attributes properly | Thomas Müller | 2014-12-04 | 1 | -14/+27 | |
| | ||||||
* | switch to different parsing implementation to get xml attributes properly ↵ | Thomas Müller | 2014-12-04 | 1 | -1/+56 | |
| | | | | handled | |||||
* | adding supported databases | Thomas Müller | 2014-12-04 | 2 | -0/+32 | |
| | ||||||
* | introduce dependency analyzer to take care of app dependencies | Thomas Müller | 2014-12-04 | 3 | -2/+79 | |
| | | | | some more unit tests on xml info parser | |||||
* | adding default key value pair for 'types' | Thomas Müller | 2014-12-04 | 1 | -0/+3 | |
| | ||||||
* | handle invalid xml file | Thomas Müller | 2014-11-25 | 1 | -7/+18 | |
| | ||||||
* | simplify xml parser code | Thomas Müller | 2014-11-25 | 1 | -47/+28 | |
| | ||||||
* | Introduce app info xml parser including basic unit test - necessary for #10777 | Thomas Müller | 2014-11-25 | 1 | -0/+92 | |
| | ||||||
* | Add \OC\App\Manager to handle enabling/disabling apps | Robin Appelman | 2014-11-10 | 1 | -0/+138 | |