Rafael Horvat

Results 8 issues of Rafael Horvat

**Changes proposed in this pull request:** Nothing breaking, just added the possibility to handle a `type` attribute coming from an API call to either create a discussion or reply to...

Starting at PHP 7.4 there is a bug that prevents the use of the ReflectionObject with a DateTime object, as the getProperties() method returns an empty array. @see https://bugs.php.net/bug.php?id=79041 @see...

### Current Behavior When adding a filter to the `api/discussions` endpoint that is activated by default (including when on `/all` and with default sort), then things like "Hide from All...

type/bug

### Current Behavior When a logged in user has read all the posts of a discussion and opens the reply composer, the `PostStreamScrubber` unnecessarily shows "0 UNREAD". ### Steps to...

type/bug

Hi @askvortsov1, do you know what might cause this? After reloading the page there is no errors anymore. It just happens from time to time...

I saw this exception in my browser console. To reproduce, open https://community.quickline.ch/ in a incognito window with firefox (I have not tested other browsers). ```log Uncaught (in promise) DOMException: A...

Because of https://github.com/FriendsOfFlarum/gamification/blob/b047322e58b6b64a61da5572b0283c4c549c5300/resources/less/forum/alternateLayout.less#L38 it's not possible to reveal content of deleted posts as the toggle button is underneath the `.Post-actions` element...

## Bug Report **Current Behavior** Using the API, one _could_ (theoretically) react multiple times with the same or with multiple reactions to the same post. **Expected Behavior** The optimal solution...

bug