aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-082-0/+5
| |/
* / Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+1
|/
* fix: Use proper path for quota fetchingJulius Härtl2023-03-061-1/+7
* fix: Recalculate storage statistics on updating the quotaJulius Härtl2023-03-061-3/+0
* Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-217-35/+246
* fix: Use passed LazyFolder when building sabre nodesJulius Härtl2023-02-171-1/+2
* Do not set up filesystem on every callAnna Larch2023-02-176-245/+33
* perf(dav): Do not call general setupFS on ever dav authJulius Härtl2023-02-091-3/+0
* Fix psalm errorsCôme Chilliet2023-02-072-7/+8
* Silence errors of return type mismatch from Sabre for nowCôme Chilliet2023-02-071-0/+1
* Type sizes as int|float throughout the code baseCôme Chilliet2023-02-073-14/+5
* Allow float sizes in FileInfo for 32bitsCôme Chilliet2023-02-071-5/+1
* fix(dav): check if principal has email address before accessing itRichard Steinmetz2023-01-241-2/+2
* chore(dav): Make json_encode and json_decode throw on errorChristoph Wurst2023-01-191-5/+5
* Merge pull request #35943 from nextcloud/fix/code-fixes-from-34997Côme Chilliet2023-01-031-2/+2
|\
| * Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-021-2/+2
* | Align checksum dav property with desktop client parsingJulius Härtl2022-12-301-1/+1
|/
* compare cached filesize on downloadMaxence Lange2022-12-011-1/+13
* Merge pull request #35425 from nextcloud/bumpMinimumDesktopClientForWebdavSimon L2022-11-281-1/+1
|\
| * minimum desktop client that is supported is 2.3.0Matthieu Gallien2022-11-251-1/+1
* | Merge pull request #34849 from nextcloud/feat/hint-about-no-access-reasonsCarl Schwan2022-11-251-1/+5
|\ \ | |/ |/|
| * Use public IAppManager instead of OC_AppCarl Schwan2022-11-231-1/+1
| * Add an hint about reasons why files can't be accessedCarl Schwan2022-10-271-1/+5
* | Do not check quota for non NodeLouis Chemineau2022-11-241-3/+3
* | Apply the same fix as on beforeCopy on beforeMoveCôme Chilliet2022-11-171-1/+5
* | fix dirname usageRobin Appelman2022-11-171-1/+5
* | Fix psalm issuesCôme Chilliet2022-11-171-0/+6
* | Check quota on file copyCôme Chilliet2022-11-171-1/+22
* | Fix duplicate event email notificationsRichard Steinmetz2022-11-041-0/+40
|/
* Merge pull request #34508 from starypatyk/dav_displaynameVincent Petry2022-10-211-0/+17
|\
| * WebDAV - use file/folder name for dav:displaynameDariusz Olszewski2022-10-101-0/+17
* | Merge pull request #34565 from nextcloud/debt/noid/fakelocker-too-many-argumentsChristoph Wurst2022-10-171-1/+1
|\ \
| * | Fix TooManyArguments for FakeLockerPluginDaniel Kesselberg2022-10-141-1/+1
| |/
* | Review comment - remove redundant empty() callDariusz Olszewski2022-10-101-1/+1
* | Read notes from share already loaded into memoryDariusz Olszewski2022-10-071-15/+11
|/
* Move dav utils functions to OCP\Files\DavUtilCôme Chilliet2022-08-301-3/+3
* Move Dav fileid and permissions logic into OCP\Util to be able to use it for ...Côme Chilliet2022-08-291-33/+3
* Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan2022-08-081-1/+1
|\
| * Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-1/+1
* | Multiple fixesCarl Schwan2022-07-311-2/+8
* | Fix view-only code after code review commentsVincent Petry2022-07-281-1/+1
* | Add nc:share-attributes Webdav propertyVincent Petry2022-07-282-0/+26