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
path: root/tests
AgeCommit message (Expand)Author
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove space between switch case and colonChristoph Wurst
2020-04-09Remove trailing whitespaces from commentsChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use a blank line after the opening tagChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-09Merge pull request #16035 from nextcloud/share-search-hide-on-matchblizzz
2020-04-08Fix multiline commentsChristoph Wurst
2020-04-08dont show remote and email options if we have an exact match for local user e...Robin Appelman
2020-04-07tests: fix failing header acceptance testAzul
2020-04-07Move legacy classes from PSR0 to PSR4Christoph Wurst
2020-04-06Merge pull request #20033 from nextcloud/s3-seekable-streamRoeland Jago Douma
2020-04-04Merge pull request #20139 from nextcloud/unify-default-value-for-restricting-...Roeland Jago Douma
2020-04-01add basic tests for s3 seeking and add some error handling if reopen return t...Robin Appelman
2020-04-01fix testsRobin Appelman
2020-03-31Merge pull request #19858 from nextcloud/feature/webauthnRoeland Jago Douma
2020-03-31Start with webauthnRoeland Jago Douma
2020-03-31[POC] Event for failed login attemptsRoeland Jago Douma
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Merge pull request #20172 from nextcloud/techdebt/phpunit-short-returnChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-25Use lowercase true, false and null constantsChristoph Wurst
2020-03-25Merge pull request #14722 from tacruc/GpgMailerHooksRoeland Jago Douma
2020-03-24Added Hook before Message is sendArne Hamann
2020-03-24Merge pull request #20127 from nextcloud/bugfix/noid/check-user-on-remote-wipeRoeland Jago Douma
2020-03-24Add acceptance test for restricting user enumeration to groupsDaniel Calviño Sánchez
2020-03-24Unify default value for restricting user enumeration with settingsDaniel Calviño Sánchez
2020-03-24Remove admin_notifications since it is obsolete since Nextcloud 14Julius Härtl
2020-03-22Merge pull request #17684 from mlatief/support-no-proxyRoeland Jago Douma
2020-03-20Add acceptance test for accepting an incoming shareDaniel Calviño Sánchez
2020-03-20Fix timeout cappingDaniel Calviño Sánchez
2020-03-20Revert (partially) "Accept incoming shares in acceptance tests"Daniel Calviño Sánchez
2020-03-20Merge pull request #20049 from nextcloud/force-compatible-dependency-versions...Roeland Jago Douma
2020-03-20Force compatible dependency versions in acceptance testsDaniel Calviño Sánchez
2020-03-20Add tests for ContactsStore filteringJulius Härtl
2020-03-20Add tests for user group enumeration limitJulius Härtl
2020-03-18Fix recursive calls in logging via server methodsJoas Schilling
2020-03-16Check the user on remote wipeJoas Schilling
2020-03-15Move deprecated aliases over to new registrationRoeland Jago Douma
2020-03-10Add system config flag to manually set that a subscription is availableJulius Härtl
2020-03-03Merge pull request #19723 from nextcloud/bug/18603/avatar-responseRoeland Jago Douma
2020-03-02Merge pull request #19742 from nextcloud/bug/19740/add-msg-for-exceptionblizzz
2020-03-02Add message for DoesNotExistExceptionDaniel Kesselberg
2020-03-01Always use status 200 for avatar responseDaniel Kesselberg
2020-02-29Add support for GuzzleHTTP 'no' proxyMohammed Abdellatif
2020-02-28better tests for SimpleFolderRobin Appelman