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
2021-06-16Use product name in places where it is appropriate rather than the instance nameJulius Härtl
2021-06-08Merge pull request #26494 from rigrig/fix-php8-deprecationsMorris Jobke
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-29Fix functions taking optional parameters before required onesRichard de Boer
2021-04-20Handle device login like an alternative loginJoas Schilling
2021-04-08Merge pull request #26401 from nextcloud/enh/handle-avatar-upload-errorsRoeland Jago Douma
2021-04-01remove leftover debug @NoCSRFRequired introduced with #26198Robin Appelman
2021-04-01show informative errors in log and UI on avatar upload error in user settingsJulien Veyssier
2021-03-19use node search api for legacy file search endpointRobin Appelman
2021-03-08Allow admins to disable the login formRoeland Jago Douma
2021-03-02Merge pull request #25544 from nextcloud/refactor/app-password-created-eventChristoph Wurst
2021-02-18Merge pull request #25086 from nextcloud/dependabot/composer/nextcloud/coding...Christoph Wurst
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-18Send emails on password reset to the displaynameJoas Schilling
2021-02-12Make new result parts optionalJoas Schilling
2021-02-09Move app_password_created to a typed eventChristoph Wurst
2021-02-01Keep direct login active when redirectingJulius Härtl
2021-01-15Do not redirect to logout after loginRoeland Jago Douma
2020-12-30Update license headersChristoph Wurst
2020-12-18Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-16Add well known handlers APIChristoph Wurst
2020-12-07Do not load nonexisting setup.jsJulius Härtl
2020-10-20Init vue comments tabJohn Molakvoæ (skjnldsv)
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-15Add an ETag for the search providersJoas Schilling
2020-09-09Merge pull request #22564 from nextcloud/bugfix/noid/show-avatars-againMorris Jobke
2020-09-08Remove unused members and importsJoas Schilling
2020-09-07Move unified search to OCS apiJoas Schilling
2020-09-03The privacy setting is only about syncing to other serversJoas Schilling
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-05Hand in the route and the parameters of the requestJoas Schilling
2020-08-05Make apps handle the order logicJohn Molakvoæ (skjnldsv)
2020-08-03Fix unified searchJohn Molakvoæ (skjnldsv)
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