summaryrefslogtreecommitdiffstats
path: root/lib/private/app
Commit message (Collapse)AuthorAgeFilesLines
* Fix docs and line breaksJoas Schilling2015-04-021-1/+5
|
* Correctly purge the cache when an app is disabled via cliJoas Schilling2015-04-011-1/+17
|
* Merge pull request #14495 from owncloud/update-mailmap-01Thomas Müller2015-03-267-31/+130
|\ | | | | Updating .mailmap
| * Update license headersJenkins for ownCloud2015-03-267-31/+130
| |
* | Correctly only send the errors of the current file to the eventJoas Schilling2015-03-261-2/+3
|/
* Merge pull request #14529 from owncloud/intuitive-version-checkThomas Müller2015-02-271-6/+66
|\ | | | | Make version check work on the lowest common version denominator
| * add phpdocBernhard Posselt2015-02-261-0/+20
| |
| * make version check work on the lowest common version denominatorBernhard Posselt2015-02-261-6/+46
| |
* | Revert "Updating license headers"Morris Jobke2015-02-267-123/+37
|/ | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Merge pull request #13829 from owncloud/appmanager-listVincent Petry2015-02-231-18/+53
|\ | | | | Better caching for enabled apps
| * better name for getAppsEnabledForUserRobin Appelman2015-02-171-1/+1
| |
| * Update cache when enabling/disabling appsRobin Appelman2015-02-171-1/+4
| |
| * Add getInstalledApps and getAppsForUser to the app managerRobin Appelman2015-02-161-17/+49
| |
* | Updating license headersJenkins for ownCloud2015-02-237-37/+123
| |
* | integrate code checker in the installerThomas Müller2015-02-112-4/+19
| |
* | implement php code checker to detect usage of not allowed private APIs - ↵Thomas Müller2015-02-102-0/+226
|/ | | | including console command to check local code to be used by developers
* enabled disabled files app in repair stepMorris Jobke2015-02-031-1/+1
|
* Disallow disabling of files appMorris Jobke2015-02-031-0/+4
|
* add libs which have no version numberThomas Müller2015-02-021-4/+1
|
* Check new and old ways of required oC version for app compatibilityJoas Schilling2015-01-141-0/+2
|
* HHVM: Call libxml_use_internal_errors() instead of surpressing errors.Andreas Fischer2014-12-171-1/+2
| | | | In contrast to the previous solution, this also works on HHVM.
* fixing owncloud versionThomas Müller2014-12-151-1/+2
|
* rework api of DependencyAnalyzerThomas Müller2014-12-121-76/+76
|
* single dependencies will not be represented as an array + fix unit testsThomas Müller2014-12-111-6/+19
|
* adding dependency to owncloud version - with fallback to requiremin and ↵Thomas Müller2014-12-112-0/+35
| | | | requiremax
* adding dependencies for supported platformsThomas Müller2014-12-111-0/+21
|
* adding supported libraries - including min and max versionThomas Müller2014-12-113-7/+257
|
* adding dependencies for command line toolsThomas Müller2014-12-112-18/+83
|
* no nested xml tags on dependenciesThomas Müller2014-12-041-2/+2
|
* fix an issue where the types tag holds an empty stringThomas Müller2014-12-041-4/+8
|
* adjust dependency analyzer to use attributes properlyThomas Müller2014-12-041-14/+27
|
* switch to different parsing implementation to get xml attributes properly ↵Thomas Müller2014-12-041-1/+56
| | | | handled
* adding supported databasesThomas Müller2014-12-042-0/+32
|
* introduce dependency analyzer to take care of app dependenciesThomas Müller2014-12-043-2/+79
| | | | some more unit tests on xml info parser
* adding default key value pair for 'types'Thomas Müller2014-12-041-0/+3
|
* handle invalid xml fileThomas Müller2014-11-251-7/+18
|
* simplify xml parser codeThomas Müller2014-11-251-47/+28
|
* Introduce app info xml parser including basic unit test - necessary for #10777Thomas Müller2014-11-251-0/+92
|
* Add \OC\App\Manager to handle enabling/disabling appsRobin Appelman2014-11-101-0/+138