From c1c03f9bbfa3bd88fad73b21330c3166c83ddbf3 Mon Sep 17 00:00:00 2001 From: Holger Trampe Date: Fri, 22 Oct 2021 18:18:12 +0200 Subject: [PATCH] quota --- appinfo/routes.php | 1 + js/tm.js | 5 ++++- lib/Controller/PublicController.php | 32 ++++++++++++++++++++++++++++- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/appinfo/routes.php b/appinfo/routes.php index 9b6bf00..143d7c6 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -6,6 +6,7 @@ return [ // Apps ['name' => 'public#createGroupFolder', 'url' => '/api/v1/creategf', 'verb' => 'POST'], ['name' => 'public#renameAgencyGroup', 'url' => '/api/v1/renameagg', 'verb' => 'POST'], + ['name' => 'public#updateAgencyGroupQuota', 'url' => '/api/v1/updategfquota', 'verb' => 'POST'], ], 'routes' => [ ['name' => 'page#index', 'url' => '/', 'verb' => 'GET'], diff --git a/js/tm.js b/js/tm.js index 96e33ef..5ff62d5 100644 --- a/js/tm.js +++ b/js/tm.js @@ -300,11 +300,14 @@ var html_content = '