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
2022-05-20Update core to PHP 7.4 standardcore-cleanup-74Carl Schwan
2022-01-13Check style updateCarl Schwan
2021-11-18Do not print verbose info about app updates if there are noneChristoph Wurst
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-06-02l10n: Spelling unificationValdnet
2021-04-27Fix psalm errorsJoas Schilling
2021-03-25Remove event listener to udpate events that are not present anymoreMorris Jobke
2021-01-18Fix markupJoas Schilling
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-09-10Fix tense of updater logsNils Wittenbrink
2020-06-26Add return value to all commandsJoas Schilling
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-02-22Make sure maintenance mode is always casted to boolJoas Schilling
2018-11-01Revert "Wait for cron to finish before running upgrade command"Morris Jobke
2018-06-22Use ellipsis instead of triple dotJoas Schilling
2018-06-19Wait for cron to finish before running upgrade commandMorris Jobke
2018-02-14Remove unused import statementsMorris Jobke
2018-01-23Merge pull request #7354 from nextcloud/refacor-update-page-printblizzz
2018-01-19Remove not needed 3rdparty app disabling during upgrade for PHP 5.xMorris Jobke
2017-11-30Refactor method to check if update is neededMorris Jobke
2017-11-25Get the Installer via DIMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-05-11Proper logging for appstore updatesMorris Jobke
2017-04-28Do not disable 3rdparty apps on occ upgradeMorris Jobke
2016-10-21Remove removed --dry-run command from occ help (#26352)Vincent Petry
2016-09-27Remove unused and undefined use statementLukas Reschke
2016-09-27Kill update simulationVincent Petry
2016-08-09make disabled apps more clear during upgradeRobin Appelman
2016-08-03Exit from upgrade without reporting errorJürgen Haas
2016-07-30Revert (c) back to ownCloud, Inc.Sander Ruitenbeek
2016-07-30Update Upgrade.phpsanderr
2016-07-30Rebranded to Nextcloud for the occ command line toolSander Ruitenbeek
2016-07-21Fix othersJoas Schilling
2016-07-04Changed name of default logfile from owncloud.log to nextcloud.log.Thomas Pulzer
2016-05-26Update license headersLukas Reschke
2016-04-28Adding progress to occ upgradeThomas Müller
2016-04-18Move version check code out of class UpdaterThomas Müller
2016-04-06Rename files to be PSR-4 compliantLukas Reschke