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
2015-03-16Properly forward repair errors and warningsVincent Petry
2015-02-26print app upgrade information to console as wellThomas Müller
2015-02-263rd-party apps are disabled on upgrade - refs #14026Thomas Müller
2015-02-03Disallow disabling of files appMorris Jobke
2015-01-26naming fixes while reviewingThomas Müller
2015-01-23Use setConfigs() instead of calling setConfig() multiple timesJoas Schilling
2015-01-12Use a special filter expression for Oracle to filter the prefix - fixes #13220Thomas Müller
2015-01-09Merge pull request #12995 from owncloud/tbelau666-masterThomas Müller
2015-01-07inject and use user manager to delete command instead of using old static oc_...Arthur Schiwon
2014-12-23add default for dbtableprefixMorris Jobke
2014-12-22use injected config object and fix typosMorris Jobke
2014-12-22Use Doctrines filter by table nametbelau666
2014-12-19LDAP User Cleanup: Port from stable7 without further adjustementsArthur Schiwon
2014-12-10Inject configVictor Dubiniuk
2014-12-06Use httphelper and cache response even when it emptyVictor Dubiniuk
2014-11-20drop dependency of some commands on old config objectMorris Jobke
2014-11-03Fix ctor call in OC\Core\Command\UpgradeThomas Müller
2014-11-02Enhance question in DB migration scriptunclejamal3000
2014-10-29adding console command to generate javascript translation files based on exis...Thomas Müller
2014-10-22Remove implicit prepared statement cache and get the connection from the serv...Robin Appelman
2014-09-22no loner use deprecated class \OC_ConfigThomas Müller
2014-09-22remove bootstrapping - occ can by definition only be executed if ownCloud is ...Thomas Müller
2014-09-22show upgrade errors as error in the console and report back that the upgrade ...Thomas Müller
2014-08-22Warn user on resetting passwords via occ when encryption is enabledkondou
2014-06-12Added RepairStep interface and default repair step listsVincent Petry
2014-06-12Add support for repair step classesVincent Petry
2014-06-06Added CLI arguments for upgrade simulation stepsVincent Petry
2014-06-04Simulate apps database schema update on upgradeVincent Petry
2014-05-29Merge pull request #8727 from owncloud/upgrade-overviewLukas Reschke
2014-05-29Merge pull request #8554 from owncloud/add_resetadminpass_commandAndreas Fischer
2014-05-29Merge pull request #8748 from owncloud/cli_maintenance_modeAndreas Fischer
2014-05-29Merge remote-tracking branch 'owncloud/master' into add_resetadminpass_commandAndreas Fischer
2014-05-29Move resetpassword into user: command space.Andreas Fischer
2014-05-29Document type of user project.Andreas Fischer
2014-05-29Receive \OC\User\Manager as a constructor dependency.Andreas Fischer
2014-05-29Use OC\Config instead of OC_Configscolebrook
2014-05-28Merge pull request #8681 from owncloud/logintimestampLukas Reschke
2014-05-28Changed class name to modescolebrook
2014-05-27Add ability to enable/disable maintenance mode from cli.scolebrook
2014-05-27Now showing disabled apps as upgrade status lineVincent Petry
2014-05-24Use userManager, color output, return 1 on errorkondou
2014-05-23print time in 24h formatArthur Schiwon
2014-05-23save a whitespaceArthur Schiwon
2014-05-23add cli command to check a users last loginArthur Schiwon
2014-05-22Merge pull request #8634 from owncloud/handle-excpetions-in-console-masterThomas Müller
2014-05-19fix description of console command maintenance:repair - fixes #8574Thomas Müller
2014-05-13Add doc, check return-value, fix spacing, require interactivekondou
2014-05-12Back to the futureLukas Reschke
2014-05-12Make ResetAdminPass to ResetPasswordkondou
2014-05-12Add a resetadminpass command to console - fix #8248kondou