Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove debug statement | Lukas Reschke | 2014-11-12 | 1 | -4/+0 |
| | | | | Either we throw an exception or we ignore it. But we should certainly not print this to the end-user... | ||||
* | Fix root path handling for WebDAV ext storage | Vincent Petry | 2014-11-11 | 1 | -0/+2 |
| | | | | | | Added missing cleanPath() call that converts "/" to "" when calling SabreDAV. This is needed because SabreDAV will discard its base URL when passing "/". | ||||
* | don't scan part files | Bjoern Schiessle | 2014-11-07 | 2 | -5/+5 |
| | |||||
* | Also propagate etag changes when the watcher finds a changed file | Robin Appelman | 2014-11-07 | 2 | -0/+7 |
| | |||||
* | Merge pull request #11539 from owncloud/mount-setup-once | Vincent Petry | 2014-10-31 | 1 | -1/+6 |
|\ | | | | | Only mount the storages for the user once | ||||
| * | Reset the users setup after clearing mounts | Robin Appelman | 2014-10-28 | 1 | -0/+1 |
| | | |||||
| * | Only mount the storages for the user once | Robin Appelman | 2014-10-27 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #11409 from owncloud/watcher-reuse | Vincent Petry | 2014-10-29 | 2 | -22/+32 |
|\ \ | |/ |/| | Pass the cached data to the filesystem watcher | ||||
| * | Better reuse of cache data for getFolderContents | Robin Appelman | 2014-10-24 | 1 | -6/+11 |
| | | |||||
| * | Pass the cached data to the filesystem watcher | Robin Appelman | 2014-10-24 | 2 | -16/+21 |
| | | |||||
* | | Merge pull request #11763 from owncloud/stable-etags | Robin Appelman | 2014-10-27 | 1 | -0/+21 |
|\ \ | | | | | | | Generate stable etags for local files | ||||
| * | | Generate stable etags for local files | Robin Appelman | 2014-10-24 | 1 | -0/+21 |
| |/ | |||||
* / | Add type hinting to functions | Lukas Reschke | 2014-10-24 | 1 | -1/+1 |
|/ | | | | It's only reasonable to have proper type hinting here which might even help us to catch bugs. | ||||
* | throw exception in writeBack, the returned boolean is checked nowhere | Jörn Friedrich Dreyer | 2014-10-20 | 1 | -3/+2 |
| | |||||
* | make skeleton compatible with objectstore | Jörn Friedrich Dreyer | 2014-10-20 | 1 | -6/+0 |
| | | | | suspend encryption proxy when copying skeleton | ||||
* | make trashbin compatible with objectstore, replace glob with search in ↵ | Jörn Friedrich Dreyer | 2014-10-16 | 1 | -0/+10 |
| | | | | cache, make unknown free space work like unlimited free space | ||||
* | Merge pull request #11548 from owncloud/extstorage-ocfields | Vincent Petry | 2014-10-15 | 1 | -2/+2 |
|\ | | | | | Allow specifying protocol in ext storage OC config | ||||
| * | Allow specifying protocol in ext storage OC config | Vincent Petry | 2014-10-13 | 1 | -2/+2 |
| | | | | | | | | | | | | Allow specifying a protocol in the host field when mounting another ownCloud instance. Note that this was already possible with the WebDAV config but this bug made it inconsistent. | ||||
* | | Retrieve storage numeric id earlier when still available | Vincent Petry | 2014-10-13 | 1 | -1/+1 |
|/ | | | | | The numeric id is only available before the storage entry is deleted, so get it at that time. | ||||
* | Merge pull request #11305 from owncloud/ext-updateetagonmount | Vincent Petry | 2014-10-09 | 1 | -0/+5 |
|\ | | | | | Update etag of parent dir when adding/removing ext storage mount points | ||||
| * | Added failing unit tests for mount config hooks | Vincent Petry | 2014-10-08 | 1 | -0/+5 |
| | | |||||
* | | strict comparison | Jörn Friedrich Dreyer | 2014-10-08 | 1 | -2/+2 |
| | | |||||
* | | fix amazon s3 issues | Jörn Friedrich Dreyer | 2014-10-08 | 1 | -1/+1 |
|/ | | | | | | | | | | | | folder size and mtime is always unknown in s3 more s3 fixes make rescanDelay of root dir configurable, add on the fly update of legacy storage ids, !isset -> empty when checking strings reduce number of http calls on remove and rmdir fix typo | ||||
* | Merge pull request #11285 from owncloud/dav-permissions-create | Thomas Müller | 2014-09-26 | 1 | -0/+9 |
|\ | | | | | Fix dav permissions for folders | ||||
| * | Expose creatable permissions trough fileinfo | Robin Appelman | 2014-09-25 | 1 | -0/+9 |
| | | |||||
* | | Don't keep the full info of all children in memory | Robin Appelman | 2014-09-24 | 1 | -7/+12 |
|/ | |||||
* | Do only follow HTTP and HTTPS redirects | Lukas Reschke | 2014-09-22 | 1 | -0/+4 |
| | | | | | | | | We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server) Get final redirect manually using get_headers() Migrate to HTTPHelper class and add unit tests | ||||
* | in quota wrapper use === instead of ! for better readability and as in other ↵ | Jörn Friedrich Dreyer | 2014-09-22 | 1 | -1/+1 |
| | | | | wrappers | ||||
* | return boolean in Ciose::stream_seek | Jörn Friedrich Dreyer | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | return boolean in OC::stream_seek | Jörn Friedrich Dreyer | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #10958 from owncloud/db-ilike | Robin Appelman | 2014-09-19 | 1 | -13/+1 |
|\ | | | | | Introduce cross-db ILIKE | ||||
| * | Use ILIKE in cache search | Robin Appelman | 2014-09-17 | 1 | -13/+1 |
| | | |||||
* | | Fix mapping of relative paths | Lukas Reschke | 2014-09-17 | 2 | -15/+31 |
| | | |||||
* | | Also check if the file itself is updatable | Robin Appelman | 2014-09-17 | 1 | -2/+2 |
| | | |||||
* | | Check if a folder is deletable before we try to recursively delete it | Robin Appelman | 2014-09-17 | 2 | -0/+6 |
| | | |||||
* | | Check if the parent is writable to check if a file is deletable | Robin Appelman | 2014-09-17 | 1 | -1/+5 |
|/ | |||||
* | Fix method name | Robin Appelman | 2014-09-10 | 1 | -1/+1 |
| | |||||
* | Merge pull request #10922 from owncloud/explicit-scan-transactions | Lukas Reschke | 2014-09-09 | 2 | -3/+32 |
|\ | | | | | Use bigger transactions when doing explicit file system scans | ||||
| * | Fix typo | Lukas Reschke | 2014-09-08 | 1 | -1/+1 |
| | | |||||
| * | Use bigger transactions when doing explicit file system scans | Robin Appelman | 2014-09-08 | 2 | -3/+32 |
| | | |||||
* | | Merge pull request #10886 from owncloud/keep_fileid_on_move_in_objectstore | Jörn Friedrich Dreyer | 2014-09-09 | 1 | -33/+5 |
|\ \ | |/ |/| | Keep fileid on move in objectstore, fixes #10848 | ||||
| * | Keep fileid on move in objectstore, fixes #10848 | Jörn Friedrich Dreyer | 2014-09-05 | 1 | -33/+5 |
| | | |||||
* | | Remove explicit propagate calls | Robin Appelman | 2014-09-05 | 2 | -19/+7 |
| | | |||||
* | | Update cache before post hooks | Robin Appelman | 2014-09-05 | 1 | -19/+20 |
| | | |||||
* | | Fix warning in homecache | Robin Appelman | 2014-09-05 | 1 | -0/+3 |
| | | |||||
* | | Refactor Cache\Updater to work outside of the users home | Robin Appelman | 2014-09-05 | 3 | -173/+111 |
|/ | |||||
* | Fix code with previous comments | Jesus Macias | 2014-09-03 | 1 | -1/+1 |
| | |||||
* | Reset changes on 3rdparty submodule | Jesus Macias | 2014-09-03 | 1 | -1/+7 |
| | |||||
* | Don't automatically setup the filesystem the moment we load OC\Files\FileSystem | Robin Appelman | 2014-09-02 | 1 | -2/+0 |
| | |||||
* | Merge pull request #10619 from owncloud/issue/6722 | Thomas Müller | 2014-08-26 | 1 | -14/+21 |
|\ | | | | | Add a test to break the slugifyPath() with folder and file afterwards |