Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 2 | -823/+0 |
| | | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader | ||||
* | tests: Fix typos (found by codespell) | Stefan Weil | 2016-04-06 | 1 | -1/+1 |
| | | | | | | Fix also a small grammar issue. Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Save the query when we get tags for no objects | Joas Schilling | 2016-03-22 | 1 | -1/+10 |
| | |||||
* | Merge pull request #22573 from owncloud/issue-22568-allow-string-object-ids | Thomas Müller | 2016-02-24 | 1 | -37/+37 |
|\ | | | | | Make sure we can store strings as per the interface | ||||
| * | Make sure we can store strings as per the interface | Joas Schilling | 2016-02-22 | 1 | -37/+37 |
| | | |||||
* | | Allow defining a limit and offset for getObjectIdsForTags | Joas Schilling | 2016-02-23 | 1 | -0/+36 |
|/ | |||||
* | Dispatch events when tags are added/updated/deleted | Joas Schilling | 2016-02-02 | 1 | -1/+14 |
| | |||||
* | Dispatch some events when tags are un-/assigned | Joas Schilling | 2016-02-02 | 2 | -8/+21 |
| | |||||
* | Fixed system tags DAV and API and docs | Vincent Petry | 2015-12-04 | 2 | -4/+4 |
| | |||||
* | Fix the unit test by running tearDown() and cleaning tags before the test | Joas Schilling | 2015-12-01 | 2 | -1/+13 |
| | |||||
* | Add a method to get the list of tags from the TagNotFound Exception | Joas Schilling | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | Fix phpstorm complains in tests | Joas Schilling | 2015-11-30 | 2 | -9/+7 |
| | |||||
* | Cleanup imports and type hinting | Thomas Müller | 2015-11-30 | 2 | -11/+18 |
| | |||||
* | Add phpunit group for tests | Joas Schilling | 2015-11-30 | 2 | -0/+12 |
| | |||||
* | Added system tags data structure and PHP side managers | Vincent Petry | 2015-11-27 | 2 | -0/+723 |
Added SystemTagManager and SystemTagObjectMapper |