Antonia Engfors

Results 13 issues of Antonia Engfors

The reason I added this is because I got the error "trigger is not a function" over and over again, and it rendered the plugin useless. By adding these if-statements...

In this pull request I added functionality that gives the user hints for mixins as well as variables. All the old variable-hinting is still intact, nothing was changed there except...

See https://portswigger.net/web-security/csrf/tokens - Currently streama is lacking this type of validation and has potential for security risks due to it. There is a guide here, maybe that works https://www.baeldung.com/spring-security-csrf

Bug
Help wanted

If uploading a SVG file in the poster file browser containing a script tag, this script tag will be executed when opening the file. example file: ``` alert(document.cookie); ```

Bug
Help wanted

So I've been thinking about this for a few days now. I think it could be useful to create custom dashboard sections as a Content-Manager, where you can apply custom...

Enhancement

![image](https://user-images.githubusercontent.com/936076/110170845-1525e380-7dfb-11eb-86d0-175a70fa0f33.png)

as pointed out by several users, a subscription system may be useful. I am not against subscriptions necessarily, especially seeing as streama is sometimes used for custom content. However, I...

Enhancement
Discussion

Hi guys, We found your springloaded implementation here https://github.com/grails/grails-core/pull/11441 and were so stoked, because we have one of those big 3-minute restart projects (not quite, more like 1 minute, but...

relates-to: spring loaded

### Expected Behaviour / Actual Behaviour We have several domains, some with inheritance, many with traits, lots and lots of hasManys. Often we try to serialize them in some way,...