Julius Härtl

Results 305 issues of Julius Härtl

### Steps to reproduce 1. Search for a conversation ### Expected behaviour Most of the time I search for an existing conversation so I'd expect those to be listed first...

bug
0. Needs triage

The idea would be to have a simple image (based on the regular php image) that app developers can use to get started with app development by just using a...

enhancement

With https://github.com/nextcloud/server/pull/32482 using the viewer only works for apps like Collabora as for other filetypes like images the download to the users browser would be blocked if the download permission...

enhancement
0. Needs triage

The checksum field was ment to also possibly contain multiple values. The content should actually only contain one these days, but considering possible migrations from other platforms or extension of...

bug
3. to review

Wrapper around atomic() to retry after a retryable exception occurred Certain transactions might need to be retried. This is especially useful in highly concurrent requests where a deadlocks is thrown...

enhancement
3. to review
pending documentation

Follow-up fix for https://github.com/nextcloud/server/pull/34302/files#diff-9cdfa82a2275acf10161656ddc7b70be83cdbf6be8663ecfb8f963e4eb516d8eR139 which was trying to catch an exception that was wrapped by our own exception class so the catch would never have catched.

bug
3. to review

## Summary Provide more useful readable paths when exceptions occur during locking ## Checklist - Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting) - [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) is added to all commits - [ ]...

bug
3. to review

This fixes issues that occur when encryption is enabled but the encryption of home folders is disabled on object storage. Before this change the unencrypted_size might have been set but...

bug
3. to review
backport-request

Signed-off-by: Julius Härtl * Resolves: https://github.com/nextcloud/text/issues/3977 ## Summary I managed to reproduce the error by having a file without a versions entry as it would be the case for files...

bug
4. to release
backport-request

On my local setup the stream was seekable and reported the proper size, so I think we can actually avoid the extra effort to copy the stream beginning to memory...

bug
2. developing
performance 🚀