summaryrefslogtreecommitdiffstats
path: root/core/Command/App
Commit message (Expand)AuthorAgeFilesLines
* Remove the deprecated update.phpChristoph Wurst2020-11-271-18/+0
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-245-0/+8
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-2/+2
* Allow to update to nightlyJohn Molakvoæ (skjnldsv)2020-08-075-8/+17
* Add return value to all commandsJoas Schilling2020-06-268-8/+9
* Update license headers for 19Christoph Wurst2020-04-294-0/+4
* Display notice for already enabled appsSander Ruitenbeek2020-04-241-0/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-105-19/+16
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-4/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
|/
* Register an address book with recent contactsChristoph Wurst2020-03-251-1/+1
* Allow to force enable apps via CLIJoas Schilling2019-12-131-5/+13
* Update license headersChristoph Wurst2019-12-058-17/+25
* Some php-cs fixesRoeland Jago Douma2019-11-224-9/+8
* Fix access to groupManagerDaniel Kesselberg2019-02-201-1/+1
* Add install logic for enable commandDaniel Kesselberg2019-02-191-0/+11
* Disable multiple apps at onceDaniel Kesselberg2019-02-191-17/+30
* Enable multiple apps at onceDaniel Kesselberg2019-02-191-21/+63
* Log exception in case an app update failsMorris Jobke2018-11-011-1/+7
* Add occ app:update commandMichael Gerber2018-11-011-0/+119
* Use error styling for exception messagePatrik Kernstock2018-10-101-2/+2
* Using Throwable instead of ExceptionPatrik Kernstock2018-10-101-2/+3
* Log exception using ILoggerPatrik Kernstock2018-10-051-1/+14
* Inject AppManager and Installer, check for shipped app prior removingPatrik Kernstock2018-10-051-6/+29
* Run uninstall tasks by default, added '--keep-data' parameterPatrik Kernstock2018-10-051-0/+19
* Add occ app:remove CLI commandPatrik Kernstock2018-10-051-0/+93
* Use isInstalled of AppManger instead of reimplement itMorris Jobke2018-03-211-0/+1
* enable app by default after occ app:installsualko2018-02-261-3/+3
* add enable flag to occ app:install (fix #5834)sualko2018-02-261-0/+13
* App manager is not needed anymoreJoas Schilling2018-02-161-2/+1
* Validate the info.xml against the appstore schema fileJoas Schilling2018-02-161-50/+4
* Use ::class statement instead of stringMorris Jobke2018-01-291-3/+6
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Get the Installer via DIMorris Jobke2017-11-251-7/+1
* Update license headersMorris Jobke2017-11-063-1/+3
* Use public methods for OC_App::isShippedMorris Jobke2017-08-011-1/+1
* add namespacesualko2017-07-261-0/+2
* add occ app:install commandsualko2017-07-261-0/+75
* Check the migration files for table, column and index length errorsJoas Schilling2017-07-051-1/+1
* Version and dependency are now requiredJoas Schilling2017-05-221-6/+2
* Implement skip checkers and log the currently tested appMorris Jobke2017-05-161-1/+4
* Skip the code checking for nowJoas Schilling2017-05-161-0/+6
* Check the name length of database itemsJoas Schilling2017-05-161-0/+13
* Check the syntax of the language fileJoas Schilling2017-05-161-0/+10
* Check for nextcloud version as wellLukas Reschke2016-12-051-1/+1