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/lib
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
..
AppInfo Update php licenses 3 years ago
BackgroundJob fix(federation): give some time to prepare both servers 1 month ago
Command chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
Controller fix: Add bruteforce protection to federation endpoint 3 months ago
DAV Update php licenses 3 years ago
Listener chore: Fix missing template parameter for IEventListener 4 months ago
Middleware Summer cleanup of the federation app 2 years ago
Migration chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
Settings Summer cleanup of the federation app 2 years ago
DbHandler.php chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
SyncFederationAddressBooks.php chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
SyncJob.php chore: apply changes from Nextcloud coding standards 1.1.1 6 months ago
TrustedServers.php perf: Only query the db once for trusted servers 6 months ago