| Commit message (Expand) | Author | Age | Files | Lines |
* | getIncompatibleApps needs a string not an array | Roeland Jago Douma | 2018-02-21 | 1 | -1/+1 |
* | Use normal header() calls instead of private method calls | Morris Jobke | 2018-02-19 | 1 | -0/+2 |
* | Merge pull request #8411 from nextcloud/add-strict-types-to-oc_app | Morris Jobke | 2018-02-17 | 1 | -2/+2 |
|\ |
|
| * | Fix app version to be always string and neither array nor null | Morris Jobke | 2018-02-17 | 1 | -2/+2 |
* | | Validate the info.xml against the appstore schema file | Joas Schilling | 2018-02-16 | 2 | -91/+63 |
|/ |
|
* | Use non aliased method instead | Morris Jobke | 2018-02-13 | 1 | -1/+1 |
* | Add deprecation checks | Morris Jobke | 2018-01-31 | 1 | -0/+8 |
* | Move getAppInfo and getAppVersion to IAppManager | Julius Härtl | 2018-01-31 | 1 | -8/+42 |
* | 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 | Morris Jobke | 2018-01-26 | 1 | -3/+2 |
* | | 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 |
| |/ |
|
* | | 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 | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
| |/ |
|
* / | Implements are not needed because they are already done by base class | Morris Jobke | 2018-01-25 | 2 | -2/+2 |
|/ |
|
* | Remove IAppConfig::getValue | Roeland Jago Douma | 2018-01-17 | 1 | -4/+4 |
* | 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 |
|/ |
|
* | Also log exception for failed appstore request | Morris Jobke | 2018-01-02 | 1 | -1/+2 |
* | Don't spam the log when we could not properly connect to the appstore | Roeland Jago Douma | 2017-12-29 | 1 | -1/+1 |
* | Also replace all other occurences | Morris Jobke | 2017-12-18 | 1 | -1/+1 |
* | If there is no internet connection don't try to contact appstore | Roeland Jago Douma | 2017-11-17 | 1 | -1/+2 |
* | Run updated license header updater | Morris Jobke | 2017-11-07 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 17 | -0/+41 |
* | Allow multiple settings and sections per app | Joas Schilling | 2017-10-05 | 1 | -0/+27 |
* | finetune the appinfo parser | Arthur Schiwon | 2017-09-26 | 1 | -1/+4 |
* | make it possible to register plugins and kick out the circle one | Arthur Schiwon | 2017-09-26 | 1 | -0/+3 |
* | Fix L10N::t | Roeland Jago Douma | 2017-08-01 | 1 | -4/+4 |
* | Fix MigrationSchemaChecker and CryptoWrapper | Lukas Reschke | 2017-08-01 | 1 | -0/+6 |
* | Add new bundle | Lukas Reschke | 2017-07-26 | 2 | -0/+51 |
* | More phpstorm inspection fixes | Roeland Jago Douma | 2017-07-24 | 2 | -5/+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 |
* | Merge pull request #4825 from nextcloud/add-timeout-appstore | Lukas Reschke | 2017-05-12 | 1 | -1/+3 |
|\ |
|
| * | Add timeout for requests to appstore | Morris Jobke | 2017-05-11 | 1 | -1/+3 |
* | | Log connectiong problems while fetching data from appstore | Morris Jobke | 2017-05-11 | 3 | -6/+24 |
|/ |
|
* | Automatic injection into the Fetchers | Joas Schilling | 2017-05-10 | 3 | -11/+12 |
* | Make sure the AppFetcher fetches the new applist from the appstore | Roeland Jago Douma | 2017-05-02 | 2 | -11/+43 |
* | Do not do ETag caching when the version is updated | Roeland Jago Douma | 2017-05-02 | 1 | -12/+12 |
* | Add SocialSharingBundle | Lukas Reschke | 2017-04-26 | 2 | -0/+47 |
* | Add spreed to Groupware bundle | Lukas Reschke | 2017-04-26 | 1 | -0/+1 |