Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -525/+0 |
| | |||||
* | Fix tests | Roeland Jago Douma | 2016-04-19 | 1 | -42/+59 |
| | |||||
* | apps: Fix typos (found by codespell) (#23862) | Stefan Weil | 2016-04-12 | 1 | -1/+1 |
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 1 | -0/+6 |
| | |||||
* | adjust test | Robin Appelman | 2015-04-27 | 1 | -1/+3 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -0/+25 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -25/+0 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -0/+25 |
| | |||||
* | Fix issues with searchByTag in shared storage | Vincent Petry | 2014-12-18 | 1 | -1/+56 |
| | |||||
* | Make $userId mandatory for searchByTags | Vincent Petry | 2014-12-12 | 1 | -2/+3 |
| | | | | | | | $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/+33 |
| | |||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -2/+2 |
| | |||||
* | Make apps/ extend the \Test\TestCase and fix overwritten methods | Joas Schilling | 2014-11-19 | 1 | -2/+2 |
| | |||||
* | Skip some more tests on Windows which just can not work at all | Joas Schilling | 2014-11-17 | 1 | -3/+15 |
| | |||||
* | remove unnecessary require calls - the ownCloud class loader is supposed to ↵ | Thomas Müller | 2014-10-30 | 1 | -2/+3 |
| | | | | take care of this | ||||
* | add test for search() in shared cache | Jörn Friedrich Dreyer | 2014-07-31 | 1 | -3/+75 |
| | |||||
* | Correctly return the owner display name for children of shares | Vincent Petry | 2014-07-16 | 1 | -0/+19 |
| | |||||
* | 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 | ||||
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -1/+1 |
| | |||||
* | some fixes to make the gallery work, this made it necessary to adjust some ↵ | Bjoern Schiessle | 2014-04-23 | 1 | -9/+9 |
| | | | | tests and the encryption code | ||||
* | we don't allow to share a folder if it contains a share mount point | Bjoern Schiessle | 2014-04-23 | 1 | -3/+3 |
| | |||||
* | fix share api tests | Bjoern Schiessle | 2014-04-23 | 1 | -33/+27 |
| | |||||
* | Implement getPath for shared files | Robin Appelman | 2014-03-28 | 1 | -0/+39 |
| | |||||
* | fix test so that it doesn't depend on the array order | Bjoern Schiessle | 2014-02-21 | 1 | -14/+25 |
| | |||||
* | fix usersPath and add unit tests | Bjoern Schiessle | 2014-02-21 | 1 | -2/+106 |
| | |||||
* | Fixed searchByMime in shared cache | Vincent Petry | 2014-02-05 | 1 | -0/+134 |
- searchByMime now correctly returns files recursively search through all the dirs - added unit test for searchByMime |