Robin Appelman
Robin Appelman
``` docker run -d -e SUPERUSER_PASSWORD=foobar mattikus/murmur ``` Removes the need to check the logs for the password and makes it easier to automate setting up servers
This speeds up reading from the stream wrapper about 5x in my local testing, increasing the chunk size further doesn't seem to make a difference
In clustered setups replication delay means that trying to read the object directly after writing it can fail. This allows disabling the check by setting `'validateWrites' => false` under the...
Because `PrettyFormatter::with_indent` takes a `&[u8]` as indent a user can generate a non-utf8 serialized output by providing a non-utf8 indent. This doesn't currently provide any unsoundness as currently you can...
Allow creating and managing folders trough dav - create albums with `mkcol` `curl -u admin:admin -X MKCOL http://172.19.0.2/remote.php/dav/photos/admin/albums/test` - add photos using `COPY` `curl -u admin:admin -H 'Destination: http://172.19.0.2/remote.php/dav/photos/admin/albums/test2/2.png' -X...
### Query - NetworkId: `NEGENTWEE` - From: `Location{ADDRESS, veldhoven/braak-40, 51.4198340/5.4087680, place=Veldhoven, name=Braak 40}` - Via: `null` - To: `Location{STATION, station-eindhoven, 51.4428100/5.4796900, place=Eindhoven, name=Station Eindhoven Centraal}` - Date: `Mon Jan 03...
As discussed in https://github.com/sabre-io/dav/pull/1059, doing this in a separate PR so the other can stay open for the "nested tree" discussion. A few points of detail - `INodeByPath` does not...
This allows the server to skip allocating buffers holding the message data to be send if the data is static. - This doesn't really save anything for clients atm due...
requires: - [ ] https://github.com/nextcloud/server/pull/29886
**Describe the bug** Images for which previews can't be generated can't be viewed, it will show an error messages with "Error loading ..." instead **To Reproduce** Steps to reproduce the...