Shea Zerda

Results 5 issues of Shea Zerda

Previously checked for exit code 1, when it should have been checking for 0.

``` ┌─╼[~/Projects/sos-kernel] [master*] └────╼ make kernel Compiling vga v0.1.0 (file:///Users/shea/Projects/sos-kernel/vga) error[E0277]: the trait bound `core::ptr::NonNull: core::marker::Send` is not satisfied in `Terminal` --> vga/src/lib.rs:91:1 | 91 | / pub static CONSOLE:...

I have implemented outbound quarantine scanning for mailcow as an optional feature. The UI and language files have been updated to reflect this feature, and the ability to enable/disable it....

Created a few functions to remove repeated use of the same lines of code throughout json_api.php. The UI hasn't broken after a full `docker compose down && docker compose up...

api
needs testing

This commit uses `datetime` ordinal dates to create timestamps for comparison. If a quota notification email is sent, another will not be sent within the same day. I created this...