summaryrefslogtreecommitdiffstats
path: root/lib/private/app
Commit message (Collapse)AuthorAgeFilesLines
* public, remote and default_enable are not deprecatedMorris Jobke2015-09-241-3/+3
|
* encode arrays as stringMorris Jobke2015-09-241-1/+6
|
* [App Code Check] add check for version and mandatory fieldsMorris Jobke2015-09-241-0/+141
| | | | | * ref #17598 * including unit tests for mandatory fields/versions
* Merge pull request #17434 from owncloud/update-showappnameonappupdateMorris Jobke2015-08-201-0/+69
|\ | | | | Display app names in update page for app updates
| * Additions to update pageVincent Petry2015-08-201-2/+4
| | | | | | | | | | | | | | Apps to update and to disable will always be shown. Main title changes only when apps need updated, not core. Added bullet style. Exclude incompatible apps from updated apps list.
| * Display app names in update page for app updatesVincent Petry2015-08-191-0/+67
| | | | | | | | | | Whenever the update page is displayed for apps, show app names instead of the core update text.
* | PR #17046 deprecated OCP\Util::mb_(sub)str_replace()Joas Schilling2015-07-171-0/+2
| |
* | Only decorate the type when it was matchedJoas Schilling2015-07-178-78/+191
| |
* | Use the decorator patternJoas Schilling2015-07-177-62/+215
| |
* | Restructor the code into different classes instead of extendingJoas Schilling2015-07-176-186/+327
| |
* | Check for methods as good as possibleJoas Schilling2015-07-173-5/+119
| |
* | Allow checking for functionsJoas Schilling2015-07-173-10/+54
| |
* | Add support for deprecated constantsJoas Schilling2015-07-173-8/+54
| |
* | Add deprecation version to the listJoas Schilling2015-07-172-9/+14
| |
* | Correctly handle use statementsJoas Schilling2015-07-172-3/+42
| |
* | Allow app:check-code to check for deprecated methodsJoas Schilling2015-07-173-43/+109
|/
* Merge pull request #17348 from owncloud/fix-lower-thanMorris Jobke2015-07-031-11/+38
|\ | | | | Correct lower than wording
| * fix wordingMorris Jobke2015-07-031-1/+1
| |
| * Correct wordingLukas Reschke2015-07-021-1/+1
| | | | | | | | If a max version of 8.0.1 has been specified the message should indicate that 8.0.1 is also supported.
| * Add missing type annotationsLukas Reschke2015-07-021-10/+37
| |
* | [app code check] add OC_Search_Provider and _ResultMorris Jobke2015-07-021-0/+2
|/ | | | Thanks to @libasys for noticing this.
* update license headers and authorsMorris Jobke2015-06-253-1/+3
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-9/+0
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Merge pull request #16067 from owncloud/verbosity-in-app-code-checkLukas Reschke2015-05-061-1/+1
|\ | | | | Add verbosity option to app:check-code
| * Add verbosity option to app:check-codeMorris Jobke2015-05-051-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 #16054Thomas Müller2015-05-052-0/+18
|/
* Ignore test folders when checking the code for complianceThomas Müller2015-04-231-1/+1
|
* Add experimental applications switchLukas Reschke2015-04-031-1/+1
| | | | Allows administrators to disable or enabled experimental applications as well as show the trust level.
* 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
|