-
## Bug Report / Feature Request
**Current Behavior**
php flarum cache:clear does not clear old blade templates under storage/views
**Steps to Reproduce**
1. Over time the files under storage/v…
-
## Bug Report
**Current Behavior**
If a post has no user, an error is likely to happen in `UserMetadataUpdater` when deleting the content.
Errors will look like this:
```
Symfony\Component\…
-
This great plugin is lack of search field.
Please make search field above the list (right to filtering).
-
Currently to get Flarum-specific attributes on the request you need to go:
``` php
$request->getAttribute('actor'); // get the actor
$request->getAttribute('session'); // get the session
// etc.
```
…
-
When viewing a user's discussions (`/u//discussions`) the excerpts only appear when flarum/sticky is enabled - even though the code to show them is in core.
The following lines make this occur: htt…
-
## Bug Report
**Current Behavior**
New users get a button "Start a discussion" on "All Discussions" even when they don't have permissions to post in any tag.
**Steps to Reproduce**
Set your pe…
-
Since [introducing extenders](https://github.com/flarum/core/issues/851) in beta.8, we've still supported returning closures with auto-injection from extension's bootstrapper files (`extend.php`, prev…
-
## Bug Report
**Current Behavior**
I've run into an issue that will be annoying for local development but should not affect automated testing. Currently, the installation setup script stores data …
-
Probably a good idea... here's a nice checklist: https://scotthelme.co.uk/hardening-your-http-response-headers/
-
It appears that permissions for Mason aren't quite working. I have it set so that anyone can view the contents of fields on posts, however when logged in as another user (on a separate session), I'm u…