| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor: Use Http framework where possibleuseHttpFramework | Git'Fellow | 2024-12-14 | 6 | -18/+21 |
* | Merge pull request #48612 from nextcloud/fix/activity-log-for-favorites-in-dav | Julius Knorr | 2024-12-12 | 2 | -2/+6 |
|\ |
|
| * | refactor(tags): move favorite event dispatching to tags.php | grnd-alt | 2024-12-03 | 1 | -4/+0 |
| * | fix(dav): add activity logging for favorites in dav | grnd-alt | 2024-12-03 | 2 | -2/+10 |
* | | fix: log which file cannot be opened | Robin Appelman | 2024-12-04 | 1 | -2/+7 |
* | | fix: Throw exception when copy failed | Louis Chemineau | 2024-12-04 | 1 | -1/+7 |
|/ |
|
* | chore(config): set min supported desktop to `2.7.0` | John Molakvoæ | 2024-11-27 | 1 | -1/+1 |
* | feat(config): add `maximum.supported.desktop.version` | skjnldsv | 2024-11-27 | 1 | -3/+15 |
* | fix: Re-throwing the TypeError to prevent exposing the installation pathbug/48678/restore-dav-error-response | Daniel Kesselberg | 2024-11-22 | 1 | -0/+92 |
* | Revert "fix(dav): Always respond custom error page on exceptions" | Daniel Kesselberg | 2024-11-22 | 1 | -2/+4 |
* | Revert "fix: Override start method of \Sabre\DAV\Server to remove exception o... | Daniel Kesselberg | 2024-11-22 | 1 | -23/+0 |
* | fix(Federation): Show some icon for federated users on shares | fenn-cs | 2024-11-09 | 1 | -0/+7 |
* | fix: smuggle storage id to metadata insert queries | Robin Appelman | 2024-11-07 | 1 | -0/+3 |
* | fix(psalm): Fix some newly detected issuesrefactor/apps/constructor-property-promotion | provokateurin | 2024-10-21 | 1 | -4/+0 |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 21 | -251/+126 |
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 14 | -76/+93 |
* | fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archivefix/bring-back-zip-event | Ferdinand Thiessen | 2024-09-29 | 2 | -36/+37 |
* | feat(dav): New `ZipFolderPlugin` which allows to download folders using GET r... | Ferdinand Thiessen | 2024-09-28 | 2 | -0/+160 |
* | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 3 | -6/+6 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 6 | -7/+7 |
* | fix: Override start method of \Sabre\DAV\Server to remove exception outputartonge/fix/remove_unnecessary_formating | Louis Chemineau | 2024-09-18 | 1 | -0/+23 |
* | fix: Remove OCP\Files\Storage interface deprecated since version 9 | Côme Chilliet | 2024-09-16 | 1 | -6/+8 |
* | Merge pull request #48031 from nextcloud/fix/filesreport-cast-fileId-to-int | Anna | 2024-09-16 | 1 | -1/+1 |
|\ |
|
| * | fix(filesreport): cast fileId to integerfix/filesreport-cast-fileId-to-int | Anna Larch | 2024-09-15 | 1 | -1/+1 |
* | | fix(dav): set string type for sanitizeMtimefix/add-function-type-for-mimetype-sanitizer | Anna Larch | 2024-09-15 | 1 | -1/+1 |
|/ |
|
* | fix: Adjust unit tests and protect against XSS | Ferdinand Thiessen | 2024-09-06 | 2 | -6/+14 |
* | fix(dav): Update 403 error message | Camila | 2024-09-06 | 1 | -1/+2 |
* | fix(dav): Always respond custom error page on exceptions | Louis Chemineau | 2024-09-05 | 1 | -4/+2 |
* | fix: Allow read-only filename validation to allow reading files | Ferdinand Thiessen | 2024-08-28 | 1 | -1/+1 |
* | fix: Renaming does not need update but delete permissions | Ferdinand Thiessen | 2024-08-28 | 1 | -3/+3 |
* | fix(dav): Pre-check if node can be copied or moved in DAV files plugin | Ferdinand Thiessen | 2024-08-28 | 2 | -38/+72 |
* | feat: Delegate is-encrypted handling to the e2ee app | Louis Chemineau | 2024-08-26 | 1 | -6/+0 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 11 | -17/+17 |
* | feat: Make `ISharedStorage` public API and reuse where possible | Ferdinand Thiessen | 2024-08-12 | 2 | -18/+18 |
* | fix(dav): Ensure share properties are also set on public remote endpoint | Ferdinand Thiessen | 2024-08-12 | 2 | -24/+17 |
* | fix: keep previous exception when wrapping dav exceptions | Robin Appelman | 2024-07-23 | 1 | -10/+10 |
* | fix(caldav): stricter default calendar checks | Richard Steinmetz | 2024-07-22 | 1 | -1/+3 |
* | Merge pull request #46225 from nextcloud/fix/issue-11633 | Andy Scherzinger | 2024-07-19 | 1 | -7/+14 |
|\ |
|
| * | fix(dav): Thrown forbidden error for authenticated user instead of not found | SebastianKrupinski | 2024-07-10 | 1 | -7/+14 |
* | | fix(dav): Verify target path in `setName` instead of source path | Ferdinand Thiessen | 2024-07-16 | 1 | -5/+8 |
|/ |
|
* | fix: Authorization header can be an empty string | Julius Härtl | 2024-06-28 | 1 | -1/+1 |
* | Merge pull request #45973 from nextcloud/remove-chunking-v1 | Julius Härtl | 2024-06-24 | 6 | -218/+4 |
|\ |
|
| * | chore: remove chunking-v1 | Robin Appelman | 2024-06-19 | 6 | -218/+4 |
* | | fix(dav): Try basic auth for ajax WebDAV requests | Ferdinand Thiessen | 2024-06-18 | 1 | -7/+5 |
|/ |
|
* | fix(dav): also return shared-with-me shares data | skjnldsv | 2024-06-12 | 1 | -32/+43 |
* | Merge pull request #45120 from nextcloud/bugfix/noid/sensitive-dav-forbidden-... | Ferdinand Thiessen | 2024-06-10 | 1 | -0/+3 |
|\ |
|
| * | fix(dav): Don't log access control as error | Joas Schilling | 2024-04-30 | 1 | -0/+3 |
* | | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 43 | -990/+149 |
* | | feat(caldav): expose calendar subscriptions | Daniel Kesselberg | 2024-05-07 | 1 | -0/+2 |
|/ |
|
* | fix: Fix incorrect phpdoc typing in dav app | Côme Chilliet | 2024-04-30 | 1 | -1/+1 |