summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector
Commit message (Expand)AuthorAgeFilesLines
* 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
* | properly lock the target file on dav upload when not using part filesRobin Appelman2018-06-111-15/+23
* | Add sabre plugin to allow anonymous options requests to the dav rootRobin Appelman2018-06-012-0/+64
* | Merge pull request #9550 from nextcloud/bugfix/noid/override_freebusy_sharing...Morris Jobke2018-06-011-4/+15
|\ \
| * | allow admins to override FreeBusy capabilities without modifying ShareAPI cap...Georg Ehrke2018-05-221-4/+15
| |/
* / When sharing calendars and addressbooks the principal has to be verified to b...Roeland Jago Douma2018-05-271-0/+7
|/
* Merge pull request #9355 from nextcloud/dav-upload-lockMorris Jobke2018-05-031-1/+10
|\
| * only allow a single concurrent dav write to a fileRobin Appelman2018-04-261-1/+10
* | Merge pull request #9346 from nextcloud/techdep/noid/needsPartFile_to_storageMorris Jobke2018-05-021-17/+5
|\ \
| * | Use an actual function of the storage to determine needsPartFileRoeland Jago Douma2018-05-011-17/+5
* | | External mount does not get DELETE and UPDATE if readonlyRoeland Jago Douma2018-05-011-1/+1
|/ /
* / move log constants to ILoggerArthur Schiwon2018-04-261-2/+2
|/
* Less deprecated calls to OCP\Util::writeLogMorris Jobke2018-04-221-3/+3
* log more information about insufficient storage in dav pluginRobin Appelman2018-04-171-2/+2
* transform exception during file read to sabre exceptionsRobin Appelman2018-04-111-1/+5
* Merge pull request #8996 from brandonkirsch/fix-onenote-davMorris Jobke2018-04-031-1/+1
|\
| * Fix webdav support for OneNote clientsBrandon Kirsch2018-03-261-1/+1
* | Do not treat is-encrypted as customer propertyRoeland Jago Douma2018-03-281-0/+1
* | MethodNotAllowed is not a Fatal errorRoeland Jago Douma2018-03-261-0/+4
|/
* emit pre-hooks earlier when not using part filesRobin Appelman2018-03-081-5/+3
* Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-145-7/+0
|\
| * Remove unused import statementsMorris Jobke2018-02-145-7/+0
* | Simplify return statementMorris Jobke2018-02-131-2/+1
|/
* keep previous exception when transforming to dav exceptionRobin Appelman2018-02-072-5/+6
* Only handle encrypted property on foldersRoeland Jago Douma2018-01-301-4/+4
* Use ::class statement instead of stringMorris Jobke2018-01-293-3/+4
* Cleanup unused codeMorris Jobke2018-01-261-2/+1
* Use type casting instead of *val() methodMorris Jobke2018-01-262-4/+4
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
* Merge pull request #7354 from nextcloud/refacor-update-page-printblizzz2018-01-221-1/+2
|\
| * Refactor method to check if update is neededMorris Jobke2017-11-301-1/+2
* | Merge pull request #7533 from nextcloud/oc-28545-handle-oc-total-length-in-ne...Morris Jobke2018-01-033-62/+18
|\ \