aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #51845 from nextcloud/zip-download-no-sabre-responseFerdinand Thiessen7 days1-0/+17
|\
| * fix: don't have sabre/dav send it's own reponse if we already send the zip re...zip-download-no-sabre-responseRobin Appelman7 days1-0/+17
* | fix(oauth2): retain support for legacy ownCloud clientsfix/oauth2/retain-legacy-oc-client-supportRichard Steinmetz7 days1-0/+10
|/
* fix(dav): Give proper HTTP status code on MKCOL when quota exceededfix/mkcol-quota-exceeded-responseMarcel Klehr8 days1-1/+33
* fix(dav): do not require CSRF for safe and indempotent HTTP methodsfix/dav-csrfFerdinand Thiessen2025-03-131-2/+3
* feat: Support deleting metadata from WebDAVartonge/feat/allow_deleting_metadataLouis Chemineau2025-03-041-0/+6
* fix(dav): Handle end of stream in `File::put`fix/dav-harden-stream-handlingFerdinand Thiessen2025-02-181-16/+11
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-134-27/+36
* chore: re-apply current rector configuration to apps folderCôme Chilliet2025-02-132-2/+4
* fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUserCôme Chilliet2025-02-131-1/+1
* fix: use relative paths for upload locksbug/48678/restore-dav-error-response-2Robin Appelman2025-02-111-2/+2
* fix: Replace the TypeError to prevent exposing the installation pathDaniel Kesselberg2025-02-111-10/+8
* fix: block moving files to it's own parent with davblock-dav-move-parentRobin Appelman2025-01-031-0/+5
* refactor: Use Http framework where possibleuseHttpFrameworkGit'Fellow2024-12-146-18/+21
* Merge pull request #48612 from nextcloud/fix/activity-log-for-favorites-in-davJulius Knorr2024-12-122-2/+6
|\
| * refactor(tags): move favorite event dispatching to tags.phpgrnd-alt2024-12-031-4/+0
| * fix(dav): add activity logging for favorites in davgrnd-alt2024-12-032-2/+10
* | fix: log which file cannot be openedRobin Appelman2024-12-041-2/+7
* | fix: Throw exception when copy failedLouis Chemineau2024-12-041-1/+7
|/
* chore(config): set min supported desktop to `2.7.0`John Molakvoæ2024-11-271-1/+1
* feat(config): add `maximum.supported.desktop.version`skjnldsv2024-11-271-3/+15
* fix: Re-throwing the TypeError to prevent exposing the installation pathbug/48678/restore-dav-error-responseDaniel Kesselberg2024-11-221-0/+92
* Revert "fix(dav): Always respond custom error page on exceptions"Daniel Kesselberg2024-11-221-2/+4
* Revert "fix: Override start method of \Sabre\DAV\Server to remove exception o...Daniel Kesselberg2024-11-221-23/+0
* fix(Federation): Show some icon for federated users on sharesfenn-cs2024-11-091-0/+7
* fix: smuggle storage id to metadata insert queriesRobin Appelman2024-11-071-0/+3
* fix(psalm): Fix some newly detected issuesrefactor/apps/constructor-property-promotionprovokateurin2024-10-211-4/+0
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-2122-264/+132
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-1515-77/+95
* fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archivefix/bring-back-zip-eventFerdinand Thiessen2024-09-292-36/+37
* feat(dav): New `ZipFolderPlugin` which allows to download folders using GET r...Ferdinand Thiessen2024-09-282-0/+160
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-203-6/+6
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-196-7/+7
* fix: Override start method of \Sabre\DAV\Server to remove exception outputartonge/fix/remove_unnecessary_formatingLouis Chemineau2024-09-181-0/+23
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-161-6/+8
* Merge pull request #48031 from nextcloud/fix/filesreport-cast-fileId-to-intAnna2024-09-161-1/+1
|\
| * fix(filesreport): cast fileId to integerfix/filesreport-cast-fileId-to-intAnna Larch2024-09-151-1/+1
* | fix(dav): set string type for sanitizeMtimefix/add-function-type-for-mimetype-sanitizerAnna Larch2024-09-151-1/+1
|/
* fix: Adjust unit tests and protect against XSSFerdinand Thiessen2024-09-062-6/+14
* fix(dav): Update 403 error messageCamila2024-09-061-1/+2
* fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-051-4/+2
* fix: Allow read-only filename validation to allow reading filesFerdinand Thiessen2024-08-281-1/+1
* fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-281-3/+3
* fix(dav): Pre-check if node can be copied or moved in DAV files pluginFerdinand Thiessen2024-08-282-38/+72
* feat: Delegate is-encrypted handling to the e2ee appLouis Chemineau2024-08-261-6/+0
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2511-17/+17
* feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-122-18/+18
* fix(dav): Ensure share properties are also set on public remote endpointFerdinand Thiessen2024-08-122-24/+17
* fix: keep previous exception when wrapping dav exceptionsRobin Appelman2024-07-231-10/+10
* fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-221-1/+3