| Commit message (Expand) | Author | Age | Files | Lines |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -6/+5 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -1/+1 |
* | Allow to force enable apps via CLI | Joas Schilling | 2019-12-13 | 1 | -2/+27 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -3/+7 |
* | Improve usage of IAppManager::getAppWebPath() | Daniel Rudolf | 2019-09-05 | 1 | -1/+1 |
* | Add IAppManager::getAppWebPath() | Daniel Rudolf | 2019-08-25 | 1 | -0/+16 |
* | Make the auto-disabled list more broad | Joas Schilling | 2019-08-15 | 1 | -1/+17 |
* | Reduce indirection in AppManager | Morris Jobke | 2019-07-18 | 1 | -1/+1 |
* | Properly inject the logger | Morris Jobke | 2019-07-16 | 1 | -3/+9 |
* | Remove deleted groups from app restrictions fixes #15823 | Greta Doci | 2019-06-27 | 1 | -1/+64 |
* | Check app path for enableAppForGroups | Daniel Kesselberg | 2019-01-26 | 1 | -6/+7 |
* | Keep AppConfig for now | Julius Härtl | 2018-06-06 | 1 | -0/+1 |
* | Remove unused import | Julius Härtl | 2018-06-06 | 1 | -1/+0 |
* | Implement update functionality | Julius Härtl | 2018-06-06 | 1 | -0/+1 |
* | Do not fail hard if no appinfo is returned during update | Julius Härtl | 2018-03-28 | 1 | -2/+4 |
* | Use isInstalled of AppManger instead of reimplement it | Morris Jobke | 2018-03-21 | 1 | -1/+3 |
* | Remove unused and outdated hook | Morris Jobke | 2018-03-06 | 1 | -3/+0 |
* | Run repair steps on uninstall in all cases | Tobia De Koninck | 2018-03-06 | 1 | -0/+10 |
* | getIncompatibleApps needs a string not an array | Roeland Jago Douma | 2018-02-21 | 1 | -1/+1 |
* | 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 | 1 | -0/+5 |
|/ |
|
* | Move getAppInfo and getAppVersion to IAppManager | Julius Härtl | 2018-01-31 | 1 | -8/+42 |
* | Remove IAppConfig::getValue | Roeland Jago Douma | 2018-01-17 | 1 | -4/+4 |
* | Also replace all other occurences | Morris Jobke | 2017-12-18 | 1 | -1/+1 |
* | Run updated license header updater | Morris Jobke | 2017-11-07 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
* | Some more code fixes | Joas Schilling | 2017-03-20 | 1 | -21/+22 |
* | Don't use a generic exception | Joas Schilling | 2017-03-20 | 1 | -5/+4 |
* | Add exception to PHPDoc | Lukas Reschke | 2017-03-20 | 1 | -0/+1 |
* | checking if app exists in the FileStream now | noveens | 2017-03-20 | 1 | -0/+4 |
* | Remove group restrictions when those are not allowed anymore | Joas Schilling | 2017-01-04 | 1 | -0/+15 |
* | Expose getAppPath to public API | Julius Haertl | 2016-11-17 | 1 | -0/+16 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+4 |
* | emit correct signal if a app get's disabled | Bjoern Schiessle | 2016-06-13 | 1 | -1/+1 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+3 |
* | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 1 | -1/+1 |
* | Move \OC\App to PSR-4 | Roeland Jago Douma | 2016-04-13 | 1 | -0/+370 |