summaryrefslogtreecommitdiffstats
path: root/lib/private/connector/sabre
Commit message (Collapse)AuthorAgeFilesLines
* - fixing namespaceThomas Müller2013-10-241-2/+4
| | | | - remove property only if present
* handle case where fileid is not setThomas Müller2013-10-232-4/+12
|
* introducing new dav property {xmlns:oc="http://owncloud.org/ns}idThomas Müller2013-10-232-1/+85
|
* - delete properties on node deleteThomas Müller2013-10-223-0/+19
| | | | - move properties on node move
* Move OC_Connector_Sabre_Server to expected location.Andreas Fischer2013-10-171-0/+235
|
* Merge pull request #5325 from owncloud/setup-fs-on-apache-auth-backendThomas Müller2013-10-161-5/+1
|\ | | | | file system is now initialized with apache authentication as well
| * 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
|\| | | | | | | | | Conflicts: lib/private/connector/sabre/file.php
| * Merge pull request #5207 from owncloud/fixing-4011-part2-masterThomas Müller2013-10-113-1/+59
| |\ | | | | | | [OC6] file upload exception handling
| | * fixing status code and formattingThomas Müller2013-10-082-18/+17
| | |
| | * catch specific file exceptions and convert them to proper http status code ↵Thomas Müller2013-10-081-5/+12
| | | | | | | | | | | | via webdav
| | * adding additional exceptions for special cases where creating a file might ↵Thomas Müller2013-10-073-0/+52
| | | | | | | | | | | | not be allowed
| * | due to internal implementations touch will always be successful - $mtime ↵Thomas Müller2013-10-091-6/+0
| | | | | | | | | | | | | | | | | | will be stored in the cache from desktop client perspective it is necessary to set the mtime under every condition
| * | Merge pull request #5194 from owncloud/fixing-5172-masterThomas Müller2013-10-081-0/+3
| |\ \ | | | | | | | | adding check isDeletable() on $sourcePath
| | * | 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 ↵Bjoern Schiessle2013-10-081-2/+16
| | | | | | | | | | | | | | | | createFile() needs to check not only if we can write to the parent folder but also if we can update the existing file"
| * | | If a existing file in Shared/ with update permissions gets updated we need ↵Bjoern Schiessle2013-10-081-0/+11
| |/ / | | | | | | | | | to write the .part file to a different place because we can't create new files in the Shared folder
| * | 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
|/ / | | | | | | | | Conflicts: lib/private/connector/sabre/directory.php
* | Merge pull request #5072 from owncloud/apache-auth-masterThomas Müller2013-10-071-0/+5
|\ \ | |/ |/| OC6 Apache Authentication
| * 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
|\ \ | | | | | | error handling added in case file_put_contents is failing
| * | 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
|/ / | | | | | | e.g. LOCK would break with this approach
* / 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
Conflicts: lib/private/vcategories.php