aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* chore(test): use consistent tabs for indention in behat testschore/behat-indentionFerdinand Thiessen2 days2-38/+38
* Merge pull request #51403 from nextcloud/chore/drop-jsdocJohn Molakvoæ10 days1-40/+0
|\
| * chore(dev-deps): Drop dependency on jsdocchore/drop-jsdocFerdinand Thiessen10 days1-40/+0
* | fix(lookup-server): disable lookup server for non-global scale setupsFerdinand Thiessen10 days1-5/+0
|/
* fix: Fix psalm issues and add missing methods to ITemplate interfaceCôme Chilliet2025-03-061-5/+0
* fix: Deprecate OC_Template, add proper template manager insteadCôme Chilliet2025-03-061-5/+0
* feat: Support deleting metadata from WebDAVartonge/feat/allow_deleting_metadataLouis Chemineau2025-03-043-0/+145
* Merge pull request #51000 from nextcloud/fix/federatedfilesharing/group-cleanupStephan Orbaugh2025-03-031-0/+23
|\
| * fix(Share20): Convert broken hooks to IEventListenerprovokateurin2025-03-031-0/+23
* | Merge pull request #51194 from nextcloud/refactor/tempmanagerKate2025-03-031-6/+0
|\ \
| * | refactor(TempManager): Simplify and unify implementations and remove legacy b...refactor/tempmanagerprovokateurin2025-03-031-6/+0
* | | build(integration): Disable password_policy appbuild/integration/disable-password_policy-appprovokateurin2025-03-031-0/+2
|/ /
* | fix: incorrect types detected by updated stubschore/update-stubFerdinand Thiessen2025-02-271-8/+0
* | chore: Update php intl stub for PHP 8.0+Ferdinand Thiessen2025-02-271-1886/+2266
* | fix: Fix test by scanning group before using itbug/noid/weird-ldap-cachingCôme Chilliet2025-02-271-1/+1
* | fix(security): Update CA certificate bundleautomated/noid/master-update-ca-cert-bundlenextcloud-command2025-02-261-1/+1
|/
* ci(autochecks): Run some autochecks also on non-PHP filesci/noid/run-some-autochecks-also-on-non-php-filesJoas Schilling2025-02-214-0/+8
* 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
* fix: Fix psalm taint false-positives by small refactoringsfix/fix-psalm-taint-errors-2Côme Chilliet2025-02-171-36/+0
* fix: Fix false-positive psalm taint errors when outputting plain textCôme Chilliet2025-02-171-8/+0
* fix: Fix psalm taint false-positive by escaping trusted inputCôme Chilliet2025-02-171-8/+0
* fix: Correctly tag json encoding in BaseResponse to fix false-positiveCôme Chilliet2025-02-171-8/+0
* fix: Move config.php taint trust upstream directly in OC\Config classCôme Chilliet2025-02-171-34/+0
* fix: Work around false-positive psalm taint error calling print_r in admin_auditCôme Chilliet2025-02-171-5/+0
* chore: Correctly flag json encoding methods as escaping html and quotesCôme Chilliet2025-02-171-8/+0
* chore: Update psalm-baseline-security.xmlenh/apply-rector-set-to-appsCôme Chilliet2025-02-131-18/+0
* chore(rector): Enable Nextcloud 25 set for the apps folderCôme Chilliet2025-02-131-0/+4
* Merge pull request #50689 from nextcloud/fix/migrate-dav-to-eventschore/mail-bisect-ee48cafd200233203a1444dba797ef3eb89a35caCôme Chilliet2025-02-131-6/+0
|\
| * chore: Update psalm baselineCôme Chilliet2025-02-101-6/+0
* | fix(transifex): Adjust check for translation of appsbugfix/noid/ensure-translation-of-shipped-appsJoas Schilling2025-02-111-4/+9
|/
* Merge pull request #50660 from nextcloud/fix/mime-intJohn Molakvoæ2025-02-061-6/+0
|\
| * fix: make sure we process mime extensions as stringskjnldsv2025-02-051-6/+0
* | fix(provisioning_api): Correct limit for `editUser`Ferdinand Thiessen2025-02-063-1/+19
* | fix(FediverseAction): Ensure valid fediverse links are generatedFerdinand Thiessen2025-02-061-0/+8
* | fix(sharing): Ensure download restrictions are not droppedfix/proper-download-checkFerdinand Thiessen2025-02-041-0/+73
|/
* Merge pull request #50137 from nextcloud/dependabot/composer/build/integratio...dependabot[bot]2025-01-301-84/+233
|\
| * build(deps-dev): bump behat/behat in /build/integrationdependabot/composer/build/integration/behat/behat-3.18.1dependabot[bot]2025-01-111-84/+233
* | fix: Harden files scanner for invalid null accessFerdinand Thiessen2025-01-281-15/+0
* | test: Reset sharing app config after testfix/share-api-create--permissionsFerdinand Thiessen2025-01-281-0/+1
* | fix(files_sharing): Respect permissions passed when creating link sharesFerdinand Thiessen2025-01-281-0/+58
* | Merge pull request #50221 from nextcloud/add-integration-tests-for-moving-a-f...Kate2025-01-271-0/+27
|\ \
| * | test: Add integration tests for moving a file from and to a shared folderadd-integration-tests-for-moving-a-file-from-and-to-a-shared-folderDaniel Calviño Sánchez2025-01-271-0/+27
* | | fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlistbugfix/noid/allow-ratelimit-bypassJoas Schilling2025-01-271-5/+0
|/ /
* | fix(TemplateLayout): `core` is not an app but the server itselffix/get-version-of-coreFerdinand Thiessen2025-01-241-9/+0
* | fix(dav): default calendar and address book not created on first loginRichard Steinmetz2025-01-232-0/+9
* | fix(files): more conversion tests and translate error messagesskjnldsv2025-01-171-0/+21
* | Merge pull request #50162 from nextcloud/fix/improve-ldap-avatar-handlingArthur Schiwon2025-01-161-14/+0
|\ \
| * | chore(psalm): Update baseline to remove fixed errorsfix/improve-ldap-avatar-handlingCôme Chilliet2025-01-131-14/+0
| |/
* / chore: add file conversion integration testsfeat/conversion-adjustingskjnldsv2025-01-166-13/+188
|/
* chore(federation): cleanup SettingsController and legacy AddServerMiddlewarefeat/auto-accept-trusted-serverskjnldsv2025-01-091-2/+2