summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add share attributes + prevent download permissionVincent Petry2022-07-281-0/+6
|/
* Fix typos in apps/dav subdirectoryluz paz2022-07-264-4/+4
* Fix type error in Sabre/Connector/DirectoryCarl Schwan2022-06-141-2/+2
* Merge pull request #31029 from nextcloud/expose-extra-emails-in-davVincent Petry2022-06-101-0/+16
|\
| * Expose additional emails in {DAV:}alternate-URI-setThomas Citharel2022-05-171-0/+16
* | Don't spam the log with fatals when maintenance mode is enabled or an upgrade...Joas Schilling2022-06-102-9/+7
* | Make X-HAS-{MD5/SHA256} opt-inCarl Schwan2022-06-011-9/+20
* | Fix return type and make type stricterCarl Schwan2022-05-241-8/+6
|/
* Fix more psalm issuesCarl Schwan2022-05-169-10/+11
* Cleanup davCarl Schwan2022-05-0516-367/+124
* Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis2022-05-041-3/+6
|\
| * Use email settings in DAV searchLouis Chemineau2022-04-191-1/+2
| * Use share setting in DAV searchLouis Chemineau2022-04-191-2/+4
* | Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-024-35/+25
* | add logging of failed quota infoRobin Appelman2022-04-221-0/+6
|/
* Merge pull request #31886 from nextcloud/bugfix/noid/principal-search-case-in...Vincent Petry2022-04-141-2/+3
|\
| * Principal search by display name case insensitiveVincent Petry2022-04-081-2/+3
* | Fix an issue with the search backend updateCarl Schwan2022-04-141-3/+3
* | Add a metadata service to store file metadataCarl Schwan2022-04-133-0/+74
|/
* Merge pull request #25747 from nextcloud/XAccelBufferingblizzz2022-04-071-0/+1
|\
| * Add X-Accel-Buffering header to downloadsUnpublished2022-01-171-0/+1
* | shRobin Appelman2022-04-061-12/+1