move received listing to serverside processing

This commit is contained in:
osaajani 2021-07-16 22:53:33 +02:00
parent 170a00e30a
commit 651c428ed7
6 changed files with 116 additions and 57 deletions

View file

@ -93,9 +93,11 @@
'Received' => [
'list' => '/received/',
'list_json' => '/received/json/',
'list_json' => [
'/received/json/',
'/received/json/{unread}/',
],
'list_unread' => '/unread/',
'list_unread_json' => '/unread/json/',
'mark_as' => '/mark/{status}/{csrf}/',
'delete' => '/received/delete/{csrf}/',
'popup' => '/received/popup/',