Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fixing namespace | Thomas Müller | 2013-10-24 | 1 | -2/+4 |
| | | | | - remove property only if present | ||||
* | handle case where fileid is not set | Thomas Müller | 2013-10-23 | 2 | -4/+12 |
| | |||||
* | introducing new dav property {xmlns:oc="http://owncloud.org/ns}id | Thomas Müller | 2013-10-23 | 2 | -1/+85 |
| | |||||
* | - delete properties on node delete | Thomas Müller | 2013-10-22 | 3 | -0/+19 |
| | | | | - move properties on node move | ||||
* | Move OC_Connector_Sabre_Server to expected location. | Andreas Fischer | 2013-10-17 | 1 | -0/+235 |
| | |||||
* | Merge pull request #5325 from owncloud/setup-fs-on-apache-auth-backend | Thomas Müller | 2013-10-16 | 1 | -5/+1 |
|\ | | | | | file system is now initialized with apache authentication as well | ||||
| * | there shall be tabs | Thomas Müller | 2013-10-14 | 1 | -1/+1 |
| | | |||||
| * | file system is now initialized with apache authentication as well | Thomas Müller | 2013-10-14 | 1 | -6/+2 |
| | | |||||
* | | Merge branch 'master' into fixing-4546-master | Thomas Müller | 2013-10-14 | 6 | -9/+87 |
|\| | | | | | | | | | Conflicts: lib/private/connector/sabre/file.php | ||||
| * | Merge pull request #5207 from owncloud/fixing-4011-part2-master | Thomas Müller | 2013-10-11 | 3 | -1/+59 |
| |\ | | | | | | | [OC6] file upload exception handling | ||||
| | * | fixing status code and formatting | Thomas Müller | 2013-10-08 | 2 | -18/+17 |
| | | | |||||
| | * | catch specific file exceptions and convert them to proper http status code ↵ | Thomas Müller | 2013-10-08 | 1 | -5/+12 |
| | | | | | | | | | | | | via webdav | ||||
| | * | adding additional exceptions for special cases where creating a file might ↵ | Thomas Müller | 2013-10-07 | 3 | -0/+52 |
| | | | | | | | | | | | | not be allowed | ||||
| * | | due to internal implementations touch will always be successful - $mtime ↵ | Thomas Müller | 2013-10-09 | 1 | -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-master | Thomas Müller | 2013-10-08 | 1 | -0/+3 |
| |\ \ | | | | | | | | | adding check isDeletable() on $sourcePath | ||||
| | * | | adding check isDeletable() on $sourcePath | Thomas Müller | 2013-10-08 | 1 | -0/+3 |
| | | | | |||||
| * | | | part file needs to have .part extension | Bjoern Schiessle | 2013-10-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | updating a existing large file creates new file chunks. Therefore ↵ | Bjoern Schiessle | 2013-10-08 | 1 | -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 Schiessle | 2013-10-08 | 1 | -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 way | Thomas Müller | 2013-10-07 | 1 | -2/+2 |
| | | | |||||
* | | | moving createFileChunked() to OC_Connector_Sabre_File | Thomas Müller | 2013-10-07 | 1 | -15/+34 |
| | | | |||||
* | | | Merge branch 'master' into fixing-4546-master | Thomas Müller | 2013-10-07 | 1 | -1/+1 |
|/ / | | | | | | | | | Conflicts: lib/private/connector/sabre/directory.php | ||||
* | | Merge pull request #5072 from owncloud/apache-auth-master | Thomas Müller | 2013-10-07 | 1 | -0/+5 |
|\ \ | |/ |/| | OC6 Apache Authentication | ||||
| * | code cleanup - remove special case for webdav in handleApacheAuth() | Thomas Müller | 2013-10-02 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'master' into apache-auth-master | Thomas Müller | 2013-10-02 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #4974 from owncloud/fixing-4011-master | Thomas Müller | 2013-10-07 | 3 | -70/+61 |
|\ \ | | | | | | | error handling added in case file_put_contents is failing | ||||
| * | | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-10-04 | 3 | -70/+61 |
| | | | |||||
* | | | upload abortion detection only for PUT | Thomas Müller | 2013-10-04 | 1 | -0/+6 |
|/ / | | | | | | | e.g. LOCK would break with this approach | ||||
* / | DAV: Use fileinfo_cache for ETag | Markus Goetz | 2013-10-03 | 1 | -1/+8 |
|/ | |||||
* | reorganize file in lib | Thomas Müller | 2013-09-30 | 1 | -0/+101 |
| | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 11 | -0/+1441 |
Conflicts: lib/private/vcategories.php |