summaryrefslogtreecommitdiffstats
path: root/lib/connector/sabre
Commit message (Expand)AuthorAgeFilesLines
* Move OC_Connector_Sabre_Server to expected location.Andreas Fischer2013-10-171-235/+0
* Merge pull request #4935 from owncloud/webdav-depth-fix-masterFrank Karlitschek2013-10-171-0/+235
|\
| * adding :Thomas Müller2013-09-301-1/+1
| * adding copyright and PHPDocsThomas Müller2013-09-301-8/+22
| * Contains ownCloud's own implementation of the Sabre_DAV_Server regarding the ...Thomas Müller2013-09-301-0/+221
* | reorganize file in libThomas Müller2013-09-301-101/+0
* | move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-3011-1441/+0
|/
* fixing PHPDoc & typoThomas Müller2013-09-301-2/+1
* Merge branch 'master' into move-aborted-upload-detection-into-plugin-masterThomas Müller2013-09-304-5/+67
|\
| * Merge pull request #4969 from owncloud/fixing-4043-masterThomas Müller2013-09-302-3/+52
| |\
| | * adding unit tests for ObjectTree::move()Thomas Müller2013-09-261-14/+30
| | * adding privilege check on move and rename operationsThomas Müller2013-09-242-1/+34
| * | duplicate code :sigh: - will fix this in a second prThomas Müller2013-09-241-1/+8
| * | adding file_exists check just to be on the save sideThomas Müller2013-09-241-1/+2
| * | handle error situation of rename properThomas Müller2013-09-231-1/+6
| |/
* | remove unneccessary codeThomas Müller2013-09-251-13/+11
* | $path already contains the full path to the fileThomas Müller2013-09-251-1/+0
* | fixing copyright and add class documentationThomas Müller2013-09-252-13/+105
|/
* Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-041-3/+5
* webdav quota information contains the values for used and free - not totalThomas Müller2013-08-291-1/+1
* Merge pull request #4348 from owncloud/fixing-4343-masterJörn Friedrich Dreyer2013-08-271-27/+64
|\
| * lacy initialization of fileView - in case basic auth is used FileSystem is no...Thomas Müller2013-08-261-4/+16
| * Merge branch 'master' into fixing-4343-masterThomas Müller2013-08-224-9/+21
| |\
| * | adding unit tests for quota checksThomas Müller2013-08-081-32/+43
| * | adding unit tests to determine lengthThomas Müller2013-08-081-1/+1
| * | fixes #4343Thomas Müller2013-08-081-2/+16
* | | webdav quota now displays the same values as the web interface doesThomas Müller2013-08-271-3/+3
| |/ |/|
* | Merge branch 'master' into readdir-strict-equalsGeorg Ehrke2013-08-191-1/+1
|\ \
| * \ Merge pull request #4467 from owncloud/storage-wrapper-quotaicewind19912013-08-191-1/+1
| |\ \
| | * | use renamed constantsRobin Appelman2013-07-251-1/+1
| | |/
* | / use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-191-1/+1
|/ /
* | Merge pull request #4239 from owncloud/decrypt_files_againBjörn Schießle2013-08-181-1/+11
|\ \
| * | throw exception if encryption was disabled but files are still encrypted to p...Bjoern Schiessle2013-08-141-1/+11
| |/
* / Port DAV groupMemberSet fix to master #4458Thomas Tanghus2013-08-181-6/+8
|/
* Merge branch 'master' into sabre-objecttreeRobin Appelman2013-07-243-3/+27
|\
| * Merge pull request #3392 from owncloud/googledriveBart Visscher2013-07-231-2/+5
| |\
| | * Merge branch 'master' into googledriveThomas Müller2013-07-125-24/+71
| | |\
| | * \ Merge branch 'master' into googledriveMichael Gapczynski2013-05-271-1/+1
| | |\ \
| | * | | Return null if file size is negative for WebDAV, fix #2013Michael Gapczynski2013-05-271-2/+5
| * | | | Merge branch 'master' into fix_return_value_search_principalsGeorg Ehrke2013-07-221-0/+21
| |\ \ \ \
| | * | | | WebDAV Auth Connector: Check if already logged inMarkus Goetz2013-07-171-0/+21
| | | |_|/ | | |/| |
| * / | | return empty array instead of 0Georg Ehrke2013-07-151-1/+1
| |/ / /
* | | | style fixRobin Appelman2013-07-191-1/+1
* | | | improved copy operation for objecttreeRobin Appelman2013-06-301-0/+29
* | | | improved move operation for sabre's objecttreeRobin Appelman2013-06-301-0/+24
* | | | make use of the fact that rmdir is already recursiveRobin Appelman2013-06-301-1/+0
* | | | overwrite Sabre_DAV_ObjectTree with a faster getNodeForPathRobin Appelman2013-06-301-0/+49
|/ / /
* | | Merge pull request #3799 from owncloud/fix_pdo_statement_wrapper_numrows_on_m...Bart Visscher2013-06-281-1/+1
|\ \ \
| * | | fix numRows usage in core libJörn Friedrich Dreyer2013-06-241-1/+1
* | | | Sabre: throw exceptions when delete/create/write operations are not permittedRobin Appelman2013-06-252-3/+27