You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/apps/federation/tests
Arthur Schiwon faf6a65e07
fix(federation): give some time to prepare both servers
- when this background job runs, while the current server was not being
  added as trusted_server in the other instance, yet, the secret sharing
  would not be attempted again, without visual feedback.
- the change allows 5 attempts, which gives more than 20minutes to
  complete. More do not really help as the endpoint is brute force
  protected.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 month ago
..
BackgroundJob fix(federation): give some time to prepare both servers 1 month ago
Controller fix: Add bruteforce protection to federation endpoint 3 months ago
DAV Update php licenses 3 years ago
Middleware chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
Settings Add support for Delegation Settings for more apps 3 years ago
DbHandlerTest.php Update php licenses 3 years ago
SyncFederationAddressbooksTest.php chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
TrustedServersTest.php chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago