Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | Validate the info.xml against the appstore schema file | Joas Schilling | 2018-02-16 | 1 | -91/+58 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add deprecation checks | Morris Jobke | 2018-01-31 | 1 | -0/+8 |
| | | | | 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> | ||||
* | | 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> | ||||
* | 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> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix MigrationSchemaChecker and CryptoWrapper | Lukas Reschke | 2017-08-01 | 1 | -0/+6 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Check the migration files for table, column and index length errors | Joas Schilling | 2017-07-05 | 2 | -2/+212 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Deprecate static writeLog() method | Morris Jobke | 2017-06-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Version and dependency are now required | Joas Schilling | 2017-05-22 | 1 | -31/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | We don't use the prefix on index names | Joas Schilling | 2017-05-16 | 1 | -6/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix apps without translations | Joas Schilling | 2017-05-16 | 1 | -0/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Check the name length of database items | Joas Schilling | 2017-05-16 | 1 | -0/+107 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Check the syntax of the language file | Joas Schilling | 2017-05-16 | 1 | -0/+56 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -2/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Check for nextcloud version as well | Lukas Reschke | 2016-12-05 | 1 | -2/+8 |
| | | | | | | The code checker didn't consider the "nextcloud" version before, resulting in fails such as https://travis-ci.org/nextcloud/richdocuments/jobs/181470760#L415-L416 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Cleanup usages | Roeland Jago Douma | 2016-10-29 | 1 | -7/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Allow to validate the password_policy app | Joas Schilling | 2016-09-01 | 1 | -3/+9 |
| | |||||
* | Fix "Undefined index" when the values do not exist | Joas Schilling | 2016-08-18 | 1 | -2/+2 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 9 | -18/+27 |
| | |||||
* | Move \OC\App to PSR-4 | Roeland Jago Douma | 2016-04-13 | 9 | -0/+1183 |