| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(AppManager): Provide `getAppIcon` function | Ferdinand Thiessen | 2024-03-07 | 1 | -11/+12 |
* | fix: Allow to set custom app order on navigation entries added by closures to... | Ferdinand Thiessen | 2023-11-14 | 1 | -6/+1 |
* | fix(tests): Test profile entry | Christopher Ng | 2023-10-26 | 1 | -0/+16 |
* | feat(NavigationManager): Always sort the default app first | Ferdinand Thiessen | 2023-10-19 | 1 | -5/+56 |
* | Fix and extend NavigationManagerTest.php | Côme Chilliet | 2023-09-26 | 1 | -5/+79 |
* | Add accessibility entry in user menu | Vincent Petry | 2022-09-14 | 1 | -5/+31 |
* | fix tests | szaimen | 2022-09-02 | 1 | -1/+1 |
* | add a better icon for personal settings | szaimen | 2022-08-31 | 1 | -1/+1 |
* | fix tests | szaimen | 2022-08-31 | 1 | -2/+26 |
* | Let apps toggle an unread counter on app icons | Julius Härtl | 2021-06-16 | 1 | -10/+20 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -84/+84 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 1 | -6/+6 |
* | Add user-status app | Georg Ehrke | 2020-07-31 | 1 | -2/+2 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -3/+3 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -4/+4 |
* | Use non-absolute logout URL to fix wrong URL in reverse proxy scenario | Morris Jobke | 2019-05-08 | 1 | -6/+4 |
* | Parse multiple navigation items | Daniel Kesselberg | 2019-02-22 | 1 | -6/+14 |
* | Urlencode the requesttoken | Roeland Jago Douma | 2019-01-23 | 1 | -1/+1 |
* | Request plain logout url | Roeland Jago Douma | 2019-01-23 | 1 | -10/+5 |
* | Fixed phpunit | John Molakvoæ (skjnldsv) | 2018-07-13 | 1 | -134/+181 |
* | Make sure we test the proper order in the NavigationManagerTest | Julius Härtl | 2018-02-12 | 1 | -7/+7 |
* | Fix tests | Roeland Jago Douma | 2017-09-21 | 1 | -0/+9 |
* | Inject \OCP\IURLGenerator to make tests work | Lukas Reschke | 2017-08-18 | 1 | -1/+11 |
* | Properly allow \OCP\Authentication\IApacheBackend to specify logout URL | Lukas Reschke | 2017-08-18 | 1 | -1/+1 |
* | Don't load navigation entries of restricted apps | Joas Schilling | 2017-07-05 | 1 | -12/+52 |
* | Allow multiple navigation links from info.xml | Joas Schilling | 2017-03-26 | 1 | -37/+73 |
* | Force to specify the name | Joas Schilling | 2017-01-27 | 1 | -4/+6 |
* | Add navigation via info.xml (#26785) | Thomas Müller | 2016-12-22 | 1 | -0/+64 |
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -0/+160 |