aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* fix(lookup-server): disable lookup server for non-global scale setupsFerdinand Thiessen10 days1-5/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Support deleting metadata from WebDAVLouis Chemineau2025-03-043-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/stable31Kate2025-03-041-6/+0
|\ | | | | [stable31] refactor(TempManager): Simplify and unify implementations and remove legacy behavior
| * refactor(TempManager): Simplify and unify implementations and remove legacy ↵backport/51194/stable31provokateurin2025-03-031-6/+0
| | | | | | | | | | | | behavior Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix(Share20): Convert broken hooks to IEventListenerprovokateurin2025-03-041-0/+23
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix: Fix test by scanning group before using itbackport/47513/stable31Côme Chilliet2025-02-271-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(security): Update CA certificate bundleautomated/noid/stable31-update-ca-cert-bundlenextcloud-command2025-02-261-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* ci(autochecks): Run some autochecks also on non-PHP filesbackport/50949/stable31Joas Schilling2025-02-214-0/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* build(deps): Bump phpseclib/phpseclib from 2.0.47 to 2.0.48chore/31-phpseclibFerdinand Thiessen2025-02-111-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 stringskjnldsv2025-02-091-6/+0
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(provisioning_api): Correct limit for `editUser`Ferdinand Thiessen2025-02-063-1/+19
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(FediverseAction): Ensure valid fediverse links are generatedFerdinand Thiessen2025-02-061-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/stable31Ferdinand Thiessen2025-02-041-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/stable31Andy Scherzinger2025-01-281-15/+0
|\ | | | | [stable31] fix: Harden files scanner for invalid null access
| * fix: Harden files scanner for invalid null accessbackport/50436/stable31Ferdinand Thiessen2025-01-281-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/stable31Andy Scherzinger2025-01-282-0/+59
|\ \ | | | | | | [stable31] fix(files_sharing): Respect permissions passed when creating link shares
| * | test: Reset sharing app config after testbackport/50270/stable31Ferdinand Thiessen2025-01-281-0/+1
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(files_sharing): Respect permissions passed when creating link sharesFerdinand Thiessen2025-01-281-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-doctrineFerdinand Thiessen2025-01-281-4/+0
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #50482 from nextcloud/backport/50221/stable31Andy Scherzinger2025-01-271-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 folderDaniel Calviño Sánchez2025-01-271-0/+27
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlistbackport/50234/stable31Joas Schilling2025-01-271-5/+0
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(TemplateLayout): `core` is not an app but the server itselfFerdinand Thiessen2025-01-241-9/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(dav): default calendar and address book not created on first loginbackport/50369/stable31Richard Steinmetz2025-01-232-0/+9
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* build: Adjust checkout branch scriptJoas Schilling2025-01-232-6/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(files): more conversion tests and translate error messagesskjnldsv2025-01-171-0/+21
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #50162 from nextcloud/fix/improve-ldap-avatar-handlingArthur Schiwon2025-01-161-14/+0
|\ | | | | Improve ldap avatar handling
| * chore(psalm): Update baseline to remove fixed errorsfix/improve-ldap-avatar-handlingCôme Chilliet2025-01-131-14/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | chore: add file conversion integration testsfeat/conversion-adjustingskjnldsv2025-01-166-13/+188
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore(federation): cleanup SettingsController and legacy AddServerMiddlewarefeat/auto-accept-trusted-serverskjnldsv2025-01-091-2/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore(federation): add trusted server auto accept integration testsskjnldsv2025-01-093-52/+215
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #49966 from nextcloud/block-dav-move-parentStephan Orbaugh2025-01-072-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-parentRobin Appelman2025-01-032-0/+20
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #50035 from nextcloud/fix/http/jsonresponse-data-typeJoas Schilling2025-01-071-5/+0
|\ \ | | | | | | fix(HTTP): Adjust JSONResponse data type
| * | fix(HTTP): Adjust JSONResponse data typefix/http/jsonresponse-data-typeprovokateurin2025-01-041-5/+0
| |/ | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* / fix: explicitly ignore nested mounts when transfering ownershipmount-move-checksRobin Appelman2025-01-061-1/+1
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix(logger): Prevent infinite recursion with log.condition => matchesbugfix/noid/prevent-infitnite-loopJoas Schilling2025-01-031-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 bundlenextcloud-command2025-01-011-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* chore: update baselinescan-home-ext-storaeRobin Appelman2024-12-271-8/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* feat(login): add origin check at loginBenjamin Gaussorgues2024-12-052-2/+11
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix(ocm): switching to IdentityProofMaxence Lange2024-12-042-4/+22
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(ocm): signing ocm requestsMaxence Lange2024-12-041-0/+3
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* chore: check enums for since and experimental commentsDaniel Kesselberg2024-12-022-16/+31
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #49224 from nextcloud/build/psalm/unstable-namespaceKate2024-11-292-0/+123
|\
| * build(psalm): Configure unstable namespacebuild/psalm/unstable-namespaceprovokateurin2024-11-122-0/+123
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #49515 from ↵Joas Schilling2024-11-281-3/+0
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/boolean-false-in-multipart-form-data fix(controller): Fix false booleans in multipart/form-data
| * | ci: Remove obsolete baseline entryJoas Schilling2024-11-281-3/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | test(ExternalStorage): Send basic auth during integrations testsLouis Chemineau2024-11-282-19/+38
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | fix(security): Update CA certificate bundlenextcloud-command2024-11-271-1/+1
|/ / | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Revert "fix(dav): Always respond custom error page on exceptions"Daniel Kesselberg2024-11-222-11/+22
| | | | | | | | | | | | This reverts commit 9992e7d4395a773fec7148cf5b4111f894cb40b7. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>