aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federation/tests
Commit message (Expand)AuthorAgeFilesLines
* chore(federation): cleanup SettingsController and legacy AddServerMiddlewarefeat/auto-accept-trusted-serverskjnldsv2 days3-135/+41
* chore(federation): add trusted server auto accept integration testsskjnldsv2 days1-13/+16
* fix(federation): comply to `sharing.federation.allowSelfSignedCertificates`skjnldsv2 days2-4/+22
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-212-3/+3
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-153-9/+14
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-202-5/+5
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-158-28/+28
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-257-23/+23
* fix(federation): always set server status to OK after successful runsPablo Zimdahl2024-08-221-0/+31
* chore: Add SPDX headerAndy Scherzinger2024-05-2910-223/+38
* fix(federation): give some time to prepare both serversArthur Schiwon2024-04-111-3/+5
* fix: Add bruteforce protection to federation endpointJoas Schilling2024-02-211-2/+18
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-081-1/+1
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-1/+1
* chore: Remove last uses of IJob::execute methodCôme Chilliet2024-02-081-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-233-4/+4
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-212-5/+3
* Migrate federation application to LoggerInterfaceCôme Chilliet2023-06-261-20/+20
* Merge pull request #33104 from nextcloud/enhancement/add-logging-federationblizzz2022-10-011-5/+11
|\
| * Add logging to federationAnna Larch2022-07-271-5/+11
* | Port existing server code to new interfaceCarl Schwan2022-08-081-7/+6
|/
* Fix many issues with the testsCarl Schwan2022-06-285-106/+80
* Cleanup CardDav SyncServiceCarl Schwan2022-06-241-3/+3
* Summer cleanup of the federation appCarl Schwan2022-06-242-36/+26
* Add support for Delegation Settings for more appsCarl Schwan2021-10-151-1/+3
* Migrate HintException to OCPGary Kim2021-06-303-4/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0410-11/+1
* More cleaning after auto-add removalJoas Schilling2021-04-273-124/+0
* Drop all dead packagesChristoph Wurst2020-12-232-75/+0
* Don't leave cursors open when tests failJoas Schilling2020-11-091-10/+40
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-249-0/+9
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-1210-53/+53
* Update license headers for 19Christoph Wurst2020-04-295-0/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-107-17/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-4/+4
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-098-8/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-10/+10
* Update license headersChristoph Wurst2019-12-0511-12/+15
* TO REVERT LATER: disable some DbHandlerTestRoeland Jago Douma2019-11-271-2/+2
* Mode to modern phpunitRoeland Jago Douma2019-11-2710-15/+18
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2710-11/+11
* Some php-cs fixesRoeland Jago Douma2019-11-2210-10/+2
* Remove deprecated functions from SecureRandomRoeland Jago Douma2018-12-071-1/+0
* improve error reporting and move format parameter to the optionsBjoern Schiessle2018-04-253-57/+18
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-6/+4
* Catch the errors related to untrusted self signed certificates for federationRoeland Jago Douma2017-12-112-0/+76
* Actually set the status so we don't cause another exceptionRoeland Jago Douma2017-11-292-0/+76
* Update license headersMorris Jobke2017-11-068-0/+13
* Use ITimeFactoryRoeland Jago Douma2017-08-014-71/+181