[pmg-devel] [PATCH pmg-api/pmg-gui] improvements to the quarantine interface

Dominik Csapak d.csapak at proxmox.com
Fri Nov 4 16:04:19 CET 2022


collection of several small gui improvements for the
spam/virus/attachment quarantine namely:

* add attachment list
* add sorting & colors for spam scores
* improve borders
* add overflow handler
* code cleanup

pmg-api:

Dominik Csapak (1):
  api/quarantine: allow 'listattachments' for quarantine users

 src/PMG/API2/Quarantine.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

pmg-gui:

Dominik Csapak (5):
  simply quarantine controllers a bit
  quarantines: add attachment grid to spam and virus quarantine
  fix #4238: SpamInfoGrid: enable sorting & add colors for spam score
  quarantine: improve borders for docked items
  fix #2533: quarantine: add overflowHandler to the preview panel

 js/AttachmentGrid.js                  |  6 +++++
 js/AttachmentQuarantine.js            | 31 ++-------------------
 js/SpamInfoGrid.js                    |  8 ++++--
 js/SpamQuarantine.js                  | 39 +++++++++++++++++----------
 js/VirusQuarantine.js                 | 24 +++++++++++++++++
 js/controller/QuarantineController.js | 11 +++++++-
 6 files changed, 73 insertions(+), 46 deletions(-)

-- 
2.30.2





More information about the pmg-devel mailing list