From b8361ff989059e7c44327925927653f0ffebbbd1 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 27 Aug 2020 18:48:39 +0200 Subject: [PATCH 1/4] Update gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 50796e9bb..5e4e0e31b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ datastore tasks www/bower_components/* +www/accounts node_modules /config.js customization From 002476ddd36b95c8e2dc0b938c475da008599904 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 3 Sep 2020 14:22:19 +0200 Subject: [PATCH 2/4] Ability to force an update of the usage bar --- www/common/common-ui-elements.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index a431bf5e7..d0736f8cb 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -2104,6 +2104,7 @@ define([ cb(null, $container); return { $container: $container, + update: updateUsage, stop: function () { clearInterval(interval); } From b7d836694211070dad756a98431a8243d0ace0e8 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 3 Sep 2020 14:35:36 +0200 Subject: [PATCH 3/4] Force update usage bar --- www/common/common-ui-elements.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index d0736f8cb..63afca4cc 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -2104,7 +2104,9 @@ define([ cb(null, $container); return { $container: $container, - update: updateUsage, + update: function () { + common.getPinUsage(teamId, todo); + }, stop: function () { clearInterval(interval); } From 4d0571f7db13c329d01d2447af248dadd7ac302b Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 9 Sep 2020 15:35:28 +0200 Subject: [PATCH 4/4] Update jshintignore --- .jshintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.jshintignore b/.jshintignore index cac1da8f3..ad4c16b3a 100644 --- a/.jshintignore +++ b/.jshintignore @@ -15,6 +15,7 @@ www/common/onlyoffice/v2* server.js www/common/old-media-tag.js www/scratch +www/accounts www/lib www/common/toolbar.js