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
2018-07-24Merge pull request #10298 from nextcloud/bugfix/talk-714/only-migrate-the-sch...Morris Jobke
2018-07-19Add filecache index on mtimeRobin Appelman
2018-07-19Only create the schema when moving between databasesJoas Schilling
2018-07-09Correctly handle users with numeric user idsJoas Schilling
2018-07-01Adds an info if the maintenance mode is already enabled/disabled.Michael Weimann
2018-06-29Added a logger for systemd/journaldJohannes Ernst
2018-06-27Use the correct Base classJoas Schilling
2018-06-25Merge pull request #9632 from nextcloud/enhancement/stateful-2fa-providersMorris Jobke
2018-06-22Use ellipsis instead of triple dotJoas Schilling
2018-06-20Make 2FA providers statefulChristoph Wurst
2018-06-19Wait for cron to finish before running upgrade commandMorris Jobke
2018-06-03Add parent index to share tableRoeland Jago Douma
2018-05-30Add human readable description to migration stepsRobin Appelman
2018-05-24Emit event when running ./occ db:add-missing-indicesRoeland Jago Douma
2018-05-03Add autocomplete to migration commandsJoas Schilling
2018-04-11Set the default log rotate size to 100 MBMorris Jobke
2018-03-21Use isInstalled of AppManger instead of reimplement itMorris Jobke
2018-03-01s/ownCloud/NextcloudBjoern Schiessle
2018-03-01fix check and improve error messageBjoern Schiessle
2018-03-01Anything but true means it failedJoas Schilling
2018-02-26Merge pull request #6481 from nextcloud/occ-app-install-enableMorris 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-17Add mtime and storage_mtime to db:convert-filecache-bigintAlecks Gates
2018-02-16App manager is not needed anymoreJoas Schilling
2018-02-16Validate the info.xml against the appstore schema fileJoas Schilling
2018-02-15Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke
2018-02-14Remove unused import statementsMorris Jobke
2018-02-13Use non aliased method insteadMorris Jobke
2018-01-29Use ::class statement instead of stringMorris Jobke
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
2018-01-26Use type casting instead of *val() methodMorris Jobke
2018-01-26Merge pull request #8063 from nextcloud/inline-valueJoas Schilling
2018-01-26Return value immediately instead of assigning to a one-time variableMorris Jobke
2018-01-26Implements are not needed because they are already done by base classMorris 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
2018-01-17Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling
2018-01-15Fix case when overwrite URL is empty during setupMorris Jobke
2017-12-19Merge pull request #7517 from nextcloud/add-index-to-share-tableRoeland Jago Douma
2017-12-19Merge pull request #7531 from nextcloud/ldap/createdistributedRoeland Jago Douma
2017-12-18make occ command more genericBjoern Schiessle
2017-12-18add occ command to add a index to share_with at the share tableBjoern Schiessle
2017-12-18Also replace all other occurencesMorris Jobke
2017-12-18Use injected AppManagerRoeland Jago Douma
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-10-24Use proper DI for repair commandMorris Jobke
2017-10-24Use appmanager instead of OC_App for check for enabled appMorris Jobke