Jesse Geens
Jesse Geens
Going further on my problems yesterday in #1012 I used the library that @joachimvh mentioned. Authenticating worked perfectly when I used the in-memory configuration, but today I have run the...
Downloading webp images from Firebase Storage gives the following error: ``` D/AndroidRuntime(14284): Shutting down VM E/AndroidRuntime(14284): FATAL EXCEPTION: main E/AndroidRuntime(14284): Process: (redacted), PID: 14284 E/AndroidRuntime(14284): java.lang.RuntimeException: Error receiving broadcast Intent...
When creating a new account, then going to the podbrowser, then clicking the "contacts" button, the page returns an error: ``` Storing the Resource at [https://pod.inrupt.com/jesssegeens/contacts/people.ttl] failed: [412] [Precondition Failed]....
The permissions returned by `PROPFIND` on a folder in a project were erroneous because ACL permissions were being ignored. This stems from a bug in `grpcMDResponseToFileInfo`, where the `SysACL` attribute...
Fix for #4855 This PR introduces a new HTTP header for PUT requests, `X-Disable-Versioning`. When this header is added to a PUT request, the EOS storage driver will turn off...
This PR solves two issues: * `AddACL` fails, because the current implementation of AddACL in the EOS gRPC client always sets `msg.Recursive = true`. This causes issues on the EOS...
The EOS binary storage driver was still using EOS's `oldfind` command, which is deprecated. This PR introduces a move to the new find command, for which an extra flag (`--skip-version-dirs`)...
Some applications have autosave features that should be treated differently than a normal save (initiated by the user). One example of this is Jupyter, which only expects a new version...