Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "FIX for webdav.mediencenter.t-online.de" | Morris Jobke | 2015-03-26 | 1 | -5/+0 |
| | |||||
* | FIX for webdav.mediencenter.t-online.de | Oliver Kohl D.Sc. | 2015-03-25 | 1 | -0/+5 |
| | | | | | | | | | https://webdav.mediencenter.t-online.de returns invalid response code. e.g. {"reqId":"f9a1c394b98108e4e5ca62bf47829c64","remoteAddr":"81.189.45.224","app":"PHP","message":"Undefined offset: 2 at \/var\/www\/owncloud\/3rdparty\/sabre\/dav\/lib\/Sabre\/DAV\/Client.php#569","level":3,"time":"2015-03-25T18:25:48+00:00","method":"GET","url":"\/index.php\/apps\/files\/ajax\/getstoragestats.php?dir=External%2FT-Cloud%2FTests"} e.g. {"reqId":"3407d66672b3cef206b0af883e49bff4","remoteAddr":"46.74.125.245","app":"PHP","message":"Undefined index: {DAV:}getlastmodified at \/var\/www\/owncloud\/lib\/private\/files\/storage\/dav.php#563","level":3,"time":"2015-03-25T16:33:21+00:00"} | ||||
* | Add `getNonExistingName()` to the node api | Robin Appelman | 2015-03-24 | 1 | -0/+12 |
| | |||||
* | Do not automatically add "update" permission to shared mounts | Vincent Petry | 2015-03-20 | 1 | -1/+1 |
| | | | | | | | | | In the past it seems the update permission was needed to be able to rename shared mounts, but it doesn't seem to be the case any more. Removing the "update" permission that used to be added automatically fixes the read-only permission check when trying to overwrite a read-only file over WebDAV. | ||||
* | Merge pull request #14704 from owncloud/storage-wrapper-mount | Robin Appelman | 2015-03-19 | 4 | -10/+46 |
|\ | | | | | pass mountpoint to storage wrapper callback | ||||
| * | fix factory test | Robin Appelman | 2015-03-11 | 1 | -1/+0 |
| | | |||||
| * | Allow setting the watcher policy as mount option | Robin Appelman | 2015-03-11 | 2 | -1/+9 |
| | | |||||
| * | Copy mount options to the storage | Robin Appelman | 2015-03-11 | 2 | -1/+19 |
| | | |||||
| * | Allow getting all mount options as array | Robin Appelman | 2015-03-11 | 1 | -0/+9 |
| | | |||||
| * | pass mountpoint to storage wrapper callback | Robin Appelman | 2015-03-11 | 2 | -8/+10 |
| | | |||||
* | | Remove unreqired backtick removal | Lukas Reschke | 2015-03-18 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | Without this files with a ` (backtick) in the beginning of the filenames where simply not correctly referenced as the ` got removed. This can lead to all possible havoc situations. Should get backported to stable8 and in future we might consider if it is really worth to backport such changes when it is just for SQLite :see_no_evil: Regression of https://github.com/owncloud/core/pull/14734 | ||||
* | | Use `FILTER_UNSAFE_RAW` instead of `FILTER_SANITIZE_STRING` | Lukas Reschke | 2015-03-17 | 1 | -1/+1 |
| | | | | | | | | `FILTER_SANITIZE_STRING` will still encode everything else. | ||||
* | | Merge pull request #14766 from owncloud/fix-insertifnotexists-poc | Morris Jobke | 2015-03-16 | 2 | -5/+24 |
|\ \ | | | | | | | Allow specifying the compare-array for insertIfNotExists() | ||||
| * | | Throw a RuntimeException in the cache aswell | Joas Schilling | 2015-03-11 | 2 | -4/+9 |
| | | | |||||
| * | | Get the id before using it | Joas Schilling | 2015-03-09 | 1 | -1/+2 |
| | | | |||||
| * | | Better save then sorry | Joas Schilling | 2015-03-09 | 1 | -0/+2 |
| | | | |||||
| * | | insertIfNotExists() for storage insertion | Joas Schilling | 2015-03-09 | 1 | -3/+9 |
| | | | |||||
| * | | Only check unique keys for the comparison on filecache insert & update otherwise | Joas Schilling | 2015-03-09 | 1 | -1/+6 |
| | | | |||||
* | | | Merge pull request #14776 from owncloud/fix-14629-master | Thomas Müller | 2015-03-16 | 2 | -0/+10 |
|\ \ \ | | | | | | | | | verify the file name length not to exceed 255 characters + verify path d... | ||||
| * | | | verify the file name length not to exceed 255 characters + verify path ↵ | Thomas Müller | 2015-03-12 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | during rename | ||||
* | | | | drop any fallback code related to curl - refs ↵ | Thomas Müller | 2015-03-12 | 1 | -5/+1 |
|/ / / | | | | | | | | | | https://github.com/owncloud/core/pull/14838#issuecomment-78586447 | ||||
* | | | Merge pull request #13893 from owncloud/create-cachedir-on-user | Morris Jobke | 2015-03-11 | 1 | -8/+1 |
|\ \ \ | |_|/ |/| | | Only make sure the cache directory exists when we use it | ||||
| * | | Only make sure the cache directory exists when we use it | Robin Appelman | 2015-02-04 | 1 | -8/+1 |
| | | | |||||
* | | | Correct "one invalid characters" to "one invalid character" | cmeh | 2015-03-11 | 1 | -1/+1 |
| | | | | | | | | | Corrected "one invalid characters" to "one invalid character" in line 1575. | ||||
* | | | Merge pull request #14759 from owncloud/clean-up-code | Lukas Reschke | 2015-03-10 | 1 | -6/+48 |
|\ \ \ | | | | | | | | | Clean-up code and use proper exception types | ||||
| * | | | Clean-up code and use proper exception types | Lukas Reschke | 2015-03-09 | 1 | -6/+48 |
| | |/ | |/| | |||||
* | | | no translation service in common storage class | Thomas Müller | 2015-03-09 | 2 | -13/+17 |
| | | | |||||
* | | | translate error messages | Thomas Müller | 2015-03-09 | 2 | -9/+16 |
| | | | |||||
* | | | Optimize loop | Lukas Reschke | 2015-03-09 | 1 | -6/+9 |
| | | | |||||
* | | | fixing namespaces and PHPDoc | Thomas Müller | 2015-03-09 | 1 | -0/+5 |
| | | | |||||
* | | | adding storage specific filename verification - refs #13640 | Thomas Müller | 2015-03-09 | 3 | -11/+105 |
|/ / | |||||
* | | use insertIfNotExist() in cache put | Thomas Müller | 2015-03-06 | 1 | -5/+11 |
| | | |||||
* | | Update scanFile() and scanChildren() to the new signature of the parent class | Joas Schilling | 2015-03-04 | 1 | -6/+7 |
| | | |||||
* | | Allow disabling the cache updater | Robin Appelman | 2015-02-27 | 2 | -3/+23 |
| | | |||||
* | | Merge pull request #14575 from owncloud/cache-rename-overwrite | Morris Jobke | 2015-02-27 | 1 | -1/+4 |
|\ \ | | | | | | | Fix cache update when doing a rename that overwrites the target | ||||
| * | | Fix cache update when doing a rename that overwrites the target | Robin Appelman | 2015-02-27 | 1 | -1/+4 |
| | | | |||||
* | | | Add "throws" lines to calling methods and interface aswell | Joas Schilling | 2015-02-27 | 1 | -0/+23 |
|/ / | |||||
* | | Merge pull request #14437 from owncloud/node-check-fileinfo | Thomas Müller | 2015-02-27 | 1 | -2/+16 |
|\ \ | | | | | | | Check if we have a proper fileinfo | ||||
| * | | Check if we have a proper fileinfo | Robin Appelman | 2015-02-25 | 1 | -2/+16 |
| | | | |||||
* | | | Merge pull request #14530 from owncloud/revert-14403 | Thomas Müller | 2015-02-27 | 49 | -1004/+308 |
|\ \ \ | | | | | | | | | Revert "Updating license headers" | ||||
| * | | | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 49 | -1004/+308 |
| |/ / | | | | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* / / | Delete target file for unsuccessful copy/rename | Vincent Petry | 2015-02-26 | 1 | -10/+34 |
|/ / | |||||
* | | Sabre Update to 2.1 | Vincent Petry | 2015-02-23 | 2 | -35/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - VObject fixes for Sabre\VObject 3.3 - Remove VObject property workarounds - Added prefetching for tags in sabre tags plugin - Moved oc_properties logic to separate PropertyStorage backend (WIP) - Fixed Sabre connector namespaces - Improved files plugin to handle props on-demand - Moved allowed props from server class to files plugin - Fixed tags caching for files that are known to have no tags (less queries) - Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin - Replace OC\Connector\Sabre\Request with direct call to httpRequest->setUrl() - Fix exception detection in DAV client when using Sabre\DAV\Client - Added setETag() on Node instead of using the static FileSystem - Also preload tags/props when depth is infinity | ||||
* | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 49 | -308/+1004 |
| | | |||||
* | | Merge pull request #13767 from owncloud/issue/13764-mimetype-racecondition | Thomas Müller | 2015-02-20 | 1 | -3/+7 |
|\ \ | | | | | | | Use insertIfNotExists() and reload mimetypes after inserting one | ||||
| * | | Use insertIfNotExists() and reload mimetypes after inserting one | Joas Schilling | 2015-02-02 | 1 | -3/+7 |
| | | | |||||
* | | | Merge pull request #14342 from owncloud/disallow-path-traversals-in-file-view | Thomas Müller | 2015-02-19 | 1 | -6/+132 |
|\ \ \ | | | | | | | | | Disallow path traversals in file view | ||||
| * | | | Add some basic PHPDoc to functions | Lukas Reschke | 2015-02-18 | 1 | -6/+124 |
| | | | | |||||
| * | | | Prevent directory traversals in ctr of \OC\Files\View | Lukas Reschke | 2015-02-18 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | This prevents a misusage of \OC\Files\View by calling it with user-supplied input. In such cases an exception is now thrown. | ||||
* | | | | Merge pull request #13836 from owncloud/part-no-cache-update | Thomas Müller | 2015-02-19 | 2 | -1/+13 |
|\ \ \ \ | |/ / / |/| | | | Dont update the cache when working with part files |