Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(lookup-server): disable lookup server for non-global scale setups | Ferdinand Thiessen | 10 days | 1 | -5/+0 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat: Support deleting metadata from WebDAV | Louis Chemineau | 2025-03-04 | 3 | -0/+145 |
| | | | | | | The `$value` will be `null` if the update is wrapped inside a `<d:remove>...</d:remove>` block. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Merge pull request #51203 from nextcloud/backport/51194/stable31 | Kate | 2025-03-04 | 1 | -6/+0 |
|\ | | | | | [stable31] refactor(TempManager): Simplify and unify implementations and remove legacy behavior | ||||
| * | refactor(TempManager): Simplify and unify implementations and remove legacy ↵backport/51194/stable31 | provokateurin | 2025-03-03 | 1 | -6/+0 |
| | | | | | | | | | | | | behavior Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(Share20): Convert broken hooks to IEventListener | provokateurin | 2025-03-04 | 1 | -0/+23 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Fix test by scanning group before using itbackport/47513/stable31 | Côme Chilliet | 2025-02-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(security): Update CA certificate bundleautomated/noid/stable31-update-ca-cert-bundle | nextcloud-command | 2025-02-26 | 1 | -1/+1 |
| | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | ci(autochecks): Run some autochecks also on non-PHP filesbackport/50949/stable31 | Joas Schilling | 2025-02-21 | 4 | -0/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | build(deps): Bump phpseclib/phpseclib from 2.0.47 to 2.0.48chore/31-phpseclib | Ferdinand Thiessen | 2025-02-11 | 1 | -1/+0 |
| | | | | | | | | | Production Changes | From | To | Compare | |---------------------|--------|--------|-----------------------------------------------------------------------| | phpseclib/phpseclib | 2.0.47 | 2.0.48 | [...](https://github.com/phpseclib/phpseclib/compare/2.0.47...2.0.48) | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: make sure we process mime extensions as string | skjnldsv | 2025-02-09 | 1 | -6/+0 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(provisioning_api): Correct limit for `editUser` | Ferdinand Thiessen | 2025-02-06 | 3 | -1/+19 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(FediverseAction): Ensure valid fediverse links are generated | Ferdinand Thiessen | 2025-02-06 | 1 | -0/+8 |
| | | | | | | Harden also for existing values of the profile. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(sharing): Ensure download restrictions are not droppedbackport/50642/stable31 | Ferdinand Thiessen | 2025-02-04 | 1 | -0/+73 |
| | | | | | | | | When a user receives a share with share-permissions but also with download restrictions (hide download or the modern download permission attribute), then re-shares of that share must always also include those restrictions. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #50508 from nextcloud/backport/50436/stable31 | Andy Scherzinger | 2025-01-28 | 1 | -15/+0 |
|\ | | | | | [stable31] fix: Harden files scanner for invalid null access | ||||
| * | fix: Harden files scanner for invalid null accessbackport/50436/stable31 | Ferdinand Thiessen | 2025-01-28 | 1 | -15/+0 |
| | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #50505 from nextcloud/backport/50270/stable31 | Andy Scherzinger | 2025-01-28 | 2 | -0/+59 |
|\ \ | | | | | | | [stable31] fix(files_sharing): Respect permissions passed when creating link shares | ||||
| * | | test: Reset sharing app config after testbackport/50270/stable31 | Ferdinand Thiessen | 2025-01-28 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | fix(files_sharing): Respect permissions passed when creating link shares | Ferdinand Thiessen | 2025-01-28 | 1 | -0/+58 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Given: User creates a link or email share with permissions=4 (create only = file drop). Problem: Currently the permissions are automatically extended to permissions = 5 (READ + CREATE). Work around was to create the share and directly update it. Solution: Respect what the user is requesting, create a file drop share. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* / | build(deps): Bump doctrine/dbal from 3.9.1 to 3.9.4chore/31-doctrine | Ferdinand Thiessen | 2025-01-28 | 1 | -4/+0 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #50482 from nextcloud/backport/50221/stable31 | Andy Scherzinger | 2025-01-27 | 1 | -0/+27 |
|\ | | | | | [stable31] Add integration tests for moving a file from and to a shared folder | ||||
| * | test: Add integration tests for moving a file from and to a shared folder | Daniel Calviño Sánchez | 2025-01-27 | 1 | -0/+27 |
| | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlistbackport/50234/stable31 | Joas Schilling | 2025-01-27 | 1 | -5/+0 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(TemplateLayout): `core` is not an app but the server itself | Ferdinand Thiessen | 2025-01-24 | 1 | -9/+0 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(dav): default calendar and address book not created on first loginbackport/50369/stable31 | Richard Steinmetz | 2025-01-23 | 2 | -0/+9 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | build: Adjust checkout branch script | Joas Schilling | 2025-01-23 | 2 | -6/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(files): more conversion tests and translate error messages | skjnldsv | 2025-01-17 | 1 | -0/+21 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #50162 from nextcloud/fix/improve-ldap-avatar-handling | Arthur Schiwon | 2025-01-16 | 1 | -14/+0 |
|\ | | | | | Improve ldap avatar handling | ||||
| * | chore(psalm): Update baseline to remove fixed errorsfix/improve-ldap-avatar-handling | Côme Chilliet | 2025-01-13 | 1 | -14/+0 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | chore: add file conversion integration testsfeat/conversion-adjusting | skjnldsv | 2025-01-16 | 6 | -13/+188 |
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | chore(federation): cleanup SettingsController and legacy AddServerMiddlewarefeat/auto-accept-trusted-server | skjnldsv | 2025-01-09 | 1 | -2/+2 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | chore(federation): add trusted server auto accept integration tests | skjnldsv | 2025-01-09 | 3 | -52/+215 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #49966 from nextcloud/block-dav-move-parent | Stephan Orbaugh | 2025-01-07 | 2 | -0/+20 |
|\ | | | | | fix: block moving files to it's own parent with dav | ||||
| * | fix: block moving files to it's own parent with davblock-dav-move-parent | Robin Appelman | 2025-01-03 | 2 | -0/+20 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #50035 from nextcloud/fix/http/jsonresponse-data-type | Joas Schilling | 2025-01-07 | 1 | -5/+0 |
|\ \ | | | | | | | fix(HTTP): Adjust JSONResponse data type | ||||
| * | | fix(HTTP): Adjust JSONResponse data typefix/http/jsonresponse-data-type | provokateurin | 2025-01-04 | 1 | -5/+0 |
| |/ | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* / | fix: explicitly ignore nested mounts when transfering ownershipmount-move-checks | Robin Appelman | 2025-01-06 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(logger): Prevent infinite recursion with log.condition => matchesbugfix/noid/prevent-infitnite-loop | Joas Schilling | 2025-01-03 | 1 | -0/+39 |
| | | | | | | | | | | When we need to check the log condition for a user matches, there is a risk that something on the way checks the log level and would result in an infinite loop. So we simply check if it's a nested call and use the default warning level in that case. Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(security): Update CA certificate bundle | nextcloud-command | 2025-01-01 | 1 | -1/+1 |
| | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | chore: update baselinescan-home-ext-storae | Robin Appelman | 2024-12-27 | 1 | -8/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat(login): add origin check at login | Benjamin Gaussorgues | 2024-12-05 | 2 | -2/+11 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | fix(ocm): switching to IdentityProof | Maxence Lange | 2024-12-04 | 2 | -4/+22 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(ocm): signing ocm requests | Maxence Lange | 2024-12-04 | 1 | -0/+3 |
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | chore: check enums for since and experimental comments | Daniel Kesselberg | 2024-12-02 | 2 | -16/+31 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Merge pull request #49224 from nextcloud/build/psalm/unstable-namespace | Kate | 2024-11-29 | 2 | -0/+123 |
|\ | |||||
| * | build(psalm): Configure unstable namespacebuild/psalm/unstable-namespace | provokateurin | 2024-11-12 | 2 | -0/+123 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #49515 from ↵ | Joas Schilling | 2024-11-28 | 1 | -3/+0 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/boolean-false-in-multipart-form-data fix(controller): Fix false booleans in multipart/form-data | ||||
| * | | ci: Remove obsolete baseline entry | Joas Schilling | 2024-11-28 | 1 | -3/+0 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | test(ExternalStorage): Send basic auth during integrations tests | Louis Chemineau | 2024-11-28 | 2 | -19/+38 |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | fix(security): Update CA certificate bundle | nextcloud-command | 2024-11-27 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | | Revert "fix(dav): Always respond custom error page on exceptions" | Daniel Kesselberg | 2024-11-22 | 2 | -11/+22 |
| | | | | | | | | | | | | This reverts commit 9992e7d4395a773fec7148cf5b4111f894cb40b7. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> |