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-06-10Make LostController use IInitialState and LoggerInterfaceadd-password-reset-typed-eventsThomas Citharel
2022-06-10Add password reset typed eventsThomas Citharel
2022-06-02Use Image class from public APIfix/use-image-from-ocpChristopher Ng
2022-05-20Update core to PHP 7.4 standardcore-cleanup-74Carl Schwan
2022-05-16Merge pull request #32375 from nextcloud/bugfix/noid/show-user-account-on-gra...Joas Schilling
2022-05-13Show user account on grant loginflow stepbugfix/noid/show-user-account-on-grant-loginflow-stepJoas Schilling
2022-05-12Modernize contacts menumodernize-contactmenuThomas Citharel
2022-05-11Remove old legacy SvgController and IconsCacherJohn Molakvoæ
2022-05-03Expose shareWithDisplayNameUnique also on autocomplete endpointbugfix/noid/fix-missing-subline-infoJoas 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