Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-26 | 2 | -0/+80 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATION | Arthur Schiwon | 2024-06-25 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The scope design requires scopes to be either not specified, or specified explicitely. Therefore, when setting the skip-password-validation scope for user authentication from mechanisms like SAML, we also have to set the filesystem scope, otherwise they will lack access to the filesystem. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-25 | 2 | -2/+2 | |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-23 | 4 | -0/+14 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix: set mimetype_version during upgrade to the old version | Robin Appelman | 2024-06-21 | 2 | -6/+8 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | feat: add setup check for needed mimetype migrations | Robin Appelman | 2024-06-21 | 4 | -23/+85 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | fix: move repair mimetype repair step to the expensive steps | Robin Appelman | 2024-06-21 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-21 | 2 | -2/+2 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-16 | 2 | -4/+92 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-15 | 2 | -44/+44 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | refactor(shareManager): Use constructor property promotion | fenn-cs | 2024-06-13 | 1 | -75/+23 | |
| | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | fix(shareManager): Respect empty `expireDate` in server | fenn-cs | 2024-06-13 | 3 | -82/+127 | |
| | | | | | | If `expireDate` is an empty string and not `null` then the server should not set a default. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | refactor: make share manager buildable | Robin Appelman | 2024-06-13 | 2 | -29/+6 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Merge pull request #45839 from nextcloud/backport/45649/stable28 | Andy Scherzinger | 2024-06-13 | 1 | -1/+1 | |
|\ | | | | | [stable28] fix(ObjectStore): Fix regression when hostname is empty | |||||
| * | fix(ObjectStore): handle empty S3 hostname | Josh | 2024-06-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Fixes #45637 The support for s3-accelerate added in #44496 introduced a regression in AWS S3 environments when `hostname` is blank (which is a valid configuration w/ AWS since the hostname gets auto-generated). Signed-off-by: Josh <josh.t.richards@gmail.com> | |||||
* | | Merge pull request #45857 from nextcloud/backport/45172/stable28 | Andy Scherzinger | 2024-06-13 | 1 | -1/+5 | |
|\ \ | | | | | | | [stable28] feat: add option to disable scanner transactions | |||||
| * | | feat: add option to disable scanner transactions | Robin Appelman | 2024-06-13 | 1 | -1/+5 | |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* / | fix: get child ids for folder in a separate query during move | Robin Appelman | 2024-06-13 | 1 | -4/+21 | |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Merge pull request #45807 from nextcloud/backport/45768/stable28 | Arthur Schiwon | 2024-06-13 | 1 | -2/+6 | |
|\ | | | | | [stable28] Use isRetryable to catch retryable exceptions | |||||
| * | fix(files): Use isRetryable to catch retryable exceptions | Louis Chemineau | 2024-06-12 | 1 | -2/+6 | |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-13 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #45704 from nextcloud/backport/43942/stable28 | Arthur Schiwon | 2024-06-12 | 6 | -41/+76 | |
|\ \ | |/ |/| | [stable28] fix(Session): avoid password confirmation on SSO | |||||
| * | fix(Token): make new scope future compatible | Arthur Schiwon | 2024-06-12 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | - "password-unconfirmable" is the effective name for 30, but a draft name was backported. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
| * | fix(Session): avoid password confirmation on SSO | Arthur Schiwon | 2024-06-12 | 6 | -41/+76 | |
| | | | | | | | | | | | | | | | | | | | | | | SSO backends like SAML and OIDC tried a trick to suppress password confirmations as they are not possible by design. At least for SAML it was not reliable when existing user backends where used as user repositories. Now we are setting a special scope with the token, and also make sure that the scope is taken over when tokens are regenerated. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-12 | 2 | -0/+46 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | fix(Mailer): Allow to enforce strict email format | Ferdinand Thiessen | 2024-06-11 | 1 | -1/+4 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-10 | 2 | -0/+90 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-09 | 2 | -8/+8 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-08 | 14 | -0/+92 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Merge pull request #45294 from nextcloud/backport/44791/stable28 | John Molakvoæ | 2024-06-07 | 1 | -50/+8 | |
|\ \ | ||||||
| * | | fix: cleanup logic for getting the max reshare permissions | Robin Appelman | 2024-05-13 | 1 | -50/+8 | |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | Merge pull request #44926 from nextcloud/backport/44039/stable28 | John Molakvoæ | 2024-06-07 | 1 | -4/+0 | |
|\ \ \ | ||||||
| * | | | fix: regression with updating read-only config | Sam Bull | 2024-04-18 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Sam Bull <git@sambull.org> | |||||
* | | | | Merge pull request #45198 from nextcloud/backport/45196/stable28 | John Molakvoæ | 2024-06-07 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | fix(OC_Image): Set correct return type for exif_imagetype stub | provokateurin | 2024-06-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | | | | Merge pull request #45528 from nextcloud/backport/45014/stable28 | John Molakvoæ | 2024-06-07 | 1 | -0/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix backport | Git'Fellow | 2024-05-28 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | |||||
| * | | | | | fix: forbid moving a folder into a subfolder of itself | Robin Appelman | 2024-05-27 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> [skip ci] | |||||
* | | | | | | Merge pull request #44958 from nextcloud/backport/44884/stable28 | John Molakvoæ | 2024-06-07 | 1 | -8/+21 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | feat: add request id as comment to all queries | Robin Appelman | 2024-06-04 | 1 | -8/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-07 | 10 | -0/+324 | |
| |_|/ / / |/| | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-06 | 4 | -0/+144 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | | Merge pull request #45646 from nextcloud/backport/45455/stable28 | Benjamin Gaussorgues | 2024-06-05 | 2 | -5/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | fix(NavigationManager): Make entry order always an integer | provokateurin | 2024-06-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
| * | | | | | fix(INavigationManager): Fix psalm alias not set in the right place | provokateurin | 2024-06-04 | 1 | -4/+2 | |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-05 | 188 | -424/+1590 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | | | Merge pull request #45640 from nextcloud/backport/45235/stable28 | Anna | 2024-06-04 | 1 | -0/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | [stable28] fix(caldav): automatically delete outdated scheduling objects | |||||
| * | | | | fix(caldav): automatically delete outdated scheduling objects | Anna Larch | 2024-06-03 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | |||||
* | | | | | Merge pull request #45059 from nextcloud/backport/44496/stable28 | Josh | 2024-06-03 | 1 | -1/+16 | |
|\ \ \ \ \ | | | | | | | | | | | | | [stable28] feat: support "s3-accelerate" endpoint | |||||
| * | | | | | feat: add option to enable s3 acceleration | Robin Appelman | 2024-05-10 | 1 | -1/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> |