Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-13Allow to force enable apps via CLIJoas Schilling
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-02-20Fix access to groupManagerDaniel Kesselberg
2019-02-19Add install logic for enable commandDaniel Kesselberg
2019-02-19Disable multiple apps at onceDaniel Kesselberg
2019-02-19Enable multiple apps at onceDaniel Kesselberg
2018-11-01Log exception in case an app update failsMorris Jobke
2018-11-01Add occ app:update commandMichael Gerber
2018-10-10Use error styling for exception messagePatrik Kernstock
2018-10-10Using Throwable instead of ExceptionPatrik Kernstock
2018-10-05Log exception using ILoggerPatrik Kernstock
2018-10-05Inject AppManager and Installer, check for shipped app prior removingPatrik Kernstock
2018-10-05Run uninstall tasks by default, added '--keep-data' parameterPatrik Kernstock
2018-10-05Add occ app:remove CLI commandPatrik Kernstock
2018-03-21Use isInstalled of AppManger instead of reimplement itMorris Jobke
2018-02-26enable app by default after occ app:installsualko
2018-02-26add enable flag to occ app:install (fix #5834)sualko
2018-02-16App manager is not needed anymoreJoas Schilling
2018-02-16Validate the info.xml against the appstore schema fileJoas Schilling
2018-01-29Use ::class statement instead of stringMorris Jobke
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
2017-11-25Get the Installer via DIMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-08-01Use public methods for OC_App::isShippedMorris Jobke
2017-07-26add namespacesualko
2017-07-26add occ app:install commandsualko
2017-07-05Check the migration files for table, column and index length errorsJoas Schilling
2017-05-22Version and dependency are now requiredJoas Schilling
2017-05-17Implement skip checkers and log the currently tested appMorris Jobke
2017-05-16Skip the code checking for nowJoas Schilling
2017-05-16Check the name length of database itemsJoas Schilling
2017-05-16Check the syntax of the language fileJoas Schilling
2016-12-06Check for nextcloud version as wellLukas Reschke
2016-10-31Fix testsLukas Reschke
2016-09-29Full support for autocomplete of app:*Joas Schilling
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-04-22Deprecate appinfo/update.php - RepairSteps within info.xml are to be usedThomas Müller
2016-04-06Rename files to be PSR-4 compliantLukas Reschke