Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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> | |||||
* | More phpstorm inspection fixes | Roeland Jago Douma | 2017-07-24 | 2 | -5/+6 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | 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> | |||||
* | Merge pull request #4825 from nextcloud/add-timeout-appstore | Lukas Reschke | 2017-05-12 | 1 | -1/+3 | |
|\ | | | | | Add timeout for requests to appstore | |||||
| * | Add timeout for requests to appstore | Morris Jobke | 2017-05-11 | 1 | -1/+3 | |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | | Log connectiong problems while fetching data from appstore | Morris Jobke | 2017-05-11 | 3 | -6/+24 | |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Automatic injection into the Fetchers | Joas Schilling | 2017-05-10 | 3 | -11/+12 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Make sure the AppFetcher fetches the new applist from the appstore | Roeland Jago Douma | 2017-05-02 | 2 | -11/+43 | |
| | | | | | | | | When in the upgrade process the version in the config is still the old version. (Since we only upgrade it after the upgrade is complete). However the app list fetched from the appstore must be the new list. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Do not do ETag caching when the version is updated | Roeland Jago Douma | 2017-05-02 | 1 | -12/+12 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Add SocialSharingBundle | Lukas Reschke | 2017-04-26 | 2 | -0/+47 | |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Add spreed to Groupware bundle | Lukas Reschke | 2017-04-26 | 1 | -0/+1 | |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Remove unrequired getDescription() method | Lukas Reschke | 2017-04-26 | 4 | -29/+1 | |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Add app bundles | Lukas Reschke | 2017-04-26 | 5 | -0/+298 | |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 2 | -3/+0 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Some more code fixes | Joas Schilling | 2017-03-20 | 1 | -21/+22 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Don't use a generic exception | Joas Schilling | 2017-03-20 | 1 | -5/+4 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Add exception to PHPDoc | Lukas Reschke | 2017-03-20 | 1 | -0/+1 | |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | checking if app exists in the FileStream now | noveens | 2017-03-20 | 1 | -0/+4 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Fix unit tests and improve appstore logic | Morris Jobke | 2017-02-24 | 1 | -5/+2 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Add back appstoreenabled config switch | Steffen Lindner | 2017-02-24 | 1 | -4/+20 | |
| | | | | Signed-off-by: Steffen Lindner <mail@steffen-lindner.de> | |||||
* | Merge pull request #2814 from nextcloud/appstore_etag_validation | Joas Schilling | 2017-01-09 | 2 | -6/+40 | |
|\ | | | | | Add ETag validation to appstore requests | |||||
| * | Add ETag validation to appstore requests | Roeland Jago Douma | 2017-01-05 | 2 | -6/+40 | |
| | | | | | | | | | | | | | | | | | | | | * If the ETag if present store it * If a stored ETag is present then pass it along (with the original response) to get * Add tests * Added files to classmap Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | Remove group restrictions when those are not allowed anymore | Joas Schilling | 2017-01-04 | 1 | -0/+15 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Clear appstore cache on version upgrade | Roeland Jago Douma | 2016-12-15 | 3 | -16/+24 | |
| | | | | | | | | | * Add version to cached json * Compare version * Updated calls * Updated tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Use the mocked config version | Joas Schilling | 2016-12-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |