]> git.proxmox.com Git - pmg-api.git/commit - src/PMG/API2/Quarantine.pm
change the spam api call
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 23 Aug 2017 10:26:28 +0000 (12:26 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 23 Aug 2017 10:35:10 +0000 (12:35 +0200)
commit83ce499f507c0fec669703a6b1b45ea81339bd15
treead04619a40953f69f7c4173b1359a29060fc6a9b
parent4f41cebcc279d57cab7fcc2a7385e870894c072f
change the spam api call

instead of having the /quarantine/spam api call return a
list of days with spamcount/average,

display directly the list of spams for the given timeframe
(default the last 24 hours) like the spamlist api call
and drop that

(because having a unix timestamp as part of the path is not
really nice, and with the gui restructuring, we do not
need the day summary)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PMG/API2/Quarantine.pm