aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federation
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-272-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-192-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-182-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-172-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-162-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(federation): give some time to prepare both serversArthur Schiwon2024-04-112-5/+13
| | | | | | | | | | | - 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>
* chore(deps): Update openapi-extractorprovokateurin2024-04-081-8/+80
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-012-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-302-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-294-4/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-03-281-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-262-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-082-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-054-2/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-292-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-282-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Add bruteforce protection to federation endpointJoas Schilling2024-02-212-3/+30
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-194-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-182-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-172-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-164-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-1510-0/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-14138-464/+464
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: openapiJohn Molakvoæ2024-02-131-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: rename users to account or personVincent Petry2024-02-132-3/+3
| | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* 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
| | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d.
* chore: Remove last uses of IJob::execute methodCôme Chilliet2024-02-081-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-301-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-272-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-242-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* refactor: Configure OpenAPI scopesprovokateurin2024-01-181-0/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-042-0/+32
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* perf: Only query the db once for trusted serversJulius Härtl2023-12-051-2/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #41678 from nextcloud/branchoff/master-is-now-29Arthur Schiwon2023-11-231-2/+2
|\ | | | | Master is now 29
| * feat(branchoff): Bump versions and requirements in appsJoas Schilling2023-11-231-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2311-21/+20
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Fix trusted server input fieldjulia.kirschenheuter2023-10-203-5/+18
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-182-12/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-283-3/+3
| | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* Fix OCS-APIRequest header for OpenAPIjld31032023-09-271-8/+12
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-212-5/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-012-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-192-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* federation: Add OpenAPI specjld31032023-07-102-4/+452
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Fix event names of 2FA related typed eventsJoas Schilling2023-07-032-53/+47
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Migrate federation application to LoggerInterfaceCôme Chilliet2023-06-262-81/+48
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-174-18/+32
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-05-171-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(federation): Log address book sync exceptionsChristoph Wurst2023-05-041-2/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>