aboutsummaryrefslogtreecommitdiffstats
path: root/lib/connector/sabre
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | use to_char when comparing clob to string on oracle, use execute auditedJörn Friedrich Dreyer2013-06-242-2/+6
|/ / /
* | | Merge pull request #3721 from owncloud/oracle_setup_fixesThomas Müller2013-06-141-14/+16
|\ \ \
| * | | coding styleThomas Mueller2013-06-141-1/+4
| * | | use executeAudited in sabredav lockJörn Friedrich Dreyer2013-06-141-13/+12
* | | | Merge branch 'master' into move-maint-startThomas Mueller2013-06-142-5/+19
|\| | |
| * | | use to_char to allow comparing string to CLOB cloumns in oracleJörn Friedrich Dreyer2013-06-101-4/+18
| | |/ | |/|
| * | small typo in the commentsAlessandro Cosentino2013-05-231-1/+1
| |/
* / Also check for needed upgrade in the Sabre Maintenance connectorBart Visscher2013-05-041-0/+3
|/
* return 403 when mkdir failed on webDAV, fixes #2127Arthur Schiwon2013-03-061-1/+3
* Reuse $freeSpace variableMichael Gapczynski2013-02-231-1/+1
* Don't throw insufficient storage exception if free space is unknownMichael Gapczynski2013-02-231-1/+2
* Whitespace fixesBart Visscher2013-02-222-10/+10
* Style-fix: Breakup long linesBart Visscher2013-02-144-12/+41
* Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-142-3/+3
* Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-1/+1
* only check content lenght on PUT to make litmus happyJörn Friedrich Dreyer2013-02-112-14/+18
* delete partial file when file upload is abortedJörn Friedrich Dreyer2013-02-112-14/+17