aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Connector
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): add activity logging for favorites in davgrnd-alt2024-12-031-1/+27
* feat(config): add `maximum.supported.desktop.version`skjnldsv2024-11-271-27/+58
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-217-35/+19
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-1516-127/+160
* refactor(dav): Add Storage parameter strong typesprovokateurin2024-10-071-0/+8
* test: Fix IStorage return typesprovokateurin2024-09-261-2/+2
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* test: fix service overwrite in PartFileInRootUploadTestRobin Appelman2024-09-181-1/+2
* chore: Improve typing and phpdoc commentsCôme Chilliet2024-09-161-8/+2
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-162-7/+7
* fix: Adjust unit tests and protect against XSSFerdinand Thiessen2024-09-061-9/+45
* fix(dav): Update 403 error messageCamila2024-09-061-6/+14
* fix(dav): Pre-check if node can be copied or moved in DAV files pluginFerdinand Thiessen2024-08-282-157/+177
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2513-80/+80
* feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-121-4/+10
* fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-221-1/+9
* fix(dav): Verify target path in `setName` instead of source pathFerdinand Thiessen2024-07-161-2/+2
* refactor: Migrate filename validation logic from `Storage` to `FilenameValida...Ferdinand Thiessen2024-07-161-3/+4
* Merge pull request #45973 from nextcloud/remove-chunking-v1Julius Härtl2024-06-244-442/+1
|\
| * chore: remove chunking-v1Robin Appelman2024-06-194-442/+1
* | fix(dav): Try basic auth for ajax WebDAV requestsFerdinand Thiessen2024-06-181-26/+67
|/
* fix(dav): also return shared-with-me shares dataskjnldsv2024-06-121-1/+21
* chore: Add SPDX headerAndy Scherzinger2024-05-2835-836/+135
* fix(tests): Replace deprecated methods in `FileTest`Ferdinand Thiessen2024-05-021-16/+30
* Merge pull request #44332 from nextcloud/fix/fix-chunkupload-quota-checkCôme Chilliet2024-04-021-3/+2
|\
| * chore(dav): Fix tests for length headers on uploadCôme Chilliet2024-04-021-3/+2
* | fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-3/+3
|/
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-6/+6
* feat(dav): update a principal's schedule-default-calendar-URLRichard Steinmetz2024-02-281-0/+1
* Refactors "substr" calls to improve code readabilityHamid Dehnavi2024-02-231-1/+1
* fix: improve typing and use \OCP\Server::getJohn Molakvoæ2024-01-091-12/+4
* fix: public dav and files_sharing testing fixesJohn Molakvoæ2024-01-092-5/+438
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-236-12/+9
* Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-0/+3
* fix(dav): fix report testsJohn Molakvoæ (skjnldsv)2023-09-181-3/+0
* reuse l10n and request in dav folder listingRobin Appelman2023-09-042-34/+63
* techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-282-6/+6
* fix share roots always being marked as writableRobin Appelman2023-07-281-22/+54
* feat(dav): Emit a typed event to deprecate OCA\DAV\Connector\Sabre::addPluginJoas Schilling2023-07-171-1/+2
* fix(dav): Use IRequest constant to match versionJoas Schilling2023-07-112-49/+18
* fix: cominbation of small fixesArthur Schiwon2023-06-211-3/+20
* fix: include invisible tags for adminsArthur Schiwon2023-06-211-45/+59
* fix: search with more than one search tagsArthur Schiwon2023-06-211-108/+302
* tests: Adapt node related unit tests mocks to required root viewJulius Härtl2023-04-171-2/+2
* fix: Use proper path when creating node instancesJulius Härtl2023-04-171-2/+18
* Fix dav application testsCôme Chilliet2023-04-031-2/+1
* Tidy up typing in OC\Files\ViewCôme Chilliet2023-04-031-2/+1
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+1
* fix: Use proper path for quota fetchingJulius Härtl2023-03-061-0/+12
* Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-215-14/+470