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-11-08fix repairing non user shares when repairing all sharesRobin Appelman
2022-11-08split repairing into two stages to prevent long open transactionRobin Appelman
2022-11-08update shares directly in dbRobin Appelman
2022-11-08More verbose output for repair share ownership cmdVincent Petry
2022-11-08move share owner repair to occ commandRobin Appelman
2022-10-11Merge pull request #32859 from nextcloud/bug/31973/array-key-might-be-emptyLouis
2022-08-25Parameter of RepairAdvanceEvent is actually an increment, not a step idCôme Chilliet
2022-08-25Surround cli output with appropriate xml tagsCôme Chilliet
2022-08-25Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet
2022-08-25Moving to string key for arguments of GenericEvent in RepairCôme Chilliet
2022-08-01Remove OCP\App and OCP\BackgroundJobcleanup/remove-long-deprecated-classesCarl Schwan
2022-06-28Fix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39bug/31973/array-key-might-be-emptyDaniel Kesselberg
2022-05-20Update core to PHP 7.4 standardcore-cleanup-74Carl Schwan
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-27Fix unit testsJoas Schilling
2021-03-18make repair errors more visibleRobin Appelman
2021-01-07Add more previous exceptions to database setup codeMorris Jobke
2021-01-07Print an exception trace for setup exceptionsChristoph Wurst
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-20Don't use deprecated getIniWrapper() anymoreJoas Schilling
2020-06-26Add return value to all commandsJoas Schilling
2020-05-26Remove db prefix option from cli install commandJoas Schilling
2020-05-06Fix syntaxJoas 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-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-02-05Correctly append the port to the host so it's written to the config correctlyJoas Schilling
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-05-30Add function parameter typehintXheni Myrtaj
2019-05-29Do not fail integrity check if mimetype list is changedXheni Myrtaj
2019-04-18Fix #15042Temtaime
2019-02-22Make sure maintenance mode is always casted to boolJoas Schilling
2019-02-14Do not run getRepairSteps in register_commandsDaniel Kesselberg
2018-10-02Validate email in occ commandDaniel Kesselberg
2018-10-02Add --admin-email to cli installerDaniel Kesselberg
2018-07-01Adds an info if the maintenance mode is already enabled/disabled.Michael Weimann
2018-02-14Remove unused import statementsMorris Jobke
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
2018-01-15Fix case when overwrite URL is empty during setupMorris Jobke
2017-12-19Merge pull request #7531 from nextcloud/ldap/createdistributedRoeland Jago Douma
2017-12-18Also replace all other occurencesMorris Jobke
2017-12-18Use injected AppManagerRoeland Jago Douma
2017-11-25Get the Installer via DIMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-10-24Use proper DI for repair commandMorris Jobke
2017-10-24Use appmanager instead of OC_App for check for enabled appMorris Jobke