Loading patches/018-occ-user-setting.patch +3 −3 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ Subject: [PATCH] Triggers user changed event when quota is updated via occ comma This patch triggers a user changed event when quota is updated via the occ command --- ./core/Command/User/Setting.php 2022-07-05 14:53:54.093230637 +0530 +++ ./core/Command/User/Setting-new.php 2022-07-05 21:24:11.654134876 +0530 --- ./core/Command/User/Setting.php 2026-03-13 18:50:33.263437372 +0600 +++ ./core/Command/User/Setting-new.php 2026-03-24 09:45:49.964746450 +0600 @@ -16,6 +16,8 @@ use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; Loading @@ -15,7 +15,7 @@ This patch triggers a user changed event when quota is updated via the occ comma class Setting extends Base { public function __construct( @@ -174,6 +176,11 @@ @@ -175,6 +177,11 @@ } $this->config->setUserValue($uid, $app, $key, $input->getArgument('value')); Loading Loading
patches/018-occ-user-setting.patch +3 −3 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ Subject: [PATCH] Triggers user changed event when quota is updated via occ comma This patch triggers a user changed event when quota is updated via the occ command --- ./core/Command/User/Setting.php 2022-07-05 14:53:54.093230637 +0530 +++ ./core/Command/User/Setting-new.php 2022-07-05 21:24:11.654134876 +0530 --- ./core/Command/User/Setting.php 2026-03-13 18:50:33.263437372 +0600 +++ ./core/Command/User/Setting-new.php 2026-03-24 09:45:49.964746450 +0600 @@ -16,6 +16,8 @@ use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; Loading @@ -15,7 +15,7 @@ This patch triggers a user changed event when quota is updated via the occ comma class Setting extends Base { public function __construct( @@ -174,6 +176,11 @@ @@ -175,6 +177,11 @@ } $this->config->setUserValue($uid, $app, $key, $input->getArgument('value')); Loading