AndyXheli
9ad73c7bf7
Update lib/Controller/JsController.php
...
Signed-off-by: AndyXheli <andyxheli@gmail.com>
2025-09-20 16:43:41 +02:00
AndyXheli
acde24ea71
Update lib/Controller/JsController.php
2025-09-20 16:42:52 +02:00
AndyXheli
8bd89b4565
Update lib/Controller/JsController.php
2025-09-20 16:41:49 +02:00
AndyXheli
58cfbc24af
"Refactor Side Menu JsController to Use IAvatarManager via Dependency Injection for Nextcloud 32 Com
...
🔧 Problem: The Side Menu app was calling OC\Server::getAvatarManager(), which no longer exists in Nextcloud 32.
✅ Fix:
Injected IAvatarManager using Nextcloud’s public API instead of accessing it via OC::$server.
Updated the constructor to accept IAvatarManager, IUserSession, INavigationManager, and IURLGenerator.
Replaced all direct calls to OC::$server->getAvatarManager() and similar with the injected services.
This makes the app compatible with Nextcloud 32 and avoids deprecated internal method calls.
Signed-off-by: AndyXheli <andyxheli@gmail.com>
2025-09-20 16:25:58 +02:00
Simon Vieille
a47a8d6c63
remove route unused route
2025-04-16 19:37:28 +02:00
Simon Vieille
6c4f9120ff
format code
2025-04-16 09:13:54 +02:00
Simon Vieille
52b2d18a03
refactor of menus
...
begin work on settings
2025-04-16 09:06:34 +02:00
Simon Vieille
3058c225e0
style: apply php linter
2025-03-05 21:55:53 +01:00
Simon Vieille
b03a7f7bad
refactor(controller): usage of attributes instead of annotations
2025-03-05 21:54:59 +01:00
Simon Vieille
7c5654f3bc
add constructor property promotion
...
add return type of methods
2024-06-27 20:27:31 +02:00
Simon Vieille
93fef37033
add option to show hovered label only on top menu
2023-05-23 14:09:55 +02:00
Simon Vieille
4258327a70
add 'top-menu-mouse-over-hidden-label' as window property and use it in the AppMenu component
2022-12-26 12:57:07 +01:00
Simon Vieille
053615c2c4
remove this unused "$topMenuAppsOrder" local variable
2022-12-04 00:08:20 +01:00
Simon Vieille
52d88771d9
add apps sorter is user side ( fix #160 )
2022-11-04 21:07:44 +01:00
Simon Vieille
07c7221ca2
rename 'top-menu-apps-order' with 'apps-order'
2022-10-27 21:51:58 +02:00
Simon Vieille
84c620637e
add custom apps sorting
2022-10-21 17:59:41 +02:00
Simon Vieille
d34b41ba94
add option to keep an app in the top and side menu
2022-01-12 12:40:17 +01:00
Simon Vieille
3975f3be28
fix #63 : add a new side menu with categories
2021-10-21 21:37:32 +02:00
Simon Vieille
6984efdafd
fix issue #51 : add link on the logo
2020-12-03 13:33:28 +01:00
Simon Vieille
02825cee67
add option to hide apps (big menu display)
2020-11-03 12:16:36 +01:00
Simon Vieille
ae74e745db
add menu element: link to settings
2020-10-15 15:46:59 +02:00
Simon Vieille
c7f9fd1b8b
add an option to force settings to users
2020-09-24 14:26:25 +02:00
Simon Vieille
9d2eab42d8
fix args type
2020-09-23 12:51:55 +02:00
Simon Vieille
240a6b1aa4
PSR 2 compliance
2020-09-22 14:35:09 +02:00
Simon Vieille
40e883841e
add config proxy
2020-09-22 14:24:53 +02:00
Simon Vieille
9a67c165bd
add constante for the app id and the app name
2020-09-21 11:28:55 +02:00
Simon Vieille
5153bee7c6
- add specific methods to get the config
...
- add a controller to retrieve most of the configuration
2020-09-20 20:53:03 +02:00
Simon Vieille
ba6d6fdd8f
PSR 2 compliance
2020-09-18 11:09:14 +02:00
Simon Vieille
e5dd893774
add option to show the avatar instead of the logo
2020-09-18 11:09:01 +02:00
Simon Vieille
b6c6fc2486
add target _blank
2020-09-12 16:32:10 +02:00
Simon Vieille
f133932884
add target _blank when the option is enabled
2020-09-11 13:23:40 +02:00
Simon Vieille
3da1830f58
fix #21 : add on option to always display the menu on the left
2020-09-03 09:46:39 +02:00
Simon Vieille
e4abc5b43f
add PSR 2 compliance
2020-08-13 11:21:59 +02:00
Simon Vieille
a1b1396b63
add add top-menu-apps option in the personal settings
2020-08-12 15:59:51 +02:00
Simon Vieille
ffab77aff2
add options to select apps that must be displayed in the top menu (replace exteral sites option)
2020-08-12 10:51:49 +02:00
Simon Vieille
8e0be738a6
add base of the big menu
2020-08-06 15:00:59 +02:00
Simon Vieille
dcc19f5b23
add loader
2020-05-19 15:17:54 +02:00
Simon Vieille
7ac19c7bec
add personal settings page to enabled (or not) the side menu
2020-05-11 22:51:27 +02:00
Simon Vieille
c52079e882
fix #19 : add option to keep external sites in the top menu
2020-05-09 15:53:25 +02:00
Simon Vieille
7864e16ef3
add option to force light icons
2020-05-09 14:30:24 +02:00
Simon Vieille
4146e9c2a1
fix #12 : add an option to hide the opener and the panel when there is no application
2020-04-29 09:03:03 +02:00
Simon Vieille
457bfc282b
add opener-position option (issue #3 )
2020-04-20 14:04:06 +02:00
Simon Vieille
0cceb03213
add js script using a controller
2020-04-17 13:57:23 +02:00