aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/NavigationManager.php
Commit message (Expand)AuthorAgeFilesLines
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-1/+1
* Use implementations instead of interfaces for accessing private methodsjld31032023-03-301-1/+1
* fix(appinfo): navigation type is optionalJoas Schilling2023-02-031-5/+3
* Allow settings navigation items with no route entryChristopher Ng2023-02-021-3/+7
* Fix navigation orderJohn Molakvoæ2022-11-221-1/+1
* Add accessibility entry in user menuVincent Petry2022-09-141-5/+16
* l10n: Spelling unificationValdnet2022-09-021-1/+1
* add a better icon for personal settingsszaimen2022-08-311-1/+1
* add a way to open the admin settings overview directlyszaimen2022-08-301-10/+30
* Let apps toggle an unread counter on app iconsJulius Härtl2021-06-161-1/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Show mime icon, bump bundles, make the SearchResultEntry class non-abstract,...John Molakvoæ (skjnldsv)2020-08-041-17/+4
* Add user-status appGeorg Ehrke2020-07-311-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+4
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-051-2/+3
* Fix help route in navigationJulius Härtl2019-10-221-1/+1
* Generate id for navigation itemDaniel Kesselberg2019-02-251-2/+2
* Parse multiple navigation itemsDaniel Kesselberg2019-02-221-2/+2
* Upgraded navigation submenu management and api + created sharing submenuJohn Molakvoæ (skjnldsv)2018-07-131-2/+2
* Allow empty route for navigation entriesJulius Härtl2018-05-241-1/+1
* Fixed settings menu entry and group deletionJohn Molakvoæ (skjnldsv)2018-05-161-1/+1
* Update phpDoc comments and add more type hintingJulius Härtl2018-02-151-6/+7
* Add getAll to public INavigationManagerJulius Härtl2018-02-121-1/+1
* Move navigation processing to the NavigationManagerJulius Härtl2018-02-121-4/+38
* Update license headersMorris Jobke2017-11-061-0/+3
* Avoid error undefined index classes in logJohn Molakvoæ (skjnldsv)2017-09-211-0/+3
* Inject \OCP\IURLGenerator to make tests workLukas Reschke2017-08-181-1/+1
* Properly allow \OCP\Authentication\IApacheBackend to specify logout URLLukas Reschke2017-08-181-12/+12
* Don't load navigation entries of restricted appsJoas Schilling2017-07-051-1/+12
* add storage info, fix URL generationArthur Schiwon2017-06-231-1/+1
* one settings link, common template, stylingArthur Schiwon2017-06-231-16/+4
* Allow to specify the idJoas Schilling2017-03-261-1/+2
* Make sure help is always after usersJoas Schilling2017-03-261-1/+1
* Fix order as @jancborchardt requestedMorris Jobke2017-03-261-2/+2
* Allow multiple navigation links from info.xmlJoas Schilling2017-03-261-48/+38
* Allow apps to register a setting via info.xmlJoas Schilling2017-03-261-0/+2
* Move app management to the settings menuJoas Schilling2017-03-261-4/+3
* Manage the right side menu via the navigation manager as wellJoas Schilling2017-03-261-21/+120
* Register the app management in the normal wayJoas Schilling2017-03-261-0/+11
* Force to specify the nameJoas Schilling2017-01-271-4/+7
* Add navigation via info.xml (#26785)Thomas Müller2016-12-221-6/+98
* Fix othersJoas Schilling2016-07-211-2/+3
* Move more of \OC to PSR-4Roeland Jago Douma2016-04-291-0/+95