Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(federation): always set server status to OK after successful runs | Pablo Zimdahl | 2024-08-22 | 4 | -0/+37 |
| | | | | | | | | | | | | Previously if a server status got set to failure, it stayed that way until an addressbook-sync found changes. Now the server status is set to OK after each successful sync check (if that's not the case already), regardless of addressbook changes. This change also includes two new logging statements, which could help next time someone debugs this. Signed-off-by: Pablo Zimdahl <pablo@nextcloud.com> | ||||
* | chore(deps): Update openapi-extractor to v1.0.0 | provokateurin | 2024-08-21 | 1 | -48/+36 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-17 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #46806 from nextcloud/refactor/federation/security-attributes | Kate | 2024-08-14 | 2 | -20/+20 |
|\ | |||||
| * | refactor(federation): Replace security annotations with respective attributes | provokateurin | 2024-07-28 | 2 | -20/+20 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-31 | 2 | -0/+6 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-26 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: Make app icons consistent Material Symbols with same settings | Ferdinand Thiessen | 2024-07-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(deps): Update openapi-extractor | provokateurin | 2024-07-02 | 1 | -73/+97 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-06 | 2 | -1/+6 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-05 | 8 | -4/+54 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-29 | 30 | -593/+112 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-27 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-19 | 2 | -6/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-18 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-17 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-16 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(federation): give some time to prepare both servers | Arthur Schiwon | 2024-04-11 | 2 | -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-extractor | provokateurin | 2024-04-08 | 1 | -8/+80 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-01 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-30 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-29 | 4 | -4/+12 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | feat(branchoff): Bump versions and requirements in apps | Joas Schilling | 2024-03-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-26 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-08 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-05 | 4 | -2/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-29 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-28 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: Add bruteforce protection to federation endpoint | Joas Schilling | 2024-02-21 | 2 | -3/+30 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-19 | 4 | -0/+12 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-18 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-17 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-16 | 4 | -0/+12 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-15 | 10 | -0/+30 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-14 | 138 | -464/+464 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: openapi | John Molakvoæ | 2024-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 2 | -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-jobs | Côme Chilliet | 2024-02-08 | 1 | -1/+1 |
| | |||||
* | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 1 | -1/+1 |
| | | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d. | ||||
* | chore: Remove last uses of IJob::execute method | Côme Chilliet | 2024-02-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 1 | -0/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-27 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-24 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | refactor: Configure OpenAPI scopes | provokateurin | 2024-01-18 | 1 | -0/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-04 | 2 | -0/+32 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | perf: Only query the db once for trusted servers | Julius Härtl | 2023-12-05 | 1 | -2/+12 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #41678 from nextcloud/branchoff/master-is-now-29 | Arthur Schiwon | 2023-11-23 | 1 | -2/+2 |
|\ | | | | | Master is now 29 | ||||
| * | feat(branchoff): Bump versions and requirements in apps | Joas Schilling | 2023-11-23 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 11 | -21/+20 |
|/ | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Fix trusted server input field | julia.kirschenheuter | 2023-10-20 | 3 | -5/+18 |
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> |