| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor(TempManager): Simplify and unify implementations and remove legacy b...refactor/tempmanager | provokateurin | 2025-03-03 | 1 | -6/+0 |
* | fix: incorrect types detected by updated stubschore/update-stub | Ferdinand Thiessen | 2025-02-27 | 1 | -8/+0 |
* | chore: Update php intl stub for PHP 8.0+ | Ferdinand Thiessen | 2025-02-27 | 1 | -1886/+2266 |
* | fix: Fix test by scanning group before using itbug/noid/weird-ldap-caching | Côme Chilliet | 2025-02-27 | 1 | -1/+1 |
* | fix(security): Update CA certificate bundleautomated/noid/master-update-ca-cert-bundle | nextcloud-command | 2025-02-26 | 1 | -1/+1 |
* | ci(autochecks): Run some autochecks also on non-PHP filesci/noid/run-some-autochecks-also-on-non-php-files | Joas Schilling | 2025-02-21 | 4 | -0/+8 |
* | bump behat/behat from 3.18.1 to 3.19.0 in /build/integrationdependabot/composer/build/integration/behat/behat-3.19.0 | dependabot[bot] | 2025-02-18 | 1 | -15/+15 |
* | fix: Fix psalm taint false-positives by small refactoringsfix/fix-psalm-taint-errors-2 | Côme Chilliet | 2025-02-17 | 1 | -36/+0 |
* | fix: Fix false-positive psalm taint errors when outputting plain text | Côme Chilliet | 2025-02-17 | 1 | -8/+0 |
* | fix: Fix psalm taint false-positive by escaping trusted input | Côme Chilliet | 2025-02-17 | 1 | -8/+0 |
* | fix: Correctly tag json encoding in BaseResponse to fix false-positive | Côme Chilliet | 2025-02-17 | 1 | -8/+0 |
* | fix: Move config.php taint trust upstream directly in OC\Config class | Côme Chilliet | 2025-02-17 | 1 | -34/+0 |
* | fix: Work around false-positive psalm taint error calling print_r in admin_audit | Côme Chilliet | 2025-02-17 | 1 | -5/+0 |
* | chore: Correctly flag json encoding methods as escaping html and quotes | Côme Chilliet | 2025-02-17 | 1 | -8/+0 |
* | chore: Update psalm-baseline-security.xmlenh/apply-rector-set-to-apps | Côme Chilliet | 2025-02-13 | 1 | -18/+0 |
* | chore(rector): Enable Nextcloud 25 set for the apps folder | Côme Chilliet | 2025-02-13 | 1 | -0/+4 |
* | Merge pull request #50689 from nextcloud/fix/migrate-dav-to-eventschore/mail-bisect-ee48cafd200233203a1444dba797ef3eb89a35ca | Côme Chilliet | 2025-02-13 | 1 | -6/+0 |
|\ |
|
| * | chore: Update psalm baseline | Côme Chilliet | 2025-02-10 | 1 | -6/+0 |
* | | fix(transifex): Adjust check for translation of appsbugfix/noid/ensure-translation-of-shipped-apps | Joas Schilling | 2025-02-11 | 1 | -4/+9 |
|/ |
|
* | Merge pull request #50660 from nextcloud/fix/mime-int | John Molakvoæ | 2025-02-06 | 1 | -6/+0 |
|\ |
|
| * | fix: make sure we process mime extensions as string | skjnldsv | 2025-02-05 | 1 | -6/+0 |
* | | fix(provisioning_api): Correct limit for `editUser` | Ferdinand Thiessen | 2025-02-06 | 3 | -1/+19 |
* | | fix(FediverseAction): Ensure valid fediverse links are generated | Ferdinand Thiessen | 2025-02-06 | 1 | -0/+8 |
* | | fix(sharing): Ensure download restrictions are not droppedfix/proper-download-check | Ferdinand Thiessen | 2025-02-04 | 1 | -0/+73 |
|/ |
|
* | Merge pull request #50137 from nextcloud/dependabot/composer/build/integratio... | dependabot[bot] | 2025-01-30 | 1 | -84/+233 |
|\ |
|
| * | build(deps-dev): bump behat/behat in /build/integrationdependabot/composer/build/integration/behat/behat-3.18.1 | dependabot[bot] | 2025-01-11 | 1 | -84/+233 |
* | | fix: Harden files scanner for invalid null access | Ferdinand Thiessen | 2025-01-28 | 1 | -15/+0 |
* | | test: Reset sharing app config after testfix/share-api-create--permissions | Ferdinand Thiessen | 2025-01-28 | 1 | -0/+1 |
* | | fix(files_sharing): Respect permissions passed when creating link shares | Ferdinand Thiessen | 2025-01-28 | 1 | -0/+58 |
* | | Merge pull request #50221 from nextcloud/add-integration-tests-for-moving-a-f... | Kate | 2025-01-27 | 1 | -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-folder | Daniel Calviño Sánchez | 2025-01-27 | 1 | -0/+27 |
* | | | fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlistbugfix/noid/allow-ratelimit-bypass | Joas Schilling | 2025-01-27 | 1 | -5/+0 |
|/ / |
|
* | | fix(TemplateLayout): `core` is not an app but the server itselffix/get-version-of-core | Ferdinand Thiessen | 2025-01-24 | 1 | -9/+0 |
* | | fix(dav): default calendar and address book not created on first login | Richard Steinmetz | 2025-01-23 | 2 | -0/+9 |
* | | fix(files): more conversion tests and translate error messages | skjnldsv | 2025-01-17 | 1 | -0/+21 |
* | | Merge pull request #50162 from nextcloud/fix/improve-ldap-avatar-handling | Arthur Schiwon | 2025-01-16 | 1 | -14/+0 |
|\ \ |
|
| * | | chore(psalm): Update baseline to remove fixed errorsfix/improve-ldap-avatar-handling | Côme Chilliet | 2025-01-13 | 1 | -14/+0 |
| |/ |
|
* / | chore: add file conversion integration testsfeat/conversion-adjusting | skjnldsv | 2025-01-16 | 6 | -13/+188 |
|/ |
|
* | chore(federation): cleanup SettingsController and legacy AddServerMiddlewarefeat/auto-accept-trusted-server | skjnldsv | 2025-01-09 | 1 | -2/+2 |
* | chore(federation): add trusted server auto accept integration tests | skjnldsv | 2025-01-09 | 3 | -52/+215 |
* | 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 davblock-dav-move-parent | Robin Appelman | 2025-01-03 | 2 | -0/+20 |
* | | Merge pull request #50035 from nextcloud/fix/http/jsonresponse-data-type | Joas Schilling | 2025-01-07 | 1 | -5/+0 |
|\ \ |
|
| * | | fix(HTTP): Adjust JSONResponse data typefix/http/jsonresponse-data-type | provokateurin | 2025-01-04 | 1 | -5/+0 |
| |/ |
|
* / | fix: explicitly ignore nested mounts when transfering ownershipmount-move-checks | Robin Appelman | 2025-01-06 | 1 | -1/+1 |
|/ |
|
* | fix(logger): Prevent infinite recursion with log.condition => matchesbugfix/noid/prevent-infitnite-loop | Joas Schilling | 2025-01-03 | 1 | -0/+39 |
* | fix(security): Update CA certificate bundle | nextcloud-command | 2025-01-01 | 1 | -1/+1 |
* | chore: update baselinescan-home-ext-storae | Robin Appelman | 2024-12-27 | 1 | -8/+0 |
* | feat(login): add origin check at login | Benjamin Gaussorgues | 2024-12-05 | 2 | -2/+11 |
* | fix(ocm): switching to IdentityProof | Maxence Lange | 2024-12-04 | 2 | -4/+22 |