aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/NavigationManager.php
Commit message (Expand)AuthorAgeFilesLines
* feat(Navigation): emit dedicated event for loading additional entriesenh/noid/navigationentryeventArthur Schiwon4 days1-0/+4
* chore(profile): move profile app from core to appsskjnldsv2024-11-141-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* fix(NavigationManager): Skip invalid default navigation entriesprovokateurin2024-09-091-12/+25
* feat(NavigationManager): Add default entries handlingprovokateurin2024-09-091-10/+87
* fix(NavigationManager): Make entry order always an integerprovokateurin2024-05-301-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-241-28/+4
* chore: Rename "Users" menu entry to "Accounts"Christopher Ng2024-05-171-1/+1
* feat: Update help entry nameChristopher Ng2024-04-221-1/+1
* fix(Navigation): ensure NavManager is inited when adding an entryArthur Schiwon2024-03-131-4/+1
* feat(AppManager): Provide `getAppIcon` functionFerdinand Thiessen2024-03-071-5/+7
* enh(NavigationManager): Use ID as fallback for `app` property of entriesFerdinand Thiessen2023-12-061-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