summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39233 from nextcloud/backport/39202/stable25Arthur Schiwon2023-07-111-58/+84
|\
| * fix: PHP 7.4 compatibilityArthur Schiwon2023-07-101-1/+5
| * refactor: adjust to unexposed searchBySystemTagArthur Schiwon2023-07-071-1/+1
| * fix: cannot apply limit+offset on multi-tag-searchArthur Schiwon2023-07-071-1/+11
| * refactor: save unnecessary method_existsArthur Schiwon2023-07-071-4/+1
| * fix: use array_unitersect against objectsArthur Schiwon2023-07-071-2/+5
| * fix: obey offset and limit for results from favs and circlesArthur Schiwon2023-07-071-0/+4
| * fix: cominbation of small fixesArthur Schiwon2023-07-071-3/+3
| * fix: include invisible tags for adminsArthur Schiwon2023-07-071-7/+1
| * fix: search with more than one search tagsArthur Schiwon2023-07-071-6/+20
| * fix: no search when LazyFolder was providedArthur Schiwon2023-07-071-1/+6
| * chore: cleanup unused codeArthur Schiwon2023-07-071-43/+0
| * fix: ensure searchBySystemTag() is availableArthur Schiwon2023-07-071-1/+3
| * fix: favorites view and universal search against tagsArthur Schiwon2023-07-071-1/+3
| * use efficient tag retrieval on DAV report requestArthur Schiwon2023-07-071-22/+56
* | Merge pull request #38973 from nextcloud/backport/38747/stable25Joas Schilling2023-07-111-2/+13
|\ \
| * | perf: skip request without write permissionDaniel Kesselberg2023-07-101-2/+13
| |/
* / fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-07-102-0/+61
|/
* Make sure to never trigger files hooks on a null pathCôme Chilliet2023-05-111-8/+10
* fix: Use proper path when creating node instancesJulius Härtl2023-05-091-4/+7
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-221-0/+1
* fix(dav): check if principal has email address before accessing itRichard Steinmetz2023-01-261-2/+2
* 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
* fix NC25 for 32-bitszaimen2022-11-011-1/+1
* WebDAV - use file/folder name for dav:displaynameDariusz Olszewski2022-10-211-0/+17
* Review comment - remove redundant empty() callDariusz Olszewski2022-10-141-1/+1
* Read notes from share already loaded into memoryDariusz Olszewski2022-10-141-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
|\