| Commit message (Expand) | Author | Age | Files | Lines |
* | Add force option to app install command | Maxopoly | 2021-04-17 | 1 | -1/+8 |
* | Remove the deprecated update.php | Christoph Wurst | 2020-11-27 | 1 | -18/+0 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 5 | -0/+8 |
* | Use matching parameter names form interfaces and implementations | Morris Jobke | 2020-08-19 | 1 | -2/+2 |
* | Allow to update to nightly | John Molakvoæ (skjnldsv) | 2020-08-07 | 5 | -8/+17 |
* | Add return value to all commands | Joas Schilling | 2020-06-26 | 8 | -8/+9 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 4 | -0/+4 |
* | Display notice for already enabled apps | Sander Ruitenbeek | 2020-04-24 | 1 | -0/+4 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 5 | -19/+16 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -4/+4 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -0/+2 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 1 | -1/+0 |
|\ |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -1/+1 |
|/ |
|
* | Register an address book with recent contacts | Christoph Wurst | 2020-03-25 | 1 | -1/+1 |
* | Allow to force enable apps via CLI | Joas Schilling | 2019-12-13 | 1 | -5/+13 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 8 | -17/+25 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 4 | -9/+8 |
* | Fix access to groupManager | Daniel Kesselberg | 2019-02-20 | 1 | -1/+1 |
* | Add install logic for enable command | Daniel Kesselberg | 2019-02-19 | 1 | -0/+11 |
* | Disable multiple apps at once | Daniel Kesselberg | 2019-02-19 | 1 | -17/+30 |
* | Enable multiple apps at once | Daniel Kesselberg | 2019-02-19 | 1 | -21/+63 |
* | Log exception in case an app update fails | Morris Jobke | 2018-11-01 | 1 | -1/+7 |
* | Add occ app:update command | Michael Gerber | 2018-11-01 | 1 | -0/+119 |
* | Use error styling for exception message | Patrik Kernstock | 2018-10-10 | 1 | -2/+2 |
* | Using Throwable instead of Exception | Patrik Kernstock | 2018-10-10 | 1 | -2/+3 |
* | Log exception using ILogger | Patrik Kernstock | 2018-10-05 | 1 | -1/+14 |
* | Inject AppManager and Installer, check for shipped app prior removing | Patrik Kernstock | 2018-10-05 | 1 | -6/+29 |
* | Run uninstall tasks by default, added '--keep-data' parameter | Patrik Kernstock | 2018-10-05 | 1 | -0/+19 |
* | Add occ app:remove CLI command | Patrik Kernstock | 2018-10-05 | 1 | -0/+93 |
* | Use isInstalled of AppManger instead of reimplement it | Morris Jobke | 2018-03-21 | 1 | -0/+1 |
* | enable app by default after occ app:install | sualko | 2018-02-26 | 1 | -3/+3 |
* | add enable flag to occ app:install (fix #5834) | sualko | 2018-02-26 | 1 | -0/+13 |
* | App manager is not needed anymore | Joas Schilling | 2018-02-16 | 1 | -2/+1 |
* | Validate the info.xml against the appstore schema file | Joas Schilling | 2018-02-16 | 1 | -50/+4 |
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 1 | -3/+6 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Get the Installer via DI | Morris Jobke | 2017-11-25 | 1 | -7/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 3 | -1/+3 |
* | Use public methods for OC_App::isShipped | Morris Jobke | 2017-08-01 | 1 | -1/+1 |
* | add namespace | sualko | 2017-07-26 | 1 | -0/+2 |
* | add occ app:install command | sualko | 2017-07-26 | 1 | -0/+75 |
* | Check the migration files for table, column and index length errors | Joas Schilling | 2017-07-05 | 1 | -1/+1 |
* | Version and dependency are now required | Joas Schilling | 2017-05-22 | 1 | -6/+2 |
* | Implement skip checkers and log the currently tested app | Morris Jobke | 2017-05-16 | 1 | -1/+4 |
* | Skip the code checking for now | Joas Schilling | 2017-05-16 | 1 | -0/+6 |
* | Check the name length of database items | Joas Schilling | 2017-05-16 | 1 | -0/+13 |
* | Check the syntax of the language file | Joas Schilling | 2017-05-16 | 1 | -0/+10 |