Results 16 issues of hschletz

# Description of the problem Output is done to a stream, STDOUT by default, but can be set to an arbitrary stream. Sometimes this is not flexible enough. For example,...

enhancement
help wanted
good-first-issue

The purpose of the filename passed to the ZipStream constructor is unclear at a first glance. A closer look reveals that it is used for the HTTP header, which is...

The placeholder texts in the DatetimePicker always show up in English ("Pick a date" etc.) regardless of locale. Month names are shown in the selected UI language. The code has...

PropPatch::handleRemaining() registers a callback for every single property. However, the callback receives the full list of properties which all get handled in the first iteration, making every subsequent iteration redundant....

- The instructions for quota and groups were mixed up. They are now separated into distinct paragraphs. - Added Instructions for role creation/assignment and added a note about the relationship...

documentation

Adds another option to IMAP authentication. If configured, this prefix will be prepended to the username before authenticating against an IMAP server. The prefix is used for authentication only and...

When the form submission request results in a 4xx or 5xx response, showErrors() is invoked with a message string. This is no longer supported and results in an exception, causing...

I have a NcCheckboxRadioSwitch wrapped in an external label: ````html label ```` This broke after a recent update. Clicking the switch has no effect. Clicking the label still toggles the...

enhancement
feature: checkbox-radio-switch

Steps to reproduce: 1. Build a service. The minimal service from example/simple will demonstrate the problem. 2. Register the service. Reproducible using `sc.exe create GoServiceExampleSimple binPath= "C:\Test\service.exe"` and via Service.Install()....

The config file paths are currently hardcoded. IMHO that's a bad move. The framework is very flexible about file names and directory layout, and the paths (in particular for the...