| Commit message (Expand) | Author | Age | Files | Lines |
* | feat: Support deleting metadata from WebDAV | Louis Chemineau | 2025-03-04 | 3 | -0/+145 |
* | fix(Share20): Convert broken hooks to IEventListener | provokateurin | 2025-03-04 | 1 | -0/+23 |
* | fix: Fix test by scanning group before using itbackport/47513/stable31 | Côme Chilliet | 2025-02-27 | 1 | -1/+1 |
* | fix(provisioning_api): Correct limit for `editUser` | Ferdinand Thiessen | 2025-02-06 | 3 | -1/+19 |
* | fix(sharing): Ensure download restrictions are not droppedbackport/50642/stable31 | Ferdinand Thiessen | 2025-02-04 | 1 | -0/+73 |
* | test: Reset sharing app config after testbackport/50270/stable31 | 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 |
* | 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 |
* | fix(dav): default calendar and address book not created on first loginbackport/50369/stable31 | Richard Steinmetz | 2025-01-23 | 2 | -0/+9 |
* | fix(files): more conversion tests and translate error messages | skjnldsv | 2025-01-17 | 1 | -0/+21 |
* | 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 |
* | | 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 |
* | 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 |
* | feat(ocm): signing ocm requests | Maxence Lange | 2024-12-04 | 1 | -0/+3 |
* | test(ExternalStorage): Send basic auth during integrations tests | Louis Chemineau | 2024-11-28 | 2 | -19/+38 |
* | Revert "fix(dav): Always respond custom error page on exceptions" | Daniel Kesselberg | 2024-11-22 | 2 | -11/+22 |
* | Merge pull request #49244 from nextcloud/feat/profile-app | Kate | 2024-11-14 | 1 | -0/+1 |
|\ |
|
| * | fix(profile): make sure the app cannot be disabled as it was in core | skjnldsv | 2024-11-14 | 1 | -0/+1 |
* | | test(integration): Correctly cleanup logstest/integration/cleanup-logs | provokateurin | 2024-11-14 | 1 | -2/+9 |
|/ |
|
* | chore(deps-dev): Bump behat/behat in /build/integration | dependabot[bot] | 2024-11-09 | 1 | -31/+33 |
* | ci: Bump behat/behat as wellci/noid/update-integration-test-stuff | Joas Schilling | 2024-10-30 | 2 | -11/+10 |
* | ci: Align integration test dependencies with 3rdaprty/ | Joas Schilling | 2024-10-29 | 3 | -525/+412 |
* | fix(dav): Public WebDAV endpoint should allow `GET` requestsfix/public-get | Ferdinand Thiessen | 2024-10-09 | 8 | -6/+117 |
* | fix: provision api's status codesfix/provisionApi-status-codes | Hamza Mahjoubi | 2024-09-30 | 1 | -6/+6 |
* | feat(files): Make the files download action use WebDAV zip download | Ferdinand Thiessen | 2024-09-28 | 2 | -29/+30 |
* | feat(dav): New `ZipFolderPlugin` which allows to download folders using GET r... | Ferdinand Thiessen | 2024-09-28 | 4 | -2/+80 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 5 | -37/+37 |
* | fix(core): profile design and pronouns supportfieat/profile-pronounces | John Molakvoæ (skjnldsv) | 2024-09-18 | 1 | -727/+727 |
* | feat: add profile pronouns | John Molakvoæ (skjnldsv) | 2024-09-17 | 1 | -1/+4 |
* | fix(files_sharing): adjust permissions from custom edit and delete check methods | skjnldsv | 2024-09-11 | 1 | -0/+83 |
* | fix(files_sharing): Handle download permission the same way for public and in... | Ferdinand Thiessen | 2024-09-06 | 1 | -1/+1 |
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -1/+1 |
* | fix(dav): Always respond custom error page on exceptions | Louis Chemineau | 2024-09-05 | 2 | -22/+11 |
* | fix: Fix unmodified placeholder replacing the actual value when updating | Daniel Calviño Sánchez | 2024-09-04 | 1 | -0/+32 |
* | test: Add integration tests for saving external userglobal storages | Daniel Calviño Sánchez | 2024-09-04 | 5 | -2/+136 |
* | fix(test): Fix provisioning enabled apps | provokateurin | 2024-08-29 | 1 | -0/+1 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 17 | -141/+141 |
* | feat: Make `ISharedStorage` public API and reuse where possible | Ferdinand Thiessen | 2024-08-12 | 1 | -1/+1 |
* | fix(dav): Ensure share properties are also set on public remote endpoint | Ferdinand Thiessen | 2024-08-12 | 3 | -4/+51 |
* | chore: Remove deprecated legacy search backend | Julius Härtl | 2024-08-01 | 1 | -273/+0 |
* | build(deps-dev): bump guzzlehttp/guzzle in /build/integration | dependabot[bot] | 2024-07-27 | 1 | -6/+6 |
* | chore(deps-dev): bump guzzlehttp/guzzle in /build/integration | dependabot[bot] | 2024-07-20 | 1 | -33/+33 |
* | chore(integration): add file request tests | skjnldsv | 2024-07-19 | 2 | -3/+48 |
* | fix(files_sharing): adjust IAttributes API and files_versions | skjnldsv | 2024-07-12 | 1 | -1/+1 |