Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | verify the file name length not to exceed 255 characters + verify path ↵ | Thomas Müller | 2015-03-12 | 1 | -0/+10 | |
|/ | | | | during rename | |||||
* | no translation service in common storage class | Thomas Müller | 2015-03-09 | 1 | -6/+3 | |
| | ||||||
* | adding storage specific filename verification - refs #13640 | Thomas Müller | 2015-03-09 | 1 | -0/+226 | |
| | ||||||
* | Add a test for ObjectStore\NoopScanner | Joas Schilling | 2015-03-04 | 1 | -0/+76 | |
| | ||||||
* | add some tests for disabled updater | Robin Appelman | 2015-02-27 | 1 | -0/+30 | |
| | ||||||
* | Fix cache update when doing a rename that overwrites the target | Robin Appelman | 2015-02-27 | 1 | -0/+13 | |
| | ||||||
* | Merge pull request #14437 from owncloud/node-check-fileinfo | Thomas Müller | 2015-02-27 | 1 | -0/+15 | |
|\ | | | | | Check if we have a proper fileinfo | |||||
| * | Add unit test | Robin Appelman | 2015-02-26 | 1 | -0/+15 | |
| | | ||||||
* | | Merge pull request #14503 from owncloud/quota-preventdatalossforfailedmove | Lukas Reschke | 2015-02-26 | 2 | -0/+73 | |
|\ \ | | | | | | | Fix file move/copy when storage space is not enough | |||||
| * | | Delete target file for unsuccessful copy/rename | Vincent Petry | 2015-02-26 | 1 | -0/+51 | |
| | | | ||||||
| * | | Properly detect streamCopy errors | Vincent Petry | 2015-02-25 | 1 | -0/+22 | |
| |/ | | | | | | | Now checking whether the written bytes match the number of read bytes. | |||||
* / | Extend the class so the Filesystem is cleaned up | Joas Schilling | 2015-02-25 | 1 | -2/+0 | |
|/ | ||||||
* | Prevent directory traversals in ctr of \OC\Files\View | Lukas Reschke | 2015-02-18 | 1 | -0/+17 | |
| | | | | This prevents a misusage of \OC\Files\View by calling it with user-supplied input. In such cases an exception is now thrown. | |||||
* | update test | Robin Appelman | 2015-02-13 | 1 | -0/+2 | |
| | ||||||
* | Dont lower the mtime of a folder when propagating changes | Robin Appelman | 2015-02-13 | 1 | -2/+25 | |
| | ||||||
* | Normalize before processing | Lukas Reschke | 2015-02-06 | 2 | -0/+31 | |
| | ||||||
* | detect root of mountpoint also if the trailing slash is missed | Bjoern Schiessle | 2015-02-04 | 1 | -0/+22 | |
| | ||||||
* | Dont remove a file from cache if the delete operation failed | Robin Appelman | 2015-01-29 | 1 | -0/+23 | |
| | ||||||
* | Fix resolving paths for views rooted in a file | Robin Appelman | 2015-01-29 | 1 | -0/+16 | |
| | ||||||
* | Add unit test | Robin Appelman | 2015-01-28 | 1 | -1/+3 | |
| | ||||||
* | Merge pull request #13717 from owncloud/storage-donotwrapnullstorage | Morris Jobke | 2015-01-28 | 1 | -0/+69 | |
|\ | | | | | Prevent wrapping null storage | |||||
| * | Prevent wrapping null storage | Vincent Petry | 2015-01-27 | 1 | -0/+69 | |
| | | | | | | | | | | | | Can happen when trying to instantiate external storages that have incomplete config, where the constructor throws an exception (the exception is caught in createStorage()) | |||||
* | | Preserve mtime when doing cross storage move | Robin Appelman | 2015-01-23 | 1 | -1/+28 | |
|/ | ||||||
* | Additional unit test for recursive remove | Robin Appelman | 2015-01-15 | 1 | -0/+19 | |
| | ||||||
* | Merge pull request #13317 from owncloud/partfile-fileinfo | Thomas Müller | 2015-01-14 | 1 | -0/+14 | |
|\ | | | | | Return valid fileinfo objects for part files | |||||
| * | Return valid fileinfo objects for part files | Robin Appelman | 2015-01-13 | 1 | -0/+14 | |
| | | ||||||
* | | Fix searchCommon to properly match path name | Vincent Petry | 2015-01-12 | 1 | -0/+39 | |
|/ | | | | | | | The internal path was matched without the last "/" which caused "files_trashbin" to also match when the internal path was "files". This adds the missing slash for the comparison. | |||||
* | Simplify isValidPath and add unit tests | Lukas Reschke | 2015-01-10 | 1 | -0/+33 | |
| | | | | | | The check for invalid paths is actually over-complicated and performed twice resulting in a performance penalty. Additionally, I decided to add unit-tests to that function. Part of https://github.com/owncloud/core/issues/13221 | |||||
* | Trim leading or trailing slashes in file cache paths | Vincent Petry | 2015-01-08 | 1 | -0/+36 | |
| | ||||||
* | Merge pull request #11810 from owncloud/hhvm-autotest | Thomas Müller | 2014-12-22 | 1 | -1/+2 | |
|\ | | | | | Adding autotest-hhvm.sh [WIP] | |||||
| * | HHVM sets stream meta datum wrapper_type to 'File' instead of 'user-space'. | Andreas Fischer | 2014-12-19 | 1 | -1/+2 | |
| | | ||||||
* | | Add getMountPoint to FileInfo | Robin Appelman | 2014-12-17 | 4 | -4/+4 | |
|/ | ||||||
* | Sort results to make sure assert work on consistent order | Vincent Petry | 2014-12-15 | 1 | -2/+6 | |
| | ||||||
* | Merge pull request #12778 from owncloud/searchbytags2 | Vincent Petry | 2014-12-12 | 2 | -0/+96 | |
|\ | | | | | Added searchByTags to view, storage and cache | |||||
| * | Make $userId mandatory for searchByTags | Vincent Petry | 2014-12-12 | 1 | -0/+39 | |
| | | | | | | | | | | | | | | $userId is now a mandatory parameter for searchByTags. Also fixed some places in the code where the argument was missing (Node API and View) | |||||
| * | Added searchByTags to view, storage and cache | Vincent Petry | 2014-12-11 | 1 | -0/+57 | |
| | | ||||||
* | | Merge pull request #12746 from owncloud/skip-longpath-test-again | Thomas Müller | 2014-12-10 | 1 | -1/+1 | |
|\ \ | |/ |/| | skip testLongPath() | |||||
| * | skip testLongPath() | Thomas Müller | 2014-12-10 | 1 | -1/+1 | |
| | | ||||||
* | | Fix numeric storage id for cache wrapper | Vincent Petry | 2014-12-10 | 1 | -0/+4 | |
|/ | ||||||
* | Add public api for mount configurations | Robin Appelman | 2014-12-04 | 4 | -22/+22 | |
| | ||||||
* | Merge pull request #12616 from owncloud/node-fileinfo | Morris Jobke | 2014-12-04 | 4 | -46/+73 | |
|\ | | | | | make \OC\Files\Node\Node implement the FileInfo interface | |||||
| * | make \OC\Files\Node\Node implement the FileInfo interface | Robin Appelman | 2014-12-04 | 4 | -46/+73 | |
| | | ||||||
* | | Remove last traces of travis integration | Morris Jobke | 2014-12-04 | 1 | -5/+1 | |
|/ | ||||||
* | Replace uniqid calls with $this->getUniqueID so tests pass again on windows | Joas Schilling | 2014-12-03 | 4 | -9/+9 | |
| | ||||||
* | Add storage and cache wrappers to apply a permissions mask to a storage | Robin Appelman | 2014-11-27 | 2 | -0/+199 | |
| | ||||||
* | Add storage and cache wrappers to jail a storage to a subfolder | Robin Appelman | 2014-11-27 | 3 | -4/+126 | |
| | ||||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 3 | -24/+24 | |
| | ||||||
* | Make apps/ extend the \Test\TestCase and fix overwritten methods | Joas Schilling | 2014-11-19 | 1 | -1/+1 | |
| | ||||||
* | Use base class to reset the file mapper | Joas Schilling | 2014-11-19 | 29 | -56/+106 | |
| | ||||||
* | Merge pull request #12234 from owncloud/normalizepath-absolute-tests | Lukas Reschke | 2014-11-18 | 1 | -61/+102 | |
|\ | | | | | Add tests for normalizePath() with absolute paths on windows |