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-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-16Extend testsJoas Schilling
2022-05-12Modernize contacts menumodernize-contactmenuThomas Citharel
2022-05-11Remove old legacy SvgController and IconsCacherJohn Molakvoæ
2022-05-05Do not dispatch postSetPassword when setPassword failsLouis Chemineau
2022-05-03Expose shareWithDisplayNameUnique also on autocomplete endpointbugfix/noid/fix-missing-subline-infoJoas Schilling
2022-04-21PhpunitJohn Molakvoæ
2022-03-29Merge pull request #31592 from nextcloud/fix/direct-arg-flow-v2Vincent Petry
2022-03-28Add direct arg to login flowVincent Petry
2022-02-23Fix testsJoas Schilling
2022-02-07Only allow avatars in 64 and 512 pixel sizeJoas Schilling
2021-12-29Pass username prefill through unauthenticated request redirectsJulius Härtl
2021-11-23Fix tests and avoid PHP errors in themCôme Chilliet
2021-11-02Fix missing import of ILoggerJoas Schilling
2021-10-23add check isFairUseOfFreePushService on loginVitor Mattos
2021-10-05Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-lin...Julius Härtl
2021-10-02Make AppsEnableTest and AppsDisableTest independet of the app version numberDaniel Kesselberg
2021-09-29Fix unit testsJoas Schilling
2021-09-10fixes missing prefix to validate password reset tokenArthur Schiwon
2021-09-09move verification token logic out of lost password controllerArthur Schiwon
2021-09-07Merge pull request #28725 from nextcloud/disallow-public-page-in-2fa-flowLukas Reschke
2021-09-06Resolve absolute path in testsLukas Reschke
2021-09-06Adjust testsLukas Reschke
2021-08-19Merge pull request #27294 from pjft/patch-2Christoph Wurst
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-30Remove unused importsDaniel Rudolf
2021-06-30Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf
2021-06-25Fix app version checkJoas Schilling
2021-06-21Add logging to 2FA failurepjft
2021-05-25Add commands to manage tags via OCCJohannes Leuker
2021-03-24Change my email addressJohannes Leuker
2021-03-24Fix more controller tests in Core subdirVincent Petry
2021-03-24Fix more tests in the Core subdirVincent Petry
2021-03-23Fix core tests command for app enabling/disablingVincent Petry
2021-03-05Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma
2021-03-01Show group backends in occ group:list --info and group:infoJohannes Leuker
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-12refined name of getOpenSSLEncryptedAndPrivateKeyKonrad Abicht
2021-02-12added unit tests for LoginFlowV2Service::createTokensKonrad Abicht
2021-02-11added unit tests for LoginFlowV2Service::flowDoneKonrad Abicht
2021-02-11added unit tests for LoginFlowV2Service::startLoginFlowKonrad Abicht
2021-02-11added unit tests for LoginFlowV2Service::getByLoginTokenKonrad Abicht
2021-02-11added unit tests for LoginFlowV2Service::pollKonrad Abicht
2021-02-09simplified testsKonrad Abicht
2021-02-09fixed coding style issueKonrad Abicht