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
d9051304c8
Merge branch 'translations' into develop
2025-05-26 18:48:38 +02:00
yurtpage
95d7c1f0c7
Translated using Weblate (Slovak)
...
Currently translated at 52.2% (57 of 109 strings)
Translation: Custom menu/Application
Translate-URL: https://translate.codeberg.org/projects/custom-menu/application/sk/
2025-05-26 18:45:36 +02:00
yurtpage
c6fe0db0b6
Translated using Weblate (Russian)
...
Currently translated at 100.0% (111 of 111 strings)
Translation: Custom menu/Application
Translate-URL: https://translate.codeberg.org/projects/custom-menu/application/ru/
2025-05-26 18:45:35 +02:00
Outbreak2096
3fbfd36cba
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (111 of 111 strings)
Translation: Custom menu/Application
Translate-URL: https://translate.codeberg.org/projects/custom-menu/application/zh_Hans/
2025-05-26 18:45:35 +02:00
Simon
70a3fefb3d
Translated using Weblate (French)
...
Currently translated at 100.0% (111 of 111 strings)
Translation: Custom Menu/Application
Translate-URL: https://translate.gitnet.fr/projects/custom-menu/application/fr/
2025-05-26 18:45:35 +02:00
deblan
ddb5b13849
Added translation using Weblate (Swedish)
2025-05-26 14:37:17 +00:00
Simon Vieille
3f16a674e6
release v5.1.1
2025-05-23 09:02:11 +02:00
Simon Vieille
782faf6add
update changelog
2025-05-04 18:34:29 +02:00
Simon Vieille
92d15d161b
Merge pull request 'fix #349 : add custom controller to retrieve core apps' ( #431 ) from bugfix/issue349-components-apps into develop
...
Reviewed-on: https://gitnet.fr/deblan/side_menu/pulls/431
2025-05-04 18:31:36 +02:00
Simon Vieille
cd4b3b1054
fix #349 : add custom controller to retrieve core apps
2025-05-04 18:24:32 +02:00
Simon Vieille
f58dedf553
fix(build): define appName to fix this error: "The '@nextcloud/vue' library was used without setting / replacing the 'appName'"
2025-05-04 13:11:05 +02:00
Simon Vieille
8c6f0ad1da
release v5.1.0
2025-04-30 13:01:22 +02:00
Simon Vieille
7485a5b349
Merge pull request 'fix #425 : allow to set a color using hex code' ( #427 ) from feature/issue425-colorpicker into develop
...
Reviewed-on: https://gitnet.fr/deblan/side_menu/pulls/427
2025-04-30 13:00:29 +02:00
Simon Vieille
b0e01c2eec
update changelog
2025-04-30 12:57:49 +02:00
Simon Vieille
d2730afe9f
fix #425 : allow to set a color using hex code
2025-04-30 12:57:13 +02:00
Simon Vieille
33ab7dff97
update changelog
2025-04-30 12:50:51 +02:00
Simon Vieille
0da550e3eb
Merge pull request 'Use Request object' ( #426 ) from llaumgui-develop into develop
...
Reviewed-on: https://gitnet.fr/deblan/side_menu/pulls/426
2025-04-30 12:47:23 +02:00
Simon Vieille
4bea4afb07
refactor(Application): add properties types
2025-04-30 12:45:32 +02:00
llaumgui
d485b728e7
Use Request object
2025-04-30 09:30:35 +02:00
Simon Vieille
8772504b76
release v5.0.3
2025-04-30 08:41:10 +02:00
Simon Vieille
75bea4be38
Merge pull request 'Update lib/AppInfo/Application.php' ( #421 ) from Monica-Wood/side_menu:http_user_agent_check_patch into develop
...
Reviewed-on: https://gitnet.fr/deblan/side_menu/pulls/421
Reviewed-by: Simon Vieille <contact@deblan.fr>
2025-04-30 08:37:15 +02:00
Monica-Wood
8787918547
Update lib/AppInfo/Application.php
...
The current change is currently filling the nextcloud logs up with the error:
`Undefined array key \"HTTP_USER_AGENT\" at /srv/www/nextcloud/apps/side_menu/lib/AppInfo/Application.php#109`
This adds a check to ensure the index exists before read it.
2025-04-30 07:31:13 +02:00
Simon Vieille
1fcbd89d19
release v5.0.2
2025-04-29 19:26:07 +02:00
Simon Vieille
f177340b13
update changelog
2025-04-29 19:24:04 +02:00
Simon Vieille
aaa7afac51
Merge pull request 'fix #418 : allow non admin user to access their settings' ( #419 ) from bugfix/issue418-userconfigaccess into develop
...
Reviewed-on: https://gitnet.fr/deblan/side_menu/pulls/419
2025-04-29 19:23:27 +02:00
Simon Vieille
fd4628d209
update changelog
2025-04-29 19:22:25 +02:00
Simon Vieille
f9aa59ca04
fix #418 : allow non admin user to access their settings
2025-04-29 19:21:17 +02:00
yurtpage
9f8db6be4f
Translated using Weblate (Slovak)
...
Currently translated at 52.2% (57 of 109 strings)
Translation: Custom menu/Application
Translate-URL: https://translate.codeberg.org/projects/custom-menu/application/sk/
2025-04-23 20:53:03 +00:00
yurtpage
cc28ad4dc5
Translated using Weblate (Russian)
...
Currently translated at 100.0% (111 of 111 strings)
Translation: Custom menu/Application
Translate-URL: https://translate.codeberg.org/projects/custom-menu/application/ru/
2025-04-23 20:53:02 +00:00
Codeberg Translate
3e139d42a8
Merge branch 'origin/translations' into Weblate.
2025-04-18 20:39:10 +00:00
Outbreak2096
a956efaf15
Translated using Weblate (Chinese (Simplified Han script))
...
Currently translated at 100.0% (111 of 111 strings)
Translation: Custom menu/Application
Translate-URL: https://translate.codeberg.org/projects/custom-menu/application/zh_Hans/
2025-04-18 20:39:09 +00:00
Simon
6a54ae3781
Translated using Weblate (French)
...
Currently translated at 100.0% (111 of 111 strings)
Translation: Custom Menu/Application
Translate-URL: https://translate.gitnet.fr/projects/custom-menu/application/fr/
2025-04-18 16:49:52 +00:00
Simon Vieille
95e4ef136e
Merge pull request 'fix #413 : add user-agent check for memories mobile app' ( #414 ) from bugfix/issues413-memories into develop
...
Reviewed-on: https://gitnet.fr/deblan/side_menu/pulls/414
2025-04-18 10:36:15 +02:00
Simon Vieille
c0eb65547d
fix #413 : add user-agent check for memories mobile app
2025-04-17 15:15:03 +02:00
Simon Vieille
29d061c379
update readme
2025-04-17 08:48:14 +02:00
Simon Vieille
8e22d9ea62
Merge pull request 'bugfix/standard-menu-mobile' ( #411 ) from bugfix/standard-menu-mobile into develop
...
Reviewed-on: https://gitnet.fr/deblan/side_menu/pulls/411
2025-04-17 00:04:48 +02:00
Simon Vieille
8957f1ae78
update app info
2025-04-17 00:03:04 +02:00
Simon Vieille
7b4b447754
fix(StandardMenu): appLimit must return a value > 0
2025-04-17 00:02:47 +02:00
Simon Vieille
e297a27f83
fix(build): remove css directory
2025-04-16 20:09:45 +02:00
Simon Vieille
3f6ce2df34
fix(build): remove css directory
2025-04-16 20:03:21 +02:00
Simon Vieille
15cc6a129b
Merge pull request 'migration from vue2 to vue3' ( #405 ) from feature/vue3 into develop
...
Reviewed-on: https://gitnet.fr/deblan/side_menu/pulls/405
2025-04-16 19:56:02 +02:00
Simon Vieille
174c80e654
update changelog
2025-04-16 19:55:07 +02:00
Simon Vieille
17f1d91851
upgrade app version
2025-04-16 19:46:51 +02:00
Simon Vieille
cdad60ca7a
update changelog
2025-04-16 19:46:40 +02:00
Simon Vieille
94efc26cd5
update screenshots
2025-04-16 19:39:51 +02:00
Simon Vieille
a47a8d6c63
remove route unused route
2025-04-16 19:37:28 +02:00