nextcloud-server/apps/updatenotification/lib
provokateurin c8dbb119c7
fix(BackgroundJobs): Adjust intervals and time sensitivities
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-11-25 08:40:57 +07:00
..
AppInfo feat(updatenotification): Add notification for users when apps are updated 2024-03-07 22:40:30 +07:00
BackgroundJob fix(BackgroundJobs): Adjust intervals and time sensitivities 2024-11-25 08:40:57 +07:00
Command
Controller fix(updatenotification): Communicate app_api as shipped in 30+ 2024-09-26 13:25:09 +07:00
Listener feat(updatenotification): Allow to disable the app updated notifications and allow to en/disable guest users notification 2024-03-07 22:40:30 +07:00
Migration fix(updatenotification): Add migration step to replace and remove renamed background jobs 2024-03-07 22:40:30 +07:00
Notification fix(AppManager): Allow to query dark **or** bright icon 2024-03-08 09:51:03 +07:00
Settings fix(updatenotification): spread the use of new appconfig 2024-03-13 02:22:11 +07:00
Manager.php feat(updatenotification): Add notification for users when apps are updated 2024-03-07 22:40:30 +07:00
ResponseDefinitions.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
UpdateChecker.php