Add phone reliability features

This commit is contained in:
osaajani 2024-10-26 18:02:11 +02:00
parent 44b855dd48
commit 52c849e043
22 changed files with 837 additions and 188 deletions

View file

@ -165,6 +165,7 @@
'edit' => '/phone/edit/',
'update' => '/phone/update/{csrf}/',
'update_status' => '/phone/update_status/{csrf}/',
'change_status' => '/phone/change_status/{new_status}/{csrf}/',
'json_list' => '/phones.json/',
],
@ -229,6 +230,9 @@
'post_update_phone_status' => [
'/api/phone/{id}/status/',
],
'post_change_phone_status' => [
'/api/phone/{id}/status/force/',
],
'delete_phone' => [
'/api/phone/{id}/',
],