Philipp Reinking

Results 13 issues of Philipp Reinking

Thank you for taking the time to work on a PR for Awesome-Selfhosted! To ensure your PR is dealt with swiftly please check the following: - [x] Submit one item...

addition
reviewers wanted

This PR will add support for file uploads in forms. ### File Input Configuration The input has for now two configurations when added to a block. - The number of...

Set a custom mail address per form to which the submissions are sent. This makes it possible to manage forms for other people that would still get mail notifications for...

feature

Example 1. The user inputs his name in the first block 2. In the second block, we can use `{[block.id].response}` to use the given name in the block message. That...

feature

Add optional setting to change the header used for the CSV exports: Right now it uses IDs. - Second option should be `block.message` - Third option should be `block.title`` -...

enhancement

This would be especially useful for authorizing third-party apps to interact with the Input API.

- [x] Add the concept of groups in storyboard - [x] Make sure groups are evaluated correctly in classic form - [ ] Add setting to set conditional rules on...

enhancement
feature

Right now, the different block types used in the frontend are not tested in any way. I am not sure what the current best method of unit testing Vue components...

help wanted
needs-testing