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
2020-08-03Add settings sections to unified searchJoas Schilling
2020-07-21Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke
2020-07-21Adjust apps' code to use the ContainerInterfaceChristoph Wurst
2020-07-16Migrate settigns to the PSR containerChristoph Wurst
2020-07-14Merge pull request #21816 from nextcloud/techdebt/noid/federatedfilesharing-t...Morris Jobke
2020-07-14Use IBootstrap for the app federatedfilesharingMorris Jobke
2020-07-14Fix AppFramework servicesRoeland Jago Douma
2020-07-08Merge pull request #21741 from nextcloud/debt/noid/url-generator-does-not-imp...Morris Jobke
2020-07-08Fix type for $urlGeneratorDaniel Kesselberg
2020-07-04Merge pull request #21533 from nextcloud/techdebt/noid/dedicated-method-to-ge...Roeland Jago Douma
2020-07-03Use the new method everywhereJoas Schilling
2020-07-01Replace TYPE with TYPESDaniel Kesselberg
2020-06-23Unify settings middleware with othersJoas Schilling
2020-06-17Migrate Settings to new bootstrap mechanismChristoph Wurst
2020-06-07Merge pull request #21274 from nextcloud/bug/21268/paswordless-for-everyoneRoeland Jago Douma
2020-06-07Merge pull request #21224 from nextcloud/techdebt/noid/remove-unreachable-con...Roeland Jago Douma
2020-06-06Enable passwordless for everyone not only admins.Daniel Kesselberg
2020-06-04Use \OC::$CLI instead of PHP_SAPIThomas Citharel
2020-06-04Remove controller and routes which have no UI component anywayJoas Schilling
2020-05-26use the loginname to verify the old password in user password changesArthur Schiwon
2020-05-08Fix languages empty arrayGretaD
2020-04-29Update license headers for 19Christoph Wurst
2020-04-15Merge pull request #19191 from laurisb/patch-1Roeland Jago Douma
2020-04-13Merge pull request #20427 from nextcloud/bug/noid/fix-password-reset-activityRoeland Jago Douma
2020-04-12Merge pull request #20421 from nextcloud/fix/20393/recommendend_webauthn_modsRoeland Jago Douma
2020-04-10Fix password reset saying Admin changed my password when reset fromThomas Citharel
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Add visibility to all properties and move static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Show setup check for recommended php modulesRoeland Jago Douma
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use a blank line after the opening tagChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-04-02Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling
2020-04-01Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma
2020-03-31Start with webauthnRoeland Jago Douma
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-31Add optional column oc_comments.reference_idJoas Schilling
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-24Merge pull request #20127 from nextcloud/bugfix/noid/check-user-on-remote-wipeRoeland Jago Douma
2020-03-23Add basic reverseproxy misconfig detection to setupchecksRoeland Jago Douma
2020-03-20Add setting to restrict user enumeration to groupsJulius Härtl
2020-03-17Make sure app_install_overwrite is an arrayDaniel Kesselberg
2020-03-16Check the user on remote wipeJoas Schilling
2020-03-10Merge pull request #19580 from nextcloud/debt/noid/outdated-checkRoeland Jago Douma