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-07-17Make magic strings of ClientFlowLogin and v2 publicly availableJoas Schilling
2020-07-03Merge pull request #21439 from nextcloud/feature/noid/move-autocomplete-filte...Joas Schilling
2020-07-03Merge pull request #21431 from nextcloud/search-filter-invalid-resultsRoeland Jago Douma
2020-07-01Move AutoComplete::filterResults to new event dispatcher and GenericEventJoas Schilling
2020-06-24Update share type constant usageJoas Schilling
2020-06-24Add unified search APIChristoph Wurst
2020-06-16Filter out search results that have invalid encodingRobin Appelman
2020-05-13Trailing comma's in functin arguments break on 7.2Roeland Jago Douma
2020-05-12Cache the avatar for a dayRoeland Jago Douma
2020-05-07Validate app password on alternative loginRoeland Jago Douma
2020-04-29Set etag for capabilities endpointDaniel Kesselberg
2020-04-29Update license headers for 19Christoph Wurst
2020-04-27Merge pull request #19084 from nextcloud/bug/13556/wrong-paths-for-svgMorris Jobke
2020-04-27Fix missing argument in JSConfigHelperJohn Molakvoæ (skjnldsv)
2020-04-24Make it possible to resolve svg for apps_paths outside the document rootDaniel Kesselberg
2020-04-15Merge pull request #20401 from nextcloud/fix/login-sso-redirctRoeland Jago Douma
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-10Fix absolute redirectJohn Molakvoæ (skjnldsv)
2020-04-09Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst
2020-04-09Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Remove spaces after method or function callChristoph Wurst
2020-04-09Use php keywords in lowercaseChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use a blank line after the opening tagChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
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-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-03Merge pull request #19723 from nextcloud/bug/18603/avatar-responseRoeland Jago Douma
2020-03-01Always use status 200 for avatar responseDaniel Kesselberg
2020-02-28Also cache avatars when it's not allowedJoas Schilling
2020-01-13Fix license headersChristoph Wurst
2020-01-03Only allow requesting new CSRF tokens if it passes the SameSite Cookie testRoeland Jago Douma
2019-12-20Update license headers for 18Christoph Wurst
2019-12-12Merge pull request #17784 from nextcloud/enh/disable-clear-site-data-via-configRoeland Jago Douma
2019-12-12Add a dedicated page for the recommended apps installationChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-12-04Add checkbox to install recommended apps during setupChristoph Wurst
2019-12-04Merge pull request #17715 from nextcloud/fix/5456/respect_avatar_privacyJoas Schilling
2019-11-30Send Clear-Site-Data expect for ChromeDaniel Kesselberg
2019-11-28Trim the login nameChristoph Wurst
2019-11-26Fix autocomplete suggestions with numeric user idsJoas Schilling
2019-11-25Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma