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-08-25Flag repair errors as error level in eventSource->sendfix/fix-symfony-event-typingCôme Chilliet
2022-08-25Parameter of RepairAdvanceEvent is actually an increment, not a step idCôme Chilliet
2022-08-25Add void return types to callablesCôme Chilliet
2022-08-25Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet
2022-08-25Migrate Migrator::executeSql to OCP\EventDispatcher\EventCôme Chilliet
2022-08-25Remove listeners of \OC\DB\Migrator::checkTable which is never emittedCôme Chilliet
2022-08-25Moving to string key for arguments of GenericEvent in RepairCôme Chilliet
2022-08-25Switch to string keys for argument of GenericEvent for OC\DB\MigratorCôme Chilliet
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-11Remove unneeded casts that were found by PsalmMorris Jobke
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-05-13Adding "The" to the descriptionValdnet
2020-04-10Format control structures, classes, methods and functionChristoph 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-11-22Some php-cs fixesRoeland Jago Douma
2019-02-15Remove trailing spaces from localized stringsMorris Jobke
2019-01-10Show the repair steps and repair info output in the web for better feedbackMorris Jobke
2018-11-01Revert "Wait for cron to finish before running upgrade command"Morris Jobke
2018-10-09Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling
2018-06-22Use ellipsis instead of triple dotJoas Schilling
2018-06-19Wait for cron to finish before running upgrade commandMorris Jobke
2018-04-26move log constants to ILoggerArthur Schiwon
2018-01-23Merge pull request #7918 from nextcloud/properly-log-exceptionsRoeland Jago Douma
2018-01-23Properly log the full exception instead of only the messageMorris 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-08-01Stricter phan config fixesLukas Reschke
2017-05-11Proper logging for appstore updatesMorris Jobke
2017-03-11Check that set_time_limit is not disabled before calling itKo-
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-04-28Adding progress to web upgradeThomas Müller
2016-04-20Fix web updater - fixes #24115Thomas Müller
2016-04-18Merge pull request #23911 from owncloud/split-upgrade-commandChristoph Wurst
2016-04-18Move version check code out of class UpdaterThomas Müller
2016-04-18Suggest cli based updater in case the instance is bigger - #23913Thomas Müller
2016-04-04Fix verbose output of upgrade command - not progressbar in this case and the ...Thomas Müller