This made it harder to snoop on the traffic in the network monitor because it was encoded as a string.
Changes:
Backend now accepts & provides the panel data as a JSON object rather than as a string
Backend now supports compression
Minor improvements to error handling
Some panel structures were getting saved in the JSON when they weren't supposed to be (now this no longer happens)
**Rationale:**
This made it harder to snoop on the traffic in the network monitor because it was encoded as a string.
**Changes:**
- Backend now accepts & provides the panel data as a JSON object rather than as a string
- Backend now supports compression
- Minor improvements to error handling
- Some panel structures were getting saved in the JSON when they weren't supposed to be (now this no longer happens)
sergeysav
self-assigned this 2026-01-03 18:24:25 -08:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Rationale:
This made it harder to snoop on the traffic in the network monitor because it was encoded as a string.
Changes: