Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Allow to force enable apps via CLI | Joas Schilling | 2019-12-13 | 1 | -2/+27 |
| | | | | | | Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -3/+7 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Improve usage of IAppManager::getAppWebPath() | Daniel Rudolf | 2019-09-05 | 1 | -1/+1 |
| | | | | | | Deprecate \OC_App::getAppWebPath() and \OC_App::getAppPath() Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de> | ||||
* | Add IAppManager::getAppWebPath() | Daniel Rudolf | 2019-08-25 | 1 | -0/+16 |
| | | | | | | Implements a public API for \OC_App::getAppWebPath() Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de> | ||||
* | Make the auto-disabled list more broad | Joas Schilling | 2019-08-15 | 1 | -1/+17 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Reduce indirection in AppManager | Morris Jobke | 2019-07-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Properly inject the logger | Morris Jobke | 2019-07-16 | 1 | -3/+9 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove deleted groups from app restrictions fixes #15823 | Greta Doci | 2019-06-27 | 1 | -1/+64 |
| | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com> | ||||
* | Check app path for enableAppForGroups | Daniel Kesselberg | 2019-01-26 | 1 | -6/+7 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Keep AppConfig for now | Julius Härtl | 2018-06-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Remove unused import | Julius Härtl | 2018-06-06 | 1 | -1/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Implement update functionality | Julius Härtl | 2018-06-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Do not fail hard if no appinfo is returned during update | Julius Härtl | 2018-03-28 | 1 | -2/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Use isInstalled of AppManger instead of reimplement it | Morris Jobke | 2018-03-21 | 1 | -1/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove unused and outdated hook | Morris Jobke | 2018-03-06 | 1 | -3/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Run repair steps on uninstall in all cases | Tobia De Koninck | 2018-03-06 | 1 | -0/+10 |
| | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | getIncompatibleApps needs a string not an array | Roeland Jago Douma | 2018-02-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #8411 from nextcloud/add-strict-types-to-oc_app | Morris Jobke | 2018-02-17 | 1 | -2/+2 |
|\ | | | | | Add strict types to OC_App | ||||
| * | Fix app version to be always string and neither array nor null | Morris Jobke | 2018-02-17 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Validate the info.xml against the appstore schema file | Joas Schilling | 2018-02-16 | 1 | -0/+5 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move getAppInfo and getAppVersion to IAppManager | Julius Härtl | 2018-01-31 | 1 | -8/+42 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Remove IAppConfig::getValue | Roeland Jago Douma | 2018-01-17 | 1 | -4/+4 |
| | | | | 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> | ||||
* | 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 | 1 | -0/+1 |
| | | | | 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> | ||||
* | 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> | ||||
* | Expose getAppPath to public API | Julius Haertl | 2016-11-17 | 1 | -0/+16 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | 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 |