Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #16767 from owncloud/webdav-preventdeleteroot | Lukas Reschke | 2015-06-05 | 1 | -24/+15 |
|\ | | | | | Prevent deleting Webdav root | ||||
| * | Fix sabre directory test cases | Vincent Petry | 2015-06-05 | 1 | -24/+15 |
| | | | | | | | | | | | | | | - rely on a mock subfolder instead of the root - remove obsolete "Shared" limitation tests which did pass but not for the right reasons - added test for the prevention of root deletion | ||||
* | | Merge pull request #16765 from owncloud/fix-chunked-upload-jenkins | Thomas Müller | 2015-06-05 | 1 | -0/+78 |
|\ \ | |/ |/| | Fix chunked upload jenkins | ||||
| * | fix unit test | Thomas Müller | 2015-06-05 | 1 | -29/+22 |
| | | |||||
| * | Bring back unit tests for \OC\Cache\File | Thomas Müller | 2015-06-05 | 1 | -0/+85 |
| | | |||||
* | | Add unit tests for InvalidPath Exception being thrown | Joas Schilling | 2015-06-05 | 1 | -1/+27 |
|/ | |||||
* | Merge pull request #15895 from owncloud/dav-getremoteetag | Joas Schilling | 2015-06-03 | 1 | -0/+18 |
|\ | | | | | Get etag from remote OC server | ||||
| * | Disable update check test when testing wrappers | Vincent Petry | 2015-06-02 | 1 | -0/+3 |
| | | | | | | | | | | The checkUpdate test is intended for testing real storages, not wrappers. | ||||
| * | Added storage backend test for checkUpdate | Vincent Petry | 2015-06-02 | 1 | -0/+15 |
| | | | | | | | | | | This helps testing whether checkUpdate properly returns false when no change exists | ||||
* | | Fix unit tests | Lukas Reschke | 2015-06-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Regression caused by https://github.com/owncloud/core/pull/16721 Failed the unit tests as per https://ci.owncloud.org/job/server-master-linux/database=sqlite,label=SLAVE/1994/testReport/junit/(root)/Test_Encryption_ManagerTest/testGetEncryptionModuleUnknown/: ``` Test\Encryption\ManagerTest::testGetEncryptionModuleUnknown Failed asserting that exception message 'Module with id: unknown does not exist.' contains 'Module with id: unknown does not exists.' ``` | ||||
* | | use not deprecated method in tests | Morris Jobke | 2015-06-03 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #16714 from owncloud/fix-cors-test | Lukas Reschke | 2015-06-03 | 1 | -0/+7 |
|\ \ | | | | | | | Fix #16713 | ||||
| * | | fix #16713 | Bernhard Posselt | 2015-06-03 | 1 | -0/+7 |
| | | | |||||
* | | | Merge pull request #16708 from owncloud/enc_fix_move_to_trash | Morris Jobke | 2015-06-03 | 1 | -0/+39 |
|\ \ \ | | | | | | | | | make sure that we always use the correct owner for both source and target | ||||
| * | | | make sure that we always use the correct owner for both source and target | Bjoern Schiessle | 2015-06-03 | 1 | -0/+39 |
| |/ / | |||||
* / / | Move the helpful method to the TestCase class | Joas Schilling | 2015-06-03 | 24 | -73/+87 |
|/ / | |||||
* / | Add unit tests for wrapStorage | Joas Schilling | 2015-06-02 | 1 | -0/+45 |
|/ | |||||
* | Merge pull request #16200 from owncloud/kill-globalfilecache | Morris Jobke | 2015-06-02 | 4 | -259/+40 |
|\ | | | | | Drop file caching | ||||
| * | add repair steps to get rid of old background jobs | Arthur Schiwon | 2015-05-12 | 1 | -0/+40 |
| | | |||||
| * | remove file cache classes and its tests | Arthur Schiwon | 2015-05-08 | 3 | -259/+0 |
| | | |||||
* | | Merge pull request #16672 from owncloud/tests-xmlupdate | Thomas Müller | 2015-06-01 | 2 | -10/+4 |
|\ \ | | | | | | | Fix phpunit xml | ||||
| * | | Fix phpunit xml | Vincent Petry | 2015-06-01 | 2 | -10/+4 |
| | | | | | | | | | | | | Rename/remove obsolete paths | ||||
* | | | Merge pull request #16663 from owncloud/no-sense-to-check-for-cli | Joas Schilling | 2015-06-01 | 1 | -7/+0 |
|\ \ \ | | | | | | | | | Remove check for RAW_POPULATE_POST_DATA for unit tests | ||||
| * | | | Remove check for RAW_POPULATE_POST_DATA for unit tests | Lukas Reschke | 2015-06-01 | 1 | -7/+0 |
| |/ / | | | | | | | | | | We do have a work around meanwhile and for CLI this is not relevant at all. Can be removedWe do have a work around meanwhile and for CLI this is not relevant at all. Can be removed. | ||||
* | | | add method to atomically change between shared and exclusive lock | Robin Appelman | 2015-06-01 | 1 | -0/+53 |
| | | | |||||
* | | | unit test for releaseall | Robin Appelman | 2015-06-01 | 1 | -0/+24 |
| | | | |||||
* | | | release all locks after test | Robin Appelman | 2015-06-01 | 1 | -0/+1 |
| | | | |||||
* | | | fix test | Robin Appelman | 2015-06-01 | 1 | -2/+2 |
| | | | |||||
* | | | high level locking wip | Robin Appelman | 2015-06-01 | 1 | -0/+27 |
|/ / | |||||
* | | Merge pull request #16517 from owncloud/remove-logo-wide | Thomas Müller | 2015-05-29 | 6 | -883/+13 |
|\ \ | | | | | | | replace logo-wide on share page as well with better icon + text | ||||
| * | | change tests back to check for logo-wide, make them pass again | Jan-Christoph Borchardt | 2015-05-28 | 1 | -3/+3 |
| | | | |||||
| * | | remove logo-wide from tests | Jan-Christoph Borchardt | 2015-05-21 | 7 | -886/+16 |
| | | | |||||
* | | | Only use quota stream wrapper on "files" | Vincent Petry | 2015-05-28 | 1 | -11/+23 |
| | | | | | | | | | | | | | | | Prevent using the quota stream wrapper on trashbin folders and other metadata folders | ||||
* | | | Merge pull request #16501 from owncloud/enc_fix_move_versions_between_storages | Vincent Petry | 2015-05-28 | 2 | -16/+73 |
|\ \ \ | | | | | | | | | [encryption] fix move versions between storages | ||||
| * | | | copy keys before we move a file between storages to make sure that the new ↵ | Bjoern Schiessle | 2015-05-22 | 1 | -4/+45 |
| | | | | | | | | | | | | | | | | target file reuses the old file key, otherwise versions will break | ||||
| * | | | distinguish between source and target mount point to allow copy/rename ↵ | Bjoern Schiessle | 2015-05-21 | 1 | -12/+28 |
| |/ / | | | | | | | | | | between system wide mount points and user specific mountpoints | ||||
* | | | improve error messages displayed to the user | Bjoern Schiessle | 2015-05-27 | 1 | -1/+5 |
| | | | |||||
* | | | Merge pull request #16565 from owncloud/add-urandom-check | Thomas Müller | 2015-05-26 | 1 | -1/+7 |
|\ \ \ | | | | | | | | | Add check for availability of /dev/urandom | ||||
| * | | | Add check for availability of /dev/urandom | Lukas Reschke | 2015-05-26 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without /dev/urandom being available to read the medium RNG will rely only on the following components on a Linux system: 1. MicroTime: microtime() . memory_get_usage() as seed and then a garbage collected microtime for loop 2. MTRand: chr((mt_rand() ^ mt_rand()) % 256) 3. Rand: chr((rand() ^ rand()) % 256) 4. UniqId: Plain uniqid() An adversary with the possibility to predict the seed used by the PHP process may thus be able to predict future tokens which is an unwanted behaviour. One should note that this behaviour is documented in our documentation to ensure that users get aware of this even without reading our documentation this will add a post setup check to the administrative interface. Thanks to David Black from d1b.org for bringing this again to our attention. | ||||
* | | | | Merge pull request #16561 from owncloud/add-default-timeout-back | Björn Schießle | 2015-05-26 | 1 | -2/+73 |
|\ \ \ \ | | | | | | | | | | | Add connection timeout to default POST options | ||||
| * | | | | Add connection timeout to default POST options | Lukas Reschke | 2015-05-26 | 1 | -2/+73 |
| |/ / / | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/16560 | ||||
* | | | | Merge pull request #16532 from owncloud/cors-no-cookie-auth | Vincent Petry | 2015-05-26 | 1 | -4/+71 |
|\ \ \ \ | | | | | | | | | | | Disallow cookie auth for cors requests | ||||
| * | | | | disallow cookie auth for cors requests | Bernhard Posselt | 2015-05-22 | 1 | -4/+71 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testing ... fixes fix test add php doc fix small mistake add another phpdoc remove not working cors annotations from files app | ||||
* | | | | Merge pull request #16452 from owncloud/enc_ftp_upload | Björn Schießle | 2015-05-26 | 2 | -3/+84 |
|\ \ \ \ | | | | | | | | | | | always write file, if fseek doesn't work we write the whole file | ||||
| * | | | | test to simulate a non-seekable stream wrapper | Bjoern Schiessle | 2015-05-21 | 2 | -3/+84 |
| | | | | | |||||
* | | | | | Merge pull request #16339 from owncloud/master-override-channel | Thomas Müller | 2015-05-26 | 1 | -0/+47 |
|\ \ \ \ \ | | | | | | | | | | | | | Allow change update channel via public API | ||||
| * | | | | | Test overriding channel | Victor Dubiniuk | 2015-05-15 | 1 | -0/+47 |
| | | | | | | |||||
* | | | | | | Merge pull request #16526 from owncloud/enc_fix_versions_webdav_upload | Vincent Petry | 2015-05-22 | 2 | -1/+23 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | remove part file extension before we read a filekey | ||||
| * | | | | | remove part file extension before we read a filekey to reuse a existing key ↵ | Bjoern Schiessle | 2015-05-22 | 2 | -1/+23 |
| | |_|/ / | |/| | | | | | | | | | | | | | if possible, otherwise stuff like versioning will break | ||||
* / | | | | Get correct mimetype when moving and changing extension | Vincent Petry | 2015-05-21 | 1 | -7/+19 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue when restoring folders from trash cross-storage, as such folders have an extension ".d12345678". Fixes issue when moving folders between storages and at the same time changing their extension. |