Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix namespaces and class names in tests/lib/files/ | Joas Schilling | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | properly use fileinfo objects | Robin Appelman | 2016-03-21 | 1 | -18/+63 |
| | |||||
* | pass the fileinfo to the node if available | Robin Appelman | 2016-03-21 | 2 | -15/+8 |
| | |||||
* | Fix more unit tests to pass a mock storage instead of null to FileInfo | Vincent Petry | 2015-12-08 | 3 | -3/+27 |
| | |||||
* | Also add metadata for postDelete hooks triggered from the view | Robin Appelman | 2015-12-02 | 1 | -1/+21 |
| | |||||
* | Add metadata to post delete hooks | Robin Appelman | 2015-12-01 | 2 | -1/+4 |
| | |||||
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 2 | -0/+14 |
| | | | | Adding more DB groups to test suits | ||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | |||||
* | Add unit test for searching in storage root | Robin Appelman | 2015-10-06 | 1 | -0/+39 |
| | |||||
* | remove unused use | Robin Appelman | 2015-09-28 | 1 | -1/+0 |
| | |||||
* | Add hook connector to connect view and node hooks | Robin Appelman | 2015-09-28 | 1 | -0/+177 |
| | |||||
* | Move dummy backend to Tests namespace | Lukas Reschke | 2015-09-22 | 5 | -5/+5 |
| | |||||
* | Use the view logic for getFolderContent for the node api | Robin Appelman | 2015-09-08 | 1 | -30/+7 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-05-19 | 1 | -1/+0 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | upda tests | Robin Appelman | 2015-04-13 | 1 | -6/+1 |
| | |||||
* | Replace originalStorage in tests with a proper teardown | Vincent Petry | 2015-04-08 | 1 | -9/+3 |
| | | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected. | ||||
* | Add `getNonExistingName()` to the node api | Robin Appelman | 2015-03-24 | 1 | -0/+36 |
| | |||||
* | Add unit test | Robin Appelman | 2015-02-26 | 1 | -0/+15 |
| | |||||
* | Add unit test | Robin Appelman | 2015-01-28 | 1 | -1/+3 |
| | |||||
* | 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. | ||||
* | Add getMountPoint to FileInfo | Robin Appelman | 2014-12-17 | 4 | -4/+4 |
| | |||||
* | 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) | ||||
* | Add public api for mount configurations | Robin Appelman | 2014-12-04 | 1 | -6/+6 |
| | |||||
* | make \OC\Files\Node\Node implement the FileInfo interface | Robin Appelman | 2014-12-04 | 4 | -46/+73 |
| | |||||
* | Replace uniqid calls with $this->getUniqueID so tests pass again on windows | Joas Schilling | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 3 | -24/+24 |
| | |||||
* | Use base class to reset the file mapper | Joas Schilling | 2014-11-19 | 5 | -10/+13 |
| | |||||
* | Correctly restore previous root mount point after testing | Joas Schilling | 2014-11-17 | 1 | -2/+12 |
| | |||||
* | return null instead of throwing an exception | Robin Appelman | 2014-08-06 | 1 | -4/+2 |
| | |||||
* | Fix Folder::getById | Robin Appelman | 2014-08-05 | 1 | -0/+129 |
| | |||||
* | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 1 | -8/+0 |
| | | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 2 | -4/+0 |
| | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | - giving the user a new id for each test run in order to prevent reuse of ↵ | Thomas Müller | 2013-09-13 | 1 | -1/+2 |
| | | | | | | e.g. permissions data in the database - setting the current user id because \OC\FilesView relies on \OC_User::getUser() | ||||
* | adjust test cases to namespace changes | Robin Appelman | 2013-09-10 | 5 | -26/+26 |
| | |||||
* | Provide an implementation of the fileapi for oc6 build on top of the old api | Robin Appelman | 2013-09-01 | 5 | -0/+1700 |