Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 2 | -3/+3 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Log possible exception caused by wrong version number | Morris Jobke | 2018-04-11 | 1 | -10/+15 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix version comparison with minor and patch level requirements | Christoph Wurst | 2018-04-11 | 2 | -8/+112 |
| | | | | | | | | | | | If an app requires a specific minor or path level server version, the version_compare prevented the installation as only the major version had been compared and that checks obviously returns `false`. Now the full version is used for comparison, making it possible to release apps for a specific minor or patch level version of Nextcloud. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix AppFetcher::setVersion phpdoc | Christoph Wurst | 2018-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Do not fail hard if no appinfo is returned during update | Julius Härtl | 2018-03-28 | 1 | -2/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #8506 from nextcloud/use-appmanager | Morris Jobke | 2018-03-22 | 1 | -1/+3 |
|\ | | | | | Use isInstalled of AppManger instead of reimplement it | ||||
| * | Use isInstalled of AppManger instead of reimplement it | Morris Jobke | 2018-03-21 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Deprecate OCP\Files | Morris Jobke | 2018-03-21 | 1 | -0/+8 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unused and deprecated class and interface AppHelper | Morris Jobke | 2018-03-12 | 1 | -1/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #8579 from nextcloud/feature/2692/merge-can-i-update | Morris Jobke | 2018-03-06 | 2 | -2/+4 |
|\ | | | | | Display a list of unavailable apps for updates (aka. merge "Can I update?") | ||||
| * | Also allow to specify the cache file name | Joas Schilling | 2018-02-28 | 2 | -2/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Remove unused and outdated hook | Morris Jobke | 2018-03-06 | 1 | -3/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Run repair steps on uninstall in all cases | Tobia De Koninck | 2018-03-06 | 1 | -0/+10 |
|/ | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | Merge pull request #8476 from nextcloud/strict_l10n | Roeland Jago Douma | 2018-02-22 | 1 | -5/+5 |
|\ | | | | | Make OCP\IL10N strict | ||||
| * | Fix other tests | Roeland Jago Douma | 2018-02-21 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Log exceptions that happen when writing the app store reply to storage | Joas Schilling | 2018-02-21 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | getIncompatibleApps needs a string not an array | Roeland Jago Douma | 2018-02-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Use normal header() calls instead of private method calls | Morris Jobke | 2018-02-19 | 1 | -0/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #8411 from nextcloud/add-strict-types-to-oc_app | Morris Jobke | 2018-02-17 | 1 | -2/+2 |
|\ | | | | | Add strict types to OC_App | ||||
| * | Fix app version to be always string and neither array nor null | Morris Jobke | 2018-02-17 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Validate the info.xml against the appstore schema file | Joas Schilling | 2018-02-16 | 2 | -91/+63 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use non aliased method instead | Morris Jobke | 2018-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add deprecation checks | Morris Jobke | 2018-01-31 | 1 | -0/+8 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Move getAppInfo and getAppVersion to IAppManager | Julius Härtl | 2018-01-31 | 1 | -8/+42 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #8054 from nextcloud/substr-use-index | Morris Jobke | 2018-01-26 | 1 | -3/+2 |
|\ | | | | | Use index based string access for substr with length of 1 | ||||
| * | Use index based string access for substr with length of 1 | Morris Jobke | 2018-01-26 | 1 | -3/+2 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8064 from nextcloud/background-jobs | Morris Jobke | 2018-01-26 | 1 | -0/+3 |
|\ \ | | | | | | | Deprecated OCP interface to fetch background job type | ||||
| * | | Deprecated OCP interface to fetch background job type | Morris Jobke | 2018-01-26 | 1 | -0/+3 |
| |/ | | | | | | | | | | | | | * was not used by apps and also is not needed * migrated the documentation to IJobList Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #8063 from nextcloud/inline-value | Joas Schilling | 2018-01-26 | 1 | -2/+1 |
|\ \ | | | | | | | Return value immediately instead of assigning to a one-time variable | ||||
| * | | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / | Implements are not needed because they are already done by base class | Morris Jobke | 2018-01-25 | 2 | -2/+2 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove IAppConfig::getValue | Roeland Jago Douma | 2018-01-17 | 1 | -4/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add OCP\User deprecations to app code checker | Morris Jobke | 2018-01-16 | 1 | -0/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #7833 from nextcloud/fix-code-checker | Christoph Wurst | 2018-01-14 | 1 | -4/+5 |
|\ | | | | | Fix casting in app code checker | ||||
| * | Fix casting in app code checker | Morris Jobke | 2018-01-12 | 1 | -4/+5 |
| | | | | | | | | | | | | Found while adding strict typing for PHP7+. This adds type hinting to all methods in CodeChecker.php and fixes one implicit cast. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #7840 from nextcloud/dep_config | Roeland Jago Douma | 2018-01-14 | 1 | -1/+0 |
|\ \ | | | | | | | Remove deprecated \OCP\Config | ||||
| * | | Remove deprecated \OCP\Config | Roeland Jago Douma | 2018-01-13 | 1 | -1/+0 |
| |/ | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* / | Add casts to XML parser in DatabaseSchemaChecker | Morris Jobke | 2018-01-12 | 1 | -15/+15 |
|/ | | | | | | Preparation for strict_typing for PHP7+. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Also log exception for failed appstore request | Morris Jobke | 2018-01-02 | 1 | -1/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Don't spam the log when we could not properly connect to the appstore | Roeland Jago Douma | 2017-12-29 | 1 | -1/+1 |
| | | | | | | | If we can't connect to the appstore for some reason we don't have to log the exception just an info entry is enough. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Also replace all other occurences | Morris Jobke | 2017-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | If there is no internet connection don't try to contact appstore | Roeland Jago Douma | 2017-11-17 | 1 | -1/+2 |
| | | | | | | Fixes #7119 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Run updated license header updater | Morris Jobke | 2017-11-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 17 | -0/+41 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Allow multiple settings and sections per app | Joas Schilling | 2017-10-05 | 1 | -0/+27 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | finetune the appinfo parser | Arthur Schiwon | 2017-09-26 | 1 | -1/+4 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | make it possible to register plugins and kick out the circle one | Arthur Schiwon | 2017-09-26 | 1 | -0/+3 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Fix L10N::t | Roeland Jago Douma | 2017-08-01 | 1 | -4/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix MigrationSchemaChecker and CryptoWrapper | Lukas Reschke | 2017-08-01 | 1 | -0/+6 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add new bundle | Lukas Reschke | 2017-07-26 | 2 | -0/+51 |
| | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> Signed-off-by: Morris Jobke <hey@morrisjobke.de> |