aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | feat(dav): Emit a typed event to deprecate OCA\DAV\Connector\Sabre::addPluginJoas Schilling2023-07-171-4/+4
* | | fix(dav): Use IRequest constant to match versionJoas Schilling2023-07-111-4/+2
* | | docs(dav): remove outdated commentArthur Schiwon2023-07-061-2/+0
* | | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpointJulius Härtl2023-06-281-58/+80
|\ \ \ | |_|/ |/| |
| * | fix: cannot apply limit+offset on multi-tag-searchArthur Schiwon2023-06-271-1/+11
| * | refactor: save unnecessary method_existsArthur Schiwon2023-06-211-4/+1
| * | fix: use array_unitersect against objectsArthur Schiwon2023-06-211-2/+5
| * | fix: obey offset and limit for results from favs and circlesArthur Schiwon2023-06-211-0/+4
| * | fix: cominbation of small fixesArthur Schiwon2023-06-211-3/+3
| * | fix: include invisible tags for adminsArthur Schiwon2023-06-211-7/+1
| * | fix: search with more than one search tagsArthur Schiwon2023-06-211-6/+20
| * | fix: no search when LazyFolder was providedArthur Schiwon2023-06-211-1/+6
| * | chore: cleanup unused codeArthur Schiwon2023-06-211-43/+0
| * | fix: ensure searchBySystemTag() is availableArthur Schiwon2023-06-211-1/+3
| * | fix: favorites view and universal search against tagsArthur Schiwon2023-06-211-1/+3
| * | use efficient tag retrieval on DAV report requestArthur Schiwon2023-06-211-22/+56
| |/
* / perf: skip request without write permissionDaniel Kesselberg2023-06-191-2/+13
|/
* Make sure to never trigger files hooks on a null pathCôme Chilliet2023-05-041-8/+10
* fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-05-032-0/+61
* fix: Use proper path when creating node instancesJulius Härtl2023-04-171-4/+7
* Merge pull request #37146 from nextcloud/artonge/feat/migrate_metadata_to_valueLouis2023-04-041-1/+1
|\
| * Migrate metadata as JSON to value as STRINGLouis Chemineau2023-04-031-1/+1
* | Merge pull request #36800 from rotdrop/feature/dav-macos-quirksAnna2023-03-131-0/+133
|\ \
| * | apps/dav: add some OSX specific quirks.Claus-Justus Heine2023-03-071-0/+133
* | | Merge pull request #27034 from nextcloud/enh/s3-multipart-upload-apiArthur Schiwon2023-03-092-0/+5
|\ \ \ | |_|/ |/| |