aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/SystemTag
Commit message (Expand)AuthorAgeFilesLines
* feat(systemtags): allow setting color with occskjnldsv2024-12-061-5/+5
* feat(systemtags): add color support backendskjnldsv2024-12-061-14/+14
* feat(dav): add systemtag object IDs listingskjnldsv2024-10-292-2/+23
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-214-8/+8
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-156-16/+23
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-16/+16
* chore: Add SPDX headerAndy Scherzinger2024-05-286-134/+24
* fix(systemtags): Forbid tagging of readonly filesCôme Chilliet2024-03-193-47/+76
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-16/+16
* fix(psalm): systemtagsJohn Molakvoæ2023-04-281-2/+6
* expose system tags as dav property for filesRobin Appelman2023-04-281-5/+10
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-206-63/+63
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-6/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-166-6/+6
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-5/+5
* Add visibility to all constantsChristoph Wurst2020-04-101-6/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Remove trailing and in between spacesChristoph Wurst2020-04-091-3/+3
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-3/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-316-0/+6
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-256-96/+96
* Update license headersChristoph Wurst2019-12-056-6/+6
* Mode to modern phpunitRoeland Jago Douma2019-11-276-91/+93
* Make phpunit8 compatibleRoeland Jago Douma2019-11-276-6/+6
* Some php-cs fixesRoeland Jago Douma2019-11-223-5/+5
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-2/+2
* Update license headersMorris Jobke2017-11-066-0/+6
* Use ::class in test mocks of dav appMorris Jobke2017-10-266-18/+30
* Use ::class in test mocksMorris Jobke2017-10-246-26/+40
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Only allow admins to delete tagsJoas Schilling2016-12-061-29/+13
* Fix apps/Joas Schilling2016-07-216-12/+24
* Fix non-existing exception classJoas Schilling2016-07-185-25/+25
* Fix TODO and bring in abstraction (similar to comments)Joas Schilling2016-07-181-7/+6
* Fix PHPUnit 5.4 warnings in DAV appRoeland Jago Douma2016-07-156-23/+46
* Update license headersLukas Reschke2016-05-266-2/+8
* Update DAV unit tests to PSR-4Joas Schilling2016-05-256-0/+1947