aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/NavigationManagerTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-8/+8
* fix(NavigationManager): Skip invalid default navigation entriesprovokateurin2024-09-091-0/+57
* feat(NavigationManager): Add default entries handlingprovokateurin2024-09-091-1/+168
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-12/+12
* chore: Add SPDX headerAndy Scherzinger2024-05-131-8/+3
* feat(AppManager): Provide `getAppIcon` functionFerdinand Thiessen2024-03-071-11/+12
* fix: Allow to set custom app order on navigation entries added by closures to...Ferdinand Thiessen2023-11-141-6/+1
* fix(tests): Test profile entryChristopher Ng2023-10-261-0/+16
* feat(NavigationManager): Always sort the default app firstFerdinand Thiessen2023-10-191-5/+56
* Fix and extend NavigationManagerTest.phpCôme Chilliet2023-09-261-5/+79
* Add accessibility entry in user menuVincent Petry2022-09-141-5/+31
* fix testsszaimen2022-09-021-1/+1
* add a better icon for personal settingsszaimen2022-08-311-1/+1
* fix testsszaimen2022-08-311-2/+26
* Let apps toggle an unread counter on app iconsJulius Härtl2021-06-161-10/+20
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-84/+84
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-6/+6
* Add user-status appGeorg Ehrke2020-07-311-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-3/+3
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-4/+4
* Use non-absolute logout URL to fix wrong URL in reverse proxy scenarioMorris Jobke2019-05-081-6/+4
* Parse multiple navigation itemsDaniel Kesselberg2019-02-221-6/+14
* Urlencode the requesttokenRoeland Jago Douma2019-01-231-1/+1
* Request plain logout urlRoeland Jago Douma2019-01-231-10/+5
* Fixed phpunitJohn Molakvoæ (skjnldsv)2018-07-131-134/+181
* Make sure we test the proper order in the NavigationManagerTestJulius Härtl2018-02-121-7/+7
* Fix testsRoeland Jago Douma2017-09-211-0/+9
* Inject \OCP\IURLGenerator to make tests workLukas Reschke2017-08-181-1/+11
* Properly allow \OCP\Authentication\IApacheBackend to specify logout URLLukas Reschke2017-08-181-1/+1
* Don't load navigation entries of restricted appsJoas Schilling2017-07-051-12/+52
* Allow multiple navigation links from info.xmlJoas Schilling2017-03-261-37/+73
* Force to specify the nameJoas Schilling2017-01-271-4/+6
* Add navigation via info.xml (#26785)Thomas Müller2016-12-221-0/+64
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+160