summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector
Commit message (Expand)AuthorAgeFilesLines
* Typehint builtin types in constructor to not initiate autoloadingRoeland Jago Douma2019-06-041-1/+1
* Prefetching blows up if there are a lot of files.Roeland Jago Douma2019-04-181-7/+0
* implement principal property search for calendar user address set propertyGeorg Ehrke2019-03-211-0/+10
* throw a proper error if rename fails in davRobin Appelman2019-03-141-1/+3
* Improve codeMorris Jobke2019-03-131-2/+2
* Use dependency injection for app managerMorris Jobke2019-03-132-3/+13
* Created infrastructure to show circles' shared filesVinicius Cubas Brand2019-03-132-5/+38
* Merge pull request #6512 from coletivoEITA/add_circles_sharing_to_caldavMorris Jobke2019-03-132-1/+84
|\
| * Use proper dependency injection for app managerMorris Jobke2019-03-051-2/+8
| * Suppress phan exceptions because they are catched by a class_existsMorris Jobke2019-03-051-0/+3
| * use class_exists on correct class to please phanGeorg Ehrke2019-03-041-2/+2
| * properly catch exceptions of detailsCircleGeorg Ehrke2019-03-031-1/+9
| * Get user's circles without touching sessionVinicius Cubas Brand2019-03-011-6/+1
| * allow sharing addressbooks with circlesGeorg Ehrke2019-03-011-2/+1
| * Share calendar to circleVinicius Cubas Brand2019-03-012-1/+73
* | Merge pull request #14514 from nextcloud/fix/no_debug_outputRoeland Jago Douma2019-03-041-3/+6
|\ \
| * | Do not just write foobarRoeland Jago Douma2019-03-041-3/+6
* | | Merge pull request #13871 from PLUTEX/masterMorris Jobke2019-03-041-1/+3
|\ \ \ | |/ / |/| |
| * | dav: Fix handling of chunked WebDAV uploadJan-Philipp Litza2019-01-281-1/+3
* | | Update apps/dav/lib/Connector/Sabre/Node.phpChristoph Wurst2019-03-041-1/+1
* | | Add note to dav endpointtobiasKaminsky2019-02-272-0/+39
| |/ |/|
* | Merge pull request #14066 from nextcloud/feature/noid/casted-system-valuesJoas Schilling2019-02-221-1/+1
|\ \
| * | Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-1/+1
* | | Hanlde writestream not closing sourceRoeland Jago Douma2019-02-201-0/+4
|/ /
* | Make sure that we have a streamRoeland Jago Douma2019-02-181-0/+7
* | Add a wrapper to determine if a file is EOFRoeland Jago Douma2019-02-151-2/+8
|/
* check anonymous OPTIONS requests file in root (not in subdir)Bastien Durel2019-01-041-1/+8
* If the parent is not cached we should request the fileRoeland Jago Douma2018-12-061-3/+3
* Only run the AnonymousOptionsPlugion on Anonymous requestsRoeland Jago Douma2018-12-041-1/+1
* extend anonymous options to work on every dav urlRobin Appelman2018-11-231-1/+1
* forward object not found error in switch as dav 404Robin Appelman2018-11-191-0/+4
* Allow writing an empty file with the new writeStreamRoeland Jago Douma2018-11-051-0/+4
* Do not log FileLock as exceptionRoeland Jago Douma2018-11-041-0/+3
* Merge pull request #12148 from nextcloud/suppress-wrong-audit-log-messageRoeland Jago Douma2018-11-021-2/+3
|\
| * first check if the user is already logged in and then try to authenticate via...Bjoern Schiessle2018-10-301-2/+3
* | fix writeStream for jail wrapperRobin Appelman2018-10-311-1/+1
* | extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-311-11/+16
|/
* allow user principal search for dav displayname propertyGeorg Ehrke2018-10-221-2/+22
* Do not emit preHooks twice on non-part-storageRoeland Jago Douma2018-10-191-6/+5
* move disableFreeBusy check from User principal backend to Scheduling Outbox c...Georg Ehrke2018-10-161-6/+4
* use the same ignored properties list for both CustomerPropertiesBackendsRobin Appelman2018-08-281-1/+0
* Add room shares to DAV and recent files "share-types" propertyDaniel Calviño Sánchez2018-08-081-0/+1
* Merge pull request #9581 from nextcloud/dav-acl-no-filesRoeland Jago Douma2018-07-201-0/+11
|\
| * disable dav acl plugin for files resourceRobin Appelman2018-05-241-0/+11
* | Fix getting ocs share permissions if a storage is not availableRobin Appelman2018-07-181-5/+8
* | always log exceptions on dav writeRobin Appelman2018-07-091-0/+1
* | Merge pull request #9345 from nextcloud/federation20Morris Jobke2018-07-031-0/+38
|\ \
| * | look for correct OCM permissionsBjoern Schiessle2018-07-021-0/+38
* | | Improved logging of smb connection errorsRobin Appelman2018-07-031-1/+1
|/ /
* | Fix search related results in OPTIONS requestsRobin Appelman2018-06-281-0/+3