summaryrefslogtreecommitdiffstats
path: root/lib/private/App/CodeChecker
Commit message (Collapse)AuthorAgeFilesLines
* Add OCP\User deprecations to app code checkerMorris Jobke2018-01-161-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-062-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix MigrationSchemaChecker and CryptoWrapperLukas Reschke2017-08-011-0/+6
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Check the migration files for table, column and index length errorsJoas Schilling2017-07-052-2/+212
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Deprecate static writeLog() methodMorris Jobke2017-06-231-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Version and dependency are now requiredJoas Schilling2017-05-221-31/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* We don't use the prefix on index namesJoas Schilling2017-05-161-6/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix apps without translationsJoas Schilling2017-05-161-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check the name length of database itemsJoas Schilling2017-05-161-0/+107
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Check the syntax of the language fileJoas Schilling2017-05-161-0/+56
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove unused use statementsMorris Jobke2017-04-221-2/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Check for nextcloud version as wellLukas Reschke2016-12-051-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 usagesRoeland Jago Douma2016-10-291-7/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow to validate the password_policy appJoas Schilling2016-09-011-3/+9
|
* Fix "Undefined index" when the values do not existJoas Schilling2016-08-181-2/+2
|
* Fix othersJoas Schilling2016-07-219-18/+27
|
* Move \OC\App to PSR-4Roeland Jago Douma2016-04-139-0/+1183