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-10-08Rename method to abortIfInterruptedDaniel Kesselberg
2018-10-07Refactor method to throw exception instead of true/falseDaniel Kesselberg
2018-10-02Validate email in occ commandDaniel Kesselberg
2018-10-02Add --admin-email to cli installerDaniel Kesselberg
2018-10-02Add uid_owner and uid_initiator share tabe indicesRoeland Jago Douma
2018-09-30Add mandatory 2FA service/classChristoph Wurst
2018-09-25Only allow 2FA state changs if providers support the operationChristoph Wurst
2018-09-07Improve class import and strict typing for generated migration classChristoph Wurst
2018-08-24Merge pull request #10334 from denismosolov/group-addDenis Mosolov
2018-08-21Fix generated migration class codeChristoph Wurst
2018-08-16Add an options to create and remove groups via occDenis Mosolov
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