summaryrefslogtreecommitdiffstats
path: root/lib/private/connector/sabre
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5325 from owncloud/setup-fs-on-apache-auth-backendThomas Müller2013-10-161-5/+1
|\
| * there shall be tabsThomas Müller2013-10-141-1/+1
| * file system is now initialized with apache authentication as wellThomas Müller2013-10-141-6/+2
* | Merge branch 'master' into fixing-4546-masterThomas Müller2013-10-146-9/+87
|\|
| * Merge pull request #5207 from owncloud/fixing-4011-part2-masterThomas Müller2013-10-113-1/+59
| |\
| | * fixing status code and formattingThomas Müller2013-10-082-18/+17
| | * catch specific file exceptions and convert them to proper http status code vi...Thomas Müller2013-10-081-5/+12
| | * adding additional exceptions for special cases where creating a file might no...Thomas Müller2013-10-073-0/+52
| * | due to internal implementations touch will always be successful - $mtime will...Thomas Müller2013-10-091-6/+0
| * | Merge pull request #5194 from owncloud/fixing-5172-masterThomas Müller2013-10-081-0/+3
| |\ \
| | * | adding check isDeletable() on $sourcePathThomas Müller2013-10-081-0/+3
| * | | part file needs to have .part extensionBjoern Schiessle2013-10-081-1/+1
| * | | updating a existing large file creates new file chunks. Therefore createFile(...Bjoern Schiessle2013-10-081-2/+16
| * | | If a existing file in Shared/ with update permissions gets updated we need to...Bjoern Schiessle2013-10-081-0/+11
| |/ /
| * | the path for reassembling was created the wrong wayThomas Müller2013-10-071-2/+2
* | | moving createFileChunked() to OC_Connector_Sabre_FileThomas Müller2013-10-071-15/+34
* | | Merge branch 'master' into fixing-4546-masterThomas Müller2013-10-071-1/+1
|/ /
* | Merge pull request #5072 from owncloud/apache-auth-masterThomas Müller2013-10-071-0/+5
|\ \ | |/ |/|
| * code cleanup - remove special case for webdav in handleApacheAuth()Thomas Müller2013-10-021-1/+2
| * Merge branch 'master' into apache-auth-masterThomas Müller2013-10-021-0/+4
* | Merge pull request #4974 from owncloud/fixing-4011-masterThomas Müller2013-10-073-70/+61
|\ \
| * | Merge branch 'master' into fixing-4011-masterThomas Müller2013-10-043-70/+61
* | | upload abortion detection only for PUTThomas Müller2013-10-041-0/+6
|/ /
* / DAV: Use fileinfo_cache for ETagMarkus Goetz2013-10-031-1/+8
|/
* reorganize file in libThomas Müller2013-09-301-0/+101
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-3011-0/+1441