aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/systemtag
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-202-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 Weil2016-04-061-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 objectsJoas Schilling2016-03-221-1/+10
|
* Merge pull request #22573 from owncloud/issue-22568-allow-string-object-idsThomas Müller2016-02-241-37/+37
|\ | | | | Make sure we can store strings as per the interface
| * Make sure we can store strings as per the interfaceJoas Schilling2016-02-221-37/+37
| |
* | Allow defining a limit and offset for getObjectIdsForTagsJoas Schilling2016-02-231-0/+36
|/
* Dispatch events when tags are added/updated/deletedJoas Schilling2016-02-021-1/+14
|
* Dispatch some events when tags are un-/assignedJoas Schilling2016-02-022-8/+21
|
* Fixed system tags DAV and API and docsVincent Petry2015-12-042-4/+4
|
* Fix the unit test by running tearDown() and cleaning tags before the testJoas Schilling2015-12-012-1/+13
|
* Add a method to get the list of tags from the TagNotFound ExceptionJoas Schilling2015-12-011-1/+1
|
* Fix phpstorm complains in testsJoas Schilling2015-11-302-9/+7
|
* Cleanup imports and type hintingThomas Müller2015-11-302-11/+18
|
* Add phpunit group for testsJoas Schilling2015-11-302-0/+12
|
* Added system tags data structure and PHP side managersVincent Petry2015-11-272-0/+723
Added SystemTagManager and SystemTagObjectMapper