Jon Ziebell
1c94dc8f09
Fixed #341 - Beestat Stays Signed-In to Previous Account
2023-01-24 19:20:21 -05:00
Jon Ziebell
d7146e23ab
Minor changes for PHP8
2023-01-21 22:01:08 -05:00
Jon Ziebell
635bb2242b
Added more debug info to responses when in dev mode
2021-03-03 20:46:34 -05:00
Jon Ziebell
159670e08c
Fixed ecobee tokens not always deleting when they are revoked.
2021-03-01 22:30:31 -05:00
Jon Ziebell
089cbb69e3
Optimized away a slow query into a transaction.
2021-02-26 14:51:59 -05:00
Jon Ziebell
474f4476fc
Cleaned up Sentry reporting a bit.
...
Sometimes it would get called twice and some variables were being set too late.
2020-06-23 07:48:22 -04:00
Jon Ziebell
2e2de518e5
Turning Sentry back on for the API
2020-06-23 06:58:32 -04:00
Jon Ziebell
930fbe1c28
Simplified debug_backtrace
...
This removed arguments (which could contain sensitive data) and also eliminated resources from the trace which failed to json_encode.
2020-03-16 21:15:04 -04:00
Jon Ziebell
6ea48160e9
Renamed api_log2 to api_log
2020-03-15 21:09:46 -04:00
Jon Ziebell
e0f901e968
Fixed API log time
2020-03-15 21:06:19 -04:00
Jon Ziebell
997dd6976e
Storing seconds instead of milliseconds in new API log
2020-03-15 20:48:18 -04:00
Jon Ziebell
790aaf354e
Fixed #265 - Change logging from push to pull
...
Deceptively simple commit message. This is a massive change that completely reworks the most fundamental part of the API. Not only does it remove the push logging, it also restructures logging to give better insight into what happens during an API call.
2020-03-15 08:12:28 -04:00