mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
move received listing to serverside processing
This commit is contained in:
parent
170a00e30a
commit
651c428ed7
6 changed files with 116 additions and 57 deletions
|
@ -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/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue