* [FIX] Fixed wrong behaviour when deleting accounts. The account was not saved into the history.

* [ADD] Accounts can now be restored from history
* [ADD] Unit testing. Work in progress
* [MOD] Improved file handlers
* [MOD] Code refactoring
This commit is contained in:
nuxsmin
2018-08-07 21:30:06 +02:00
parent 4622e92ef9
commit e92637bccd
52 changed files with 3721 additions and 1711 deletions

View File

@@ -82,6 +82,7 @@ final class StatusController extends SimpleControllerBase
}
$this->returnJsonResponseData([]);
return;
}
}
@@ -128,6 +129,7 @@ final class StatusController extends SimpleControllerBase
}
$this->returnJsonResponseData($notices);
return;
}
logger($requestData->message);