Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unnecessary require calls - the ownCloud class loader is supposed to ↵ | Thomas Müller | 2014-10-30 | 1 | -157/+0 |
| | | | | take care of this | ||||
* | make tests compatible with hook based skeleton generation | Jörn Friedrich Dreyer | 2014-10-20 | 1 | -16/+17 |
| | |||||
* | make skeleton compatible with objectstore | Jörn Friedrich Dreyer | 2014-10-20 | 1 | -2/+2 |
| | | | | suspend encryption proxy when copying skeleton | ||||
* | clear share table after each test run | Bjoern Schiessle | 2014-09-24 | 1 | -0/+3 |
| | |||||
* | unit tests for grouping of shares pointing to the same source | Bjoern Schiessle | 2014-09-22 | 1 | -0/+9 |
| | |||||
* | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 1 | -0/+2 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -1/+1 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -2/+2 |
| | |||||
* | fix share api tests | Bjoern Schiessle | 2014-04-23 | 1 | -7/+5 |
| | |||||
* | fix path in sharing results if it is a file in the Shared folder | Bjoern Schiessle | 2014-02-25 | 1 | -0/+1 |
| | |||||
* | Removed numRows usage from encryption app | Vincent Petry | 2013-12-19 | 1 | -2/+2 |
| | | | | | | | | | numRows on Oracle always seem to return 0. This fix removes numRows usage from the encryption and sharing app. This fixes unit tests and potentially the encryption app itself (migration status) when running on Oracle | ||||
* | Fixed unit tests for files sharing watcher | Vincent Petry | 2013-11-06 | 1 | -1/+1 |
| | |||||
* | Added unit tests for shared files watcher | Vincent Petry | 2013-11-05 | 1 | -0/+143 |
- Added base class for sharing unit tests - Added unit tests for shared files watched to check for folder size propagation |