aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): Try basic auth for ajax WebDAV requestsFerdinand Thiessen2024-08-081-7/+5
* fix(caldav): stricter default calendar checksRichard Steinmetz2024-07-231-1/+3
* fix(dav): Thrown forbidden error for authenticated user instead of not foundSebastianKrupinski2024-07-191-7/+14
* fix: Authorization header can be an empty stringJulius Härtl2024-07-011-1/+1
* fix(dav): also return shared-with-me shares dataskjnldsv2024-06-121-32/+43
* fix(dav): Don't log access control as errorJoas Schilling2024-06-101-0/+3
* feat(caldav): expose calendar subscriptionsDaniel Kesselberg2024-05-081-0/+2
* fix(DAV): Migrate known exceptions to Sabre exceptions when copyingJoas Schilling2024-04-241-11/+19
* Merge pull request #44622 from nextcloud/backport/44534/stable29Joas Schilling2024-04-048-11/+16
|\
| * chore: Improve phpdoc typing to silence psalm errorsCôme Chilliet2024-04-042-1/+6
| * fix: Apply new coding standard to all filesCôme Chilliet2024-04-048-10/+10
* | fix(dav): Fix quota check for chunk uploadCôme Chilliet2024-04-021-4/+6
|/
* feat(metadata): get deprecated status using file etagMaxence Lange2024-03-071-6/+2
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-3/+3
* feat(dav): update a principal's schedule-default-calendar-URLRichard Steinmetz2024-02-282-0/+2
* Merge pull request #39214 from shdehnavi/replace_substr_calls_in_dav_appJohn Molakvoæ2024-02-233-3/+3
|\
| * Refactors "substr" calls to improve code readabilityHamid Dehnavi2024-02-233-3/+3
* | Merge pull request #42459 from nextcloud/fix/dav/fallback-realmJohn Molakvoæ2024-02-232-2/+2
|\ \ | |/ |/|
| * fix(dav): fallback realm for HTTP authenticationMichaIng2024-02-142-2/+2
* | Check share attributes when downloading versionsLouis Chemineau2024-02-211-1/+1
* | perf: skip request without read permissionRichard Steinmetz2024-02-191-4/+9
* | enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-151-0/+4
|/
* fix(files): add mount root property and adjust delete wordingJohn Molakvoæ2024-02-061-0/+11
* fix(quota): automatically detect chunk quota with `OC-Total-Length` headerJohn Molakvoæ2024-01-101-33/+50
* fix: public dav and files_sharing testing fixesJohn Molakvoæ2024-01-091-11/+19
* feat: public dav endpoint v2John Molakvoæ2024-01-091-0/+231
* Use FileInfo's metadata for hidden propLouis Chemineau2023-12-191-3/+3
* fix(files): better upload error handlingJohn Molakvoæ2023-12-051-0/+6
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2320-80/+77
* metadata must be set as editable for PROPPATCHMaxence Lange2023-11-141-44/+110
* Hide .mov for live photosLouis Chemineau2023-11-091-0/+7
* Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-083-92/+55
* IFilesMetadataMaxence Lange2023-11-071-1/+8
* fix(dav): report statusJohn Molakvoæ2023-09-181-1/+0
* Merge pull request #38610 from fsamapoor/replace_strpos_calls_in_dav_appChristoph Wurst2023-09-174-4/+4
|\
| * Merge branch 'master' into replace_strpos_calls_in_dav_appFaraz Samapoor2023-06-271-2/+13
| |\
| * | Refactors "strpos" calls in /apps/dav to improve code readability.Faraz Samapoor2023-06-125-5/+5
* | | reuse l10n and request in dav folder listingRobin Appelman2023-09-042-33/+53
* | | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-281-3/+3
* | | only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-08-181-0/+3
* | | only get logger when needed in sabre/directoryRobin Appelman2023-08-181-9/+8
* | | Merge pull request #39903 from nextcloud/no-dav-acl-filesRobin Appelman2023-08-181-0/+5
|\ \ \
| * | | don't bother checking dav acl's in filesRobin Appelman2023-08-161-0/+5
* | | | Merge pull request #39860 from nextcloud/metadata-dont-preload-subfoldersRobin Appelman2023-08-161-6/+10
|\ \ \ \ | |/ / / |/| | |
| * | | only triger metadata preload logic when at least one metadata is requestedRobin Appelman2023-08-141-6/+10
| * | | don't preload metadata for the sub-childenRobin Appelman2023-08-141-1/+1
* | | | fix(CardDAV): set owner-principal, displayname properties for SABAnna Larch2023-08-161-0/+5
|/ / /
* | | preload all requested metadataRobin Appelman2023-08-071-58/+53
* | | expose gps data via webdavtobiasKaminsky2023-08-041-0/+22
* | | fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA ManagerJoas Schilling2023-07-271-1/+0