summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector
Commit message (Expand)AuthorAgeFilesLines
* 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
* | use existing node in SharesPluginRobin Appelman2022-04-061-2/+2
* | allow reusing known folder info when getting directory contentsRobin Appelman2022-04-062-7/+11
* | save filesystem node in dav nodeRobin Appelman2022-04-063-1/+33
* | Merge pull request #29510 from nextcloud/backport/27378/masterJohn Molakvoæ2022-04-043-4/+95
|\ \
| * | Add dav plugin to trigger recalculating of checksumsRobin Appelman2022-03-313-4/+95
* | | dont re-query fileinfo when getting dav quotaRobin Appelman2022-03-281-2/+1
|/ /
* | fix check if dav root is folderRobin Appelman2022-03-241-1/+1
* | dont setup full fs after dav authRobin Appelman2022-03-241-1/+0
* | add optional WebDav propfind properties to show number of folders/files insid...Julien Veyssier2022-03-191-1/+20
* | Merge pull request #31266 from nextcloud/root-setup-mountproviderRobin Appelman2022-03-041-1/+17
|\ \
| * | also handle expired pre-write shared lock on dav upload when not using part f...Robin Appelman2022-02-251-1/+17
* | | Make Sabre File exception messages translatableChristopher Ng2022-03-011-18/+52
|/ /
* | Wrap S3 multipart upload exceptionLouis Chemineau2022-02-162-0/+43
* | Fix typo in DAV namespace registrationThomas Citharel2022-02-141-1/+1
* | send request id in response headerRobin Appelman2022-02-012-0/+52
|/
* Set the file's mtime from the headers in bulk uploadLouis Chemineau2022-01-112-14/+43
* Merge pull request #29948 from nextcloud/enh/webdav-creationdateJohn Molakvoæ2021-12-281-0/+14
|\
| * Expose DAV:creationdate for propfind/proppatchJulius Härtl2021-11-291-0/+14
* | Prevent writing invalid mtimeJohn Molakvoæ2021-12-071-0/+5
|/
* Merge pull request #29864 from nextcloud/bugfix/noid/dav-propfind-ctimeVincent Petry2021-11-241-6/+3
|\
| * Allow to fetch the creation time of foldersJulius Härtl2021-11-231-6/+3