Commit graph

24 commits

Author SHA1 Message Date
4bea4afb07
refactor(Application): add properties types 2025-04-30 12:45:32 +02:00
d485b728e7 Use Request object 2025-04-30 09:30:35 +02:00
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
c0eb65547d
fix #413: add user-agent check for memories mobile app 2025-04-17 15:15:03 +02:00
a47a8d6c63
remove route unused route 2025-04-16 19:37:28 +02:00
6c4f9120ff
format code 2025-04-16 09:13:54 +02:00
f9c3f96919
migrate admin settings 2025-04-16 09:07:10 +02:00
52b2d18a03
refactor of menus
begin work on settings
2025-04-16 09:06:34 +02:00
d8a622ce0f
refactoring: update severals components 2025-04-16 09:04:18 +02:00
788affe386 fix: add missing NoCSRFRequired import in CssController (#397) 2025-03-12 17:57:49 +01:00
214cdaa330 apply lint (php) 2025-03-10 18:45:26 +01:00
44fd4fab52 fix(service): add service constructor arguments 2025-03-10 18:41:09 +01:00
3058c225e0 style: apply php linter 2025-03-05 21:55:53 +01:00
fa9d5abf62
(cq) remove unsed variables 2022-08-21 13:48:42 +02:00
4e0c7be2c6
remove deprecated app.php file 2022-05-30 12:04:15 +02:00
64da45e676
add feature: order categories 2021-02-03 10:14:03 +01:00
80700cac32
add option: the menu is enabled by default for users 2020-10-19 13:44:07 +02:00
4225b157e0
app:check compliance 2020-10-14 09:57:42 +02:00
c7f9fd1b8b
add an option to force settings to users 2020-09-24 14:26:25 +02:00
c9645a4f85
change 'Side menu' with 'Custom menu' 2020-09-23 13:17:13 +02:00
240a6b1aa4
PSR 2 compliance 2020-09-22 14:35:09 +02:00
40e883841e
add config proxy 2020-09-22 14:24:53 +02:00
9a67c165bd
add constante for the app id and the app name 2020-09-21 11:28:55 +02:00
ddb7cc40ce
refactor appinfo 2020-08-06 15:00:24 +02:00