Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move OC_Connector_Sabre_Server to expected location. | Andreas Fischer | 2013-10-17 | 1 | -235/+0 |
| | |||||
* | Merge pull request #4935 from owncloud/webdav-depth-fix-master | Frank Karlitschek | 2013-10-17 | 1 | -0/+235 |
|\ | | | | | WebDAV depth infinity support - the dirty way | ||||
| * | adding : | Thomas Müller | 2013-09-30 | 1 | -1/+1 |
| | | |||||
| * | adding copyright and PHPDocs | Thomas Müller | 2013-09-30 | 1 | -8/+22 |
| | | |||||
| * | Contains ownCloud's own implementation of the Sabre_DAV_Server regarding the ↵ | Thomas Müller | 2013-09-30 | 1 | -0/+221 |
| | | | | | | | | | | | | | | | | handling of depth infinity The clean way would have been to submit proper patches to the upstream project and reincorporate the code once released. This will and has to follow! | ||||
* | | reorganize file in lib | Thomas Müller | 2013-09-30 | 1 | -101/+0 |
| | | |||||
* | | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 11 | -1441/+0 |
|/ | | | | | Conflicts: lib/private/vcategories.php | ||||
* | fixing PHPDoc & typo | Thomas Müller | 2013-09-30 | 1 | -2/+1 |
| | |||||
* | Merge branch 'master' into move-aborted-upload-detection-into-plugin-master | Thomas Müller | 2013-09-30 | 4 | -5/+67 |
|\ | |||||
| * | Merge pull request #4969 from owncloud/fixing-4043-master | Thomas Müller | 2013-09-30 | 2 | -3/+52 |
| |\ | | | | | | | adding privilege check on move and rename operations | ||||
| | * | adding unit tests for ObjectTree::move() | Thomas Müller | 2013-09-26 | 1 | -14/+30 |
| | | | |||||
| | * | adding privilege check on move and rename operations | Thomas Müller | 2013-09-24 | 2 | -1/+34 |
| | | | |||||
| * | | duplicate code :sigh: - will fix this in a second pr | Thomas Müller | 2013-09-24 | 1 | -1/+8 |
| | | | |||||
| * | | adding file_exists check just to be on the save side | Thomas Müller | 2013-09-24 | 1 | -1/+2 |
| | | | |||||
| * | | handle error situation of rename proper | Thomas Müller | 2013-09-23 | 1 | -1/+6 |
| |/ | |||||
* | | remove unneccessary code | Thomas Müller | 2013-09-25 | 1 | -13/+11 |
| | | |||||
* | | $path already contains the full path to the file | Thomas Müller | 2013-09-25 | 1 | -1/+0 |
| | | |||||
* | | 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 |
| | | | |