| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the app code checker a NOOP | Christoph Wurst | 2021-02-11 | 12 | -1559/+0 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 2 | -10/+10 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -1/+1 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -8/+8 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 2 | -11/+7 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -7/+7 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -2/+0 |
* | Only parse php7 code in app code checker | Christoph Wurst | 2019-12-18 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 12 | -12/+19 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 2 | -0/+2 |
* | Make sure they keys are unique | Roeland Jago Douma | 2019-08-28 | 1 | -1/+0 |
* | Codechecker: removed unused use | Roeland Jago Douma | 2019-08-19 | 1 | -1/+1 |
* | Adjust deprecation tests | Morris Jobke | 2019-07-22 | 1 | -0/+10 |
* | Skip check if CONSTANT on real object is used | Daniel Kesselberg | 2019-04-01 | 1 | -1/+1 |
* | Update PHP-Parser for 7.1 compatibility | Joas Schilling | 2019-02-14 | 1 | -2/+2 |
* | Fix app code checker to ignore `build` directory | Christoph Wurst | 2018-08-09 | 1 | -1/+1 |
* | Deprecate OCP\Files | Morris Jobke | 2018-03-21 | 1 | -0/+8 |
* | Remove unused and deprecated class and interface AppHelper | Morris Jobke | 2018-03-12 | 1 | -1/+0 |
* | Use normal header() calls instead of private method calls | Morris Jobke | 2018-02-19 | 1 | -0/+2 |
* | Validate the info.xml against the appstore schema file | Joas Schilling | 2018-02-16 | 1 | -91/+58 |
* | Add deprecation checks | Morris Jobke | 2018-01-31 | 1 | -0/+8 |
* | Merge pull request #8064 from nextcloud/background-jobs | Morris Jobke | 2018-01-26 | 1 | -0/+3 |
|\ |
|
| * | Deprecated OCP interface to fetch background job type | Morris Jobke | 2018-01-26 | 1 | -0/+3 |
* | | Implements are not needed because they are already done by base class | Morris Jobke | 2018-01-25 | 2 | -2/+2 |
|/ |
|
* | Add OCP\User deprecations to app code checker | Morris Jobke | 2018-01-16 | 1 | -0/+4 |
* | Merge pull request #7833 from nextcloud/fix-code-checker | Christoph Wurst | 2018-01-14 | 1 | -4/+5 |
|\ |
|
| * | Fix casting in app code checker | Morris Jobke | 2018-01-12 | 1 | -4/+5 |
* | | Merge pull request #7840 from nextcloud/dep_config | Roeland Jago Douma | 2018-01-14 | 1 | -1/+0 |
|\ \ |
|
| * | | Remove deprecated \OCP\Config | Roeland Jago Douma | 2018-01-13 | 1 | -1/+0 |
| |/ |
|
* / | Add casts to XML parser in DatabaseSchemaChecker | Morris Jobke | 2018-01-12 | 1 | -15/+15 |
|/ |
|
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -0/+2 |
* | Fix MigrationSchemaChecker and CryptoWrapper | Lukas Reschke | 2017-08-01 | 1 | -0/+6 |
* | Check the migration files for table, column and index length errors | Joas Schilling | 2017-07-05 | 2 | -2/+212 |
* | Deprecate static writeLog() method | Morris Jobke | 2017-06-23 | 1 | -0/+1 |
* | Version and dependency are now required | Joas Schilling | 2017-05-22 | 1 | -31/+7 |
* | We don't use the prefix on index names | Joas Schilling | 2017-05-16 | 1 | -6/+4 |
* | Fix apps without translations | Joas Schilling | 2017-05-16 | 1 | -0/+4 |
* | Check the name length of database items | Joas Schilling | 2017-05-16 | 1 | -0/+107 |
* | Check the syntax of the language file | Joas Schilling | 2017-05-16 | 1 | -0/+56 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -2/+0 |
* | Check for nextcloud version as well | Lukas Reschke | 2016-12-05 | 1 | -2/+8 |
* | Cleanup usages | Roeland Jago Douma | 2016-10-29 | 1 | -7/+0 |
* | 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 |