aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/NavigationManager.php
Commit message (Expand)AuthorAgeFilesLines
* fix(NavigationManager): Make entry order always an integerprovokateurin2024-06-041-1/+1
* enh(NavigationManager): Use ID as fallback for `app` property of entriesFerdinand Thiessen2023-12-071-2/+8
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-5/+5
* fix: Allow to set custom app order on navigation entries added by closures to...Ferdinand Thiessen2023-11-141-5/+11
* fix(NavigationManager): Set default app in `add` function to allow entries ad...Ferdinand Thiessen2023-11-141-7/+8
* fix(NavigationManager): Check for `appManager` before using itFerdinand Thiessen2023-11-141-4/+4
* enh: Register profile nav entryChristopher Ng2023-10-261-0/+13
* feat(NavigationManager): Always sort the default app firstFerdinand Thiessen2023-10-191-6/+40
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-3/+3
* Revert "Support admin default order for applications"Côme Chilliet2023-09-261-8/+2
* Support admin default order for applicationsCôme Chilliet2023-09-251-2/+8
* Read apporder from configuration valueCôme Chilliet2023-09-251-2/+6
* fix(API): Fix parameter name to match interfaceJoas Schilling2023-09-011-2/+2
* 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