nextcloud_server/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>
2024-04-11 10:49:46 +02:00
..
AppInfo Update php licenses 2021-06-04 22:02:41 +02:00
BackgroundJob fix(federation): give some time to prepare both servers 2024-04-11 10:49:46 +02:00
Command chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Controller fix: Add bruteforce protection to federation endpoint 2024-02-21 09:18:36 +01:00
DAV Update php licenses 2021-06-04 22:02:41 +02:00
Listener chore: Fix missing template parameter for IEventListener 2024-01-30 10:57:15 +01:00
Middleware Summer cleanup of the federation app 2022-06-24 15:39:52 +02:00
Migration chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Settings Summer cleanup of the federation app 2022-06-24 15:39:52 +02:00
DbHandler.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
SyncFederationAddressBooks.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
SyncJob.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
TrustedServers.php perf: Only query the db once for trusted servers 2023-12-05 16:55:02 +01:00