Ethan Wood
Ethan Wood
I was wondering if OblivC is secure for computing the malicious setting. [SoK](https://ieeexplore.ieee.org/document/8835312) mentions that this is not supported and yet Obliv-C includes `execDualexProtocol()`. For this to be secure the...
For some reason I have found that when requesting images for one particular Wikipedia page the request will hang indefinitely (>24 hours). This is incredibly weird as I have required...
Returns a future which resolves when the list has finished loading, resolves issue #1 For use in RefreshIndicator: ```dart onRefresh: () { paginatorGlobalKey.currentState.changeState(pageLoadFuture: _pageLoadFuture, resetState: true); return paginatorGlobalKey.currentState.pageLoadFuture(); } ```
**Is your feature request related to a problem? Please describe.** #3522 Show warning if url is not publicly accessible.
## What does this PR do? In the long term it will be better to allow bearer authentication along with the traditional query or multipart form currently supported. This is...
**Describe the bug** The `workspaces/historical/surveys` endpoint requires survey_id but this is optional. The same is true for `workspaces/historical/sensors` endpoint which does not require sensor_id. This makes it impossible to list...
**Describe the bug** It is a good idea to shrink the production database once we remove webhooks, there will be around 70GB of free space (currently 60GB).
**Is your feature request related to a problem? Please describe.** Add support for GitHub secret scanning: https://docs.github.com/en/developers/overview/secret-scanning-partner-program
Why is CORS disabled for roombooking? https://github.com/uclapi/uclapi/blob/4b6c036a27607f68a32c927a52fad797d73c2740/backend/uclapi/uclapi/settings.py#L200