aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* chore: Update psalm baselinefix/remove-app.php-loadingCôme Chilliet2025-04-141-5/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #51838 from nextcloud/feat/cleanup-oc-util-methodsJohn Molakvoæ2025-04-081-5/+0
|\ | | | | Mark all methods of OC_Util as deprecated
| * chore: Update psalm baselineCôme Chilliet2025-04-071-5/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | chore: adjust copyright yearchore/psalm-testFerdinand Thiessen2025-04-071-1/+1
| | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(profile): ensure correct base addressFerdinand Thiessen2025-04-071-3/+8
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | ci: test that all apps are enabled for psalmFerdinand Thiessen2025-04-071-0/+26
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: lint files_reminders using psalmfix/missing-importFerdinand Thiessen2025-04-071-0/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* build(deps-dev): bump behat/behat in /build/integrationdependabot[bot]2025-04-021-53/+60
| | | | | | | | | | | | | | | Bumps [behat/behat](https://github.com/Behat/Behat) from 3.19.0 to 3.20.0. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.19.0...v3.20.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* chore: remove scrutinizerremove-scrutinizerDaniel Kesselberg2025-04-021-1/+0
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* refactor(IMimeTypeDetector): use consistent capitalizationchore/consistent-namingFerdinand Thiessen2025-04-021-5/+0
| | | | | | | | - use consistantly `mimeType` as it is called MIME type - fix issues where implementation and interface had different parameter names (this is an issue since PHP has named parameters). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(notifications): Change notification app ordersgavine992025-04-011-0/+5
| | | | | | | | The notification manager always calls notify() of the 'main' notifications app before other notify apps, and calls other functions for other notifications apps before the 'main' notification app Signed-off-by: gavine99 <github@xymail.tk>
* chore(deps-dev): bump guzzlehttp/guzzle in /build/integrationdependabot/composer/build/integration/guzzlehttp/guzzle-7.9.3dependabot[bot]2025-03-291-18/+18
| | | | | | | | | | | | | | | Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.9.2 to 7.9.3. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.9/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.9.2...7.9.3) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* fix(tests): Sort activities by id to get the last onefix/fix-public-download-activityCôme Chilliet2025-03-252-1/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat: Add context and test steps for activity in sharingCôme Chilliet2025-03-254-4/+45
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat: add integration test for sharing activityCôme Chilliet2025-03-251-0/+36
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat(openapi): Generate merged spec for all appsfeat/openapi/merged-specprovokateurin2025-03-242-0/+14
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(build): Also fail OpenAPI generation for untracked specsprovokateurin2025-03-241-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Update OCP baselinefix/cleanup-template-functionsCôme Chilliet2025-03-201-11/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(test): use consistent tabs for indention in behat testschore/behat-indentionFerdinand Thiessen2025-03-192-38/+38
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #51403 from nextcloud/chore/drop-jsdocJohn Molakvoæ2025-03-121-40/+0
|\ | | | | chore(dev-deps): Drop dependency on jsdoc
| * chore(dev-deps): Drop dependency on jsdocchore/drop-jsdocFerdinand Thiessen2025-03-111-40/+0
| | | | | | | | | | | | | | It is not used anymore and it yields not usable documentation anymore. This is a leftover from like 11 years ago. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(lookup-server): disable lookup server for non-global scale setupsFerdinand Thiessen2025-03-111-5/+0
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Fix psalm issues and add missing methods to ITemplate interfaceCôme Chilliet2025-03-061-5/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: Deprecate OC_Template, add proper template manager insteadCôme Chilliet2025-03-061-5/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat: Support deleting metadata from WebDAVartonge/feat/allow_deleting_metadataLouis 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 #51000 from nextcloud/fix/federatedfilesharing/group-cleanupStephan Orbaugh2025-03-031-0/+23
|\ | | | | fix(FederatedShareProvider): Delete external shares when groups are deleted or users removed from a group
| * fix(Share20): Convert broken hooks to IEventListenerprovokateurin2025-03-031-0/+23
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #51194 from nextcloud/refactor/tempmanagerKate2025-03-031-6/+0
|\ \ | | | | | | refactor(TempManager): Simplify and unify implementations and remove legacy behavior
| * | refactor(TempManager): Simplify and unify implementations and remove legacy ↵refactor/tempmanagerprovokateurin2025-03-031-6/+0
| | | | | | | | | | | | | | | | | | behavior Signed-off-by: provokateurin <kate@provokateurin.de>
* | | build(integration): Disable password_policy appbuild/integration/disable-password_policy-appprovokateurin2025-03-031-0/+2
|/ / | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix: incorrect types detected by updated stubschore/update-stubFerdinand Thiessen2025-02-271-8/+0
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore: Update php intl stub for PHP 8.0+Ferdinand Thiessen2025-02-271-1886/+2266
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix: Fix test by scanning group before using itbug/noid/weird-ldap-cachingCôme Chilliet2025-02-271-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(security): Update CA certificate bundlenextcloud-command2025-02-261-1/+1
|/ | | | Signed-off-by: GitHub <noreply@github.com>
* ci(autochecks): Run some autochecks also on non-PHP filesci/noid/run-some-autochecks-also-on-non-php-filesJoas Schilling2025-02-214-0/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* bump behat/behat from 3.18.1 to 3.19.0 in /build/integrationdependabot/composer/build/integration/behat/behat-3.19.0dependabot[bot]2025-02-181-15/+15
| | | | | | | | | | --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* fix: Fix psalm taint false-positives by small refactoringsfix/fix-psalm-taint-errors-2Côme Chilliet2025-02-171-36/+0
| | | | | | | Mostly make it clear that we trust admin input or that we correctly escape strings. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: Fix false-positive psalm taint errors when outputting plain textCôme Chilliet2025-02-171-8/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: Fix psalm taint false-positive by escaping trusted inputCôme Chilliet2025-02-171-8/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: Correctly tag json encoding in BaseResponse to fix false-positiveCôme Chilliet2025-02-171-8/+0
| | | | | | …in psalm taint analysis Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: Move config.php taint trust upstream directly in OC\Config classCôme Chilliet2025-02-171-34/+0
| | | | | | This solves some false-positive psalm taint errors Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: Work around false-positive psalm taint error calling print_r in admin_auditCôme Chilliet2025-02-171-5/+0
| | | | | | | Same issue as var_export, print_r is listed as sink but it’s not when using return:true. Anyway, using the logger context feature is better. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Correctly flag json encoding methods as escaping html and quotesCôme Chilliet2025-02-171-8/+0
| | | | | | | Especially with JSON_HEX_TAG it’s perfectly fine to echo JSON, and we only use it in JSON output anyway. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Update psalm-baseline-security.xmlenh/apply-rector-set-to-appsCôme Chilliet2025-02-131-18/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(rector): Enable Nextcloud 25 set for the apps folderCôme Chilliet2025-02-131-0/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #50689 from nextcloud/fix/migrate-dav-to-eventschore/mail-bisect-ee48cafd200233203a1444dba797ef3eb89a35caCôme Chilliet2025-02-131-6/+0
|\ | | | | fix(dav): Migrate from hooks to user events
| * chore: Update psalm baselineCôme Chilliet2025-02-101-6/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix(transifex): Adjust check for translation of appsbugfix/noid/ensure-translation-of-shipped-appsJoas Schilling2025-02-111-4/+9
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #50660 from nextcloud/fix/mime-intJohn Molakvoæ2025-02-061-6/+0
|\ | | | | fix: make sure we process mime extensions as string
| * fix: make sure we process mime extensions as stringskjnldsv2025-02-051-6/+0
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>