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
2022-05-16Show user account on grant loginflow stepJoas Schilling
2022-05-05Expose shareWithDisplayNameUnique also on autocomplete endpointbackport/32249/stable24Joas Schilling
2022-03-29Merge pull request #31592 from nextcloud/fix/direct-arg-flow-v2Vincent Petry
2022-03-28Add direct arg to login flowVincent Petry
2022-03-23Remove old shorteningJoas Schilling
2022-03-23Limit the length of app password namesJoas Schilling
2022-03-18Add global profile toggle configChristopher Ng
2022-02-25Fix caching of the user avatarCarl Schwan
2022-02-16Improve caching policyCarl Schwan
2022-02-07Only allow avatars in 64 and 512 pixel sizeJoas Schilling
2022-01-14Improve installation pagesChristopher Ng
2022-01-08Move bundles to /distJohn Molakvoæ (skjnldsv)
2021-12-30Merge pull request #29531 from nextcloud/bugfix/noid/flow-auth-v2-apptokenJohn Molakvoæ
2021-12-29Also pass user on flow v2 landingJulius Härtl
2021-12-29Pass username prefill through unauthenticated request redirectsJulius Härtl
2021-12-03Allow using an app token to login with v2 flow authJulius Härtl
2021-11-24Hide user status from publicChristopher Ng
2021-11-23Fix errors in AvatarController when data() returns nullCôme Chilliet
2021-11-17Explicitly allow some routes without 2FAChristoph Wurst
2021-11-09Move common logic to share managerJoas Schilling
2021-11-06Respect user enumeration settings on profileChristopher Ng
2021-10-23add check isFairUseOfFreePushService on loginVitor Mattos
2021-10-20Add an OCS endpoint for the hovercard contact actionsJoas Schilling
2021-10-19Profile backendChristopher Ng
2021-10-05Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-lin...Julius Härtl
2021-09-15Merge pull request #28794 from nextcloud/fix/noid/guest-activation-pwd-reset-...Pytal
2021-09-10allow using of disabled password reset mechanism for special casesArthur Schiwon
2021-09-10fixes missing prefix to validate password reset tokenArthur Schiwon
2021-09-09add a job to clean up expired verification tokensArthur Schiwon
2021-09-09move verification token logic out of lost password controllerArthur Schiwon
2021-09-06Fix codestyleLukas Reschke
2021-09-06Check if SVG path is validLukas Reschke
2021-08-19Merge pull request #27294 from pjft/patch-2Christoph Wurst
2021-08-16Use IURLGenerator function to get value of `\OC::$WEBROOT` globalJonas Meurer
2021-08-16UnifiedSearchController: strip webroot from URL before finding a routeJonas Meurer
2021-08-04Remove usage of \OC_Util::getDefaultPageUrl() and \OC_Util::redirectToDefault...Daniel Rudolf
2021-08-04Merge branch 'master' into enhancement/noid/IURLGenerator-linkToDefaultPageUrlDaniel Rudolf
2021-07-01Deprecate RedirectToDefaultAppResponseDaniel Rudolf
2021-06-30Migrate HintException to OCPGary Kim
2021-06-30Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf
2021-06-21Add logging to 2FA failurepjft
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