Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing copyright and add class documentation | Thomas Müller | 2013-09-25 | 2 | -13/+105 |
| | |||||
* | Always check variable type before using readdir to avoid surprises | Arthur Schiwon | 2013-09-04 | 1 | -3/+5 |
| | |||||
* | webdav quota information contains the values for used and free - not total | Thomas Müller | 2013-08-29 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4348 from owncloud/fixing-4343-master | Jörn Friedrich Dreyer | 2013-08-27 | 1 | -27/+64 |
|\ | | | | | fixes #4343 | ||||
| * | lacy initialization of fileView - in case basic auth is used FileSystem is ↵ | Thomas Müller | 2013-08-26 | 1 | -4/+16 |
| | | | | | | | | not yet initialized during the initialize() call | ||||
| * | Merge branch 'master' into fixing-4343-master | Thomas Müller | 2013-08-22 | 4 | -9/+21 |
| |\ | | | | | | | | | | | | | Conflicts: lib/connector/sabre/quotaplugin.php | ||||
| * | | adding unit tests for quota checks | Thomas Müller | 2013-08-08 | 1 | -32/+43 |
| | | | |||||
| * | | adding unit tests to determine length | Thomas Müller | 2013-08-08 | 1 | -1/+1 |
| | | | |||||
| * | | fixes #4343 | Thomas Müller | 2013-08-08 | 1 | -2/+16 |
| | | | |||||
* | | | webdav quota now displays the same values as the web interface does | Thomas Müller | 2013-08-27 | 1 | -3/+3 |
| |/ |/| | |||||
* | | Merge branch 'master' into readdir-strict-equals | Georg Ehrke | 2013-08-19 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge pull request #4467 from owncloud/storage-wrapper-quota | icewind1991 | 2013-08-19 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Move quota logic from filesystem proxy to storage wrapper | ||||
| | * | | use renamed constants | Robin Appelman | 2013-07-25 | 1 | -1/+1 |
| | |/ | |||||
* | / | use strict equals in readdir loops to prevent issues with '0' files | Robin Appelman | 2013-08-19 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #4239 from owncloud/decrypt_files_again | Björn Schießle | 2013-08-18 | 1 | -1/+11 |
|\ \ | | | | | | | Enable user to decrypt files again after encryption app was disabled | ||||
| * | | throw exception if encryption was disabled but files are still encrypted to ↵ | Bjoern Schiessle | 2013-08-14 | 1 | -1/+11 |
| |/ | | | | | | | prevent the client from syncing unreadable files | ||||
* / | Port DAV groupMemberSet fix to master #4458 | Thomas Tanghus | 2013-08-18 | 1 | -6/+8 |
|/ | |||||
* | Merge branch 'master' into sabre-objecttree | Robin Appelman | 2013-07-24 | 3 | -3/+27 |
|\ | |||||
| * | Merge pull request #3392 from owncloud/googledrive | Bart Visscher | 2013-07-23 | 1 | -2/+5 |
| |\ | | | | | | | Switch to using Google Drive SDK, closes #2047 | ||||
| | * | Merge branch 'master' into googledrive | Thomas Müller | 2013-07-12 | 5 | -24/+71 |
| | |\ | |||||
| | * \ | Merge branch 'master' into googledrive | Michael Gapczynski | 2013-05-27 | 1 | -1/+1 |
| | |\ \ | |||||
| | * | | | Return null if file size is negative for WebDAV, fix #2013 | Michael Gapczynski | 2013-05-27 | 1 | -2/+5 |
| | | | | | |||||
| * | | | | Merge branch 'master' into fix_return_value_search_principals | Georg Ehrke | 2013-07-22 | 1 | -0/+21 |
| |\ \ \ \ | |||||
| | * | | | | WebDAV Auth Connector: Check if already logged in | Markus Goetz | 2013-07-17 | 1 | -0/+21 |
| | | |_|/ | | |/| | | |||||
| * / | | | return empty array instead of 0 | Georg Ehrke | 2013-07-15 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | style fix | Robin Appelman | 2013-07-19 | 1 | -1/+1 |
| | | | | |||||
* | | | | improved copy operation for objecttree | Robin Appelman | 2013-06-30 | 1 | -0/+29 |
| | | | | |||||
* | | | | improved move operation for sabre's objecttree | Robin Appelman | 2013-06-30 | 1 | -0/+24 |
| | | | | |||||
* | | | | make use of the fact that rmdir is already recursive | Robin Appelman | 2013-06-30 | 1 | -1/+0 |
| | | | | |||||
* | | | | overwrite Sabre_DAV_ObjectTree with a faster getNodeForPath | Robin Appelman | 2013-06-30 | 1 | -0/+49 |
|/ / / | |||||
* | | | Merge pull request #3799 from ↵ | Bart Visscher | 2013-06-28 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/fix_pdo_statement_wrapper_numrows_on_modification Fix pdo statement wrapper numrows on modification | ||||
| * | | | fix numRows usage in core lib | Jörn Friedrich Dreyer | 2013-06-24 | 1 | -1/+1 |
| | | | | |||||
* | | | | Sabre: throw exceptions when delete/create/write operations are not permitted | Robin Appelman | 2013-06-25 | 2 | -3/+27 |
| | | | | |||||
* | | | | use to_char when comparing clob to string on oracle, use execute audited | Jörn Friedrich Dreyer | 2013-06-24 | 2 | -2/+6 |
|/ / / | |||||
* | | | Merge pull request #3721 from owncloud/oracle_setup_fixes | Thomas Müller | 2013-06-14 | 1 | -14/+16 |
|\ \ \ | | | | | | | | | Oracle setup fixes | ||||
| * | | | coding style | Thomas Mueller | 2013-06-14 | 1 | -1/+4 |
| | | | | |||||
| * | | | use executeAudited in sabredav lock | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -13/+12 |
| | | | | |||||
* | | | | Merge branch 'master' into move-maint-start | Thomas Mueller | 2013-06-14 | 2 | -5/+19 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: lib/util.php | ||||
| * | | | use to_char to allow comparing string to CLOB cloumns in oracle | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -4/+18 |
| | |/ | |/| | |||||
| * | | small typo in the comments | Alessandro Cosentino | 2013-05-23 | 1 | -1/+1 |
| |/ | |||||
* / | Also check for needed upgrade in the Sabre Maintenance connector | Bart Visscher | 2013-05-04 | 1 | -0/+3 |
|/ | |||||
* | return 403 when mkdir failed on webDAV, fixes #2127 | Arthur Schiwon | 2013-03-06 | 1 | -1/+3 |
| | |||||
* | Reuse $freeSpace variable | Michael Gapczynski | 2013-02-23 | 1 | -1/+1 |
| | |||||
* | Don't throw insufficient storage exception if free space is unknown | Michael Gapczynski | 2013-02-23 | 1 | -1/+2 |
| | |||||
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 2 | -10/+10 |
| | |||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 4 | -12/+41 |
| | |||||
* | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 2 | -3/+3 |
| | |||||
* | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | only check content lenght on PUT to make litmus happy | Jörn Friedrich Dreyer | 2013-02-11 | 2 | -14/+18 |
| | |||||
* | delete partial file when file upload is aborted | Jörn Friedrich Dreyer | 2013-02-11 | 2 | -14/+17 |
| |